failed to build against linux v6.5-rc1
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
ipu6-drivers (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
In Progress
|
High
|
You-Sheng Yang |
Bug Description
[SRU Justifications]
[Impact]
Bug 2012407: kernel build fails without a newly learned directive in /sbin/dkms in bug 2012612 that helps identify whether a dkms modules is supposed to be built at all.
Bug 2021740: To allow dkms driver installation initiated by ubuntu-drivers, packages must carry XB-Modaliases in debian/control.
Bug 2026402: ipu6 dkms driver now fails to build against v6.5-rc1 and on.
[Fix]
* A BUILD_EXCLUSIVE
* Modaliases fixes for bug 2021740 was applied to ivsc-drivers/
* Additional fixes from upstream ipu6-drivers repo were added to ipu6-drivers/mantic for new hardware platforms.
[Test Case]
Bug 2012407: make sure intel-ipu6-dkms build will be skipped on platforms without CONFIG_
Bug 2021740: check built binary deb has XB-Modaliases tag in `dpkg-deb --info` output.
For rest of the changes, they should be verified on next IPU6 equipped platform.
[Where problems could occur]
For changes for bug 2012407 and bug 2021740, they do no side effect to runtime system but to reinforce the interaction between other components.
For rest of the changes, only in ipu6-drivers/
[Other Info]
========== original bug report ==========
```
<<DKMSDIR>
<<DKMSDIR>
214 | nr = get_user_
| ^~~~~~~~~~~~~~
In file included from ./include/
./include/
2476 | long get_user_
| ^~~~~~~~~~~~~~
<<DKMSDIR>
473 | csi2_try_fmt(struct ipu_isys_video *av,
| ^~~~~~~~~~~~
make[6]: *** [scripts/
make[6]: *** Waiting for unfinished jobs....
make[5]: *** [scripts/
make[4]: *** [scripts/
make[3]: *** [<<DKMSDIR>
make[2]: *** [Makefile:234: __sub-make] Error 2
make[2]: Leaving directory '<<DKMSDIR>
make[1]: *** [Makefile:37: all] Error 2
make[1]: Leaving directory '<<DKMSDIR>
make: *** [debian/
```
Changed in ipu6-drivers (Ubuntu Mantic): | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → You-Sheng Yang (vicamo) |
description: | updated |
Fix proposed to upstream https:/ /github. com/intel/ ipu6-drivers/ pull/158.