Linux/linux e6ebf01include/linux page-flags.h mm.h, mm hugetlb.c zswap.c

Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

Pull misc fixes from Andrew Morton:
 "11 hotfixes. 8 are cc:stable and the remaining 3 (nice ratio!) address
  post-6.8 issues or aren't considered suitable for backporting.

  All except one of these are for MM. I see no particular theme - it's
  singletons all over"

* tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:
  mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()
  selftests: mm: protection_keys: save/restore nr_hugepages value from launch script
  stackdepot: respect __GFP_NOLOCKDEP allocation flag
  hugetlb: check for anon_vma prior to folio allocation
  mm: zswap: fix shrinker NULL crash with cgroup_disable=memory
  mm: turn folio_test_hugetlb into a PageType
  mm: support page_mapcount() on page_has_type() pages
  mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macros
  mm/hugetlb: fix missing hugetlb_lock for resv uncharge

    [2 lines not shown]
DeltaFile
+83-63include/linux/page-flags.h
+15-25mm/hugetlb.c
+0-38tools/testing/selftests/mm/protection_keys.c
+16-9mm/zswap.c
+8-4tools/testing/selftests/kselftest_harness.h
+5-3include/linux/mm.h
+127-1427 files not shown
+138-15313 files

Linux/linux 4630932drivers/mmc/host sdhci-msm.c moxart-mmc.c

Merge tag 'mmc-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc

Pull MMC host fixes from Ulf Hansson:

 - moxart: Fix regression for sg_miter for PIO mode

 - sdhci-msm: Avoid hang by preventing access to suspended controller

 - sdhci-of-dwcmshc: Fix SD card tuning error for th1520

* tag 'mmc-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc:
  mmc: moxart: fix handling of sgm->consumed, otherwise WARN_ON triggers
  mmc: sdhci-of-dwcmshc: th1520: Increase tuning loop count to 128
  mmc: sdhci-msm: pervent access to suspended controller
DeltaFile
+15-1drivers/mmc/host/sdhci-msm.c
+1-0drivers/mmc/host/moxart-mmc.c
+1-0drivers/mmc/host/sdhci-of-dwcmshc.c
+17-13 files

Linux/linux c9e35b4arch/arc/include/asm entry-compact.h cachetype.h, arch/arc/kernel entry-arcv2.S signal.c

Merge tag 'arc-6.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc

Pull ARC fixes from Vineet Gupta:

 - Incorrect VIPT aliasing assumption

 - Misc build warning fixes and some typos

* tag 'arc-6.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc:
  ARC: [plat-hsdk]: Remove misplaced interrupt-cells property
  ARC: Fix typos
  ARC: mm: fix new code about cache aliasing
  ARC: Fix -Wmissing-prototypes warnings
DeltaFile
+5-5arch/arc/include/asm/entry-compact.h
+0-9arch/arc/include/asm/cachetype.h
+4-4arch/arc/mm/tlbex.S
+4-4arch/arc/kernel/entry-arcv2.S
+4-3arch/arc/kernel/signal.c
+4-3arch/arc/kernel/kprobes.c
+21-2824 files not shown
+50-5930 files

Linux/linux bbacf71drivers/mtd mtdcore.c, drivers/mtd/nand/raw qcom_nandc.c diskonchip.c

Merge tag 'mtd/fixes-for-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux

Pull MTD fixes from Miquel Raynal:
 "There has been OTP support improvements in the NVMEM subsystem, and
  later also improvements of OTP support in the NAND subsystem. This
  lead to situations that we currently cannot handle, so better prevent
  this situation from happening in order to avoid canceling device's
  probe.

  In the raw NAND subsystem, two runtime fixes have been shared, one
  fixing two important commands in the Qcom driver since it got reworked
  and a NULL pointer dereference happening on STB chips.

  Arnd also fixed a UBSAN link failure on diskonchip"

* tag 'mtd/fixes-for-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux:
  mtd: limit OTP NVMEM cell parse to non-NAND devices
  mtd: diskonchip: work around ubsan link failure
  mtd: rawnand: qcom: Fix broken OP_RESET_DEVICE command in qcom_misc_cmd_type_exec()
  mtd: rawnand: brcmnand: Fix data access violation for STB chip
DeltaFile
+3-4drivers/mtd/nand/raw/qcom_nandc.c
+2-2drivers/mtd/nand/raw/diskonchip.c
+1-1drivers/mtd/nand/raw/brcmnand/brcmnand.c
+1-1drivers/mtd/mtdcore.c
+7-84 files

Linux/linux 3022bf3drivers/gpio gpio-tegra186.c gpio-tangier.c

Merge tag 'gpio-fixes-for-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux

Pull gpio fixes from Bartosz Golaszewski:

 - fix a regression in pin access control in gpio-tegra186

 - make data pointer dereference robust in Intel Tangier driver

* tag 'gpio-fixes-for-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
  gpio: tegra186: Fix tegra186_gpio_is_accessible() check
  gpio: tangier: Use correct type for the IRQ chip data
DeltaFile
+11-9drivers/gpio/gpio-tegra186.c
+6-3drivers/gpio/gpio-tangier.c
+17-122 files

Linux/linux 5b43efadrivers/cxl/core mbox.c

Merge tag 'cxl-fixes-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl

Pull cxl fix from Dave Jiang:

 - Fix potential payload size confusion in cxl_mem_get_poison()

* tag 'cxl-fixes-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl:
  cxl/core: Fix potential payload size confusion in cxl_mem_get_poison()
DeltaFile
+17-21drivers/cxl/core/mbox.c
+17-211 files

Linux/linux 08f0677drivers/md dm.c, drivers/md/dm-vdo murmurhash3.c

Merge tag 'for-6.9/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm

Pull device mapper fixes from Mike Snitzer:

 - Fix 6.9 regression so that DM device removal is performed
   synchronously by default.

   Asynchronous removal has always been possible but it isn't the
   default. It is important that synchronous removal be preserved,
   otherwise it is an interface change that breaks lvm2.

 - Remove errant semicolon in drivers/md/dm-vdo/murmurhash3.c

* tag 'for-6.9/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm: restore synchronous close of device mapper block device
  dm vdo murmurhash: remove unneeded semicolon
DeltaFile
+8-2drivers/md/dm.c
+1-1drivers/md/dm-vdo/murmurhash3.c
+9-32 files

Linux/linux 52034cafs/netfs buffered_write.c, fs/ntfs3 super.c inode.c

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

Pull vfs fixes from Christian Brauner:
 "This contains a few small fixes for this merge window and the attempt
  to handle the ntfs removal regression that was reported a little while
  ago:

   - After the removal of the legacy ntfs driver we received reports
     about regressions for some people that do mount "ntfs" explicitly
     and expect the driver to be available. Since ntfs3 is a drop-in for
     legacy ntfs we alias legacy ntfs to ntfs3 just like ext3 is aliased
     to ext4.

     We also enforce legacy ntfs is always mounted read-only and give it
     custom file operations to ensure that ioctl()'s can't be abused to
     perform write operations.

   - Fix an unbalanced module_get() in bdev_open().


    [18 lines not shown]
DeltaFile
+62-3fs/ntfs3/super.c
+12-11fs/netfs/buffered_write.c
+16-4fs/ntfs3/inode.c
+9-0fs/ntfs3/Kconfig
+8-0fs/ntfs3/file.c
+7-0fs/ntfs3/dir.c
+114-183 files not shown
+121-219 files

Linux/linux 09ef295arch/loongarch Kconfig, arch/loongarch/include/asm crash_reserve.h crash_core.h

Merge tag 'loongarch-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson

Pull LoongArch fixes from Huacai Chen:
 "Fix some build errors and some trivial runtime bugs"

* tag 'loongarch-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson:
  LoongArch: Lately init pmu after smp is online
  LoongArch: Fix callchain parse error with kernel tracepoint events
  LoongArch: Fix access error when read fault on a write-only VMA
  LoongArch: Fix a build error due to __tlb_remove_tlb_entry()
  LoongArch: Fix Kconfig item and left code related to CRASH_CORE
DeltaFile
+12-0arch/loongarch/include/asm/crash_reserve.h
+0-12arch/loongarch/include/asm/crash_core.h
+8-0arch/loongarch/include/asm/perf_event.h
+2-2arch/loongarch/mm/fault.c
+0-2arch/loongarch/include/asm/tlb.h
+1-1arch/loongarch/Kconfig
+23-171 files not shown
+24-187 files

Linux/linux 084c473. MAINTAINERS

Merge tag 'pwm/for-6.9-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux

Pull maintainer entry update from Uwe Kleine-König:
 "This is just an update to my maintainer entries as I will switch jobs
  soon. Getting a contact email address into the MAINTAINERS file that
  will work also after my switch will hopefully reduce people mailing to
  the then non-existing address.

  I also drop my co-maintenance for SIOX, but that continues to be in
  good hands"

* tag 'pwm/for-6.9-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux:
  MAINTAINERS: Update Uwe's email address, drop SIOX maintenance
DeltaFile
+1-2MAINTAINERS
+1-21 files

Linux/linux 61ef620drivers/gpu/drm/amd/amdgpu amdgpu_amdkfd_gpuvm.c sdma_v5_2.c, drivers/gpu/drm/amd/pm/swsmu/smu13 smu_v13_0_6_ppt.c

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

Pull drm fixes from Dave Airlie:
 "Regular weekly merge request, mostly amdgpu and misc bits in
  xe/etnaviv/gma500 and some core changes. Nothing too outlandish, seems
  to be about normal for this time of release.

  atomic-helpers:
   - Fix memory leak in drm_format_conv_state_copy()

  fbdev:
   - fbdefio: Fix address calculation

  amdgpu:
   - Suspend/resume fix
   - Don't expose gpu_od directory if it's empty
   - SDMA 4.4.2 fix
   - VPE fix
   - BO eviction fix

    [46 lines not shown]
DeltaFile
+0-80drivers/gpu/drm/gma500/psb_lid.c
+21-14drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
+0-34drivers/gpu/drm/etnaviv/etnaviv_hwdb.c
+25-0drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
+2-22drivers/gpu/drm/etnaviv/etnaviv_gpu.c
+14-10drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
+62-16026 files not shown
+130-24232 files

Linux/linux c97f59efs/netfs buffered_write.c

netfs: Fix the pre-flush when appending to a file in writethrough mode

In netfs_perform_write(), when the file is marked NETFS_ICTX_WRITETHROUGH
or O_*SYNC or RWF_*SYNC was specified, write-through caching is performed
on a buffered file.  When setting up for write-through, we flush any
conflicting writes in the region and wait for the write to complete,
failing if there's a write error to return.

The issue arises if we're writing at or above the EOF position because we
skip the flush and - more importantly - the wait.  This becomes a problem
if there's a partial folio at the end of the file that is being written out
and we want to make a write to it too.  Both the already-running write and
the write we start both want to clear the writeback mark, but whoever is
second causes a warning looking something like:

    ------------[ cut here ]------------
    R=00000012: folio 11 is not under writeback
    WARNING: CPU: 34 PID: 654 at fs/netfs/write_collect.c:105
    ...

    [32 lines not shown]
DeltaFile
+6-7fs/netfs/buffered_write.c
+6-71 files

Linux/linux 190f1f4. MAINTAINERS

MAINTAINERS: Update Uwe's email address, drop SIOX maintenance

In the context of changing my career path, my Pengutronix email address
will soon stop to be available to me. Update the PWM maintainer entry to
my kernel.org identity.

I drop my co-maintenance of SIOX. Thorsten will continue to care for
it with the support of the Pengutronix kernel team.

Signed-off-by: Uwe Kleine-König <ukleinek at kernel.org>
Acked-by: Thorsten Scherer <t.scherer at eckelmann.de>
Link: https://lore.kernel.org/r/20240424212626.603631-2-ukleinek@kernel.org
Signed-off-by: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
DeltaFile
+1-2MAINTAINERS
+1-21 files

Linux/linux 3a85340drivers/gpu/drm/xe xe_gt_ccs_mode.c xe_huc.c

Merge tag 'drm-xe-fixes-2024-04-25' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes

- Fix error paths on managed allocations
- Fix PF/VF relay messages

Signed-off-by: Dave Airlie <airlied at redhat.com>

From: Lucas De Marchi <lucas.demarchi at intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/gxaxtvxeoax7mnddxbl3tfn2hfnm5e4ngnl3wpi4p5tvn7il4s@fwsvpntse7bh
DeltaFile
+7-12drivers/gpu/drm/xe/xe_gt_ccs_mode.c
+1-8drivers/gpu/drm/xe/xe_huc.c
+3-1drivers/gpu/drm/xe/xe_gt.c
+2-2drivers/gpu/drm/xe/xe_guc_ct.c
+1-1drivers/gpu/drm/xe/xe_gt_ccs_mode.h
+14-245 files

Linux/linux ca382d6drivers/gpu/drm/etnaviv etnaviv_hwdb.c etnaviv_gpu.c, include/uapi/drm etnaviv_drm.h

Merge tag 'drm-etnaviv-fixes-2024-04-25' of https://git.pengutronix.de/git/lst/linux into drm-fixes

- fix GC7000 TX clock gating
- revert NPU UAPI changes

Signed-off-by: Dave Airlie <airlied at redhat.com>

From: Lucas Stach <l.stach at pengutronix.de>
Link: https://patchwork.freedesktop.org/patch/msgid/c24457dc18ba9eab3ff919b398a25b1af9f1124e.camel@pengutronix.de
DeltaFile
+0-34drivers/gpu/drm/etnaviv/etnaviv_hwdb.c
+2-22drivers/gpu/drm/etnaviv/etnaviv_gpu.c
+0-12drivers/gpu/drm/etnaviv/etnaviv_gpu.h
+0-5include/uapi/drm/etnaviv_drm.h
+2-734 files

Linux/linux 86ab998drivers/gpu/drm drm_gem_atomic_helper.c, drivers/gpu/drm/gma500 psb_lid.c psb_drv.h

Merge tag 'drm-misc-fixes-2024-04-25' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes

Short summary of fixes pull:

atomic-helpers:
- Fix memory leak in drm_format_conv_state_copy()

fbdev:
- fbdefio: Fix address calculation

gma500:
- Fix crash during boot

Signed-off-by: Dave Airlie <airlied at redhat.com>

From: Thomas Zimmermann <tzimmermann at suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20240425102413.GA6301@localhost.localdomain
DeltaFile
+0-80drivers/gpu/drm/gma500/psb_lid.c
+0-9drivers/gpu/drm/gma500/psb_drv.h
+1-4drivers/gpu/drm/gma500/psb_device.c
+2-2drivers/gpu/drm/drm_gem_atomic_helper.c
+1-1drivers/video/fbdev/core/fb_defio.c
+0-1drivers/gpu/drm/gma500/Makefile
+4-976 files

Linux/linux 26da9bfdrivers/gpu/drm/amd/amdgpu amdgpu_amdkfd_gpuvm.c sdma_v5_2.c, drivers/gpu/drm/amd/amdkfd kfd_migrate.c kfd_process.c

Merge tag 'amd-drm-fixes-6.9-2024-04-24' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes

amd-drm-fixes-6.9-2024-04-24:

amdgpu:
- Suspend/resume fix
- Don't expose gpu_od directory if it's empty
- SDMA 4.4.2 fix
- VPE fix
- BO eviction fix
- UMSCH fix
- SMU 13.0.6 reset fixes
- GPUVM flush accounting fix
- SDMA 5.2 fix
- Fix possible UAF in mes code

amdkfd:
- Eviction fence handling fix
- Fix memory leak when GPU memory allocation fails

    [8 lines not shown]
DeltaFile
+21-14drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
+25-0drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
+14-10drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
+15-1drivers/gpu/drm/amd/amdkfd/kfd_migrate.c
+8-7drivers/gpu/drm/amd/amdkfd/kfd_process.c
+7-7drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c
+90-3911 files not shown
+110-4817 files

Linux/linux c942a0cdrivers/vdpa vdpa.c, include/uapi/linux vdpa.h

Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost

Pull virtio fix from Michael Tsirkin:
 "enum renames for vdpa uapi - we better do this now before the names
  have been exposed in any releases"

* tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
  vDPA: code clean for vhost_vdpa uapi
DeltaFile
+3-3drivers/vdpa/vdpa.c
+3-3include/uapi/linux/vdpa.h
+6-62 files

Linux/linux dda89e2fs/9p vfs_inode.c vfs_inode_dotl.c

Merge tag '9p-for-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs

Pull 9p fix from Eric Van Hensbergen:
 "This contains a single mitigation to help deal with an apparent race
  condition between client and server having to deal with inode number
  collisions"

* tag '9p-for-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs:
  fs/9p: mitigate inode collisions
DeltaFile
+29-8fs/9p/vfs_inode.c
+20-8fs/9p/vfs_inode_dotl.c
+6-5fs/9p/v9fs.h
+1-1fs/9p/vfs_super.c
+56-224 files

Linux/linux a93289bdrivers/acpi cppc_acpi.c, drivers/acpi/x86 s2idle.c

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

Pull ACPI fixes from Rafael Wysocki:
 "These fix three recent regressions, one introduced while enabling a
  new platform firmware feature for power management, and two introduced
  by a recent CPPC library update.

  Specifics:

   - Allow two overlapping Low-Power S0 Idle _DSM function sets to be
     used at the same time (Rafael Wysocki)

   - Fix bit offset computation in MASK_VAL() macro used for applying a
     bitmask to a new CPPC register value (Jarred White)

   - Fix access width field usage for PCC registers in CPPC (Vanshidhar
     Konda)"

* tag 'acpi-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:

    [3 lines not shown]
DeltaFile
+39-18drivers/acpi/cppc_acpi.c
+3-5drivers/acpi/x86/s2idle.c
+42-232 files

Linux/linux 52afb15drivers/dpll dpll_core.c, drivers/net macsec.c

Merge tag 'net-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net

Pull networking fixes from Jakub Kicinski:
 "Including fixes from netfilter, wireless and bluetooth.

  Nothing major, regression fixes are mostly in drivers, two more of
  those are flowing towards us thru various trees. I wish some of the
  changes went into -rc5, we'll try to keep an eye on frequency of PRs
  from sub-trees.

  Also disproportional number of fixes for bugs added in v6.4, strange
  coincidence.

  Current release - regressions:

   - igc: fix LED-related deadlock on driver unbind

   - wifi: mac80211: small fixes to recent clean up of the connection
     process

    [67 lines not shown]
DeltaFile
+72-43drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c
+46-36drivers/net/ethernet/broadcom/bnxt/bnxt.c
+33-25drivers/dpll/dpll_core.c
+52-4drivers/net/dsa/mv88e6xxx/chip.c
+36-10drivers/net/macsec.c
+26-17drivers/net/phy/mediatek-ge-soc.c
+265-13579 files not shown
+831-38585 files

Linux/linux 2ad9846drivers/acpi cppc_acpi.c

Merge branch 'acpi-cppc'

* acpi-cppc:
  ACPI: CPPC: Fix access width used for PCC registers
  ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro
DeltaFile
+39-18drivers/acpi/cppc_acpi.c
+39-181 files

Linux/linux ed74abctools/testing/selftests/mm protection_keys.c run_vmtests.sh

selftests: mm: protection_keys: save/restore nr_hugepages value from launch script

The save/restore of nr_hugepages was added to the test itself by using the
atexit() functionality.  But it is broken as parent exits after creating
child.  Hence calling the atexit() function early.  That's not it.  The
child exits after creating its child and so on.

The parent cannot wait to get the termination status for its children as
it'll keep on holding the resources until the new pkey allocation fails. 
It is impossible to wait for exits of all the grand and great grand
children.  Hence the restoring of nr_hugepages value from parent is wrong.

Let's save/restore the nr_hugepages settings in the launch script
instead of doing it in the test.

Link: https://lkml.kernel.org/r/20240419115027.3848958-1-usama.anjum@collabora.com
Fixes: c52eb6db7b7d ("selftests: mm: restore settings from only parent process")
Signed-off-by: Muhammad Usama Anjum <usama.anjum at collabora.com>
Reported-by: Joey Gouly <joey.gouly at arm.com>

    [4 lines not shown]
DeltaFile
+0-38tools/testing/selftests/mm/protection_keys.c
+2-0tools/testing/selftests/mm/run_vmtests.sh
+2-382 files

Linux/linux 52ccddemm hugetlb.c

mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()

When I did memory failure tests recently, below warning occurs:

DEBUG_LOCKS_WARN_ON(1)
WARNING: CPU: 8 PID: 1011 at kernel/locking/lockdep.c:232 __lock_acquire+0xccb/0x1ca0
Modules linked in: mce_inject hwpoison_inject
CPU: 8 PID: 1011 Comm: bash Kdump: loaded Not tainted 6.9.0-rc3-next-20240410-00012-gdb69f219f4be #3
Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.14.0-0-g155821a1990b-prebuilt.qemu.org 04/01/2014
RIP: 0010:__lock_acquire+0xccb/0x1ca0
RSP: 0018:ffffa7a1c7fe3bd0 EFLAGS: 00000082
RAX: 0000000000000000 RBX: eb851eb853975fcf RCX: ffffa1ce5fc1c9c8
RDX: 00000000ffffffd8 RSI: 0000000000000027 RDI: ffffa1ce5fc1c9c0
RBP: ffffa1c6865d3280 R08: ffffffffb0f570a8 R09: 0000000000009ffb
R10: 0000000000000286 R11: ffffffffb0f2ad50 R12: ffffa1c6865d3d10
R13: ffffa1c6865d3c70 R14: 0000000000000000 R15: 0000000000000004
FS:  00007ff9f32aa740(0000) GS:ffffa1ce5fc00000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007ff9f3134ba0 CR3: 00000008484e4000 CR4: 00000000000006f0

    [96 lines not shown]
DeltaFile
+1-1mm/hugetlb.c
+1-11 files

Linux/linux e33c496fs/nfsd nfs4callback.c state.h

Merge tag 'nfsd-6.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux

Pull nfsd fixes from Chuck Lever:

 - Revert some backchannel fixes that went into v6.9-rc

* tag 'nfsd-6.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux:
  Revert "NFSD: Convert the callback workqueue to use delayed_work"
  Revert "NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down"
DeltaFile
+5-21fs/nfsd/nfs4callback.c
+1-1fs/nfsd/state.h
+6-222 files

Linux/linux f9e0232. MAINTAINERS .mailmap, drivers/hid hid-nintendo.c hid-logitech-dj.c

Merge tag 'for-linus-2024042501' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid

Pull HID fixes from Benjamin Tissoires:

 - A couple of i2c-hid fixes (Kenny Levinsen & Nam Cao)

 - A config issue with mcp-2221 when CONFIG_IIO is not enabled
   (Abdelrahman Morsy)

 - A dev_err fix in intel-ish-hid (Zhang Lixu)

 - A couple of mouse fixes for both nintendo and Logitech-dj (Nuno
   Pereira and Yaraslau Furman)

 - I'm changing my main kernel email address as it's way simpler for me
   than the Red Hat one (Benjamin Tissoires)

* tag 'for-linus-2024042501' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid:
  HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is enabled

    [6 lines not shown]
DeltaFile
+8-30drivers/hid/i2c-hid/i2c-hid-core.c
+4-4drivers/hid/hid-nintendo.c
+2-2MAINTAINERS
+1-3drivers/hid/hid-logitech-dj.c
+2-0.mailmap
+1-1drivers/hid/intel-ish-hid/ipc/ipc.c
+18-401 files not shown
+20-407 files

Linux/linux e027e72drivers/mmc/host moxart-mmc.c

mmc: moxart: fix handling of sgm->consumed, otherwise WARN_ON triggers

When e.g. 8 bytes are to be read, sgm->consumed equals 8 immediately after
sg_miter_next() call. The driver then increments it as bytes are read,
so sgm->consumed becomes 16 and this warning triggers in sg_miter_stop():
WARN_ON(miter->consumed > miter->length);

WARNING: CPU: 0 PID: 28 at lib/scatterlist.c:925 sg_miter_stop+0x2c/0x10c
CPU: 0 PID: 28 Comm: kworker/0:2 Tainted: G        W          6.9.0-rc5-dirty #249
Hardware name: Generic DT based system
Workqueue: events_freezable mmc_rescan
Call trace:.
 unwind_backtrace from show_stack+0x10/0x14
 show_stack from dump_stack_lvl+0x44/0x5c
 dump_stack_lvl from __warn+0x78/0x16c
 __warn from warn_slowpath_fmt+0xb0/0x160
 warn_slowpath_fmt from sg_miter_stop+0x2c/0x10c
 sg_miter_stop from moxart_request+0xb0/0x468
 moxart_request from mmc_start_request+0x94/0xa8

    [20 lines not shown]
DeltaFile
+1-0drivers/mmc/host/moxart-mmc.c
+1-01 files

Linux/linux e8baa63net/netfilter nft_chain_filter.c, net/netfilter/ipvs ip_vs_proto_sctp.c

Merge tag 'nf-24-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf

Pablo Neira Ayuso says:

====================
Netfilter/IPVS fixes for net

The following patchset contains two Netfilter/IPVS fixes for net:

Patch #1 fixes SCTP checksumming for IPVS with gso packets,
         from Ismael Luceno.

Patch #2 honor dormant flag from netdev event path to fix a possible
         double hook unregistration.

* tag 'nf-24-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf:
  netfilter: nf_tables: honor table dormant flag from netdev release event path
  ipvs: Fix checksumming on GSO of SCTP packets
====================

    [3 lines not shown]
DeltaFile
+4-2net/netfilter/ipvs/ip_vs_proto_sctp.c
+3-1net/netfilter/nft_chain_filter.c
+7-32 files

Linux/linux 1971d13include/net af_unix.h, net/unix garbage.c

af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().

syzbot reported a lockdep splat regarding unix_gc_lock and
unix_state_lock().

One is called from recvmsg() for a connected socket, and another
is called from GC for TCP_LISTEN socket.

So, the splat is false-positive.

Let's add a dedicated lock class for the latter to suppress the splat.

Note that this change is not necessary for net-next.git as the issue
is only applied to the old GC impl.

[0]:
WARNING: possible circular locking dependency detected
6.9.0-rc5-syzkaller-00007-g4d2008430ce8 #0 Not tainted
 -----------------------------------------------------

    [108 lines not shown]
DeltaFile
+3-0include/net/af_unix.h
+1-1net/unix/garbage.c
+4-12 files

Linux/linux e3eb7dddrivers/net/ethernet/broadcom b44.c

net: b44: set pause params only when interface is up

b44_free_rings() accesses b44::rx_buffers (and ::tx_buffers)
unconditionally, but b44::rx_buffers is only valid when the
device is up (they get allocated in b44_open(), and deallocated
again in b44_close()), any other time these are just a NULL pointers.

So if you try to change the pause params while the network interface
is disabled/administratively down, everything explodes (which likely
netifd tries to do).

Link: https://github.com/openwrt/openwrt/issues/13789
Fixes: 1da177e4c3f4 (Linux-2.6.12-rc2)
Cc: stable at vger.kernel.org
Reported-by: Peter Münster <pm at a16n.net>
Suggested-by: Jonas Gorski <jonas.gorski at gmail.com>
Signed-off-by: Vaclav Svoboda <svoboda at neng.cz>
Tested-by: Peter Münster <pm at a16n.net>
Reviewed-by: Andrew Lunn <andrew at lunn.ch>

    [4 lines not shown]
DeltaFile
+8-6drivers/net/ethernet/broadcom/b44.c
+8-61 files