Bug 219534
Summary: | VIDEO_INTEL_IPU6 depends on ARCH_HAS_DMA_OPS which cannot be selected explicitly | ||
---|---|---|---|
Product: | Drivers | Reporter: | Matthias Nagel (matthias.nagel) |
Component: | Other | Assignee: | drivers_other |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 6.12.1 | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
Matthias Nagel
2024-11-26 21:29:15 UTC
You really have to find the maintainer(s) of this piece of kernel and send your message to LKML and CC them otherwise this bug report has almost zero chance of being noticed and fixed. The commit https://github.com/torvalds/linux/commit/de6c85bf918ea52d5c680f0d130b37ee2ff152d6 introduced the regression into 6.12.1 as a temporary, work-around for a faulty DMA re-mapping in the IPU6 driver. The commit https://github.com/torvalds/linux/commit/1d4a000289979cc7f2887c8407b1bfe2a0918354 fixed the underlying, true issue. The commit https://github.com/torvalds/linux/commit/c8e9120c2065868d97e9e94bceee777e5db08c3e fixed the dependency regression. Unfortunately, only the first commit has made it into 6.12.1 and the two remaining commits are scheduled for 6.13. Maybe it can be backported to 6.12? |