intel / ipu6-drivers

GNU General Public License v2.0
160 stars 51 forks source link

int3472 patch does not apply on v6.3 #136

Closed vicamo closed 1 year ago

vicamo commented 1 year ago

Patch for int3472 conflicts with upstreamed implementation of privacy led. Is there an update to it already if necessary?

jwrdegoede commented 1 year ago

@vicamo starting with 6.3 there no longer is any need to patch the "main" kernel. The ipu6-drivers can now work with a completely unmodified distro kernel build. See #84 for the necessary changes.

Also see #137 for fixing ipu6-drivers to build against the 6.3 kernel.

With those 2 pull-reqs added to the latest master branch things should work with an unpatched 6.3 kernel.

vicamo commented 1 year ago

@vicamo starting with 6.3 there no longer is any need to patch the "main" kernel. The ipu6-drivers can now work with a completely unmodified distro kernel build. See #84 for the necessary changes.

Cool.

Also see #137 for fixing ipu6-drivers to build against the 6.3 kernel.

With those 2 pull-reqs added to the latest master branch things should work with an unpatched 6.3 kernel.

Thank you. I've packaged 6.3 kernel with #137 in ppa:canonical-hwe-team/experimental-unstable. To be verified later.