Linux/linux 7404ce5drivers/s390/char monwriter.c, drivers/s390/crypto pkey_api.c

Merge tag 's390-7.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes from Vasily Gorbik:

 - Fix PKEY_VERIFYPROTK ioctl key type handling by removing the generic
   key-length based type check with its wrong bit-size calculation, and
   leaving protected key verification to the pkey handler

 - Fix monwriter buffer reuse by rejecting records that change the data
   length, preventing out of bounds user copy into the kernel buffer

* tag 's390-7.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/monwriter: Reject buffer reuse with different data length
  pkey: Move keytype check from pkey api to handler
DeltaFile
+1-10drivers/s390/crypto/pkey_api.c
+3-0drivers/s390/char/monwriter.c
+4-102 files

Linux/linux 410430barch/mips/configs cu1830-neo_defconfig, arch/mips/dec platform.c

Merge tag 'mips-fixes_7.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux

Pull MIPS fixes from Thomas Bogendoerfer.

* tag 'mips-fixes_7.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux:
  MIPS: configs: Enable the current Ingenic USB PHY symbol
  MIPS: loongson64: add IRQ work based on self-IPI
  MIPS: mm: Add check for highmem before removing memory block
  mips: Add build salt to the vDSO
  MIPS: DEC: Ensure RTC platform device deregistration upon failure
DeltaFile
+10-0arch/mips/loongson64/smp.c
+9-0arch/mips/include/asm/irq_work.h
+5-1arch/mips/dec/platform.c
+3-2arch/mips/mm/init.c
+3-0arch/mips/vdso/elf.S
+1-1arch/mips/configs/cu1830-neo_defconfig
+31-43 files not shown
+35-69 files

Linux/linux 1e9cdc2fs/smb/server oplock.c vfs_cache.c

Merge tag 'v7.2-rc1-smb3-server-fixes' of git://git.samba.org/ksmbd

Pull smb server fixes from Steve French:

 - Fix several use-after-free races in durable handle reconnect,
   supersede, and oplock handling

 - Avoid holding the inode oplock lock while waiting for a lease break
   acknowledgement. This removes delays of up to 35 seconds when cifs.ko
   closes a deferred handle in response to a lease break

 - Fix malformed security descriptor handling, including an undersized
   DACL allocation issue and an out-of-bounds ACE SID read

 - Fix memory leaks in security descriptor and DOS attribute xattr
   encoding/decoding error paths

 - Fix outstanding SMB2 credit leaks on aborted requests and correct the
   QUERY_INFO credit charge calculation

    [31 lines not shown]
DeltaFile
+92-17fs/smb/server/oplock.c
+58-21fs/smb/server/vfs_cache.c
+13-5fs/smb/server/smb2misc.c
+10-7fs/smb/server/smb2pdu.c
+13-2fs/smb/server/smbacl.c
+14-0fs/smb/server/server.c
+200-523 files not shown
+216-619 files

Linux/linux dac0b8cdrivers/gpu/drm/amd/amdgpu gfx_v11_0.c gfx_v12_0.c, drivers/gpu/drm/panthor panthor_sched.c

Merge tag 'drm-fixes-2026-07-04' of https://gitlab.freedesktop.org/drm/kernel

Pull drm fixes from Dave Airlie:
 "Weekly fixes for drm. This is large for rc2 but it's just a lot of
  small fixes across a bunch of drivers, xe, amdgpu as usual, plus some
  sashiko-inspired fixes for panthor, and some dma-fence updates.

  core:
   - kernel doc fix
   - include types.h in drm_ras.h

  dma-fence:
   - fix NULL ptr dereference
   - use correct callback
   - make dma_fence_dedup_array more robust

  dp:
   - handle torn down topology gracefully
   - fix kernel doc

    [101 lines not shown]
DeltaFile
+60-48drivers/gpu/drm/panthor/panthor_sched.c
+40-63drivers/gpu/drm/xe/tests/xe_rtp_test.c
+89-13drivers/gpu/drm/xe/xe_reg_whitelist.c
+47-42drivers/gpu/drm/xe/xe_wa.c
+55-23drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
+45-24drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
+336-213109 files not shown
+1,228-643115 files

Linux/linux e6174e9drivers/acpi acpi_tad.c, drivers/acpi/acpica utnonansi.c acutils.h

Merge tag 'acpi-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull ACPI support fixes from Rafael Wysocki:
 "These fix a coding mistake in the ACPI TAD (Time and Alarm
  Device) driver introduced by one of its previous updates and
  get rid of the ugly #ifdef __KERNEL__ conditional compilation
  in acpi_ut_safe_strncpy() by redefining that function as an
  alias for strscpy_pad():

   - Add a missing ACPI_TAD_AC_WAKE capability check omitted by mistake
     to the ACPI TAD driver (Xu Rao)

   - Define acpi_ut_safe_strncpy() as an alias for strscpy_pad()
     which is viable because that function is only called from kernel
     code (Rafael Wysocki)"

* tag 'acpi-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  ACPICA: Define acpi_ut_safe_strncpy() as strscpy_pad() alias
  ACPI: TAD: Check AC wake capability before enabling wakeup
DeltaFile
+0-16drivers/acpi/acpica/utnonansi.c
+1-1drivers/acpi/acpi_tad.c
+0-2drivers/acpi/acpica/acutils.h
+1-0include/acpi/platform/aclinuxex.h
+2-194 files

Linux/linux 590cae7arch/riscv Kconfig, arch/riscv/kernel entry.S smpboot.c

Merge tag 'riscv-for-linus-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux

Pull RISC-V fixes from Paul Walmsley:

 - Fix a crash when a kretprobe reads from the stack

 - Fix an issue with the build-time mcount sorter that broke ftrace

 - Fix the rv32 IRQ stack frame padding to match the ABI

 - Only defer IOMMU configuration during initialization. This avoids an
   issue where IOMMU configuration could be indefinitely deferred

 - Add the missing build salt to the vDSO

 - Now that RISC-V systems with higher numbers of cores are starting to
   become available, raise NR_CPUS for RISC-V to 256

 - Clean up some warnings from sparse caused by the RISC-V-optimized

    [14 lines not shown]
DeltaFile
+8-3scripts/sorttable.c
+4-4arch/riscv/kernel/entry.S
+4-3drivers/acpi/riscv/rimt.c
+2-3arch/riscv/kernel/smpboot.c
+2-2arch/riscv/kernel/asm-offsets.c
+2-1arch/riscv/Kconfig
+22-164 files not shown
+30-1610 files

Linux/linux 6cf48bffs/smb/client smb2pdu.c cifsfs.h

Merge tag 'v7.2-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fixes from Steve French:

 - Credit fix

 - Fix alignment issue in parse_posix_ctxt

 - SID parsing fix

* tag 'v7.2-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: Fix missing credit release on failure in cifs_issue_read()
  cifs: update internal module version number
  smb: client: use unaligned reads in parse_posix_ctxt()
  smb: client: harden POSIX SID length parsing
DeltaFile
+4-4fs/smb/client/smb2pdu.c
+2-2fs/smb/client/cifsfs.h
+1-0fs/smb/client/file.c
+7-63 files

Linux/linux 973772cdrivers/acpi acpi_tad.c

Merge branch 'acpi-tad'

Merge an ACPI TAD (Time and Alarm Device) driver fix for 7.2-rc2.

* acpi-tad:
  ACPI: TAD: Check AC wake capability before enabling wakeup
DeltaFile
+1-1drivers/acpi/acpi_tad.c
+1-11 files

Linux/linux 71dfdfbfs/afs dir.c cell.c, fs/fat dir.c

Merge tag 'vfs-7.2-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs

Pull vfs fixes from Christian Brauner:

 - netfs:

    - fix the decision when to disallow write-streaming with fscache in
      use, handling of asynchronous cache object creation, a double fput
      in cachefiles, clearing S_KERNEL_FILE without the inode lock held,
      page extraction bugs in the iov_iter helpers (a potential
      underflow, a missing allocation failure check, a memory leak, and
      a folio offset miscalculation), writeback error and ENOMEM
      handling, DIO write retry for filesystems without a
      ->prepare_write() method, and the replacement of the wb_lock mutex
      with a bit lock plus writethrough collection offload so that
      multiple asynchronous writebacks don't interfere with each other.

    - Fix the barriering when walking the netfs subrequest list during
      retries as it was possible to see a subrequest that was just added

    [132 lines not shown]
DeltaFile
+168-0tools/testing/selftests/filesystems/idmapped_tmpfile.c
+95-0fs/netfs/locking.c
+24-31fs/netfs/write_issue.c
+40-4fs/fat/dir.c
+25-15fs/afs/dir.c
+21-6fs/afs/cell.c
+373-5646 files not shown
+592-17852 files

Linux/linux 025d0d6fs/xfs xfs_buf.c xfs_log_recover.c, fs/xfs/libxfs xfs_dquot_buf.c

Merge tag 'xfs-fixes-7.2-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull xfs fixes from Carlos Maiolino:
 "A collection of bugfixes and some small code refactoring"

* tag 'xfs-fixes-7.2-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  xfs: simplify __xfs_buf_ioend
  xfs: fix handling of synchronous errors in xfs_buf_submit
  xfs: remove xfs_buf_ioend
  xfs: improve the xfs_buf_ioend_fail calling convention
  xfs: use null daddr for unset first bad log block
  xfs: fix memory leak in xfs_dqinode_metadir_create()
  xfs: release dquot buffer after dqflush failure
  xfs: also mark the buffer stale on verifier failure in xfs_buf_submit
  xfs: open code xfs_buf_ioend_fail in xfs_buf_submit
  xfs: fix AGFL extent count calculation in xrep_agfl_fill
  xfs: simplify the failure path in xfs_buf_alloc_vmalloc
  xfs: fix incorrect use of gfp flags in xfs_buf_alloc_backing_mem
  xfs: lift setting __GFP_NOFAIL from xfs_buf_alloc_kmem to the caller
  xfs: split up xfs_buf_alloc_backing_mem
DeltaFile
+103-87fs/xfs/xfs_buf.c
+12-2fs/xfs/libxfs/xfs_dquot_buf.c
+3-3fs/xfs/xfs_log_recover.c
+2-3fs/xfs/xfs_qm.c
+1-2fs/xfs/xfs_inode.c
+1-2fs/xfs/xfs_buf_item.c
+122-992 files not shown
+124-1018 files

Linux/linux 4dbc94barch/x86/xen mmu_pv.c, drivers/xen pvcalls-front.c gntalloc.c

Merge tag 'for-linus-7.2a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip

Pull xen fixes from Juergen Gross:

 - rename function parameters and a comment related to
   xen_exchange_memory() (Jan Beulich)

 - replace __ASSEMBLY__ with __ASSEMBLER__ (Thomas Huth)

 - add some sanity checking to the Xen pvcalls frontend driver (Michael
   Bommarito)

 - fix error handling in the Xen gntdev driver (Wentao Liang)

 - fix several minor bugs in Xen related drivers (Yousef Alhouseen)

* tag 'for-linus-7.2a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
  x86/Xen: correct commentary and parameter naming of xen_exchange_memory()
  xenbus: reject unterminated directory replies

    [6 lines not shown]
DeltaFile
+76-12drivers/xen/pvcalls-front.c
+14-5drivers/xen/gntalloc.c
+8-7arch/x86/xen/mmu_pv.c
+8-4drivers/xen/xen-front-pgdir-shbuf.c
+6-2drivers/xen/gntdev.c
+4-4include/xen/interface/xen.h
+116-342 files not shown
+124-368 files

Linux/linux 2916bfcdrivers/gpio gpio-shared-proxy.c gpiolib-shared.h

Merge tag 'gpio-fixes-for-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux

Pull gpio fixes from Bartosz Golaszewski:

 - check the return value of gpiochip_add_data() in gpio-mvebu and
   gpio-htc-egpio

 - avoid locking context issues with GPIO drivers using the shared GPIO
   proxy by only allowing sleeping operations (atomic GPIO ops don't
   really make sense in shared context anyway)

 - with the above: restore non-sleeping GPIO access in pinctrl-meson

 - fix return value on OOM in gpio-timberdale

 - fix interrupt handling in gpio-mt7621

 - support both A and B variants of NCT6126D in gpio-f7188x


    [10 lines not shown]
DeltaFile
+29-47drivers/gpio/gpio-shared-proxy.c
+1-27drivers/gpio/gpiolib-shared.h
+14-13drivers/gpio/gpio-mt7621.c
+2-7drivers/gpio/gpiolib-shared.c
+4-2drivers/gpio/gpio-f7188x.c
+5-1drivers/gpio/gpio-htc-egpio.c
+55-973 files not shown
+61-1009 files

Linux/linux 5c6ce05fs/netfs read_retry.c write_retry.c

netfs: Fix barriering when walking subrequest list

Fix the barriering used when walking the subrequest list in retry as
there's a possibility of seeing a subreq that's just been added by the
application thread.

Fixes: ee4cdf7ba857 ("netfs: Speed up buffered reading")
Fixes: 288ace2f57c9 ("netfs: New writeback implementation")
Link: https://sashiko.dev/#/patchset/20260608145432.681865-1-dhowells%40redhat.com
Signed-off-by: David Howells <dhowells at redhat.com>
Link: https://patch.msgid.link/138807.1782980582@warthog.procyon.org.uk
Reviewed-by: Paulo Alcantara (Red Hat) <pc at manguebit.org>
cc: Paulo Alcantara <pc at manguebit.org>
cc: netfs at lists.linux.dev
cc: linux-fsdevel at vger.kernel.org
Signed-off-by: Christian Brauner (Amutable) <brauner at kernel.org>
DeltaFile
+6-1fs/netfs/read_retry.c
+6-1fs/netfs/write_retry.c
+12-22 files

Linux/linux d2c9a99include/linux mod_devicetable.h, include/linux/device-id usb.h input.h

Merge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux

Pull mod_devicetable.h header split from Uwe Kleine-König:
 "Split <linux/mod_devicetable.h> in per subsystem headers

  <linux/mod_devicetable.h> is included transitively in nearly every
  driver in an x86_64 allmodconfig build of v7.1:

      $ find drivers -name \*.o -not -name \*.mod.o | wc -l
      21330
      $ find drivers -name \*.o.cmd -not -name \*.mod.o.cmd | xargs grep -l mod_devicetable.h | wc -l
      17038

  The result of this mixture of different and unrelated subsystem
  details is that even when touching an obscure device id struct most of
  the kernel needs to be recompiled. Given that each driver typically
  only needs one or two of these structures, splitting into per
  subsystem headers and only including what is really needed reduces the
  amount of needed recompilation.

    [29 lines not shown]
DeltaFile
+56-958include/linux/mod_devicetable.h
+111-0include/linux/device-id/usb.h
+62-0include/linux/device-id/input.h
+58-0include/linux/device-id/dmi.h
+54-0include/linux/device-id/pci.h
+48-0include/linux/device-id/pcmcia.h
+389-9581,644 files not shown
+1,606-2,5441,650 files

Linux/linux c85167cdrivers/ata libata-core.c libata-scsi.c

Merge tag 'ata-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux

Pull ata fixes from Damien Le Moal:

 - Quirk the Phison PS3111-S11 SSD with NOLPM due to its defective
   link power management (Bryam)

 - Strengthen checks on a device concurrent positioning range
   information to make sure to reject any invalid report (Bryam)

 - Fix probe error handling in the pata_pxa and sata_gemini
   drivers (Myeonghun, Wentao)

 - Limit buffer size of replies from translated commands to what
   libata actually generated (Karuna)

* tag 'ata-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux:
  ata: libata-scsi: limit simulated SCSI command copy to response length
  ata: pata_pxa: Fix DMA channel leak on probe error

    [3 lines not shown]
DeltaFile
+21-0drivers/ata/libata-core.c
+6-3drivers/ata/libata-scsi.c
+9-0drivers/ata/libata.h
+1-1drivers/ata/sata_gemini.c
+1-0drivers/ata/pata_pxa.c
+38-45 files

Linux/linux 995832bdrivers/firmware/google vpd.c memconsole-coreboot.c, drivers/s390/crypto zcrypt_cex4.c vfio_ap_drv.c

Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)

Replace the #include of <linux/mod_devicetable.h> by the more specific
<linux/device-id/*.h> where applicable. For most cases the include
can be dropped completely, only a few drivers need one or two headers
added.

Acked-by: Danilo Krummrich <dakr at kernel.org>
Acked-by: Takashi Sakamoto <o-takashi at sakamocchi.jp>
Acked-by: Bjorn Helgaas <bhelgaas at google.com>
Link: https://patch.msgid.link/1a3f2007c5c5dcf555c09a4035ce3ae8ef1b6c49.1782808461.git.u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig at baylibre.com>
DeltaFile
+1-1drivers/virt/coco/arm-cca-guest/arm-cca-guest.c
+1-1drivers/s390/crypto/zcrypt_cex4.c
+1-1drivers/s390/crypto/vfio_ap_drv.c
+1-1drivers/s390/crypto/ap_bus.c
+1-1drivers/firmware/google/vpd.c
+1-1drivers/firmware/google/memconsole-coreboot.c
+6-61,520 files not shown
+13-1,5261,526 files

Linux/linux a59fbb8arch/loongarch/kvm main.c

LoongArch: KVM: Add include defining struct cpu_feature

Traditionally <linux/mod_devicetable.h> was a header defining a plethora
of structs, among them struct cpu_features. This was split now with the
objective that only the relevant bits are included.

Currently <linux/mod_devicetable.h> is transitively included in
arch/loongarch/kvm/main.c via:

        arch/loongarch/kvm/main.c ->
        <linux/kvm_host.h> ->
        <linux/entry-virt.h> ->
        <linux/resume_user_mode.h> ->
        <linux/memcontrol.h> ->
        <linux/cgroup.h> ->
        <linux/kernel_stat.h> ->
        <linux/interrupt.h> ->
        <linux/hardirq> ->
        <asm/hardirq.h> ->

    [14 lines not shown]
DeltaFile
+1-0arch/loongarch/kvm/main.c
+1-01 files

Linux/linux ecca1d6arch/mips/include/asm cdmm.h, arch/parisc/include/asm hardware.h

Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (headers)

<linux/mod_devicetable.h> is included in a many files:

        $ git grep '<linux/mod_devicetable.h>' ef0c9f75a195 | wc -l
        1598

; some of them are widely used headers. To stop mixing up different and
unrelated driver( type)s let the subsystem headers only use the subset
of the recently split <linux/mod_devicetable.h> that are relevant for
them.

The fallout (I hope) is addressed in the previous commits that handle
sources relying on e.g. <linux/i2c.h> pulling in the full legacy header
and thus providing pci_device_id.

Acked-by: Danilo Krummrich <dakr at kernel.org>
Acked-by: Takashi Sakamoto <o-takashi at sakamocchi.jp>
Link: https://patch.msgid.link/199fe46b624ba07fb9bd3e0cd6ff13757932cb5f.1782808461.git.u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig at baylibre.com>
DeltaFile
+1-4arch/x86/include/asm/cpu_device_id.h
+3-1include/linux/spi/spi.h
+1-3arch/parisc/include/asm/hardware.h
+1-2include/linux/firewire.h
+1-1arch/s390/include/asm/ccwdev.h
+1-1arch/mips/include/asm/cdmm.h
+8-1249 files not shown
+57-5955 files

Linux/linux c19f08fdrivers/media/usb/em28xx em28xx.h

media: em28xx: Add include for struct usb_device_id

Traditionally <linux/mod_devicetable.h> was a header defining a plethora
of structs, among them struct usb_device_id. This was split now with the
objective that only the relevant bits are included.

Currently <linux/mod_devicetable.h> is transitively included in
drivers/media/usb/em28xx/em28xx.h via:

        drivers/media/usb/em28xx/em28xx.h ->
        <linux/i2c.h> ->
        <linux/acpi.h> ->
        <linux/device.h> ->
        <linux/device/driver.h> ->
        <linux/mod_devicetable.h

To keep struct usb_device_id available once <linux/device/driver.h>
stops including <linux/mod_devicetable.h>, include it the header
providing that struct explictly.

    [5 lines not shown]
DeltaFile
+1-0drivers/media/usb/em28xx/em28xx.h
+1-01 files

Linux/linux a7e8caearch/parisc/include/asm ptrace.h

parisc: #include <linux/compiler.h> for unlikely() in <asm/ptrace.h>

Currently <linux/compiler.h> isn't included at all (not even
transitively) in <asm/ptrace.h>.
arch/parisc/kernel/asm-offsets.c just happens to include the following
chain of includes before <asm/ptrace.h>:

        <linux/sched.h>
        -> <asm/processor.h>
        -> <asm/hardware.h>
        -> <linux/mod_devicetable.h>
        -> <linux/uuid.h>
        -> <linux/string.h>
        -> <linux/compiler.h>

. That chain will be broken, because in one of the next commits
<asm/hardware.h> is changed to only include <linux/device-id/parisc.h>
instead of <linux/mod_devicetable.h>. So to ensure
arch/parisc/kernel/asm-offsets.c knows about unlikely() even after that

    [4 lines not shown]
DeltaFile
+1-0arch/parisc/include/asm/ptrace.h
+1-01 files

Linux/linux 4e38dddinclude/sound hdaudio.h

ALSA: hda/core: Add include defining struct hda_device_id

Traditionally all *_device_id were defined in a single header
<linux/mod_devicetable.h>. This was split now with the objective that
only the relevant bits are included. So including <linux/pci.h> won't be
enough to get a definition of (the unrelated to pci) struct
hda_device_id.

Add an explicit include for the header defining struct hda_device_id to
keep working when <linux/pci.h> stops providing this defintion.

Acked-by: Danilo Krummrich <dakr at kernel.org>
Acked-by: Takashi Sakamoto <o-takashi at sakamocchi.jp>
Reviewed-by: Takashi Iwai <tiwai at suse.de>
Link: https://patch.msgid.link/376883bc5889d5cca01efb6f8d4e07a20158f2b8.1782808461.git.u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig at baylibre.com>
DeltaFile
+1-0include/sound/hdaudio.h
+1-01 files

Linux/linux 6d924c4drivers/i2c i2c-core.h

i2c: Let i2c-core.h include <linux/i2c.h>

The subsystem private header i2c-core.h uses several symbols defined in
<linux/i2c.h>, e.g. struct i2c_board_info and i2c_lock_bus()). This
doesn't pose a problem in practise because all files including
"i2c-core.h" also include <linux/i2c.h>.

To make this more robust add an include statement for <linux/i2c.h>
making the header self-contained.

Acked-by: Danilo Krummrich <dakr at kernel.org>
Reviewed-by: Wolfram Sang <wsa+renesas at sang-engineering.com>
Acked-by: Takashi Sakamoto <o-takashi at sakamocchi.jp>
Link: https://patch.msgid.link/46aa85ab3dc4e63bfb5bd8ff1fd212a3d0e31f58.1782808461.git.u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig at baylibre.com>
DeltaFile
+1-0drivers/i2c/i2c-core.h
+1-01 files

Linux/linux a66f910include/linux/platform_data/x86 int3472.h

platform/x86: int3472: Add include defining struct dmi_system_id

Currently <linux/mod_devicetable.h> is included transitively in
int3472.h via

        <linux/clk-provider.h> ->
        <linux/of.h> ->
        <linux/mod_devicetable.h>

However these includes will be tightend such that only the bits relevant
for of will be provided by <linux/of.h>. To ensure that dmi_system_id
stays around, include the respective header explicitly.

Acked-by: Danilo Krummrich <dakr at kernel.org>
Acked-by: Ilpo Järvinen <ilpo.jarvinen at linux.intel.com>
Acked-by: Takashi Sakamoto <o-takashi at sakamocchi.jp>
Acked-by: Sakari Ailus <sakari.ailus at linux.intel.com>
Link: https://patch.msgid.link/0ba52730f67dc995d9d896b81fa6a7320bf8cb4b.1782808461.git.u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig at baylibre.com>
DeltaFile
+1-1include/linux/platform_data/x86/int3472.h
+1-11 files

Linux/linux e3cda69drivers/usb/dwc2 core.h

usb: dwc2: Add include defining struct pci_device_id

Up to now <linux/acpi.h> includes <linux/mod_devicetable.h> that
provides struct pci_device_id. However <linux/mod_devicetable.h> was
split into per bus headers and <linux/acpi.h> will only include the acpi
related one (and similar for other bus headers).

As struct pci_device_id is used in drivers/usb/dwc2/core.h, add an
include to ensure it's defined also after the includes in <linux/acpi.h>
are tightened.

Acked-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
Acked-by: Danilo Krummrich <dakr at kernel.org>
Acked-by: Takashi Sakamoto <o-takashi at sakamocchi.jp>
Link: https://patch.msgid.link/bddfcdfaf36d735c244e03efada6083ef98ebd51.1782808461.git.u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig at baylibre.com>
DeltaFile
+1-0drivers/usb/dwc2/core.h
+1-01 files

Linux/linux 5e4cc25drivers/platform/x86/x86-android-tablets x86-android-tablets.h

platform/x86: x86-android-tablets: Add include defining struct dmi_system_id

Currently <linux/i2c.h> includes <linux/mod_devicetable.h> transitively
which ensures that struct dmi_system_id is defined in
drivers/platform/x86/x86-android-tablets/x86-android-tablets.h. However
this include in <linux/i2c.h> will be replaced by one for i2c_device_id
only. To ensure that dmi_system_id is available add the include for that
explicitly.

Acked-by: Danilo Krummrich <dakr at kernel.org>
Acked-by: Ilpo Järvinen <ilpo.jarvinen at linux.intel.com>
Acked-by: Takashi Sakamoto <o-takashi at sakamocchi.jp>
Link: https://patch.msgid.link/32928d9ee47cefc7dfc4c385c06bd5e598b0fca1.1782808461.git.u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig at baylibre.com>
DeltaFile
+1-0drivers/platform/x86/x86-android-tablets/x86-android-tablets.h
+1-01 files

Linux/linux 4c8f323drivers/platform/x86 msi-ec.c

platform/x86: msi-ec: Ensure dmi_system_id is defined

Currently <linux/acpi.h> includes <linux/mod_devicetable.h> and thus
dmi_system_id is available for the driver. To disentangle includes
<linux/acpi.h> will be changed to only include the header for
acpi_device_id instead of the full <linux/mod_devicetable.h>. To prepare
for that include the dedicated header for struct dmi_device_id.

Acked-by: Danilo Krummrich <dakr at kernel.org>
Acked-by: Ilpo Järvinen <ilpo.jarvinen at linux.intel.com>
Acked-by: Takashi Sakamoto <o-takashi at sakamocchi.jp>
Link: https://patch.msgid.link/600c7ab3263dcb8cee39b43dbd313eba8abef376.1782808461.git.u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig at baylibre.com>
DeltaFile
+1-0drivers/platform/x86/msi-ec.c
+1-01 files

Linux/linux 2fb03deinclude/linux of_platform.h

of: Explicitly include <linux/types.h> and <linux/err.h>

<linux/of_platform.h> uses resource_size_t and relies on the transitive
include <linux/mod_devicetable.h> -> <linux/types.h>. It also uses error
constants and thus relying on the include chain
<linux/mod_devicetable.h> -> <linux/uuid.h> -> <linux/string.h> ->
<linux/err.h>.

With the plan to split <linux/mod_devicetable.h> per subsystem and then
only letting of_platform.h include the of-specific bits (which don't
require these two headers), add the needed includes explicitly to keep
the header self-contained.

Acked-by: Danilo Krummrich <dakr at kernel.org>
Acked-by: Takashi Sakamoto <o-takashi at sakamocchi.jp>
Link: https://patch.msgid.link/a730991bc8813cf70c2445064ea425291538f709.1782808461.git.u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig at baylibre.com>
DeltaFile
+2-0include/linux/of_platform.h
+2-01 files

Linux/linux 1b44cfadrivers/media/platform/ti/vpe vip.c

media: ti: vpe: #include <linux/platform_device.h> explicitly

The driver uses several symbols and structs defined in that header. The
header is currently included transitively via

        "vip.h" ->
        <media/v4l2-ctrls.h> ->
        <media/media-request.h> ->
        <media/media-device.h> ->
        <linux/platform_device.h>

which seems to be on the lower end of the scale between random and
reliable.

Acked-by: Danilo Krummrich <dakr at kernel.org>
Reviewed-by: Yemike Abhilash Chandra <y-abhilashchandra at ti.com>
Acked-by: Takashi Sakamoto <o-takashi at sakamocchi.jp>
Link: https://patch.msgid.link/9f2e0e001eec087f00ac2c5af2de2e8f6d0978c1.1782808461.git.u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig at baylibre.com>
DeltaFile
+1-0drivers/media/platform/ti/vpe/vip.c
+1-01 files

Linux/linux e1da37einclude/linux/device driver.h

driver: core: Include headers for acpi_device_id and of_device_id for struct device_driver

struct device_driver contains pointers of type struct of_device_id* and
struct acpi_device_id* but doesn't ensure these are defined. To make the
header self-contained add the (very lightweight) includes that contain
the respective definitions.

Acked-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
Acked-by: Danilo Krummrich <dakr at kernel.org>
Acked-by: Rafael J. Wysocki (Intel) <rafael at kernel.org>
Acked-by: Takashi Sakamoto <o-takashi at sakamocchi.jp>
Link: https://patch.msgid.link/199ba71b4ac73f4b4d9f5d2be635c96eec73c70e.1782808461.git.u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig at baylibre.com>
DeltaFile
+2-0include/linux/device/driver.h
+2-01 files

Linux/linux b14f819include/linux/usb serial.h

usb: serial: Include <linux/usb.h> in <linux/usb/serial.h>

All consumers of the latter also include the former, but without that
struct usb_driver and struct usb_device_id (and maybe more) are not
defined. Add an include for <linux/usb.h> to make the header
self-contained.

Acked-by: Danilo Krummrich <dakr at kernel.org>
Acked-by: Takashi Sakamoto <o-takashi at sakamocchi.jp>
Link: https://patch.msgid.link/82219ab65d16ee5bfe5a35d11bc938baac3fd3bc.1782808461.git.u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig at baylibre.com>
DeltaFile
+1-0include/linux/usb/serial.h
+1-01 files