forked from pool/kernel-source-longterm
Accepting request 1188543 from Kernel:slowroll
6.6.41 OBS-URL: https://build.opensuse.org/request/show/1188543 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source-longterm?expand=0&rev=24
This commit is contained in:
commit
0b6ada4139
@ -1,3 +1,217 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 18 14:13:26 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
- Linux 6.6.41 (bsc#1218260).
|
||||
- i2c: rcar: fix error code in probe() (bsc#1218260).
|
||||
- kbuild: Make ld-version.sh more robust against version string
|
||||
changes (bsc#1218260).
|
||||
- x86/bhi: Avoid warning in #DB handler due to BHI mitigation
|
||||
(bsc#1218260).
|
||||
- x86/entry/64: Remove obsolete comment on tracing vs. SYSRET
|
||||
(bsc#1218260).
|
||||
- x86/entry: Rename ignore_sysret() (bsc#1218260).
|
||||
- i2c: rcar: clear NO_RXDMA flag after resetting (bsc#1218260).
|
||||
- i2c: testunit: avoid re-issued work after read message
|
||||
(bsc#1218260).
|
||||
- i2c: rcar: ensure Gen3+ reset does not disturb local targets
|
||||
(bsc#1218260).
|
||||
- i2c: rcar: introduce Gen4 devices (bsc#1218260).
|
||||
- i2c: rcar: reset controller is mandatory for Gen3+
|
||||
(bsc#1218260).
|
||||
- i2c: mark HostNotify target address as used (bsc#1218260).
|
||||
- i2c: rcar: bring hardware to known state when probing
|
||||
(bsc#1218260).
|
||||
- btrfs: tree-checker: add type and sequence check for inline
|
||||
backrefs (bsc#1218260).
|
||||
- sched: Move psi_account_irqtime() out of update_rq_clock_task()
|
||||
hotpath (bsc#1218260).
|
||||
- ext4: avoid ptr null pointer dereference (bsc#1218260).
|
||||
- nilfs2: fix kernel bug on rename operation of broken directory
|
||||
(bsc#1218260).
|
||||
- selftests/net: fix gro.c compilation failure due to non-existent
|
||||
opt_ipproto_off (bsc#1218260).
|
||||
- mm/damon/core: merge regions aggressively when max_nr_regions
|
||||
is unmet (bsc#1218260).
|
||||
- mm/shmem: disable PMD-sized page cache if needed (bsc#1218260).
|
||||
- misc: fastrpc: Restrict untrusted app to attach to privileged PD
|
||||
(bsc#1218260).
|
||||
- misc: fastrpc: Fix ownership reassignment of remote heap
|
||||
(bsc#1218260).
|
||||
- misc: fastrpc: Fix memory leak in audio daemon attach operation
|
||||
(bsc#1218260).
|
||||
- misc: fastrpc: Copy the complete capability structure to user
|
||||
(bsc#1218260).
|
||||
- misc: fastrpc: Avoid updating PD type for capability request
|
||||
(bsc#1218260).
|
||||
- misc: fastrpc: Fix DSP capabilities request (bsc#1218260).
|
||||
- wireguard: send: annotate intentional data race in checking
|
||||
empty queue (bsc#1218260).
|
||||
- wireguard: queueing: annotate intentional data race in cpu
|
||||
round robin (bsc#1218260).
|
||||
- wireguard: allowedips: avoid unaligned 64-bit memory accesses
|
||||
(bsc#1218260).
|
||||
- wireguard: selftests: use acpi=off instead of -no-acpi for
|
||||
recent QEMU (bsc#1218260).
|
||||
- cpufreq: Allow drivers to advertise boost enabled (bsc#1218260).
|
||||
- cpufreq: ACPI: Mark boost policy as enabled when setting boost
|
||||
(bsc#1218260).
|
||||
- ACPI: processor_idle: Fix invalid comparison with insertion
|
||||
sort for latency (bsc#1218260).
|
||||
- libceph: fix race between delayed_work() and ceph_monc_stop()
|
||||
(bsc#1218260).
|
||||
- pmdomain: qcom: rpmhpd: Skip retention level for Power Domains
|
||||
(bsc#1218260).
|
||||
- Fix userfaultfd_api to return EINVAL as expected (bsc#1218260).
|
||||
- ALSA: hda/realtek: Limit mic boost on VAIO PRO PX (bsc#1218260).
|
||||
- ALSA: hda/realtek: Enable Mute LED on HP 250 G7 (bsc#1218260).
|
||||
- ALSA: hda/realtek: add quirk for Clevo V5[46]0TU (bsc#1218260).
|
||||
- tty: serial: ma35d1: Add a NULL check for of_node (bsc#1218260).
|
||||
- platform/x86: toshiba_acpi: Fix array out-of-bounds access
|
||||
(bsc#1218260).
|
||||
- nvmem: core: only change name to fram for current attribute
|
||||
(bsc#1218260).
|
||||
- nvmem: meson-efuse: Fix return value of nvmem callbacks
|
||||
(bsc#1218260).
|
||||
- nvmem: rmem: Fix return value of rmem_read() (bsc#1218260).
|
||||
- arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on
|
||||
(bsc#1218260).
|
||||
- arm64: dts: qcom: sa8775p: Correct IRQ number of EL2 non-secure
|
||||
physical timer (bsc#1218260).
|
||||
- iio: trigger: Fix condition for own trigger (bsc#1218260).
|
||||
- ksmbd: discard write access to the directory open (bsc#1218260).
|
||||
- mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarray
|
||||
(bsc#1218260).
|
||||
- mm/filemap: skip to create PMD-sized page cache if needed
|
||||
(bsc#1218260).
|
||||
- mm: vmalloc: check if a hash-index is in cpu_possible_mask
|
||||
(bsc#1218260).
|
||||
- s390/mm: Add NULL pointer check to crst_table_free()
|
||||
base_crst_free() (bsc#1218260).
|
||||
- xhci: always resume roothubs if xHC was reset during resume
|
||||
(bsc#1218260).
|
||||
- hpet: Support 32-bit userspace (bsc#1218260).
|
||||
- misc: microchip: pci1xxxx: Fix return value of nvmem callbacks
|
||||
(bsc#1218260).
|
||||
- USB: core: Fix duplicate endpoint bug by clearing reserved
|
||||
bits in the descriptor (bsc#1218260).
|
||||
- usb: gadget: configfs: Prevent OOB read/write in
|
||||
usb_string_copy() (bsc#1218260).
|
||||
- usb: dwc3: pci: add support for the Intel Panther Lake
|
||||
(bsc#1218260).
|
||||
- USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k
|
||||
(bsc#1218260).
|
||||
- USB: serial: mos7840: fix crash on resume (bsc#1218260).
|
||||
- USB: serial: option: add Rolling RW350-GL variants
|
||||
(bsc#1218260).
|
||||
- USB: serial: option: add Netprisma LCUK54 series modules
|
||||
(bsc#1218260).
|
||||
- USB: serial: option: add support for Foxconn T99W651
|
||||
(bsc#1218260).
|
||||
- USB: serial: option: add Fibocom FM350-GL (bsc#1218260).
|
||||
- USB: serial: option: add Telit FN912 rmnet compositions
|
||||
(bsc#1218260).
|
||||
- USB: serial: option: add Telit generic core-dump composition
|
||||
(bsc#1218260).
|
||||
- net: ks8851: Fix potential TX stall after interface reopen
|
||||
(bsc#1218260).
|
||||
- net: ks8851: Fix deadlock with the SPI chip variant
|
||||
(bsc#1218260).
|
||||
- tcp: avoid too many retransmit packets (bsc#1218260).
|
||||
- tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
|
||||
(bsc#1218260).
|
||||
- Revert "sched/fair: Make sure to try to detach at least one
|
||||
movable task" (bsc#1218260).
|
||||
- cifs: fix setting SecurityFlags to true (bsc#1218260).
|
||||
- octeontx2-af: fix issue with IPv4 match for RSS (bsc#1218260).
|
||||
- octeontx2-af: fix issue with IPv6 ext match for RSS
|
||||
(bsc#1218260).
|
||||
- octeontx2-af: fix detection of IP layer (bsc#1218260).
|
||||
- octeontx2-af: fix a issue with cpt_lf_alloc mailbox
|
||||
(bsc#1218260).
|
||||
- octeontx2-af: replace cpt slot with lf id on reg write
|
||||
(bsc#1218260).
|
||||
- i40e: fix: remove needless retries of NVM update (bsc#1218260).
|
||||
- ARM: davinci: Convert comma to semicolon (bsc#1218260).
|
||||
- firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files
|
||||
(bsc#1218260).
|
||||
- ASoC: SOF: Intel: hda: fix null deref on system suspend entry
|
||||
(bsc#1218260).
|
||||
- firmware: cs_dsp: Prevent buffer overrun when processing V2
|
||||
alg headers (bsc#1218260).
|
||||
- firmware: cs_dsp: Validate payload length before processing
|
||||
block (bsc#1218260).
|
||||
- firmware: cs_dsp: Return error if block header overflows file
|
||||
(bsc#1218260).
|
||||
- firmware: cs_dsp: Fix overflow checking of wmfw header
|
||||
(bsc#1218260).
|
||||
- arm64: dts: qcom: sc8180x: Fix LLCC reg property again
|
||||
(bsc#1218260).
|
||||
- s390: Mark psw in __load_psw_mask() as __unitialized
|
||||
(bsc#1218260).
|
||||
- net, sunrpc: Remap EPERM in case of connection failure in
|
||||
xs_tcp_setup_socket (bsc#1218260).
|
||||
- net/sched: Fix UAF when resolving a clash (bsc#1218260).
|
||||
- udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port()
|
||||
(bsc#1218260).
|
||||
- ethtool: netlink: do not return SQI value if link is down
|
||||
(bsc#1218260).
|
||||
- ppp: reject claimed-as-LCP but actually malformed packets
|
||||
(bsc#1218260).
|
||||
- net: ethernet: mtk-star-emac: set mac_managed_pm when probing
|
||||
(bsc#1218260).
|
||||
- bpf: Fail bpf_timer_cancel when callback is being cancelled
|
||||
(bsc#1218260).
|
||||
- bpf: replace bpf_timer_init with a generic helper (bsc#1218260).
|
||||
- bpf: make timer data struct more generic (bsc#1218260).
|
||||
- bpf: fix order of args in call to bpf_map_kvcalloc
|
||||
(bsc#1218260).
|
||||
- net: ethernet: lantiq_etop: fix double free in detach
|
||||
(bsc#1218260).
|
||||
- i40e: Fix XDP program unloading while removing the driver
|
||||
(bsc#1218260).
|
||||
- net: fix rc7's __skb_datagram_iter() (bsc#1218260).
|
||||
- octeontx2-af: Fix incorrect value output on error path in
|
||||
rvu_check_rsrc_availability() (bsc#1218260).
|
||||
- skmsg: Skip zero length skb in sk_msg_recvmsg (bsc#1218260).
|
||||
- net: phy: microchip: lan87xx: reinit PHY after cable test
|
||||
(bsc#1218260).
|
||||
- bpf: Fix too early release of tcx_entry (bsc#1218260).
|
||||
- tcp: fix incorrect undo caused by DSACK of TLP retransmit
|
||||
(bsc#1218260).
|
||||
- net: bcmasp: Fix error code in probe() (bsc#1218260).
|
||||
- vfs: don't mod negative dentry count when on shrinker list
|
||||
(bsc#1218260).
|
||||
- fs/dcache: Re-use value stored to dentry->d_flags instead of
|
||||
re-reading (bsc#1218260).
|
||||
- filelock: fix potential use-after-free in posix_lock_inode
|
||||
(bsc#1218260).
|
||||
- dsa: lan9303: Fix mapping between DSA port number and PHY
|
||||
address (bsc#1218260).
|
||||
- cachefiles: add missing lock protection when polling
|
||||
(bsc#1218260).
|
||||
- cachefiles: cyclic allocation of msg_id to avoid reuse
|
||||
(bsc#1218260).
|
||||
- cachefiles: wait for ondemand_object_worker to finish when
|
||||
dropping object (bsc#1218260).
|
||||
- cachefiles: cancel all requests for the object that is being
|
||||
dropped (bsc#1218260).
|
||||
- cachefiles: stop sending new request when dropping object
|
||||
(bsc#1218260).
|
||||
- cachefiles: narrow the scope of triggering EPOLLIN events in
|
||||
ondemand mode (bsc#1218260).
|
||||
- cachefiles: propagate errors from vfs_getxattr() to avoid
|
||||
infinite loop (bsc#1218260).
|
||||
- vfio/pci: Init the count variable in collecting hot-reset
|
||||
devices (bsc#1218260).
|
||||
- scsi: ufs: core: Fix ufshcd_abort_one racing issue
|
||||
(bsc#1218260).
|
||||
- scsi: ufs: core: Fix ufshcd_clear_cmd racing issue
|
||||
(bsc#1218260).
|
||||
- mm: prevent derefencing NULL ptr in pfn_section_valid()
|
||||
(bsc#1218260).
|
||||
- Compiler Attributes: Add __uninitialized macro (bsc#1218260).
|
||||
- commit e4edbc0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 10:06:44 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
|
||||
|
||||
%define srcversion 6.6
|
||||
%define patchversion 6.6.40
|
||||
%define git_commit b646f3c8ba6aa29fdd6eb96ae5742130273cf7f6
|
||||
%define patchversion 6.6.41
|
||||
%define git_commit e4edbc071417ac2a13cfeb8a3d0b7a6062c370a8
|
||||
%define variant -longterm%{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@ -113,9 +113,9 @@ Name: kernel-longterm
|
||||
Summary: The Linux Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.6.40
|
||||
Version: 6.6.41
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb646f3c
|
||||
Release: <RELEASE>.ge4edbc0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,217 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 18 14:13:26 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
- Linux 6.6.41 (bsc#1218260).
|
||||
- i2c: rcar: fix error code in probe() (bsc#1218260).
|
||||
- kbuild: Make ld-version.sh more robust against version string
|
||||
changes (bsc#1218260).
|
||||
- x86/bhi: Avoid warning in #DB handler due to BHI mitigation
|
||||
(bsc#1218260).
|
||||
- x86/entry/64: Remove obsolete comment on tracing vs. SYSRET
|
||||
(bsc#1218260).
|
||||
- x86/entry: Rename ignore_sysret() (bsc#1218260).
|
||||
- i2c: rcar: clear NO_RXDMA flag after resetting (bsc#1218260).
|
||||
- i2c: testunit: avoid re-issued work after read message
|
||||
(bsc#1218260).
|
||||
- i2c: rcar: ensure Gen3+ reset does not disturb local targets
|
||||
(bsc#1218260).
|
||||
- i2c: rcar: introduce Gen4 devices (bsc#1218260).
|
||||
- i2c: rcar: reset controller is mandatory for Gen3+
|
||||
(bsc#1218260).
|
||||
- i2c: mark HostNotify target address as used (bsc#1218260).
|
||||
- i2c: rcar: bring hardware to known state when probing
|
||||
(bsc#1218260).
|
||||
- btrfs: tree-checker: add type and sequence check for inline
|
||||
backrefs (bsc#1218260).
|
||||
- sched: Move psi_account_irqtime() out of update_rq_clock_task()
|
||||
hotpath (bsc#1218260).
|
||||
- ext4: avoid ptr null pointer dereference (bsc#1218260).
|
||||
- nilfs2: fix kernel bug on rename operation of broken directory
|
||||
(bsc#1218260).
|
||||
- selftests/net: fix gro.c compilation failure due to non-existent
|
||||
opt_ipproto_off (bsc#1218260).
|
||||
- mm/damon/core: merge regions aggressively when max_nr_regions
|
||||
is unmet (bsc#1218260).
|
||||
- mm/shmem: disable PMD-sized page cache if needed (bsc#1218260).
|
||||
- misc: fastrpc: Restrict untrusted app to attach to privileged PD
|
||||
(bsc#1218260).
|
||||
- misc: fastrpc: Fix ownership reassignment of remote heap
|
||||
(bsc#1218260).
|
||||
- misc: fastrpc: Fix memory leak in audio daemon attach operation
|
||||
(bsc#1218260).
|
||||
- misc: fastrpc: Copy the complete capability structure to user
|
||||
(bsc#1218260).
|
||||
- misc: fastrpc: Avoid updating PD type for capability request
|
||||
(bsc#1218260).
|
||||
- misc: fastrpc: Fix DSP capabilities request (bsc#1218260).
|
||||
- wireguard: send: annotate intentional data race in checking
|
||||
empty queue (bsc#1218260).
|
||||
- wireguard: queueing: annotate intentional data race in cpu
|
||||
round robin (bsc#1218260).
|
||||
- wireguard: allowedips: avoid unaligned 64-bit memory accesses
|
||||
(bsc#1218260).
|
||||
- wireguard: selftests: use acpi=off instead of -no-acpi for
|
||||
recent QEMU (bsc#1218260).
|
||||
- cpufreq: Allow drivers to advertise boost enabled (bsc#1218260).
|
||||
- cpufreq: ACPI: Mark boost policy as enabled when setting boost
|
||||
(bsc#1218260).
|
||||
- ACPI: processor_idle: Fix invalid comparison with insertion
|
||||
sort for latency (bsc#1218260).
|
||||
- libceph: fix race between delayed_work() and ceph_monc_stop()
|
||||
(bsc#1218260).
|
||||
- pmdomain: qcom: rpmhpd: Skip retention level for Power Domains
|
||||
(bsc#1218260).
|
||||
- Fix userfaultfd_api to return EINVAL as expected (bsc#1218260).
|
||||
- ALSA: hda/realtek: Limit mic boost on VAIO PRO PX (bsc#1218260).
|
||||
- ALSA: hda/realtek: Enable Mute LED on HP 250 G7 (bsc#1218260).
|
||||
- ALSA: hda/realtek: add quirk for Clevo V5[46]0TU (bsc#1218260).
|
||||
- tty: serial: ma35d1: Add a NULL check for of_node (bsc#1218260).
|
||||
- platform/x86: toshiba_acpi: Fix array out-of-bounds access
|
||||
(bsc#1218260).
|
||||
- nvmem: core: only change name to fram for current attribute
|
||||
(bsc#1218260).
|
||||
- nvmem: meson-efuse: Fix return value of nvmem callbacks
|
||||
(bsc#1218260).
|
||||
- nvmem: rmem: Fix return value of rmem_read() (bsc#1218260).
|
||||
- arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on
|
||||
(bsc#1218260).
|
||||
- arm64: dts: qcom: sa8775p: Correct IRQ number of EL2 non-secure
|
||||
physical timer (bsc#1218260).
|
||||
- iio: trigger: Fix condition for own trigger (bsc#1218260).
|
||||
- ksmbd: discard write access to the directory open (bsc#1218260).
|
||||
- mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarray
|
||||
(bsc#1218260).
|
||||
- mm/filemap: skip to create PMD-sized page cache if needed
|
||||
(bsc#1218260).
|
||||
- mm: vmalloc: check if a hash-index is in cpu_possible_mask
|
||||
(bsc#1218260).
|
||||
- s390/mm: Add NULL pointer check to crst_table_free()
|
||||
base_crst_free() (bsc#1218260).
|
||||
- xhci: always resume roothubs if xHC was reset during resume
|
||||
(bsc#1218260).
|
||||
- hpet: Support 32-bit userspace (bsc#1218260).
|
||||
- misc: microchip: pci1xxxx: Fix return value of nvmem callbacks
|
||||
(bsc#1218260).
|
||||
- USB: core: Fix duplicate endpoint bug by clearing reserved
|
||||
bits in the descriptor (bsc#1218260).
|
||||
- usb: gadget: configfs: Prevent OOB read/write in
|
||||
usb_string_copy() (bsc#1218260).
|
||||
- usb: dwc3: pci: add support for the Intel Panther Lake
|
||||
(bsc#1218260).
|
||||
- USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k
|
||||
(bsc#1218260).
|
||||
- USB: serial: mos7840: fix crash on resume (bsc#1218260).
|
||||
- USB: serial: option: add Rolling RW350-GL variants
|
||||
(bsc#1218260).
|
||||
- USB: serial: option: add Netprisma LCUK54 series modules
|
||||
(bsc#1218260).
|
||||
- USB: serial: option: add support for Foxconn T99W651
|
||||
(bsc#1218260).
|
||||
- USB: serial: option: add Fibocom FM350-GL (bsc#1218260).
|
||||
- USB: serial: option: add Telit FN912 rmnet compositions
|
||||
(bsc#1218260).
|
||||
- USB: serial: option: add Telit generic core-dump composition
|
||||
(bsc#1218260).
|
||||
- net: ks8851: Fix potential TX stall after interface reopen
|
||||
(bsc#1218260).
|
||||
- net: ks8851: Fix deadlock with the SPI chip variant
|
||||
(bsc#1218260).
|
||||
- tcp: avoid too many retransmit packets (bsc#1218260).
|
||||
- tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
|
||||
(bsc#1218260).
|
||||
- Revert "sched/fair: Make sure to try to detach at least one
|
||||
movable task" (bsc#1218260).
|
||||
- cifs: fix setting SecurityFlags to true (bsc#1218260).
|
||||
- octeontx2-af: fix issue with IPv4 match for RSS (bsc#1218260).
|
||||
- octeontx2-af: fix issue with IPv6 ext match for RSS
|
||||
(bsc#1218260).
|
||||
- octeontx2-af: fix detection of IP layer (bsc#1218260).
|
||||
- octeontx2-af: fix a issue with cpt_lf_alloc mailbox
|
||||
(bsc#1218260).
|
||||
- octeontx2-af: replace cpt slot with lf id on reg write
|
||||
(bsc#1218260).
|
||||
- i40e: fix: remove needless retries of NVM update (bsc#1218260).
|
||||
- ARM: davinci: Convert comma to semicolon (bsc#1218260).
|
||||
- firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files
|
||||
(bsc#1218260).
|
||||
- ASoC: SOF: Intel: hda: fix null deref on system suspend entry
|
||||
(bsc#1218260).
|
||||
- firmware: cs_dsp: Prevent buffer overrun when processing V2
|
||||
alg headers (bsc#1218260).
|
||||
- firmware: cs_dsp: Validate payload length before processing
|
||||
block (bsc#1218260).
|
||||
- firmware: cs_dsp: Return error if block header overflows file
|
||||
(bsc#1218260).
|
||||
- firmware: cs_dsp: Fix overflow checking of wmfw header
|
||||
(bsc#1218260).
|
||||
- arm64: dts: qcom: sc8180x: Fix LLCC reg property again
|
||||
(bsc#1218260).
|
||||
- s390: Mark psw in __load_psw_mask() as __unitialized
|
||||
(bsc#1218260).
|
||||
- net, sunrpc: Remap EPERM in case of connection failure in
|
||||
xs_tcp_setup_socket (bsc#1218260).
|
||||
- net/sched: Fix UAF when resolving a clash (bsc#1218260).
|
||||
- udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port()
|
||||
(bsc#1218260).
|
||||
- ethtool: netlink: do not return SQI value if link is down
|
||||
(bsc#1218260).
|
||||
- ppp: reject claimed-as-LCP but actually malformed packets
|
||||
(bsc#1218260).
|
||||
- net: ethernet: mtk-star-emac: set mac_managed_pm when probing
|
||||
(bsc#1218260).
|
||||
- bpf: Fail bpf_timer_cancel when callback is being cancelled
|
||||
(bsc#1218260).
|
||||
- bpf: replace bpf_timer_init with a generic helper (bsc#1218260).
|
||||
- bpf: make timer data struct more generic (bsc#1218260).
|
||||
- bpf: fix order of args in call to bpf_map_kvcalloc
|
||||
(bsc#1218260).
|
||||
- net: ethernet: lantiq_etop: fix double free in detach
|
||||
(bsc#1218260).
|
||||
- i40e: Fix XDP program unloading while removing the driver
|
||||
(bsc#1218260).
|
||||
- net: fix rc7's __skb_datagram_iter() (bsc#1218260).
|
||||
- octeontx2-af: Fix incorrect value output on error path in
|
||||
rvu_check_rsrc_availability() (bsc#1218260).
|
||||
- skmsg: Skip zero length skb in sk_msg_recvmsg (bsc#1218260).
|
||||
- net: phy: microchip: lan87xx: reinit PHY after cable test
|
||||
(bsc#1218260).
|
||||
- bpf: Fix too early release of tcx_entry (bsc#1218260).
|
||||
- tcp: fix incorrect undo caused by DSACK of TLP retransmit
|
||||
(bsc#1218260).
|
||||
- net: bcmasp: Fix error code in probe() (bsc#1218260).
|
||||
- vfs: don't mod negative dentry count when on shrinker list
|
||||
(bsc#1218260).
|
||||
- fs/dcache: Re-use value stored to dentry->d_flags instead of
|
||||
re-reading (bsc#1218260).
|
||||
- filelock: fix potential use-after-free in posix_lock_inode
|
||||
(bsc#1218260).
|
||||
- dsa: lan9303: Fix mapping between DSA port number and PHY
|
||||
address (bsc#1218260).
|
||||
- cachefiles: add missing lock protection when polling
|
||||
(bsc#1218260).
|
||||
- cachefiles: cyclic allocation of msg_id to avoid reuse
|
||||
(bsc#1218260).
|
||||
- cachefiles: wait for ondemand_object_worker to finish when
|
||||
dropping object (bsc#1218260).
|
||||
- cachefiles: cancel all requests for the object that is being
|
||||
dropped (bsc#1218260).
|
||||
- cachefiles: stop sending new request when dropping object
|
||||
(bsc#1218260).
|
||||
- cachefiles: narrow the scope of triggering EPOLLIN events in
|
||||
ondemand mode (bsc#1218260).
|
||||
- cachefiles: propagate errors from vfs_getxattr() to avoid
|
||||
infinite loop (bsc#1218260).
|
||||
- vfio/pci: Init the count variable in collecting hot-reset
|
||||
devices (bsc#1218260).
|
||||
- scsi: ufs: core: Fix ufshcd_abort_one racing issue
|
||||
(bsc#1218260).
|
||||
- scsi: ufs: core: Fix ufshcd_clear_cmd racing issue
|
||||
(bsc#1218260).
|
||||
- mm: prevent derefencing NULL ptr in pfn_section_valid()
|
||||
(bsc#1218260).
|
||||
- Compiler Attributes: Add __uninitialized macro (bsc#1218260).
|
||||
- commit e4edbc0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 10:06:44 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
%define srcversion 6.6
|
||||
%define patchversion 6.6.40
|
||||
%define git_commit b646f3c8ba6aa29fdd6eb96ae5742130273cf7f6
|
||||
%define patchversion 6.6.41
|
||||
%define git_commit e4edbc071417ac2a13cfeb8a3d0b7a6062c370a8
|
||||
%define variant -longterm%{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -31,9 +31,9 @@
|
||||
%endif
|
||||
|
||||
Name: kernel-source-longterm
|
||||
Version: 6.6.40
|
||||
Version: 6.6.41
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb646f3c
|
||||
Release: <RELEASE>.ge4edbc0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,217 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 18 14:13:26 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
- Linux 6.6.41 (bsc#1218260).
|
||||
- i2c: rcar: fix error code in probe() (bsc#1218260).
|
||||
- kbuild: Make ld-version.sh more robust against version string
|
||||
changes (bsc#1218260).
|
||||
- x86/bhi: Avoid warning in #DB handler due to BHI mitigation
|
||||
(bsc#1218260).
|
||||
- x86/entry/64: Remove obsolete comment on tracing vs. SYSRET
|
||||
(bsc#1218260).
|
||||
- x86/entry: Rename ignore_sysret() (bsc#1218260).
|
||||
- i2c: rcar: clear NO_RXDMA flag after resetting (bsc#1218260).
|
||||
- i2c: testunit: avoid re-issued work after read message
|
||||
(bsc#1218260).
|
||||
- i2c: rcar: ensure Gen3+ reset does not disturb local targets
|
||||
(bsc#1218260).
|
||||
- i2c: rcar: introduce Gen4 devices (bsc#1218260).
|
||||
- i2c: rcar: reset controller is mandatory for Gen3+
|
||||
(bsc#1218260).
|
||||
- i2c: mark HostNotify target address as used (bsc#1218260).
|
||||
- i2c: rcar: bring hardware to known state when probing
|
||||
(bsc#1218260).
|
||||
- btrfs: tree-checker: add type and sequence check for inline
|
||||
backrefs (bsc#1218260).
|
||||
- sched: Move psi_account_irqtime() out of update_rq_clock_task()
|
||||
hotpath (bsc#1218260).
|
||||
- ext4: avoid ptr null pointer dereference (bsc#1218260).
|
||||
- nilfs2: fix kernel bug on rename operation of broken directory
|
||||
(bsc#1218260).
|
||||
- selftests/net: fix gro.c compilation failure due to non-existent
|
||||
opt_ipproto_off (bsc#1218260).
|
||||
- mm/damon/core: merge regions aggressively when max_nr_regions
|
||||
is unmet (bsc#1218260).
|
||||
- mm/shmem: disable PMD-sized page cache if needed (bsc#1218260).
|
||||
- misc: fastrpc: Restrict untrusted app to attach to privileged PD
|
||||
(bsc#1218260).
|
||||
- misc: fastrpc: Fix ownership reassignment of remote heap
|
||||
(bsc#1218260).
|
||||
- misc: fastrpc: Fix memory leak in audio daemon attach operation
|
||||
(bsc#1218260).
|
||||
- misc: fastrpc: Copy the complete capability structure to user
|
||||
(bsc#1218260).
|
||||
- misc: fastrpc: Avoid updating PD type for capability request
|
||||
(bsc#1218260).
|
||||
- misc: fastrpc: Fix DSP capabilities request (bsc#1218260).
|
||||
- wireguard: send: annotate intentional data race in checking
|
||||
empty queue (bsc#1218260).
|
||||
- wireguard: queueing: annotate intentional data race in cpu
|
||||
round robin (bsc#1218260).
|
||||
- wireguard: allowedips: avoid unaligned 64-bit memory accesses
|
||||
(bsc#1218260).
|
||||
- wireguard: selftests: use acpi=off instead of -no-acpi for
|
||||
recent QEMU (bsc#1218260).
|
||||
- cpufreq: Allow drivers to advertise boost enabled (bsc#1218260).
|
||||
- cpufreq: ACPI: Mark boost policy as enabled when setting boost
|
||||
(bsc#1218260).
|
||||
- ACPI: processor_idle: Fix invalid comparison with insertion
|
||||
sort for latency (bsc#1218260).
|
||||
- libceph: fix race between delayed_work() and ceph_monc_stop()
|
||||
(bsc#1218260).
|
||||
- pmdomain: qcom: rpmhpd: Skip retention level for Power Domains
|
||||
(bsc#1218260).
|
||||
- Fix userfaultfd_api to return EINVAL as expected (bsc#1218260).
|
||||
- ALSA: hda/realtek: Limit mic boost on VAIO PRO PX (bsc#1218260).
|
||||
- ALSA: hda/realtek: Enable Mute LED on HP 250 G7 (bsc#1218260).
|
||||
- ALSA: hda/realtek: add quirk for Clevo V5[46]0TU (bsc#1218260).
|
||||
- tty: serial: ma35d1: Add a NULL check for of_node (bsc#1218260).
|
||||
- platform/x86: toshiba_acpi: Fix array out-of-bounds access
|
||||
(bsc#1218260).
|
||||
- nvmem: core: only change name to fram for current attribute
|
||||
(bsc#1218260).
|
||||
- nvmem: meson-efuse: Fix return value of nvmem callbacks
|
||||
(bsc#1218260).
|
||||
- nvmem: rmem: Fix return value of rmem_read() (bsc#1218260).
|
||||
- arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on
|
||||
(bsc#1218260).
|
||||
- arm64: dts: qcom: sa8775p: Correct IRQ number of EL2 non-secure
|
||||
physical timer (bsc#1218260).
|
||||
- iio: trigger: Fix condition for own trigger (bsc#1218260).
|
||||
- ksmbd: discard write access to the directory open (bsc#1218260).
|
||||
- mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarray
|
||||
(bsc#1218260).
|
||||
- mm/filemap: skip to create PMD-sized page cache if needed
|
||||
(bsc#1218260).
|
||||
- mm: vmalloc: check if a hash-index is in cpu_possible_mask
|
||||
(bsc#1218260).
|
||||
- s390/mm: Add NULL pointer check to crst_table_free()
|
||||
base_crst_free() (bsc#1218260).
|
||||
- xhci: always resume roothubs if xHC was reset during resume
|
||||
(bsc#1218260).
|
||||
- hpet: Support 32-bit userspace (bsc#1218260).
|
||||
- misc: microchip: pci1xxxx: Fix return value of nvmem callbacks
|
||||
(bsc#1218260).
|
||||
- USB: core: Fix duplicate endpoint bug by clearing reserved
|
||||
bits in the descriptor (bsc#1218260).
|
||||
- usb: gadget: configfs: Prevent OOB read/write in
|
||||
usb_string_copy() (bsc#1218260).
|
||||
- usb: dwc3: pci: add support for the Intel Panther Lake
|
||||
(bsc#1218260).
|
||||
- USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k
|
||||
(bsc#1218260).
|
||||
- USB: serial: mos7840: fix crash on resume (bsc#1218260).
|
||||
- USB: serial: option: add Rolling RW350-GL variants
|
||||
(bsc#1218260).
|
||||
- USB: serial: option: add Netprisma LCUK54 series modules
|
||||
(bsc#1218260).
|
||||
- USB: serial: option: add support for Foxconn T99W651
|
||||
(bsc#1218260).
|
||||
- USB: serial: option: add Fibocom FM350-GL (bsc#1218260).
|
||||
- USB: serial: option: add Telit FN912 rmnet compositions
|
||||
(bsc#1218260).
|
||||
- USB: serial: option: add Telit generic core-dump composition
|
||||
(bsc#1218260).
|
||||
- net: ks8851: Fix potential TX stall after interface reopen
|
||||
(bsc#1218260).
|
||||
- net: ks8851: Fix deadlock with the SPI chip variant
|
||||
(bsc#1218260).
|
||||
- tcp: avoid too many retransmit packets (bsc#1218260).
|
||||
- tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
|
||||
(bsc#1218260).
|
||||
- Revert "sched/fair: Make sure to try to detach at least one
|
||||
movable task" (bsc#1218260).
|
||||
- cifs: fix setting SecurityFlags to true (bsc#1218260).
|
||||
- octeontx2-af: fix issue with IPv4 match for RSS (bsc#1218260).
|
||||
- octeontx2-af: fix issue with IPv6 ext match for RSS
|
||||
(bsc#1218260).
|
||||
- octeontx2-af: fix detection of IP layer (bsc#1218260).
|
||||
- octeontx2-af: fix a issue with cpt_lf_alloc mailbox
|
||||
(bsc#1218260).
|
||||
- octeontx2-af: replace cpt slot with lf id on reg write
|
||||
(bsc#1218260).
|
||||
- i40e: fix: remove needless retries of NVM update (bsc#1218260).
|
||||
- ARM: davinci: Convert comma to semicolon (bsc#1218260).
|
||||
- firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files
|
||||
(bsc#1218260).
|
||||
- ASoC: SOF: Intel: hda: fix null deref on system suspend entry
|
||||
(bsc#1218260).
|
||||
- firmware: cs_dsp: Prevent buffer overrun when processing V2
|
||||
alg headers (bsc#1218260).
|
||||
- firmware: cs_dsp: Validate payload length before processing
|
||||
block (bsc#1218260).
|
||||
- firmware: cs_dsp: Return error if block header overflows file
|
||||
(bsc#1218260).
|
||||
- firmware: cs_dsp: Fix overflow checking of wmfw header
|
||||
(bsc#1218260).
|
||||
- arm64: dts: qcom: sc8180x: Fix LLCC reg property again
|
||||
(bsc#1218260).
|
||||
- s390: Mark psw in __load_psw_mask() as __unitialized
|
||||
(bsc#1218260).
|
||||
- net, sunrpc: Remap EPERM in case of connection failure in
|
||||
xs_tcp_setup_socket (bsc#1218260).
|
||||
- net/sched: Fix UAF when resolving a clash (bsc#1218260).
|
||||
- udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port()
|
||||
(bsc#1218260).
|
||||
- ethtool: netlink: do not return SQI value if link is down
|
||||
(bsc#1218260).
|
||||
- ppp: reject claimed-as-LCP but actually malformed packets
|
||||
(bsc#1218260).
|
||||
- net: ethernet: mtk-star-emac: set mac_managed_pm when probing
|
||||
(bsc#1218260).
|
||||
- bpf: Fail bpf_timer_cancel when callback is being cancelled
|
||||
(bsc#1218260).
|
||||
- bpf: replace bpf_timer_init with a generic helper (bsc#1218260).
|
||||
- bpf: make timer data struct more generic (bsc#1218260).
|
||||
- bpf: fix order of args in call to bpf_map_kvcalloc
|
||||
(bsc#1218260).
|
||||
- net: ethernet: lantiq_etop: fix double free in detach
|
||||
(bsc#1218260).
|
||||
- i40e: Fix XDP program unloading while removing the driver
|
||||
(bsc#1218260).
|
||||
- net: fix rc7's __skb_datagram_iter() (bsc#1218260).
|
||||
- octeontx2-af: Fix incorrect value output on error path in
|
||||
rvu_check_rsrc_availability() (bsc#1218260).
|
||||
- skmsg: Skip zero length skb in sk_msg_recvmsg (bsc#1218260).
|
||||
- net: phy: microchip: lan87xx: reinit PHY after cable test
|
||||
(bsc#1218260).
|
||||
- bpf: Fix too early release of tcx_entry (bsc#1218260).
|
||||
- tcp: fix incorrect undo caused by DSACK of TLP retransmit
|
||||
(bsc#1218260).
|
||||
- net: bcmasp: Fix error code in probe() (bsc#1218260).
|
||||
- vfs: don't mod negative dentry count when on shrinker list
|
||||
(bsc#1218260).
|
||||
- fs/dcache: Re-use value stored to dentry->d_flags instead of
|
||||
re-reading (bsc#1218260).
|
||||
- filelock: fix potential use-after-free in posix_lock_inode
|
||||
(bsc#1218260).
|
||||
- dsa: lan9303: Fix mapping between DSA port number and PHY
|
||||
address (bsc#1218260).
|
||||
- cachefiles: add missing lock protection when polling
|
||||
(bsc#1218260).
|
||||
- cachefiles: cyclic allocation of msg_id to avoid reuse
|
||||
(bsc#1218260).
|
||||
- cachefiles: wait for ondemand_object_worker to finish when
|
||||
dropping object (bsc#1218260).
|
||||
- cachefiles: cancel all requests for the object that is being
|
||||
dropped (bsc#1218260).
|
||||
- cachefiles: stop sending new request when dropping object
|
||||
(bsc#1218260).
|
||||
- cachefiles: narrow the scope of triggering EPOLLIN events in
|
||||
ondemand mode (bsc#1218260).
|
||||
- cachefiles: propagate errors from vfs_getxattr() to avoid
|
||||
infinite loop (bsc#1218260).
|
||||
- vfio/pci: Init the count variable in collecting hot-reset
|
||||
devices (bsc#1218260).
|
||||
- scsi: ufs: core: Fix ufshcd_abort_one racing issue
|
||||
(bsc#1218260).
|
||||
- scsi: ufs: core: Fix ufshcd_clear_cmd racing issue
|
||||
(bsc#1218260).
|
||||
- mm: prevent derefencing NULL ptr in pfn_section_valid()
|
||||
(bsc#1218260).
|
||||
- Compiler Attributes: Add __uninitialized macro (bsc#1218260).
|
||||
- commit e4edbc0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 10:06:44 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit b646f3c8ba6aa29fdd6eb96ae5742130273cf7f6
|
||||
%define git_commit e4edbc071417ac2a13cfeb8a3d0b7a6062c370a8
|
||||
%define variant -longterm%{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -25,10 +25,10 @@ Name: kernel-syms-longterm
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0-only
|
||||
Group: Development/Sources
|
||||
Version: 6.6.40
|
||||
Version: 6.6.41
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb646f3c
|
||||
Release: <RELEASE>.ge4edbc0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:012c88e98853bbc99cfd093b3f3647a27068b57c2b289dc8a44493b92ef66ba4
|
||||
size 6703025
|
||||
oid sha256:83623d58a0e21a35b9c9f4e5cf763137335169524f5d7078f97911dedc1ad386
|
||||
size 6791800
|
||||
|
122
series.conf
122
series.conf
@ -8474,6 +8474,128 @@
|
||||
patches.kernel.org/6.6.39-136-Linux-6.6.39.patch
|
||||
patches.kernel.org/6.6.40-001-Revert-usb-xhci-prevent-potential-failure-in-h.patch
|
||||
patches.kernel.org/6.6.40-002-Linux-6.6.40.patch
|
||||
patches.kernel.org/6.6.41-001-Compiler-Attributes-Add-__uninitialized-macro.patch
|
||||
patches.kernel.org/6.6.41-002-mm-prevent-derefencing-NULL-ptr-in-pfn_section.patch
|
||||
patches.kernel.org/6.6.41-003-scsi-ufs-core-Fix-ufshcd_clear_cmd-racing-issu.patch
|
||||
patches.kernel.org/6.6.41-004-scsi-ufs-core-Fix-ufshcd_abort_one-racing-issu.patch
|
||||
patches.kernel.org/6.6.41-005-vfio-pci-Init-the-count-variable-in-collecting.patch
|
||||
patches.kernel.org/6.6.41-006-cachefiles-propagate-errors-from-vfs_getxattr-.patch
|
||||
patches.kernel.org/6.6.41-007-cachefiles-narrow-the-scope-of-triggering-EPOL.patch
|
||||
patches.kernel.org/6.6.41-008-cachefiles-stop-sending-new-request-when-dropp.patch
|
||||
patches.kernel.org/6.6.41-009-cachefiles-cancel-all-requests-for-the-object-.patch
|
||||
patches.kernel.org/6.6.41-010-cachefiles-wait-for-ondemand_object_worker-to-.patch
|
||||
patches.kernel.org/6.6.41-011-cachefiles-cyclic-allocation-of-msg_id-to-avoi.patch
|
||||
patches.kernel.org/6.6.41-012-cachefiles-add-missing-lock-protection-when-po.patch
|
||||
patches.kernel.org/6.6.41-013-dsa-lan9303-Fix-mapping-between-DSA-port-numbe.patch
|
||||
patches.kernel.org/6.6.41-014-filelock-fix-potential-use-after-free-in-posix.patch
|
||||
patches.kernel.org/6.6.41-015-fs-dcache-Re-use-value-stored-to-dentry-d_flag.patch
|
||||
patches.kernel.org/6.6.41-016-vfs-don-t-mod-negative-dentry-count-when-on-sh.patch
|
||||
patches.kernel.org/6.6.41-017-net-bcmasp-Fix-error-code-in-probe.patch
|
||||
patches.kernel.org/6.6.41-018-tcp-fix-incorrect-undo-caused-by-DSACK-of-TLP-.patch
|
||||
patches.kernel.org/6.6.41-019-bpf-Fix-too-early-release-of-tcx_entry.patch
|
||||
patches.kernel.org/6.6.41-020-net-phy-microchip-lan87xx-reinit-PHY-after-cab.patch
|
||||
patches.kernel.org/6.6.41-021-skmsg-Skip-zero-length-skb-in-sk_msg_recvmsg.patch
|
||||
patches.kernel.org/6.6.41-022-octeontx2-af-Fix-incorrect-value-output-on-err.patch
|
||||
patches.kernel.org/6.6.41-023-net-fix-rc7-s-__skb_datagram_iter.patch
|
||||
patches.kernel.org/6.6.41-024-i40e-Fix-XDP-program-unloading-while-removing-.patch
|
||||
patches.kernel.org/6.6.41-025-net-ethernet-lantiq_etop-fix-double-free-in-de.patch
|
||||
patches.kernel.org/6.6.41-026-bpf-fix-order-of-args-in-call-to-bpf_map_kvcal.patch
|
||||
patches.kernel.org/6.6.41-027-bpf-make-timer-data-struct-more-generic.patch
|
||||
patches.kernel.org/6.6.41-028-bpf-replace-bpf_timer_init-with-a-generic-help.patch
|
||||
patches.kernel.org/6.6.41-029-bpf-Fail-bpf_timer_cancel-when-callback-is-bei.patch
|
||||
patches.kernel.org/6.6.41-030-net-ethernet-mtk-star-emac-set-mac_managed_pm-.patch
|
||||
patches.kernel.org/6.6.41-031-ppp-reject-claimed-as-LCP-but-actually-malform.patch
|
||||
patches.kernel.org/6.6.41-032-ethtool-netlink-do-not-return-SQI-value-if-lin.patch
|
||||
patches.kernel.org/6.6.41-033-udp-Set-SOCK_RCU_FREE-earlier-in-udp_lib_get_p.patch
|
||||
patches.kernel.org/6.6.41-034-net-sched-Fix-UAF-when-resolving-a-clash.patch
|
||||
patches.kernel.org/6.6.41-035-net-sunrpc-Remap-EPERM-in-case-of-connection-f.patch
|
||||
patches.kernel.org/6.6.41-036-s390-Mark-psw-in-__load_psw_mask-as-__unitiali.patch
|
||||
patches.kernel.org/6.6.41-037-arm64-dts-qcom-sc8180x-Fix-LLCC-reg-property-a.patch
|
||||
patches.kernel.org/6.6.41-038-firmware-cs_dsp-Fix-overflow-checking-of-wmfw-.patch
|
||||
patches.kernel.org/6.6.41-039-firmware-cs_dsp-Return-error-if-block-header-o.patch
|
||||
patches.kernel.org/6.6.41-040-firmware-cs_dsp-Validate-payload-length-before.patch
|
||||
patches.kernel.org/6.6.41-041-firmware-cs_dsp-Prevent-buffer-overrun-when-pr.patch
|
||||
patches.kernel.org/6.6.41-042-ASoC-SOF-Intel-hda-fix-null-deref-on-system-su.patch
|
||||
patches.kernel.org/6.6.41-043-firmware-cs_dsp-Use-strnlen-on-name-fields-in-.patch
|
||||
patches.kernel.org/6.6.41-044-ARM-davinci-Convert-comma-to-semicolon.patch
|
||||
patches.kernel.org/6.6.41-045-i40e-fix-remove-needless-retries-of-NVM-update.patch
|
||||
patches.kernel.org/6.6.41-046-octeontx2-af-replace-cpt-slot-with-lf-id-on-re.patch
|
||||
patches.kernel.org/6.6.41-047-octeontx2-af-fix-a-issue-with-cpt_lf_alloc-mai.patch
|
||||
patches.kernel.org/6.6.41-048-octeontx2-af-fix-detection-of-IP-layer.patch
|
||||
patches.kernel.org/6.6.41-049-octeontx2-af-fix-issue-with-IPv6-ext-match-for.patch
|
||||
patches.kernel.org/6.6.41-050-octeontx2-af-fix-issue-with-IPv4-match-for-RSS.patch
|
||||
patches.kernel.org/6.6.41-051-cifs-fix-setting-SecurityFlags-to-true.patch
|
||||
patches.kernel.org/6.6.41-052-Revert-sched-fair-Make-sure-to-try-to-detach-a.patch
|
||||
patches.kernel.org/6.6.41-053-tcp-use-signed-arithmetic-in-tcp_rtx_probe0_ti.patch
|
||||
patches.kernel.org/6.6.41-054-tcp-avoid-too-many-retransmit-packets.patch
|
||||
patches.kernel.org/6.6.41-055-net-ks8851-Fix-deadlock-with-the-SPI-chip-vari.patch
|
||||
patches.kernel.org/6.6.41-056-net-ks8851-Fix-potential-TX-stall-after-interf.patch
|
||||
patches.kernel.org/6.6.41-057-USB-serial-option-add-Telit-generic-core-dump-.patch
|
||||
patches.kernel.org/6.6.41-058-USB-serial-option-add-Telit-FN912-rmnet-compos.patch
|
||||
patches.kernel.org/6.6.41-059-USB-serial-option-add-Fibocom-FM350-GL.patch
|
||||
patches.kernel.org/6.6.41-060-USB-serial-option-add-support-for-Foxconn-T99W.patch
|
||||
patches.kernel.org/6.6.41-061-USB-serial-option-add-Netprisma-LCUK54-series-.patch
|
||||
patches.kernel.org/6.6.41-062-USB-serial-option-add-Rolling-RW350-GL-variant.patch
|
||||
patches.kernel.org/6.6.41-063-USB-serial-mos7840-fix-crash-on-resume.patch
|
||||
patches.kernel.org/6.6.41-064-USB-Add-USB_QUIRK_NO_SET_INTF-quirk-for-START-.patch
|
||||
patches.kernel.org/6.6.41-065-usb-dwc3-pci-add-support-for-the-Intel-Panther.patch
|
||||
patches.kernel.org/6.6.41-066-usb-gadget-configfs-Prevent-OOB-read-write-in-.patch
|
||||
patches.kernel.org/6.6.41-067-USB-core-Fix-duplicate-endpoint-bug-by-clearin.patch
|
||||
patches.kernel.org/6.6.41-068-misc-microchip-pci1xxxx-Fix-return-value-of-nv.patch
|
||||
patches.kernel.org/6.6.41-069-hpet-Support-32-bit-userspace.patch
|
||||
patches.kernel.org/6.6.41-070-xhci-always-resume-roothubs-if-xHC-was-reset-d.patch
|
||||
patches.kernel.org/6.6.41-071-s390-mm-Add-NULL-pointer-check-to-crst_table_f.patch
|
||||
patches.kernel.org/6.6.41-072-mm-vmalloc-check-if-a-hash-index-is-in-cpu_pos.patch
|
||||
patches.kernel.org/6.6.41-073-mm-filemap-skip-to-create-PMD-sized-page-cache.patch
|
||||
patches.kernel.org/6.6.41-074-mm-filemap-make-MAX_PAGECACHE_ORDER-acceptable.patch
|
||||
patches.kernel.org/6.6.41-075-ksmbd-discard-write-access-to-the-directory-op.patch
|
||||
patches.kernel.org/6.6.41-076-iio-trigger-Fix-condition-for-own-trigger.patch
|
||||
patches.kernel.org/6.6.41-077-arm64-dts-qcom-sa8775p-Correct-IRQ-number-of-E.patch
|
||||
patches.kernel.org/6.6.41-078-arm64-dts-qcom-sc8280xp-x13s-fix-touchscreen-p.patch
|
||||
patches.kernel.org/6.6.41-079-nvmem-rmem-Fix-return-value-of-rmem_read.patch
|
||||
patches.kernel.org/6.6.41-080-nvmem-meson-efuse-Fix-return-value-of-nvmem-ca.patch
|
||||
patches.kernel.org/6.6.41-081-nvmem-core-only-change-name-to-fram-for-curren.patch
|
||||
patches.kernel.org/6.6.41-082-platform-x86-toshiba_acpi-Fix-array-out-of-bou.patch
|
||||
patches.kernel.org/6.6.41-083-tty-serial-ma35d1-Add-a-NULL-check-for-of_node.patch
|
||||
patches.kernel.org/6.6.41-084-ALSA-hda-realtek-add-quirk-for-Clevo-V5-46-0TU.patch
|
||||
patches.kernel.org/6.6.41-085-ALSA-hda-realtek-Enable-Mute-LED-on-HP-250-G7.patch
|
||||
patches.kernel.org/6.6.41-086-ALSA-hda-realtek-Limit-mic-boost-on-VAIO-PRO-P.patch
|
||||
patches.kernel.org/6.6.41-087-Fix-userfaultfd_api-to-return-EINVAL-as-expect.patch
|
||||
patches.kernel.org/6.6.41-088-pmdomain-qcom-rpmhpd-Skip-retention-level-for-.patch
|
||||
patches.kernel.org/6.6.41-089-libceph-fix-race-between-delayed_work-and-ceph.patch
|
||||
patches.kernel.org/6.6.41-090-ACPI-processor_idle-Fix-invalid-comparison-wit.patch
|
||||
patches.kernel.org/6.6.41-091-cpufreq-ACPI-Mark-boost-policy-as-enabled-when.patch
|
||||
patches.kernel.org/6.6.41-092-cpufreq-Allow-drivers-to-advertise-boost-enabl.patch
|
||||
patches.kernel.org/6.6.41-093-wireguard-selftests-use-acpi-off-instead-of-no.patch
|
||||
patches.kernel.org/6.6.41-094-wireguard-allowedips-avoid-unaligned-64-bit-me.patch
|
||||
patches.kernel.org/6.6.41-095-wireguard-queueing-annotate-intentional-data-r.patch
|
||||
patches.kernel.org/6.6.41-096-wireguard-send-annotate-intentional-data-race-.patch
|
||||
patches.kernel.org/6.6.41-097-misc-fastrpc-Fix-DSP-capabilities-request.patch
|
||||
patches.kernel.org/6.6.41-098-misc-fastrpc-Avoid-updating-PD-type-for-capabi.patch
|
||||
patches.kernel.org/6.6.41-099-misc-fastrpc-Copy-the-complete-capability-stru.patch
|
||||
patches.kernel.org/6.6.41-100-misc-fastrpc-Fix-memory-leak-in-audio-daemon-a.patch
|
||||
patches.kernel.org/6.6.41-101-misc-fastrpc-Fix-ownership-reassignment-of-rem.patch
|
||||
patches.kernel.org/6.6.41-102-misc-fastrpc-Restrict-untrusted-app-to-attach-.patch
|
||||
patches.kernel.org/6.6.41-103-mm-shmem-disable-PMD-sized-page-cache-if-neede.patch
|
||||
patches.kernel.org/6.6.41-104-mm-damon-core-merge-regions-aggressively-when-.patch
|
||||
patches.kernel.org/6.6.41-105-selftests-net-fix-gro.c-compilation-failure-du.patch
|
||||
patches.kernel.org/6.6.41-106-nilfs2-fix-kernel-bug-on-rename-operation-of-b.patch
|
||||
patches.kernel.org/6.6.41-107-ext4-avoid-ptr-null-pointer-dereference.patch
|
||||
patches.kernel.org/6.6.41-108-sched-Move-psi_account_irqtime-out-of-update_r.patch
|
||||
patches.kernel.org/6.6.41-109-btrfs-tree-checker-add-type-and-sequence-check.patch
|
||||
patches.kernel.org/6.6.41-110-i2c-rcar-bring-hardware-to-known-state-when-pr.patch
|
||||
patches.kernel.org/6.6.41-111-i2c-mark-HostNotify-target-address-as-used.patch
|
||||
patches.kernel.org/6.6.41-112-i2c-rcar-reset-controller-is-mandatory-for-Gen.patch
|
||||
patches.kernel.org/6.6.41-113-i2c-rcar-introduce-Gen4-devices.patch
|
||||
patches.kernel.org/6.6.41-114-i2c-rcar-ensure-Gen3-reset-does-not-disturb-lo.patch
|
||||
patches.kernel.org/6.6.41-115-i2c-testunit-avoid-re-issued-work-after-read-m.patch
|
||||
patches.kernel.org/6.6.41-116-i2c-rcar-clear-NO_RXDMA-flag-after-resetting.patch
|
||||
patches.kernel.org/6.6.41-117-x86-entry-Rename-ignore_sysret.patch
|
||||
patches.kernel.org/6.6.41-118-x86-entry-64-Remove-obsolete-comment-on-tracin.patch
|
||||
patches.kernel.org/6.6.41-119-x86-bhi-Avoid-warning-in-DB-handler-due-to-BHI.patch
|
||||
patches.kernel.org/6.6.41-120-kbuild-Make-ld-version.sh-more-robust-against-.patch
|
||||
patches.kernel.org/6.6.41-121-i2c-rcar-fix-error-code-in-probe.patch
|
||||
patches.kernel.org/6.6.41-122-Linux-6.6.41.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
|
@ -1,3 +1,3 @@
|
||||
2024-07-15 08:06:50 +0000
|
||||
GIT Revision: b646f3c8ba6aa29fdd6eb96ae5742130273cf7f6
|
||||
2024-07-18 12:14:41 +0000
|
||||
GIT Revision: e4edbc071417ac2a13cfeb8a3d0b7a6062c370a8
|
||||
GIT Branch: slowroll
|
||||
|
Loading…
Reference in New Issue
Block a user