Your message dated Mon, 17 Mar 2025 08:00:11 +0000
with message-id <e1tu5on-00ezhl...@fasolo.debian.org>
and subject line Bug#1098698: fixed in linux 6.12.19-1
has caused the Debian Bug report #1098698,
regarding linux-image-6.12.12-amd64: crash in netfs module when copying (large) 
directory from smb share
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1098698: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098698
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:linux
Version: 6.12.12-1
Severity: important
X-Debbugs-Cc: nolang...@gmail.com

Dear Maintainer,

I experience an immediate Kernel Crash when copying large files/directories from
a mounted Samba share.
I can consistently reproduce the crash in Qemu (from which I grabbed the Log).

My content of `/etc/fstab`:

```
//vienas01.andritz.com/HIPASE  /run/media/HIPASE_Q   smb3 
credentials=/tmp/creds.txt,uid=1000,user,vers=3,nofail,noatime,noauto   0    0
```

The sequence leading to the crash is a filecopy to local HDD:

``` bash
mount /run/media/HIPASE_Q
cp -r /run/media/HIPASE_Q/DIR ~/Download
```

Output from mount is:

```
//vienas01.andritz.com/HIPASE on /run/media/HIPASE_Q type smb3 
(rw,nosuid,nodev,relatime,vers=3.1.1,cache=strict,username=XXX,domain=YYY,uid=1000,forceuid,gid=1000,forcegid,addr=172.24.180.161,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,reparse=nfs,rsize=65536,wsize=65536,bsize=1048576,retrans=1,echo_interval=60,actimeo=1,closetimeo=1,user=XXX)
```

The crash is diagnosed as follows (again, under Qemu with the same kernel):

```
Debian GNU/Linux trixie/sid debian-replace ttyS0

debian-replace login:
[  222.366764] BUG: kernel NULL pointer dereference, address: 0000000000000068
[  222.367079] #PF: supervisor read access in kernel mode
[  222.367268] #PF: error_code(0x0000) - not-present page
[  222.367465] PGD 0 P4D 0
[  222.367565] Oops: Oops: 0000 [#1] PREEMPT SMP NOPTI
[  222.367757] CPU: 1 UID: 0 PID: 45 Comm: kworker/1:1 Not tainted 
6.12.12-amd64 #1  Debian 6.12.12-1
[  222.368074] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 
1.16.3-debian-1.16.3-2 04/01/2014
[  222.368456] Workqueue: cifsiod smb2_readv_worker [cifs]
[  222.368715] RIP: 0010:netfs_consume_read_data.isra.0 
(fs/netfs/read_collect.c:262) netfs 
[ 222.368985] Code: 74 24 10 4c 89 fb 49 8b 47 68 48 85 d2 0f 85 ce 01 00 00 48 
8b 4c 24 30 49 8b 7f 30 48 83 c1 70 48 39 cf 74 17 4c 8b 5c 24 40 <49> 8b 73 68 
49 03 73 60 49 39 77 60 0f 84 b2 04 00 00 48 29 d0 4c
All code
========
   0:   74 24                   je     0x26
   2:   10 4c 89 fb             adc    %cl,-0x5(%rcx,%rcx,4)
   6:   49 8b 47 68             mov    0x68(%r15),%rax
   a:   48 85 d2                test   %rdx,%rdx
   d:   0f 85 ce 01 00 00       jne    0x1e1
  13:   48 8b 4c 24 30          mov    0x30(%rsp),%rcx
  18:   49 8b 7f 30             mov    0x30(%r15),%rdi
  1c:   48 83 c1 70             add    $0x70,%rcx
  20:   48 39 cf                cmp    %rcx,%rdi
  23:   74 17                   je     0x3c
  25:   4c 8b 5c 24 40          mov    0x40(%rsp),%r11
  2a:*  49 8b 73 68             mov    0x68(%r11),%rsi          <-- trapping 
instruction
  2e:   49 03 73 60             add    0x60(%r11),%rsi
  32:   49 39 77 60             cmp    %rsi,0x60(%r15)
  36:   0f 84 b2 04 00 00       je     0x4ee
  3c:   48 29 d0                sub    %rdx,%rax
  3f:   4c                      rex.WR

Code starting with the faulting instruction
===========================================
   0:   49 8b 73 68             mov    0x68(%r11),%rsi
   4:   49 03 73 60             add    0x60(%r11),%rsi
   8:   49 39 77 60             cmp    %rsi,0x60(%r15)
   c:   0f 84 b2 04 00 00       je     0x4c4
  12:   48 29 d0                sub    %rdx,%rax
  15:   4c                      rex.WR
[  222.369710] RSP: 0018:ffffbdc900177dd0 EFLAGS: 00010283
[  222.369902] RAX: 0000000000010000 RBX: ffff96530204b280 RCX: ffff9653020d7770
[  222.370160] RDX: 0000000000000000 RSI: 0000000000440000 RDI: ffff96530204b168
[  222.370434] RBP: 0000000000000000 R08: 0000000000010000 R09: 0000000000000000
[  222.370711] R10: 0000000000000008 R11: 0000000000000000 R12: ffff9653020d78e8
[  222.371001] R13: 0000000000040000 R14: ffff9653020d78e8 R15: ffff96530204b280
[  222.371268] FS:  0000000000000000(0000) GS:ffff96537bd00000(0000) 
knlGS:0000000000000000
[  222.371561] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  222.371764] CR2: 0000000000000068 CR3: 0000000106bb4000 CR4: 0000000000752ef0
[  222.372036] PKRU: 55555554
[  222.372147] Call Trace:
[  222.372248]  <TASK>
[  222.372327] ? __die_body.cold (arch/x86/kernel/dumpstack.c:478 
(discriminator 1) arch/x86/kernel/dumpstack.c:465 (discriminator 1) 
arch/x86/kernel/dumpstack.c:420 (discriminator 1)) 
[  222.372492] ? page_fault_oops (arch/x86/mm/fault.c:711 (discriminator 1)) 
[  222.372658] ? exc_page_fault (arch/x86/include/asm/paravirt.h:693 
arch/x86/mm/fault.c:1489 arch/x86/mm/fault.c:1539) 
[  222.372808] ? asm_exc_page_fault (arch/x86/include/asm/idtentry.h:623) 
[  222.372961] ? netfs_consume_read_data.isra.0 (fs/netfs/read_collect.c:262) 
netfs 
[  222.373176] netfs_read_subreq_terminated (arch/x86/include/asm/bitops.h:94 
include/asm-generic/bitops/instrumented-non-atomic.h:45 
fs/netfs/read_collect.c:502) netfs 
[  222.373380] process_one_work (kernel/workqueue.c:3229) 
[  222.373525] worker_thread (kernel/workqueue.c:3304 (discriminator 2) 
kernel/workqueue.c:3391 (discriminator 2)) 
[  222.373657] ? __pfx_worker_thread (kernel/workqueue.c:3337) 
[  222.373817] kthread (kernel/kthread.c:389) 
[  222.373929] ? __pfx_kthread (kernel/kthread.c:342) 
[  222.374077] ret_from_fork (arch/x86/kernel/process.c:147) 
[  222.374203] ? __pfx_kthread (kernel/kthread.c:342) 
[  222.374335] ret_from_fork_asm (arch/x86/entry/entry_64.S:257) 
[  222.374472]  </TASK>
[  222.374551] Modules linked in: cmac nls_utf8 cifs cifs_arc4 nls_ucs2_utils 
cifs_md4 dns_resolver netfs uinput snd_seq_dummy snd_hrtimer snd_seq 
snd_seq_device snd_timer snd soundcore rfkill nls_ascii nls_cp437 vfat fat 
intel_rapl_msr intel_rapl_common binfmt_misc intel_uncore_frequency_common 
intel_pmc_core intel_vsec pmt_telemetry pmt_class kvm_intel kvm 
crct10dif_pclmul ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 
aesni_intel gf128mul crypto_simd iTCO_wdt intel_pmc_bxt cryptd 
iTCO_vendor_support watchdog qxl rapl joydev serio_raw evdev pcspkr button 
vmwgfx drm_ttm_helper ttm drm_kms_helper drm configfs efi_pstore nfnetlink 
qemu_fw_cfg virtio_console virtio_rng ip_tables x_tables autofs4 ext4 crc16 
mbcache jbd2 crc32c_generic ahci libahci xhci_pci libata xhci_hcd nvme 
crc32_pclmul crc32c_intel i2c_i801 scsi_mod psmouse virtio_net usbcore 
net_failover failover i2c_smbus nvme_core scsi_common lpc_ich nvme_auth 
usb_common
[  222.377319] CR2: 0000000000000068
[  222.377437] ---[ end trace 0000000000000000 ]---
[  222.377596] RIP: 0010:netfs_consume_read_data.isra.0 
(fs/netfs/read_collect.c:262) netfs 
[ 222.377839] Code: 74 24 10 4c 89 fb 49 8b 47 68 48 85 d2 0f 85 ce 01 00 00 48 
8b 4c 24 30 49 8b 7f 30 48 83 c1 70 48 39 cf 74 17 4c 8b 5c 24 40 <49> 8b 73 68 
49 03 73 60 49 39 77 60 0f 84 b2 04 00 00 48 29 d0 4c
All code
========
   0:   74 24                   je     0x26
   2:   10 4c 89 fb             adc    %cl,-0x5(%rcx,%rcx,4)
   6:   49 8b 47 68             mov    0x68(%r15),%rax
   a:   48 85 d2                test   %rdx,%rdx
   d:   0f 85 ce 01 00 00       jne    0x1e1
  13:   48 8b 4c 24 30          mov    0x30(%rsp),%rcx
  18:   49 8b 7f 30             mov    0x30(%r15),%rdi
  1c:   48 83 c1 70             add    $0x70,%rcx
  20:   48 39 cf                cmp    %rcx,%rdi
  23:   74 17                   je     0x3c
  25:   4c 8b 5c 24 40          mov    0x40(%rsp),%r11
  2a:*  49 8b 73 68             mov    0x68(%r11),%rsi          <-- trapping 
instruction
  2e:   49 03 73 60             add    0x60(%r11),%rsi
  32:   49 39 77 60             cmp    %rsi,0x60(%r15)
  36:   0f 84 b2 04 00 00       je     0x4ee
  3c:   48 29 d0                sub    %rdx,%rax
  3f:   4c                      rex.WR

Code starting with the faulting instruction
===========================================
   0:   49 8b 73 68             mov    0x68(%r11),%rsi
   4:   49 03 73 60             add    0x60(%r11),%rsi
   8:   49 39 77 60             cmp    %rsi,0x60(%r15)
   c:   0f 84 b2 04 00 00       je     0x4c4
  12:   48 29 d0                sub    %rdx,%rax
  15:   4c                      rex.WR
[  222.378484] RSP: 0018:ffffbdc900177dd0 EFLAGS: 00010283
[  222.378666] RAX: 0000000000010000 RBX: ffff96530204b280 RCX: ffff9653020d7770
[  222.378910] RDX: 0000000000000000 RSI: 0000000000440000 RDI: ffff96530204b168
[  222.379153] RBP: 0000000000000000 R08: 0000000000010000 R09: 0000000000000000
[  222.379396] R10: 0000000000000008 R11: 0000000000000000 R12: ffff9653020d78e8
[  222.379638] R13: 0000000000040000 R14: ffff9653020d78e8 R15: ffff96530204b280
[  222.379880] FS:  0000000000000000(0000) GS:ffff96537bd00000(0000) 
knlGS:0000000000000000
[  222.380154] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  222.380352] CR2: 0000000000000068 CR3: 0000000106bb4000 CR4: 0000000000752ef0
[  222.380596] PKRU: 55555554
[  222.380692] Kernel panic - not syncing: Fatal exception in interrupt
[  222.381450] Kernel Offset: 0xbc00000 from 0xffffffff81000000 (relocation 
range: 0xffffffff80000000-0xffffffffbfffffff)
[  222.381829] ---[ end Kernel panic - not syncing: Fatal exception in 
interrupt ]---
```


-- Package-specific info:
** Version:
Linux version 6.12.12-amd64 (debian-ker...@lists.debian.org) 
(x86_64-linux-gnu-gcc-14 (Debian 14.2.0-16) 14.2.0, GNU ld (GNU Binutils for 
Debian) 2.43.90.20250127) #1 SMP PREEMPT_DYNAMIC Debian 6.12.12-1 (2025-02-02)

** Command line:
initrd=\5840792061454f98ac253585d85b3155\6.12.12-amd64\initrd.img-6.12.12-amd64 
root=UUID=96fca60a-3b6c-4deb-b0a1-31547d605c0c ro quiet 
systemd.machine_id=5840792061454f98ac253585d85b3155

** Not tainted

** Kernel log:
Unable to read kernel log; any relevant messages should be attached

** Model information
sys_vendor: Dell Inc.
product_name: Precision 3680
product_version: 
chassis_vendor: Dell Inc.
chassis_version: 
bios_vendor: Dell Inc.
bios_version: 1.11.1
board_vendor: Dell Inc.
board_name: 0VTKY7
board_version: A00

** Loaded modules:
cmac
nls_utf8
cifs
cifs_arc4
nls_ucs2_utils
cifs_md4
dns_resolver
netfs
overlay
sd_mod
snd_seq_dummy
snd_hrtimer
snd_seq
snd_sof_pci_intel_tgl
snd_sof_pci_intel_cnl
snd_sof_intel_hda_generic
soundwire_intel
soundwire_generic_allocation
soundwire_cadence
snd_sof_intel_hda_common
snd_soc_hdac_hda
snd_sof_intel_hda_mlink
snd_hda_codec_hdmi
snd_sof_intel_hda
snd_sof_pci
xe
snd_sof_xtensa_dsp
snd_sof
snd_sof_utils
snd_hda_codec_realtek
drm_gpuvm
snd_soc_acpi_intel_match
snd_hda_codec_generic
drm_exec
snd_soc_acpi
snd_hda_scodec_component
gpu_sched
soundwire_bus
drm_suballoc_helper
drm_ttm_helper
intel_uncore_frequency
intel_uncore_frequency_common
snd_soc_avs
x86_pkg_temp_thermal
snd_soc_hda_codec
intel_powerclamp
snd_hda_ext_core
coretemp
snd_soc_core
snd_compress
kvm_intel
i915
snd_pcm_dmaengine
nls_ascii
kvm
snd_hda_intel
nls_cp437
snd_intel_dspcfg
snd_usb_audio
vfat
crct10dif_pclmul
processor_thermal_device_pci
snd_intel_sdw_acpi
drm_buddy
snd_usbmidi_lib
fat
binfmt_misc
crc32_pclmul
processor_thermal_device
snd_hda_codec
drm_display_helper
snd_rawmidi
ghash_clmulni_intel
processor_thermal_wt_hint
snd_hda_core
cec
snd_seq_device
sha512_ssse3
iTCO_wdt
processor_thermal_rfim
dell_pc
platform_profile
intel_rapl_msr
processor_thermal_rapl
rc_core
sha256_ssse3
mc
snd_hwdep
intel_pmc_bxt
ahci
intel_rapl_common
dell_wmi
ttm
sha1_ssse3
snd_pcm
iTCO_vendor_support
ucsi_acpi
libahci
processor_thermal_wt_req
rfkill
dell_smbios
rtsx_pci_sdmmc
drm_kms_helper
intel_pmc_core
dell_wmi_ddv
rapl
snd_timer
snd_ctl_led
mei_pxp
mei_hdcp
watchdog
spd5118
typec_ucsi
libata
intel_lpss_pci
dell_wmi_sysman
processor_thermal_power_floor
dcdbas
mmc_core
i2c_algo_bit
intel_vsec
battery
msr
intel_cstate
ftdi_sio
snd
i2c_i801
mei_me
typec
intel_lpss
scsi_mod
firmware_attributes_class
dell_wmi_descriptor
wmi_bmof
int3403_thermal
processor_thermal_mbox
dell_smm_hwmon
video
intel_hid
pmt_telemetry
int3400_thermal
parport_pc
hid_jabra
intel_uncore
e1000e
usbserial
igc
soundcore
rtsx_pci
i2c_smbus
mei
pcspkr
roles
idma64
scsi_common
button
int340x_thermal_zone
joydev
wmi
sparse_keymap
pmt_class
acpi_thermal_rel
acpi_pad
acpi_tad
ppdev
drm
lp
parport
efi_pstore
configfs
nfnetlink
efivarfs
ip_tables
x_tables
autofs4
btrfs
libcrc32c
xor
raid6_pq
evdev
hid_generic
usbhid
hid
dm_crypt
dm_mod
xhci_pci
nvme
xhci_hcd
nvme_core
usbcore
crc32c_intel
nvme_auth
usb_common
pinctrl_alderlake
aesni_intel
gf128mul
crypto_simd
cryptd

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:a700] (rev 01)
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        IOMMU group: 1

00:02.0 VGA compatible controller [0300]: Intel Corporation Raptor Lake-S GT1 
[UHD Graphics 770] [8086:a780] (rev 04) (prog-if 00 [VGA controller])
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 193
        IOMMU group: 0
        Region 0: Memory at 6000000000 (64-bit, non-prefetchable) [size=16M]
        Region 2: Memory at 4000000000 (64-bit, prefetchable) [size=256M]
        Region 4: I/O ports at 3000 [size=64]
        Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: i915
        Kernel modules: i915, xe

00:04.0 Signal processing controller [1180]: Intel Corporation Raptor Lake 
Dynamic Platform and Thermal Framework Processor Participant [8086:a71d] (rev 
01)
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 16
        IOMMU group: 2
        Region 0: Memory at 6001100000 (64-bit, non-prefetchable) [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: proc_thermal_pci
        Kernel modules: processor_thermal_device_pci

00:06.0 PCI bridge [0604]: Intel Corporation Raptor Lake PCIe 4.0 Graphics Port 
[8086:a74d] (rev 01) (prog-if 00 [Normal decode])
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin D routed to IRQ 122
        IOMMU group: 3
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: [disabled] [16-bit]
        Memory behind bridge: 70800000-708fffff [size=1M] [32-bit]
        Prefetchable memory behind bridge: [disabled] [64-bit]
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- <SERR- <PERR-
        BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:08.0 System peripheral [0880]: Intel Corporation GNA Scoring Accelerator 
module [8086:a74f] (rev 01)
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Interrupt: pin A routed to IRQ 255
        IOMMU group: 4
        Region 0: Memory at 600113c000 (64-bit, non-prefetchable) [disabled] 
[size=4K]
        Capabilities: <access denied>

00:14.0 USB controller [0c03]: Intel Corporation Alder Lake-S PCH USB 3.2 Gen 
2x2 XHCI Controller [8086:7ae0] (rev 11) (prog-if 30 [XHCI])
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 128
        IOMMU group: 5
        Region 0: Memory at 6001120000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: <access denied>
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci

00:14.2 RAM memory [0500]: Intel Corporation Alder Lake-S PCH Shared SRAM 
[8086:7aa7] (rev 11)
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        IOMMU group: 5
        Region 0: Memory at 6001134000 (64-bit, non-prefetchable) [disabled] 
[size=16K]
        Region 2: Memory at 600113b000 (64-bit, non-prefetchable) [disabled] 
[size=4K]
        Capabilities: <access denied>

00:15.0 Serial bus controller [0c80]: Intel Corporation Alder Lake-S PCH Serial 
IO I2C Controller #0 [8086:7acc] (rev 11)
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 128 bytes
        Interrupt: pin A routed to IRQ 27
        IOMMU group: 6
        Region 0: Memory at 4017000000 (64-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci

00:16.0 Communication controller [0780]: Intel Corporation Alder Lake-S PCH 
HECI Controller #1 [8086:7ae8] (rev 11)
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 191
        IOMMU group: 7
        Region 0: Memory at 6001139000 (64-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: mei_me
        Kernel modules: mei_me

00:17.0 SATA controller [0106]: Intel Corporation Alder Lake-S PCH SATA 
Controller [AHCI Mode] [8086:7ae2] (rev 11) (prog-if 01 [AHCI 1.0])
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 192
        IOMMU group: 8
        Region 0: Memory at 70920000 (32-bit, non-prefetchable) [size=8K]
        Region 1: Memory at 70924000 (32-bit, non-prefetchable) [size=256]
        Region 2: I/O ports at 3080 [size=8]
        Region 3: I/O ports at 3088 [size=4]
        Region 4: I/O ports at 3060 [size=32]
        Region 5: Memory at 70923000 (32-bit, non-prefetchable) [size=2K]
        Capabilities: <access denied>
        Kernel driver in use: ahci
        Kernel modules: ahci

00:1b.0 PCI bridge [0604]: Intel Corporation Alder Lake-S PCH PCI Express Root 
Port #21 [8086:7ac4] (rev 11) (prog-if 00 [Normal decode])
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 123
        IOMMU group: 9
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: [disabled] [16-bit]
        Memory behind bridge: 70700000-707fffff [size=1M] [32-bit]
        Prefetchable memory behind bridge: [disabled] [64-bit]
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- <SERR- <PERR-
        BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:1c.0 PCI bridge [0604]: Intel Corporation Alder Lake-S PCH PCI Express Root 
Port #1 [8086:7ab8] (rev 11) (prog-if 00 [Normal decode])
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 124
        IOMMU group: 10
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: [disabled] [16-bit]
        Memory behind bridge: 70500000-706fffff [size=2M] [32-bit]
        Prefetchable memory behind bridge: [disabled] [64-bit]
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- <SERR- <PERR-
        BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:1c.1 PCI bridge [0604]: Intel Corporation Alder Lake-S PCH PCI Express Root 
Port #2 [8086:7ab9] (rev 11) (prog-if 00 [Normal decode])
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin B routed to IRQ 125
        IOMMU group: 11
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
        I/O behind bridge: [disabled] [16-bit]
        Memory behind bridge: 70400000-704fffff [size=1M] [32-bit]
        Prefetchable memory behind bridge: [disabled] [64-bit]
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- <SERR- <PERR-
        BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:7a88] (rev 11)
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        IOMMU group: 12

00:1f.3 Audio device [0403]: Intel Corporation Alder Lake-S HD Audio Controller 
[8086:7ad0] (rev 11)
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 64
        Interrupt: pin B routed to IRQ 194
        IOMMU group: 12
        Region 0: Memory at 6001130000 (64-bit, non-prefetchable) [size=16K]
        Region 4: Memory at 6001000000 (64-bit, non-prefetchable) [size=1M]
        Capabilities: <access denied>
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel, snd_soc_avs, snd_sof_pci_intel_tgl

00:1f.4 SMBus [0c05]: Intel Corporation Alder Lake-S PCH SMBus Controller 
[8086:7aa3] (rev 11)
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin C routed to IRQ 18
        IOMMU group: 12
        Region 0: Memory at 6001138000 (64-bit, non-prefetchable) [size=256]
        Region 4: I/O ports at efa0 [size=32]
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801

00:1f.5 Serial bus controller [0c80]: Intel Corporation Alder Lake-S PCH SPI 
Controller [8086:7aa4] (rev 11)
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        IOMMU group: 12
        Region 0: Memory at 70922000 (32-bit, non-prefetchable) [size=4K]

00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (17) 
I219-LM [8086:1a1c] (rev 11)
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin D routed to IRQ 185
        IOMMU group: 12
        Region 0: Memory at 70900000 (32-bit, non-prefetchable) [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: e1000e
        Kernel modules: e1000e

01:00.0 Non-Volatile memory controller [0108]: Micron Technology Inc 3500 NVMe 
SSD [1344:5415] (rev 01) (prog-if 02 [NVM Express])
        Subsystem: Micron Technology Inc Device [1344:1100]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 16
        IOMMU group: 13
        Region 0: Memory at 70800000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: nvme
        Kernel modules: nvme

02:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe 
SSD Controller S4LV008[Pascal] [144d:a80c] (prog-if 02 [NVM Express])
        Subsystem: Samsung Electronics Co Ltd Device [144d:a801]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 16
        IOMMU group: 14
        Region 0: Memory at 70700000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: nvme
        Kernel modules: nvme

03:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller 
I225-V [8086:15f3] (rev 03)
        Subsystem: Intel Corporation Device [8086:0000]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 128 bytes
        Interrupt: pin A routed to IRQ 16
        IOMMU group: 15
        Region 0: Memory at 70500000 (32-bit, non-prefetchable) [size=1M]
        Region 3: Memory at 70600000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: igc
        Kernel modules: igc

04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI 
Express Card Reader [10ec:525a] (rev 01)
        Subsystem: Dell Device [1028:0c8c]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 184
        IOMMU group: 16
        Region 1: Memory at 70400000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: rtsx_pci
        Kernel modules: rtsx_pci


** USB devices:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0424:2514 Microchip Technology, Inc. (formerly SMSC) USB 
2.0 Hub
Bus 001 Device 003: ID 0424:2514 Microchip Technology, Inc. (formerly SMSC) USB 
2.0 Hub
Bus 001 Device 004: ID 046d:c093 Logitech, Inc. M500s Optical Mouse
Bus 001 Device 005: ID 046d:c345 Logitech, Inc. Logi TKL Mechanical Keyboard
Bus 001 Device 006: ID 0a12:4010 Cambridge Silicon Radio, Ltd Mpow HC5 Headset 
in charging mode - USB Hub
Bus 001 Device 007: ID 0403:6001 Future Technology Devices International, Ltd 
FT232 Serial (UART) IC
Bus 001 Device 008: ID 0b0e:24c8 GN Netcom Jabra Link 380
Bus 001 Device 009: ID 0403:6011 Future Technology Devices International, Ltd 
FT4232H Quad HS USB-UART/FIFO IC
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub


-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 6.12.12-amd64 (SMP w/32 CPU threads; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-image-6.12.12-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.145
ii  kmod                                    33+20240816-2
ii  linux-base                              4.11

Versions of packages linux-image-6.12.12-amd64 recommends:
ii  apparmor  3.1.7-4

Versions of packages linux-image-6.12.12-amd64 suggests:
pn  debian-kernel-handbook               <none>
ii  firmware-linux-free                  20241210-1
pn  grub-pc | grub-efi-amd64 | extlinux  <none>
pn  linux-doc-6.12                       <none>

Versions of packages linux-image-6.12.12-amd64 is related to:
ii  firmware-amd-graphics      20241210-1
pn  firmware-atheros           <none>
pn  firmware-bnx2              <none>
pn  firmware-bnx2x             <none>
pn  firmware-brcm80211         <none>
pn  firmware-cavium            <none>
pn  firmware-cirrus            <none>
ii  firmware-intel-graphics    20241210-1
pn  firmware-intel-misc        <none>
pn  firmware-intel-sound       <none>
pn  firmware-ipw2x00           <none>
pn  firmware-ivtv              <none>
pn  firmware-iwlwifi           <none>
pn  firmware-libertas          <none>
pn  firmware-marvell-prestera  <none>
pn  firmware-mediatek          <none>
ii  firmware-misc-nonfree      20241210-1
pn  firmware-myricom           <none>
pn  firmware-netronome         <none>
pn  firmware-netxen            <none>
pn  firmware-nvidia-graphics   <none>
pn  firmware-qcom-soc          <none>
pn  firmware-qlogic            <none>
ii  firmware-realtek           20241210-1
pn  firmware-samsung           <none>
pn  firmware-siano             <none>
pn  firmware-ti-connectivity   <none>
pn  xen-hypervisor             <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: linux
Source-Version: 6.12.19-1
Done: Salvatore Bonaccorso <car...@debian.org>

We believe that the bug you reported is fixed in the latest version of
linux, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1098...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Salvatore Bonaccorso <car...@debian.org> (supplier of updated linux package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 16 Mar 2025 22:08:59 +0100
Source: linux
Architecture: source
Version: 6.12.19-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Kernel Team <debian-ker...@lists.debian.org>
Changed-By: Salvatore Bonaccorso <car...@debian.org>
Closes: 1088682 1093124 1096006 1098698 1099591 1099722 1100036
Changes:
 linux (6.12.19-1) unstable; urgency=medium
 .
   * New upstream stable update:
     https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.18
     - RDMA/mlx5: Fix the recovery flow of the UMR QP
     - IB/mlx5: Set and get correct qp_num for a DCT QP
     - RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error
     - RDMA/mlx5: Fix a WARN during dereg_mr for DM type
     - RDMA/mana_ib: Allocate PAGE aligned doorbell index
     - RDMA/hns: Fix mbox timing out by adding retry mechanism
     - RDMA/bnxt_re: Fail probe early when not enough MSI-x vectors are reserved
     - RDMA/bnxt_re: Refactor NQ allocation
     - RDMA/bnxt_re: Cache MSIx info to a local structure
     - RDMA/bnxt_re: Add sanity checks on rdev validity
     - RDMA/bnxt_re: Allocate dev_attr information dynamically
     - RDMA/bnxt_re: Fix the statistics for Gen P7 VF
     - landlock: Fix non-TCP sockets restriction
     - scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out()
     - ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up
     - NFS: O_DIRECT writes must check and adjust the file length
     - NFS: Adjust delegated timestamps for O_DIRECT reads and writes
     - SUNRPC: Prevent looping due to rpc_signal_task() races
     - NFSv4: Fix a deadlock when recovering state on a sillyrenamed file
     - SUNRPC: Handle -ETIMEDOUT return from tlshd
     - RDMA/mlx5: Fix implicit ODP hang on parent deregistration
     - RDMA/mlx5: Fix AH static rate parsing
     - scsi: core: Clear driver private data when retrying request
     - scsi: ufs: core: Set default runtime/system PM levels before
       ufshcd_hba_init()
     - RDMA/mlx5: Fix bind QP error cleanup flow
     - RDMA/bnxt_re: Fix the page details for the srq created by kernel 
consumers
     - sunrpc: suppress warnings for unused procfs functions
     - ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports
     - Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response
     - rxrpc: rxperf: Fix missing decoding of terminal magic cookie
     - afs: Fix the server_list to unuse a displaced server rather than putting
       it
     - afs: Give an afs_server object a ref on the afs_cell object it points to
     - net: loopback: Avoid sending IP packets without an Ethernet header
     - net: set the minimum for net_hotdata.netdev_budget_usecs
     - ipv4: Convert icmp_route_lookup() to dscp_t.
     - ipv4: Convert ip_route_input() to dscp_t.
     - ipvlan: Prepare ipvlan_process_v4_outbound() to future .flowi4_tos
       conversion.
     - ipvlan: ensure network headers are in skb linear part
     - net: cadence: macb: Synchronize stats calculations
     - net: dsa: rtl8366rb: Fix compilation problem
     - [armhf] ASoC: es8328: fix route from DAC to output
     - [arm64,armhf] ASoC: fsl: Rename stream name of SAI DAI driver
     - ipvs: Always clear ipvs_property flag in skb_scrub_packet()
     - drm/xe/oa: Signal output fences
     - drm/xe/oa: Move functions up so they can be reused for config ioctl
     - drm/xe/oa: Add syncs support to OA config ioctl
     - drm/xe/oa: Allow only certain property changes from config
     - drm/xe/oa: Allow oa_exponent value of 0
     - firmware: cs_dsp: Remove async regmap writes
     - [amd64] ASoC: cs35l56: Prevent races when soft-resetting using SPI 
control
     - ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15
     - net: ethernet: ti: am65-cpsw: select PAGE_POOL
     - tcp: devmem: don't write truncated dmabuf CMSGs to userspace
     - ice: add E830 HW VF mailbox message limit support
     - ice: Fix deinitializing VF in error path
     - ice: Avoid setting default Rx VSI twice in switchdev setup
     - tcp: Defer ts_recent changes until req is owned
     - net: Clear old fragment checksum value in napi_reuse_skb
     - [arm64,armhf] net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow
       defination.
     - net/mlx5: IRQ, Fix null string in debug print
     - net: ipv6: fix dst ref loop on input in seg6 lwt
     - net: ipv6: fix dst ref loop on input in rpl lwt
     - idpf: fix checksums set in idpf_rx_rsc()
     - net: ti: icss-iep: Reject perout generation request
     - thermal: gov_power_allocator: Fix incorrect calculation in
       divvy_up_power()
     - perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list
     - uprobes: Reject the shared zeropage in uprobe_write_opcode()
     - thermal: of: Simplify thermal_of_should_bind with scoped for each OF 
child
     - thermal/of: Fix cdev lookup in thermal_of_should_bind()
     - thermal: core: Move lists of thermal instances to trip descriptors
     - thermal: gov_power_allocator: Update total_weight on bind and cdev 
updates
     - io_uring/net: save msg_control for compat
     - unreachable: Unify
     - objtool: Remove annotate_{,un}reachable()
     - objtool: Fix C jump table annotations for Clang
     - [x86] CPU: Fix warm boot hang regression on AMD SC1100 SoC systems
     - phy: rockchip: fix Kconfig dependency more
     - [riscv64] KVM: Fix hart suspend status check
     - [riscv64] KVM: Fix hart suspend_type use
     - [riscv64] KVM: Fix SBI IPI error generation
     - [riscv64] KVM: Fix SBI TIME error generation
     - tracing: Fix bad hist from corrupting named_triggers list
     - ftrace: Avoid potential division by zero in function_stat_show()
     - ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2
     - ALSA: hda/realtek: Fix microphone regression on ASUS N705UD
     - [arm64] KVM: arm64: Ensure a VMID is allocated before programming
       VTTBR_EL2
     - perf/core: Add RCU read lock protection to perf_iterate_ctx()
     - [x86] perf/x86: Fix low freqency setting issue
     - perf/core: Fix low freq setting via IOC_PERIOD
     - drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size)
     - drm/xe/userptr: restore invalidation list on error
     - drm/xe/userptr: fix EFAULT handling
     - drm/amdkfd: Preserve cp_hqd_pq_control on update_mqd
     - drm/amdgpu: disable BAR resize on Dell G5 SE
     - drm/amdgpu: init return value in amdgpu_ttm_clear_buffer
     - drm/amd/display: Disable PSR-SU on eDP panels
     - drm/amd/display: add a quirk to enable eDP0 on DP1
     - drm/amd/display: Fix HPD after gpu reset
     - [arm64] mm: Fix Boot panic on Ampere Altra
     - block: Remove zone write plugs when handling native zone append writes
     - i2c: npcm: disable interrupt enable bit before devm_request_irq
     - i2c: ls2x: Fix frequency division register access
     - usbnet: gl620a: fix endpoint checking in genelink_bind()
     - net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENT
     - [arm64] net: enetc: fix the off-by-one issue in enetc_map_tx_buffs()
     - [arm64] net: enetc: keep track of correct Tx BD count in
       enetc_map_tx_tso_buffs()
     - [arm64] net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC
     - [arm64] net: enetc: update UDP checksum when updating originTimestamp
       field
     - [arm64] net: enetc: correct the xdp_tx statistics
     - [arm64] net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs()
     - [arm64,armhf] phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL
       masks in refclk
     - [arm64,armhf] phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy
       in phy_exit()
     - [amd64] iommu/vt-d: Remove device comparison in
       context_setup_pass_through_cb
     - [amd64] iommu/vt-d: Fix suspicious RCU usage
     - [amd64] intel_idle: Handle older CPUs, which stop the TSC in deeper C
       states, correctly (Closes: #1088682)
     - mptcp: always handle address removal under msk socket lock
     - mptcp: reset when MPTCP opts are dropped after join
     - vmlinux.lds: Ensure that const vars with relocations are mapped R/O
     - rcuref: Plug slowpath race in rcuref_put()
     - sched/core: Prevent rescheduling when interrupts are disabled
     - sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called
       without balance()
     - dm-integrity: Avoid divide by zero in table status in Inline mode
     - dm vdo: add missing spin_lock_init
     - ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr
     - scsi: ufs: core: bsg: Fix crash when arpmb command fails
     - [riscv64] futex: sign extend compare value in atomic cmpxchg
     - [riscv64] signal: fix signal frame size
     - [riscv64] cacheinfo: Use of_property_present() for non-boolean properties
     - [riscv64] signal: fix signal_minsigstksz
     - [riscv64] cpufeature: use bitmap_equal() instead of memcmp()
     - efi: Don't map the entire mokvar table to determine its size
     - amdgpu/pm/legacy: fix suspend/resume issues
     - [x86] microcode/AMD: Return bool from find_blobs_in_containers()
     - [x86] microcode/AMD: Have __apply_microcode_amd() return bool
     - [x86] microcode/AMD: Remove ugly linebreak in __verify_patch_section()
       signature
     - [x86] microcode/AMD: Remove unused save_microcode_in_initrd_amd()
       declarations
     - [x86] microcode/AMD: Merge early_apply_microcode() into its single
       callsite
     - [x86] microcode/AMD: Get rid of the _load_microcode_amd() forward
       declaration
     - [x86] microcode/AMD: Add get_patch_level()
     - [x86] microcode/AMD: Load only SHA256-checksummed patches
     - thermal: gov_power_allocator: Add missing NULL pointer check
     https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.19
     - [x86] amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()
     - [amd64] drm/i915/dsi: convert to struct intel_display
     - [amd64] drm/i915/dsi: Use TRANS_DDI_FUNC_CTL's own port width macro
     - [arm64,armhf] gpio: vf610: use generic device_get_match_data()
     - [arm64,armhf] gpio: vf610: add locking to gpio direction functions
     - cifs: Remove symlink member from cifs_open_info_data union
     - smb311: failure to open files of length 1040 when mounting with SMB3.1.1
       POSIX extensions
     - btrfs: fix data overwriting bug during buffered write when block size <
       page size
     - [x86] microcode/AMD: Add some forgotten models to the SHA check
     - Revert "of: reserved-memory: Fix using wrong number of cells to get
       property 'alignment'"
     - tracing: tprobe-events: Fix a memory leak when tprobe with $retval
     - tracing: tprobe-events: Reject invalid tracepoint name
     - [amd64] HID: appleir: Fix potential NULL dereference at raw event handle
     - ksmbd: fix type confusion via race condition when using
       ipc_msg_send_request
     - ksmbd: fix out-of-bounds in parse_sec_desc()
     - ksmbd: fix use-after-free in smb2_lock
     - ksmbd: fix bug on trap in smb2_lock
     - [arm64] gpio: rcar: Use raw_spinlock to protect register access
     - ALSA: seq: Avoid module auto-load handling at event delivery
     - ALSA: hda: intel: Add Dell ALC3271 to power_save denylist
     - ALSA: hda/realtek - add supported Mic Mute LED for Lenovo platform
     - ALSA: hda/realtek: update ALC222 depop optimize
     - btrfs: fix a leaked chunk map issue in read_one_chunk()
     - hwmon: (peci/dimmtemp) Do not provide fake thresholds data
     - drm/amd/display: Fix null check for pipe_ctx->plane_state in
       resource_build_scaling_params
     - drm/amdkfd: Fix NULL Pointer Dereference in KFD queue
     - drm/amd/pm: always allow ih interrupt from fw
     - drm/radeon: Fix rs400_gpu_init for ATI mobility radeon Xpress 200M
     - Revert "mm/page_alloc.c: don't show protection in zone's
       ->lowmem_reserve[] for empty zone"
     - Revert "selftests/mm: remove local __NR_* definitions"
     - [x86] platform/x86: thinkpad_acpi: Add battery quirk for ThinkPad X131e
     - [x86] boot: Sanitize boot params before parsing command line
     - [x86] cacheinfo: Validate CPUID leaf 0x2 EDX output
     - [x86] cpu: Validate CPUID leaf 0x2 EDX output
     - [x86] cpu: Properly parse CPUID leaf 0x2 TLB descriptor 0x63
     - drm/xe: Add staging tree for VM binds
     - drm/xe/hmm: Style- and include fixes
     - drm/xe/hmm: Don't dereference struct page pointers without notifier lock
     - drm/xe/vm: Fix a misplaced #endif
     - drm/xe/vm: Validate userptr during gpu vma prefetching
     - mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addr
     - drm/xe: Fix GT "for each engine" workarounds
     - drm/xe: Fix fault mode invalidation with unbind
     - drm/xe/userptr: properly setup pfn_flags_mask
     - drm/xe/userptr: Unmap userptrs in the mmu notifier
     - Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name()
     - Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected()
     - wifi: cfg80211: regulatory: improve invalid hints checking
     - wifi: nl80211: reject cooked mode if it is set along with other flags
     - rapidio: add check for rio_add_net() in rio_scan_alloc_net()
     - rapidio: fix an API misues when rio_add_net() fails
     - dma: kmsan: export kmsan_handle_dma() for modules
     - [s390x] traps: Fix test_monitor_call() inline assembly
     - NFS: fix nfs_release_folio() to not deadlock via kcompactd writeback
     - userfaultfd: do not block on locking a large folio with raised refcount
     - block: fix conversion of GPT partition name to 7-bit
     - mm/page_alloc: fix uninitialized variable
     - mm: abort vma_modify() on merge out of memory failure
     - mm: memory-failure: update ttu flag inside unmap_poisoned_folio
     - mm: don't skip arch_sync_kernel_mappings() in error paths
     - mm: fix finish_fault() handling for large folios
     - hwpoison, memory_hotplug: lock folio before unmap hwpoisoned folio
     - mm: memory-hotplug: check folio ref count first in do_migrate_range
     - wifi: iwlwifi: mvm: clean up ROC on failure
     - wifi: iwlwifi: mvm: don't try to talk to a dead firmware
     - wifi: iwlwifi: limit printed string from FW file
     - wifi: iwlwifi: Free pages allocated when failing to build A-MSDU
     - wifi: iwlwifi: Fix A-MSDU TSO preparation
     - HID: google: fix unused variable warning under !CONFIG_ACPI
     - [amd64] HID: intel-ish-hid: Fix use-after-free issue in
       hid_ishtp_cl_remove()
     - [amd64] HID: intel-ish-hid: Fix use-after-free issue in 
ishtp_hid_remove()
     - coredump: Only sort VMAs when core_sort_vma sysctl is set
     - nvme-pci: add support for sgl metadata
     - nvme-pci: use sgls for all user requests if possible
     - nvme-ioctl: fix leaked requests on mapping error
     - wifi: mac80211: Support parsing EPCS ML element
     - wifi: mac80211: fix MLE non-inheritance parsing
     - wifi: mac80211: fix vendor-specific inheritance
     - drm/fbdev-helper: Move color-mode lookup into 4CC format helper
     - drm/fbdev: Add memory-agnostic fbdev client
     - drm: Add client-agnostic setup helper
     - drm/fbdev-ttm: Support struct drm_driver.fbdev_probe
     - drm/nouveau: Run DRM default client setup
     - drm/nouveau: select FW caching
     - bluetooth: btusb: Initialize .owner field of force_poll_sync_fops
     - nvme-tcp: add basic support for the C2HTermReq PDU
     - nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()
     - nvmet-tcp: Fix a possible sporadic response drops in weakly ordered arch
     - ALSA: hda/realtek: Remove (revert) duplicate Ally X config
     - net: gso: fix ownership in __udp_gso_segment
     - caif_virtio: fix wrong pointer check in cfv_probe()
     - perf/core: Fix pmus_lock vs. pmus_srcu ordering
     - hwmon: (pmbus) Initialise page count in pmbus_identify()
     - hwmon: (ntc_thermistor) Fix the ncpXXxh103 sensor table
     - hwmon: (ad7314) Validate leading zero bits and return error
     - tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macro
     - drm/imagination: Fix timestamps in firmware traces
     - ALSA: usx2y: validate nrpacks module parameter on probe
     - llc: do not use skb_get() before dev_queue_xmit()
     - hwmon: fix a NULL vs IS_ERR_OR_NULL() check in xgene_hwmon_probe()
     - drm/sched: Fix preprocessor guard
     - be2net: fix sleeping while atomic bugs in be_ndo_bridge_getlink
     - [arm64] net: hns3: make sure ptp clock is unregister and freed if
       hclge_ptp_get_cycle returns an error
     - [amd64] drm/i915/color: Extract intel_color_modeset()
     - [amd64] drm/i915: Plumb 'dsb' all way to the plane hooks
     - drm/xe: Remove double pageflip
     - HID: hid-steam: Fix use-after-free when detaching device
     - [arm64] net: ipa: Fix v4.7 resource group names
     - [arm64] net: ipa: Fix QSB data for v4.7
     - [arm64] net: ipa: Enable checksum for IPA_ENDPOINT_AP_MODEM_{RX,TX} for
       v4.7
     - ppp: Fix KMSAN uninit-value warning with bpf
     - ethtool: linkstate: migrate linkstate functions to support multi-PHY
       setups
     - net: ethtool: plumb PHY stats to PHY drivers
     - net: ethtool: netlink: Allow NULL nlattrs when getting a phy_device
     - vlan: enforce underlying device type
     - [x86] sgx: Fix size overflows in sgx_encl_create()
     - exfat: fix just enough dentries but allocate a new cluster to dir
     - exfat: fix soft lockup in exfat_clear_bitmap
     - exfat: short-circuit zero-byte writes in exfat_file_write_iter
     - net-timestamp: support TCP GSO case for a few missing flags
     - ublk: set_params: properly check if parameters can be applied
     - sched/fair: Fix potential memory corruption in child_cfs_rq_on_list
     - nvme-tcp: fix signedness bug in nvme_tcp_init_connection()
     - net: dsa: mt7530: Fix traffic flooding for MMIO devices
     - mctp i3c: handle NULL header address
     - net: ipv6: fix dst ref loop in ila lwtunnel
     - net: ipv6: fix missing dst ref drop in ila lwtunnel
     - [arm64] gpio: rcar: Fix missing of_node_put() call
     - Revert "drivers/card_reader/rtsx_usb: Restore interrupt based detection"
     - usb: renesas_usbhs: Call clk_put()
     - xhci: Restrict USB4 tunnel detection for USB3 devices to Intel hosts
     - usb: renesas_usbhs: Use devm_usb_get_phy()
     - usb: hub: lack of clearing xHC resources
     - usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass Storage Card
       Reader
     - usb: typec: ucsi: Fix NULL pointer access
     - usb: renesas_usbhs: Flush the notify_hotplug_work
     - usb: gadget: u_ether: Set is_suspend flag if remote wakeup fails
     - usb: atm: cxacru: fix a flaw in existing endpoint checks
     - usb: dwc3: Set SUSPENDENABLE soon after phy init
     - usb: dwc3: gadget: Prevent irq storm when TH re-executes
     - usb: typec: ucsi: increase timeout for PPM reset operations
     - usb: typec: tcpci_rt1711h: Unmask alert interrupts to fix functionality
     - usb: gadget: Set self-powered based on MaxPower and bmAttributes
     - usb: gadget: Fix setting self-powered state on suspend
     - usb: gadget: Check bmAttributes only if configuration is valid
     - acpi: typec: ucsi: Introduce a ->poll_cci method
     - xhci: pci: Fix indentation in the PCI device ID definitions
     - usb: xhci: Enable the TRB overfetch quirk on VIA VL805
     - [amd64] KVM: SVM: Set RFLAGS.IF=1 in C code, to get VMRUN out of the STI
       shadow
     - [amd64] KVM: SVM: Save host DR masks on CPUs with DebugSwap
     - [amd64] KVM: SVM: Drop DEBUGCTL[5:2] from guest's effective value
     - [amd64] KVM: SVM: Suppress DEBUGCTL.BTF on AMD
     - [amd64] KVM: x86: Snapshot the host's DEBUGCTL in common x86
     - [amd64] KVM: SVM: Manually context switch DEBUGCTL if LBR virtualization
       is disabled
     - [amd64] KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQs
     - [amd64] KVM: x86: Explicitly zero EAX and EBX when PERFMON_V2 isn't
       supported by KVM
     - cdx: Fix possible UAF error in driver_override_show()
     - mei: me: add panther lake P DID
     - mei: vsc: Use "wakeuphostint" when getting the host wakeup GPIO
     - [amd64] intel_th: pci: Add Arrow Lake support
     - [amd64] intel_th: pci: Add Panther Lake-H support
     - [amd64] intel_th: pci: Add Panther Lake-P/U support
     - char: misc: deallocate static minor in error path
     - drivers: core: fix device leak in __fw_devlink_relax_cycles()
     - slimbus: messaging: Free transaction ID in delayed interrupt scenario
     - bus: mhi: host: pci_generic: Use pci_try_reset_function() to avoid
       deadlock
     - eeprom: digsy_mtc: Make GPIO lookup table match the device
     - drivers: virt: acrn: hsm: Use kzalloc to avoid info leak in pmcmd_ioctl
     - iio: filter: admv8818: Force initialization of SDO
     - iio: light: apds9306: fix max_scale_nano values
     - iio: dac: ad3552r: clear reset status flag
     - iio: adc: ad7192: fix channel select
     - iio: adc: at91-sama5d2_adc: fix sama7g5 realbits value
     - mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()
     - [arm64] hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes
     - fs/netfs/read_pgpriv2: skip folio queues without `marks3`
       (Closes: #1098698, #1099591)
     - fs/netfs/read_collect: fix crash due to uninitialized `prev` variable
       (Closes: #1098698, #1099591)
     - ALSA: hda: realtek: fix incorrect IS_REACHABLE() usage
     - nvme-tcp: Fix a C2HTermReq error message
     - Revert "KVM: e500: always restore irqs"
     - Revert "KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults"
     - Revert "KVM: PPC: e500: Mark "struct page" pfn accessed before dropping
       mmu_lock"
     - Revert "KVM: PPC: e500: Mark "struct page" dirty in
       kvmppc_e500_shadow_map()"
     - KVM: e500: always restore irqs
     - uprobes: Fix race in uprobe_free_utask
     - [x86] mm: Don't disable PCID when INVLPG has been fixed by microcode
     - wifi: iwlwifi: pcie: Fix TSO preparation
 .
   [ Bastian Blank ]
   * Compress kernel with zstd where supported. (Closes: #1099722)
 .
   [ Matt Mower ]
   * [amd64] sound/soc/amd/acp: Enable SND_AMD_ASOC_ACP70, SND_SOC_AMD_ACP_PCI
     and SND_SOC_AMD_LEGACY_MACH as modules (Closes: #1096006)
 .
   [ Uwe Kleine-König ]
   * Enable IIO HRTIMER and SYSFS trigger. These are useful to do high-speed
     continuous and manual (or scripted) sensor reading respectively.
 .
   [ Dmytro Sinina ]
   * sound/pci/hda: Enable SND_HDA_SCODEC_CS35L56_I2C,
     SND_HDA_SCODEC_CS35L56_SPI, SND_SOC_CS35L56_I2C, SND_SOC_CS35L56_SPI,
     SND_SOC_CS35L56_SDW as modules
 .
   [ Steev Klimaszewski ]
   * [arm64] Enable modules for Thinkpad X13s webcam (Closes: #1100036)
 .
   [ Salvatore Bonaccorso ]
   * drm/amdkfd: Fix user queue validation on Gfx7/8 (Closes: #1093124)
   * fs/netfs/read_collect: add to next->prev_donated
     (Closes: #1098698, #1099591)
Checksums-Sha1:
 8ccbc92b88dd210043f7a79375a30c6ebe4faf2c 206736 linux_6.12.19-1.dsc
 c204b272aef901a7bd09c61b238b3bff9522ed07 150980892 linux_6.12.19.orig.tar.xz
 c05d4cf300e306b5a9bf3fbb46bffce836bc708e 1603820 linux_6.12.19-1.debian.tar.xz
 70ed58a4c96eade7407c9e50bfbfaf29eda50678 6648 linux_6.12.19-1_source.buildinfo
Checksums-Sha256:
 62fb118574c580b335edea584305cc6387bf8a57780e93323a4039bf8b118a9f 206736 
linux_6.12.19-1.dsc
 0952a5791be51b4649f7f6ebfbfb9babcf900aa281b85cfaf2cddd911e43c164 150980892 
linux_6.12.19.orig.tar.xz
 cb195baa45cb8268d3c7a280e87578e974fd4558bc27e3601a37d883766f5451 1603820 
linux_6.12.19-1.debian.tar.xz
 4d24655f3299eb3b2657cf7baa32e1166a86c517d7479ba7f66448d0de4f41bf 6648 
linux_6.12.19-1_source.buildinfo
Files:
 6581eb5bf60965426e2f9d93b3b4be12 206736 kernel optional linux_6.12.19-1.dsc
 0c79eb39ae2002a8e6004943b49f68f1 150980892 kernel optional 
linux_6.12.19.orig.tar.xz
 5481f994c173504b4cd2a84a8567fd70 1603820 kernel optional 
linux_6.12.19-1.debian.tar.xz
 72eee8c323393c64b625cc2477f0ede0 6648 kernel optional 
linux_6.12.19-1_source.buildinfo


-----BEGIN PGP SIGNATURE-----

iQKmBAEBCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAmfXQrhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2
NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk
ZWJpYW4ub3JnAAoJEAVMuPMTQ89ERNoP/jlFharRNnbkt7ldxqZLRtxbOv+9xgfT
7RQtZJr/DvFFtOhjo2xYkymKqqM7IHeIDxxBPdu5yk4Yn1c9QLg3rVBRqlvZ7WI3
LPvQsF/sq8QIRHUjKI/BHPmL59zA7H9rMQoneWSH6LwcvgaymtNdAGWjeUY82ozI
eH04TGY9Qsi1FTg94InFPou7XSRz/64tVaVStGSEq91XJPHFRm4/sIjei2TGsuc0
wYlft+GpWq4dlbRImUyBQ4F85yGUmzRJbKSx85XfBlamWxu5tVJShf6qoDIqJMk4
FMryPmpbGbhd9tsukN8cG2KJlNomE6yQOmbFt2BbOs21bH2x3g8sGOsu8DH7XSXY
14PSoKDDZNY6fB6AS2YvSUDJ4D3Izv8WB7UqZHq5IDRVbmzDD1G4an3jNhw8aTJg
dvefkKh30bICO6bErpoEDkObIccaRM56g0HCD5TF3CVARbwc8BdI6MHsSFi+/9/p
p3zwDDYsY+o1WFvkxaeBZbVSwxAAA0f8DVZUV6F6GMlMYhEDpmZpecLjVBhHEaAn
piA+HQwVTiNnbJx/VjEXRd4hM9Wy8Fa9Fd1UGhoZvarAx+EnOvloXVMtFWKZo50w
gwzM/n99mPdTXTzmWjBrXG/6h35dUjPmG88QcDD2use8KjEwkqSyFZMAs/AFU9TQ
VivE1JPBYyd6
=Dg1+
-----END PGP SIGNATURE-----

Attachment: pgplzsFwP9uLu.pgp
Description: PGP signature


--- End Message ---

Reply via email to