[0/6] include: linux: Update headers to Linux v6.18
mbox series

Message ID 20251204-headers-update-v6-18-v1-0-93135d14a081@ideasonboard.com
Headers show
Series
  • include: linux: Update headers to Linux v6.18
Related show

Message

Jacopo Mondi Dec. 4, 2025, 3:54 p.m. UTC
Update Linux headers to the Linux v6.18 LTS release using the
utils/update-kernel-headers.sh script.

A few downstream symbols conflict with newly added ones in mainline,
whenever this happens, it has been reported in the commit message.

Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
---
Jacopo Mondi (6):
      include: linux: drm_fourcc.h: Update to v6.18
      include: linux: intel-ipu3.h: Update to v6.18
      include: linux: media-bus-format.h: Update to v6.18
      include: linux: v4l2-controls.h: Update to v6.18
      include: linux: videodev2.h: Update to v6.18
      include: linux: README: Update to Linux v6.18

 include/linux/README             |   2 +-
 include/linux/drm_fourcc.h       | 195 ++++++++++++++++++++++++++++++++++++---
 include/linux/intel-ipu3.h       |   3 +-
 include/linux/media-bus-format.h |   6 +-
 include/linux/v4l2-controls.h    | 128 +++++++++++++------------
 include/linux/videodev2.h        |  64 +++++++++----
 6 files changed, 302 insertions(+), 96 deletions(-)
---
base-commit: f4c3dee21770b9b8817c80265b9f81eda1833731
change-id: 20251204-headers-update-v6-18-e7b7dc8375b2

Best regards,

Comments

Barnabás Pőcze Dec. 9, 2025, 11:41 a.m. UTC | #1
Hi

2025. 12. 04. 16:54 keltezéssel, Jacopo Mondi írta:
> Update Linux headers to the Linux v6.18 LTS release using the
> utils/update-kernel-headers.sh script.
> 
> A few downstream symbols conflict with newly added ones in mainline,
> whenever this happens, it has been reported in the commit message.
> 
> Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
> ---

For the everything except the last:

Acked-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>


> Jacopo Mondi (6):
>        include: linux: drm_fourcc.h: Update to v6.18
>        include: linux: intel-ipu3.h: Update to v6.18
>        include: linux: media-bus-format.h: Update to v6.18
>        include: linux: v4l2-controls.h: Update to v6.18
>        include: linux: videodev2.h: Update to v6.18
>        include: linux: README: Update to Linux v6.18
> 
>   include/linux/README             |   2 +-
>   include/linux/drm_fourcc.h       | 195 ++++++++++++++++++++++++++++++++++++---
>   include/linux/intel-ipu3.h       |   3 +-
>   include/linux/media-bus-format.h |   6 +-
>   include/linux/v4l2-controls.h    | 128 +++++++++++++------------
>   include/linux/videodev2.h        |  64 +++++++++----
>   6 files changed, 302 insertions(+), 96 deletions(-)
> ---
> base-commit: f4c3dee21770b9b8817c80265b9f81eda1833731
> change-id: 20251204-headers-update-v6-18-e7b7dc8375b2
> 
> Best regards,