Accepting request 1220176 from Kernel:slowroll

6.6.59

OBS-URL: https://build.opensuse.org/request/show/1220176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source-longterm?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2024-11-03 06:17:09 +00:00 committed by Git OBS Bridge
commit 2b4bdc1549
9 changed files with 1287 additions and 15 deletions

View File

@ -1,3 +1,358 @@
-------------------------------------------------------------------
Fri Nov 1 16:20:39 CET 2024 - rfrohl@suse.com
- Linux 6.6.59 (bsc#1218260).
- xfrm: validate new SA's prefixlen using SA family when
sel.family is unset (bsc#1218260).
- task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORK
(bsc#1218260).
- tracing: probes: Fix to zero initialize a local variable
(bsc#1218260).
- RDMA/bnxt_re: Fix unconditional fence for newer adapters
(bsc#1218260).
- RDMA/bnxt_re: Avoid creating fence MR for newer adapters
(bsc#1218260).
- RDMA/bnxt_re: Fix the offset for GenP7 adapters for user
applications (bsc#1218260).
- ACPI: PRM: Clean up guid type in struct prm_handler_info
(bsc#1218260).
- platform/x86: dell-wmi: Ignore suspend notifications
(bsc#1218260).
- ASoC: qcom: Fix NULL Dereference in
asoc_qcom_lpass_cpu_platform_probe() (bsc#1218260).
- ata: libata: Set DID_TIME_OUT for commands that actually timed
out (bsc#1218260).
- net: phy: dp83822: Fix reset pin definitions (bsc#1218260).
- selinux: improve error checking in sel_write_load()
(bsc#1218260).
- drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too
(bsc#1218260).
- hv_netvsc: Fix VF namespace also in synthetic NIC
NETDEV_REGISTER event (bsc#1218260).
- xfrm: fix one more kernel-infoleak in algo dumping
(bsc#1218260).
- LoongArch: Make KASAN usable for variable cpu_vabits
(bsc#1218260).
- LoongArch: Enable IRQ if do_ale() triggered in irq-enabled
context (bsc#1218260).
- LoongArch: Get correct cores_per_package for SMT systems
(bsc#1218260).
- ALSA: hda/realtek: Add subwoofer quirk for Acer Predator G9-593
(bsc#1218260).
- ALSA: hda/tas2781: select CRC32 instead of CRC32_SARWATE
(bsc#1218260).
- x86/lam: Disable ADDRESS_MASKING in most cases (bsc#1218260).
- KVM: arm64: Don't eagerly teardown the vgic on init error
(bsc#1218260).
- KVM: arm64: Fix shift-out-of-bounds bug (bsc#1218260).
- KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory
(bsc#1218260).
- openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)
(bsc#1218260).
- nilfs2: fix kernel bug due to missing clearing of buffer delay
flag (bsc#1218260).
- ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix
initial lid detection issue (bsc#1218260).
- ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and
context (bsc#1218260).
- ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[]
(bsc#1218260).
- drm/amd: Guard against bad data for ATIF ACPI method
(bsc#1218260).
- btrfs: zoned: fix zone unusable accounting for freed reserved
extent (bsc#1218260).
- btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()
(bsc#1218260).
- cpufreq: CPPC: fix perf_to_khz/khz_to_perf conversion exception
(bsc#1218260).
- cpufreq/cppc: Move and rename
cppc_cpufreq_{perf_to_khz|khz_to_perf}() (bsc#1218260).
- smb: client: Handle kstrdup failures for passwords
(bsc#1218260).
- ALSA: hda/realtek: Update default depop procedure (bsc#1218260).
- nfsd: cancel nfsd_shrinker_work using sync mode in
nfs4_state_shutdown_net (bsc#1218260).
- powercap: dtpm_devfreq: Fix error check against
dev_pm_qos_add_request() (bsc#1218260).
- ALSA: firewire-lib: Avoid division by zero in
apply_constraint_to_size() (bsc#1218260).
- ASoC: fsl_micfil: Add a flag to distinguish with different
volume control types (bsc#1218260).
- ASoC: rsnd: Fix probe failure on HiHope boards due to endpoint
parsing (bsc#1218260).
- ASoC: max98388: Fix missing increment of variable slot_found
(bsc#1218260).
- ASoC: loongson: Fix component check failed on FDT systems
(bsc#1218260).
- ASoC: dt-bindings: davinci-mcasp: Fix interrupt properties
(bsc#1218260).
- ASoC: dt-bindings: davinci-mcasp: Fix interrupts property
(bsc#1218260).
- net: dsa: mv88e6xxx: support 4000ps cycle counter period
(bsc#1218260).
- net: dsa: mv88e6xxx: read cycle counter period from hardware
(bsc#1218260).
- net: dsa: mv88e6xxx: group cycle counter coefficients
(bsc#1218260).
- bpf,perf: Fix perf_event_detach_bpf_prog error handling
(bsc#1218260).
- Bluetooth: ISO: Fix UAF on iso_sock_timeout (bsc#1218260).
- Bluetooth: SCO: Fix UAF on sco_sock_timeout (bsc#1218260).
- posix-clock: posix-clock: Fix unbalanced locking in
pc_clock_settime() (bsc#1218260).
- r8169: avoid unsolicited interrupts (bsc#1218260).
- net: sched: use RCU read-side critical section in taprio_dump()
(bsc#1218260).
- net: sched: fix use-after-free in taprio_change() (bsc#1218260).
- net/sched: act_api: deny mismatched skip_sw/skip_hw flags for
actions created by classifiers (bsc#1218260).
- bpf: Remove MEM_UNINIT from skb/xdp MTU helpers (bsc#1218260).
- bpf: Fix overloading of MEM_UNINIT's meaning (bsc#1218260).
- bpf: Add MEM_WRITE attribute (bsc#1218260).
- bpf: Simplify checking size of helper accesses (bsc#1218260).
- net: usb: usbnet: fix name regression (bsc#1218260).
- net: fix races in netdev_tx_sent_queue()/dev_watchdog()
(bsc#1218260).
- net/sched: adjust device watchdog timer to detect stopped
queue at right time (bsc#1218260).
- net: wwan: fix global oob in wwan_rtnl_policy (bsc#1218260).
- netfilter: xtables: fix typo causing some targets not to load
on IPv6 (bsc#1218260).
- fsl/fman: Fix refcount handling of fman-related devices
(bsc#1218260).
- fsl/fman: Save device references taken in mac_probe()
(bsc#1218260).
- net: dsa: mv88e6xxx: Fix error when setting port policy on
mv88e6393x (bsc#1218260).
- octeon_ep: Add SKB allocation failures handling in
__octep_oq_process_rx() (bsc#1218260).
- octeon_ep: Implement helper for iterating packets in Rx queue
(bsc#1218260).
- net: plip: fix break; causing plip to never transmit
(bsc#1218260).
- be2net: fix potential memory leak in be_xmit() (bsc#1218260).
- net/sun3_82586: fix potential memory leak in
sun3_82586_send_packet() (bsc#1218260).
- netfilter: bpf: must hold reference on net namespace
(bsc#1218260).
- xfrm: respect ip protocols rules criteria when performing dst
lookups (bsc#1218260).
- xfrm: extract dst lookup parameters into a struct (bsc#1218260).
- tracing: Consider the NULL character when validating the event
length (bsc#1218260).
- tracing/probes: Fix MAX_TRACE_ARGS limit handling (bsc#1218260).
- jfs: Fix sanity check in dbMount (bsc#1218260).
- LoongArch: Don't crash in stack_top() for tasks without vDSO
(bsc#1218260).
- platform/x86: dell-sysman: add support for alienware products
(bsc#1218260).
- cifs: Validate content of NFS reparse point buffer
(bsc#1218260).
- ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string
(bsc#1218260).
- udf: fix uninit-value use in udf_get_fileshortad (bsc#1218260).
- udf: refactor inode_bmap() to handle error (bsc#1218260).
- udf: refactor udf_next_aext() to handle error (bsc#1218260).
- udf: refactor udf_current_aext() to handle error (bsc#1218260).
- arm64: Force position-independent veneers (bsc#1218260).
- ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bit
(bsc#1218260).
- ASoC: codecs: lpass-rx-macro: add missing
CDC_RX_BCL_VBAT_RF_PROC2 to default regs values (bsc#1218260).
- ASoC: amd: yc: Add quirk for HP Dragonfly pro one (bsc#1218260).
- drm/vboxvideo: Replace fake VLA at end of
vbva_mouse_pointer_shape with real VLA (bsc#1218260).
- exec: don't WARN for racy path_noexec check (bsc#1218260).
- uprobe: avoid out-of-bounds memory access of fetching args
(bsc#1218260).
- uprobes: prevent mutex_lock() under rcu_read_lock()
(bsc#1218260).
- uprobes: prepare uprobe args buffer lazily (bsc#1218260).
- uprobes: encapsulate preparation of uprobe args buffer
(bsc#1218260).
- tracing/probes: Support $argN in return probe (kprobe and
fprobe) (bsc#1218260).
- tracing/probes: cleanup: Set trace_probe::nr_args at
trace_probe_init (bsc#1218260).
- tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe
event (bsc#1218260).
- usb: dwc3: core: Fix system suspend on TI AM62 platforms
(bsc#1218260).
- XHCI: Separate PORT and CAPs macros into dedicated file
(bsc#1218260).
- usb: gadget: f_uac2: fix return value for UAC2_ATTRIBUTE_STRING
store (bsc#1218260).
- usb: gadget: f_uac2: fix non-newline-terminated function name
(bsc#1218260).
- usb: gadget: f_uac2: Replace snprintf() with the safer
scnprintf() variant (bsc#1218260).
- xhci: dbc: honor usb transfer size boundaries (bsc#1218260).
- xhci: dbgtty: use kfifo from tty_port struct (bsc#1218260).
- xhci: dbgtty: remove kfifo_out() wrapper (bsc#1218260).
- iio: adc: ti-lmp92064: add missing select IIO_(TRIGGERED_)BUFFER
in Kconfig (bsc#1218260).
- mm: khugepaged: fix the arguments order in
khugepaged_collapse_file trace point (bsc#1218260).
- khugepaged: remove hpage from collapse_file() (bsc#1218260).
- khugepaged: convert alloc_charge_hpage to alloc_charge_folio
(bsc#1218260).
- khugepaged: inline hpage_collapse_alloc_folio() (bsc#1218260).
- mm/khugepaged: use a folio more in collapse_file()
(bsc#1218260).
- mm: convert collapse_huge_page() to use a folio (bsc#1218260).
- mm/khugepaged: convert alloc_charge_hpage() to use folios
(bsc#1218260).
- cdrom: Avoid barrier_nospec() in cdrom_ioctl_media_changed()
(bsc#1218260).
- bpf: Fix iter/task tid filtering (bsc#1218260).
- nvme-pci: fix race condition between reset and
nvme_dev_disable() (bsc#1218260).
- nvme-pci: set doorbell config before unquiescing (bsc#1218260).
- riscv, bpf: Make BPF_CMPXCHG fully ordered (bsc#1218260).
- bpf, vsock: Drop static vsock_bpf_prot initialization
(bsc#1218260).
- vsock: Update msg_count on read_skb() (bsc#1218260).
- vsock: Update rx_bytes on read_skb() (bsc#1218260).
- bpf, sockmap: SK_DROP on attempted redirects of unsupported
af_vsock (bsc#1218260).
- net/mlx5: Unregister notifier on eswitch init failure
(bsc#1218260).
- net/mlx5: Fix command bitmask initialization (bsc#1218260).
- net/mlx5: Check for invalid vector index on EQ creation
(bsc#1218260).
- vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame
(bsc#1218260).
- Bluetooth: bnep: fix wild-memory-access in proto_unregister
(bsc#1218260).
- bpf: Fix link info netfilter flags to populate defrag flag
(bsc#1218260).
- s390: Initialize psw mask in perf_arch_fetch_caller_regs()
(bsc#1218260).
- usb: typec: altmode should keep reference to parent
(bsc#1218260).
- smb: client: fix OOBs when building SMB2_IOCTL request
(bsc#1218260).
- smb: client: fix possible double free in smb2_set_ea()
(bsc#1218260).
- scsi: target: core: Fix null-ptr-deref in target_alloc_device()
(bsc#1218260).
- net: ravb: Only advertise Rx/Tx timestamps if hardware supports
it (bsc#1218260).
- ravb: Remove setting of RX software timestamp (bsc#1218260).
- genetlink: hold RCU in genlmsg_mcast() (bsc#1218260).
- net: dsa: mv88e6xxx: Fix the max_vid definition for the
MV88E6361 (bsc#1218260).
- tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink()
(bsc#1218260).
- net: bcmasp: fix potential memory leak in bcmasp_xmit()
(bsc#1218260).
- drm/msm/dpu: don't always program merge_3d block (bsc#1218260).
- irqchip/renesas-rzg2l: Fix missing put_device (bsc#1218260).
- irqchip/renesas-rzg2l: Add support for suspend to RAM
(bsc#1218260).
- irqchip/renesas-rzg2l: Document structure members (bsc#1218260).
- irqchip/renesas-rzg2l: Align struct member names to tabs
(bsc#1218260).
- net: systemport: fix potential memory leak in bcm_sysport_xmit()
(bsc#1218260).
- bpf: Fix truncation bug in coerce_reg_to_size_sx()
(bsc#1218260).
- net: xilinx: axienet: fix potential memory leak in
axienet_start_xmit() (bsc#1218260).
- net/smc: Fix searching in list of known pnetids in
smc_pnet_add_pnetid (bsc#1218260).
- net: ethernet: aeroflex: fix potential memory leak in
greth_start_xmit_gbit() (bsc#1218260).
- netdevsim: use cond_resched() in nsim_dev_trap_report_work()
(bsc#1218260).
- macsec: don't increment counters for an unrelated SA
(bsc#1218260).
- drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ring
(bsc#1218260).
- octeontx2-af: Fix potential integer overflows on integer shifts
(bsc#1218260).
- net: stmmac: dwmac-tegra: Fix link bring-up sequence
(bsc#1218260).
- net: usb: usbnet: fix race in probe failure (bsc#1218260).
- net/smc: Fix memory leak when using percpu refs (bsc#1218260).
- firmware: arm_scmi: Queue in scmi layer for mailbox
implementation (bsc#1218260).
- drm/msm: Allocate memory for disp snapshot with kvzalloc()
(bsc#1218260).
- drm/msm: Avoid NULL dereference in msm_disp_state_print_regs()
(bsc#1218260).
- drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate
calculation (bsc#1218260).
- drm/msm/dsi: improve/fix dsc pclk calculation (bsc#1218260).
- drm/msm/dpu: check for overflow in _dpu_crtc_setup_lm_bounds()
(bsc#1218260).
- drm/msm/dpu: make sure phys resources are properly initialized
(bsc#1218260).
- accel/qaic: Fix the for loop used to walk SG table
(bsc#1218260).
- RDMA/bnxt_re: Fix the GID table length (bsc#1218260).
- RDMA/bnxt_re: Update the BAR offsets (bsc#1218260).
- RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages
(bsc#1218260).
- RDMA/bnxt_re: Return more meaningful error (bsc#1218260).
- RDMA/bnxt_re: Fix out of bound check (bsc#1218260).
- RDMA/bnxt_re: Fix the max CQ WQEs for older adapters
(bsc#1218260).
- RDMA/bnxt_re: Support new 5760X P7 devices (bsc#1218260).
- ipv4: give an IPv4 dev to blackhole_netdev (bsc#1218260).
- RDMA/srpt: Make slab cache names unique (bsc#1218260).
- RDMA/irdma: Fix misspelling of "accept*" (bsc#1218260).
- RDMA/cxgb4: Fix RDMA_CM_EVENT_UNREACHABLE error for iWARP
(bsc#1218260).
- firmware: arm_scmi: Fix the double free in
scmi_debugfs_common_setup() (bsc#1218260).
- ALSA: hda/cs8409: Fix possible NULL dereference (bsc#1218260).
- sched/core: Disable page allocation in task_tick_mm_cid()
(bsc#1218260).
- task_work: Add TWA_NMI_CURRENT as an additional notify mode
(bsc#1218260).
- selftests/bpf: Fix cross-compiling urandom_read (bsc#1218260).
- drm/vmwgfx: Handle possible ENOMEM in
vmw_stdu_connector_atomic_check (bsc#1218260).
- iio: frequency: admv4420: fix missing select REMAP_SPI in
Kconfig (bsc#1218260).
- iio: frequency: {admv4420,adrf6780}: format Kconfig entries
(bsc#1218260).
- bpf: fix kfunc btf caching for modules (bsc#1218260).
- s390/pci: Handle PCI error codes other than 0x3a (bsc#1218260).
- selftests/bpf: fix perf_event link info name_len assertion
(bsc#1218260).
- selftests/bpf: Add cookies check for perf_event fill_link_info
test (bsc#1218260).
- selftests/bpf: Use bpf_link__destroy in fill_link_info tests
(bsc#1218260).
- bpf: fix unpopulated name_len field in perf_event link info
(bsc#1218260).
- bpf: Add cookie to perf_event bpf_link_info records
(bsc#1218260).
- bpf: Add missed value to kprobe perf link info (bsc#1218260).
- ARM: dts: bcm2837-rpi-cm3-io3: Fix HDMI hpd-gpio pin
(bsc#1218260).
- x86/resctrl: Avoid overflow in MB settings in bw_validate()
(bsc#1218260).
- RDMA/core: Fix ENODEV error for iWARP test over vlan
(bsc#1218260).
- RDMA/bnxt_re: Add a check for memory allocation (bsc#1218260).
- RDMA/bnxt_re: Fix incorrect AVID type in WQE structure
(bsc#1218260).
- RDMA/bnxt_re: Fix a possible memory leak (bsc#1218260).
- bpf: Fix memory leak in bpf_core_apply (bsc#1218260).
- lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW
(bsc#1218260).
- cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory
systems (bsc#1218260).
- bpf: devmap: provide rxq after redirect (bsc#1218260).
- bpf: Make sure internal and UAPI bpf_redirect flags don't
overlap (bsc#1218260).
- iio: accel: bma400: Fix uninitialized variable field_value in
tap event handling (bsc#1218260).
- commit ff03430
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 23 09:40:23 CEST 2024 - rfrohl@suse.com Wed Oct 23 09:40:23 CEST 2024 - rfrohl@suse.com

View File

@ -18,8 +18,8 @@
%define srcversion 6.6 %define srcversion 6.6
%define patchversion 6.6.58 %define patchversion 6.6.59
%define git_commit d47a3241627d3cc555e27e7d0ed5560abd62bcd4 %define git_commit ff03430fdd23701df6e447fbf0cf1b160832aa57
%define variant -longterm%{nil} %define variant -longterm%{nil}
%define compress_modules zstd %define compress_modules zstd
%define compress_vmlinux xz %define compress_vmlinux xz
@ -113,9 +113,9 @@ Name: kernel-longterm
Summary: The Linux Kernel Summary: The Linux Kernel
License: GPL-2.0-only License: GPL-2.0-only
Group: System/Kernel Group: System/Kernel
Version: 6.6.58 Version: 6.6.59
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gd47a324 Release: <RELEASE>.gff03430
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,358 @@
-------------------------------------------------------------------
Fri Nov 1 16:20:39 CET 2024 - rfrohl@suse.com
- Linux 6.6.59 (bsc#1218260).
- xfrm: validate new SA's prefixlen using SA family when
sel.family is unset (bsc#1218260).
- task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORK
(bsc#1218260).
- tracing: probes: Fix to zero initialize a local variable
(bsc#1218260).
- RDMA/bnxt_re: Fix unconditional fence for newer adapters
(bsc#1218260).
- RDMA/bnxt_re: Avoid creating fence MR for newer adapters
(bsc#1218260).
- RDMA/bnxt_re: Fix the offset for GenP7 adapters for user
applications (bsc#1218260).
- ACPI: PRM: Clean up guid type in struct prm_handler_info
(bsc#1218260).
- platform/x86: dell-wmi: Ignore suspend notifications
(bsc#1218260).
- ASoC: qcom: Fix NULL Dereference in
asoc_qcom_lpass_cpu_platform_probe() (bsc#1218260).
- ata: libata: Set DID_TIME_OUT for commands that actually timed
out (bsc#1218260).
- net: phy: dp83822: Fix reset pin definitions (bsc#1218260).
- selinux: improve error checking in sel_write_load()
(bsc#1218260).
- drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too
(bsc#1218260).
- hv_netvsc: Fix VF namespace also in synthetic NIC
NETDEV_REGISTER event (bsc#1218260).
- xfrm: fix one more kernel-infoleak in algo dumping
(bsc#1218260).
- LoongArch: Make KASAN usable for variable cpu_vabits
(bsc#1218260).
- LoongArch: Enable IRQ if do_ale() triggered in irq-enabled
context (bsc#1218260).
- LoongArch: Get correct cores_per_package for SMT systems
(bsc#1218260).
- ALSA: hda/realtek: Add subwoofer quirk for Acer Predator G9-593
(bsc#1218260).
- ALSA: hda/tas2781: select CRC32 instead of CRC32_SARWATE
(bsc#1218260).
- x86/lam: Disable ADDRESS_MASKING in most cases (bsc#1218260).
- KVM: arm64: Don't eagerly teardown the vgic on init error
(bsc#1218260).
- KVM: arm64: Fix shift-out-of-bounds bug (bsc#1218260).
- KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory
(bsc#1218260).
- openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)
(bsc#1218260).
- nilfs2: fix kernel bug due to missing clearing of buffer delay
flag (bsc#1218260).
- ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix
initial lid detection issue (bsc#1218260).
- ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and
context (bsc#1218260).
- ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[]
(bsc#1218260).
- drm/amd: Guard against bad data for ATIF ACPI method
(bsc#1218260).
- btrfs: zoned: fix zone unusable accounting for freed reserved
extent (bsc#1218260).
- btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()
(bsc#1218260).
- cpufreq: CPPC: fix perf_to_khz/khz_to_perf conversion exception
(bsc#1218260).
- cpufreq/cppc: Move and rename
cppc_cpufreq_{perf_to_khz|khz_to_perf}() (bsc#1218260).
- smb: client: Handle kstrdup failures for passwords
(bsc#1218260).
- ALSA: hda/realtek: Update default depop procedure (bsc#1218260).
- nfsd: cancel nfsd_shrinker_work using sync mode in
nfs4_state_shutdown_net (bsc#1218260).
- powercap: dtpm_devfreq: Fix error check against
dev_pm_qos_add_request() (bsc#1218260).
- ALSA: firewire-lib: Avoid division by zero in
apply_constraint_to_size() (bsc#1218260).
- ASoC: fsl_micfil: Add a flag to distinguish with different
volume control types (bsc#1218260).
- ASoC: rsnd: Fix probe failure on HiHope boards due to endpoint
parsing (bsc#1218260).
- ASoC: max98388: Fix missing increment of variable slot_found
(bsc#1218260).
- ASoC: loongson: Fix component check failed on FDT systems
(bsc#1218260).
- ASoC: dt-bindings: davinci-mcasp: Fix interrupt properties
(bsc#1218260).
- ASoC: dt-bindings: davinci-mcasp: Fix interrupts property
(bsc#1218260).
- net: dsa: mv88e6xxx: support 4000ps cycle counter period
(bsc#1218260).
- net: dsa: mv88e6xxx: read cycle counter period from hardware
(bsc#1218260).
- net: dsa: mv88e6xxx: group cycle counter coefficients
(bsc#1218260).
- bpf,perf: Fix perf_event_detach_bpf_prog error handling
(bsc#1218260).
- Bluetooth: ISO: Fix UAF on iso_sock_timeout (bsc#1218260).
- Bluetooth: SCO: Fix UAF on sco_sock_timeout (bsc#1218260).
- posix-clock: posix-clock: Fix unbalanced locking in
pc_clock_settime() (bsc#1218260).
- r8169: avoid unsolicited interrupts (bsc#1218260).
- net: sched: use RCU read-side critical section in taprio_dump()
(bsc#1218260).
- net: sched: fix use-after-free in taprio_change() (bsc#1218260).
- net/sched: act_api: deny mismatched skip_sw/skip_hw flags for
actions created by classifiers (bsc#1218260).
- bpf: Remove MEM_UNINIT from skb/xdp MTU helpers (bsc#1218260).
- bpf: Fix overloading of MEM_UNINIT's meaning (bsc#1218260).
- bpf: Add MEM_WRITE attribute (bsc#1218260).
- bpf: Simplify checking size of helper accesses (bsc#1218260).
- net: usb: usbnet: fix name regression (bsc#1218260).
- net: fix races in netdev_tx_sent_queue()/dev_watchdog()
(bsc#1218260).
- net/sched: adjust device watchdog timer to detect stopped
queue at right time (bsc#1218260).
- net: wwan: fix global oob in wwan_rtnl_policy (bsc#1218260).
- netfilter: xtables: fix typo causing some targets not to load
on IPv6 (bsc#1218260).
- fsl/fman: Fix refcount handling of fman-related devices
(bsc#1218260).
- fsl/fman: Save device references taken in mac_probe()
(bsc#1218260).
- net: dsa: mv88e6xxx: Fix error when setting port policy on
mv88e6393x (bsc#1218260).
- octeon_ep: Add SKB allocation failures handling in
__octep_oq_process_rx() (bsc#1218260).
- octeon_ep: Implement helper for iterating packets in Rx queue
(bsc#1218260).
- net: plip: fix break; causing plip to never transmit
(bsc#1218260).
- be2net: fix potential memory leak in be_xmit() (bsc#1218260).
- net/sun3_82586: fix potential memory leak in
sun3_82586_send_packet() (bsc#1218260).
- netfilter: bpf: must hold reference on net namespace
(bsc#1218260).
- xfrm: respect ip protocols rules criteria when performing dst
lookups (bsc#1218260).
- xfrm: extract dst lookup parameters into a struct (bsc#1218260).
- tracing: Consider the NULL character when validating the event
length (bsc#1218260).
- tracing/probes: Fix MAX_TRACE_ARGS limit handling (bsc#1218260).
- jfs: Fix sanity check in dbMount (bsc#1218260).
- LoongArch: Don't crash in stack_top() for tasks without vDSO
(bsc#1218260).
- platform/x86: dell-sysman: add support for alienware products
(bsc#1218260).
- cifs: Validate content of NFS reparse point buffer
(bsc#1218260).
- ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string
(bsc#1218260).
- udf: fix uninit-value use in udf_get_fileshortad (bsc#1218260).
- udf: refactor inode_bmap() to handle error (bsc#1218260).
- udf: refactor udf_next_aext() to handle error (bsc#1218260).
- udf: refactor udf_current_aext() to handle error (bsc#1218260).
- arm64: Force position-independent veneers (bsc#1218260).
- ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bit
(bsc#1218260).
- ASoC: codecs: lpass-rx-macro: add missing
CDC_RX_BCL_VBAT_RF_PROC2 to default regs values (bsc#1218260).
- ASoC: amd: yc: Add quirk for HP Dragonfly pro one (bsc#1218260).
- drm/vboxvideo: Replace fake VLA at end of
vbva_mouse_pointer_shape with real VLA (bsc#1218260).
- exec: don't WARN for racy path_noexec check (bsc#1218260).
- uprobe: avoid out-of-bounds memory access of fetching args
(bsc#1218260).
- uprobes: prevent mutex_lock() under rcu_read_lock()
(bsc#1218260).
- uprobes: prepare uprobe args buffer lazily (bsc#1218260).
- uprobes: encapsulate preparation of uprobe args buffer
(bsc#1218260).
- tracing/probes: Support $argN in return probe (kprobe and
fprobe) (bsc#1218260).
- tracing/probes: cleanup: Set trace_probe::nr_args at
trace_probe_init (bsc#1218260).
- tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe
event (bsc#1218260).
- usb: dwc3: core: Fix system suspend on TI AM62 platforms
(bsc#1218260).
- XHCI: Separate PORT and CAPs macros into dedicated file
(bsc#1218260).
- usb: gadget: f_uac2: fix return value for UAC2_ATTRIBUTE_STRING
store (bsc#1218260).
- usb: gadget: f_uac2: fix non-newline-terminated function name
(bsc#1218260).
- usb: gadget: f_uac2: Replace snprintf() with the safer
scnprintf() variant (bsc#1218260).
- xhci: dbc: honor usb transfer size boundaries (bsc#1218260).
- xhci: dbgtty: use kfifo from tty_port struct (bsc#1218260).
- xhci: dbgtty: remove kfifo_out() wrapper (bsc#1218260).
- iio: adc: ti-lmp92064: add missing select IIO_(TRIGGERED_)BUFFER
in Kconfig (bsc#1218260).
- mm: khugepaged: fix the arguments order in
khugepaged_collapse_file trace point (bsc#1218260).
- khugepaged: remove hpage from collapse_file() (bsc#1218260).
- khugepaged: convert alloc_charge_hpage to alloc_charge_folio
(bsc#1218260).
- khugepaged: inline hpage_collapse_alloc_folio() (bsc#1218260).
- mm/khugepaged: use a folio more in collapse_file()
(bsc#1218260).
- mm: convert collapse_huge_page() to use a folio (bsc#1218260).
- mm/khugepaged: convert alloc_charge_hpage() to use folios
(bsc#1218260).
- cdrom: Avoid barrier_nospec() in cdrom_ioctl_media_changed()
(bsc#1218260).
- bpf: Fix iter/task tid filtering (bsc#1218260).
- nvme-pci: fix race condition between reset and
nvme_dev_disable() (bsc#1218260).
- nvme-pci: set doorbell config before unquiescing (bsc#1218260).
- riscv, bpf: Make BPF_CMPXCHG fully ordered (bsc#1218260).
- bpf, vsock: Drop static vsock_bpf_prot initialization
(bsc#1218260).
- vsock: Update msg_count on read_skb() (bsc#1218260).
- vsock: Update rx_bytes on read_skb() (bsc#1218260).
- bpf, sockmap: SK_DROP on attempted redirects of unsupported
af_vsock (bsc#1218260).
- net/mlx5: Unregister notifier on eswitch init failure
(bsc#1218260).
- net/mlx5: Fix command bitmask initialization (bsc#1218260).
- net/mlx5: Check for invalid vector index on EQ creation
(bsc#1218260).
- vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame
(bsc#1218260).
- Bluetooth: bnep: fix wild-memory-access in proto_unregister
(bsc#1218260).
- bpf: Fix link info netfilter flags to populate defrag flag
(bsc#1218260).
- s390: Initialize psw mask in perf_arch_fetch_caller_regs()
(bsc#1218260).
- usb: typec: altmode should keep reference to parent
(bsc#1218260).
- smb: client: fix OOBs when building SMB2_IOCTL request
(bsc#1218260).
- smb: client: fix possible double free in smb2_set_ea()
(bsc#1218260).
- scsi: target: core: Fix null-ptr-deref in target_alloc_device()
(bsc#1218260).
- net: ravb: Only advertise Rx/Tx timestamps if hardware supports
it (bsc#1218260).
- ravb: Remove setting of RX software timestamp (bsc#1218260).
- genetlink: hold RCU in genlmsg_mcast() (bsc#1218260).
- net: dsa: mv88e6xxx: Fix the max_vid definition for the
MV88E6361 (bsc#1218260).
- tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink()
(bsc#1218260).
- net: bcmasp: fix potential memory leak in bcmasp_xmit()
(bsc#1218260).
- drm/msm/dpu: don't always program merge_3d block (bsc#1218260).
- irqchip/renesas-rzg2l: Fix missing put_device (bsc#1218260).
- irqchip/renesas-rzg2l: Add support for suspend to RAM
(bsc#1218260).
- irqchip/renesas-rzg2l: Document structure members (bsc#1218260).
- irqchip/renesas-rzg2l: Align struct member names to tabs
(bsc#1218260).
- net: systemport: fix potential memory leak in bcm_sysport_xmit()
(bsc#1218260).
- bpf: Fix truncation bug in coerce_reg_to_size_sx()
(bsc#1218260).
- net: xilinx: axienet: fix potential memory leak in
axienet_start_xmit() (bsc#1218260).
- net/smc: Fix searching in list of known pnetids in
smc_pnet_add_pnetid (bsc#1218260).
- net: ethernet: aeroflex: fix potential memory leak in
greth_start_xmit_gbit() (bsc#1218260).
- netdevsim: use cond_resched() in nsim_dev_trap_report_work()
(bsc#1218260).
- macsec: don't increment counters for an unrelated SA
(bsc#1218260).
- drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ring
(bsc#1218260).
- octeontx2-af: Fix potential integer overflows on integer shifts
(bsc#1218260).
- net: stmmac: dwmac-tegra: Fix link bring-up sequence
(bsc#1218260).
- net: usb: usbnet: fix race in probe failure (bsc#1218260).
- net/smc: Fix memory leak when using percpu refs (bsc#1218260).
- firmware: arm_scmi: Queue in scmi layer for mailbox
implementation (bsc#1218260).
- drm/msm: Allocate memory for disp snapshot with kvzalloc()
(bsc#1218260).
- drm/msm: Avoid NULL dereference in msm_disp_state_print_regs()
(bsc#1218260).
- drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate
calculation (bsc#1218260).
- drm/msm/dsi: improve/fix dsc pclk calculation (bsc#1218260).
- drm/msm/dpu: check for overflow in _dpu_crtc_setup_lm_bounds()
(bsc#1218260).
- drm/msm/dpu: make sure phys resources are properly initialized
(bsc#1218260).
- accel/qaic: Fix the for loop used to walk SG table
(bsc#1218260).
- RDMA/bnxt_re: Fix the GID table length (bsc#1218260).
- RDMA/bnxt_re: Update the BAR offsets (bsc#1218260).
- RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages
(bsc#1218260).
- RDMA/bnxt_re: Return more meaningful error (bsc#1218260).
- RDMA/bnxt_re: Fix out of bound check (bsc#1218260).
- RDMA/bnxt_re: Fix the max CQ WQEs for older adapters
(bsc#1218260).
- RDMA/bnxt_re: Support new 5760X P7 devices (bsc#1218260).
- ipv4: give an IPv4 dev to blackhole_netdev (bsc#1218260).
- RDMA/srpt: Make slab cache names unique (bsc#1218260).
- RDMA/irdma: Fix misspelling of "accept*" (bsc#1218260).
- RDMA/cxgb4: Fix RDMA_CM_EVENT_UNREACHABLE error for iWARP
(bsc#1218260).
- firmware: arm_scmi: Fix the double free in
scmi_debugfs_common_setup() (bsc#1218260).
- ALSA: hda/cs8409: Fix possible NULL dereference (bsc#1218260).
- sched/core: Disable page allocation in task_tick_mm_cid()
(bsc#1218260).
- task_work: Add TWA_NMI_CURRENT as an additional notify mode
(bsc#1218260).
- selftests/bpf: Fix cross-compiling urandom_read (bsc#1218260).
- drm/vmwgfx: Handle possible ENOMEM in
vmw_stdu_connector_atomic_check (bsc#1218260).
- iio: frequency: admv4420: fix missing select REMAP_SPI in
Kconfig (bsc#1218260).
- iio: frequency: {admv4420,adrf6780}: format Kconfig entries
(bsc#1218260).
- bpf: fix kfunc btf caching for modules (bsc#1218260).
- s390/pci: Handle PCI error codes other than 0x3a (bsc#1218260).
- selftests/bpf: fix perf_event link info name_len assertion
(bsc#1218260).
- selftests/bpf: Add cookies check for perf_event fill_link_info
test (bsc#1218260).
- selftests/bpf: Use bpf_link__destroy in fill_link_info tests
(bsc#1218260).
- bpf: fix unpopulated name_len field in perf_event link info
(bsc#1218260).
- bpf: Add cookie to perf_event bpf_link_info records
(bsc#1218260).
- bpf: Add missed value to kprobe perf link info (bsc#1218260).
- ARM: dts: bcm2837-rpi-cm3-io3: Fix HDMI hpd-gpio pin
(bsc#1218260).
- x86/resctrl: Avoid overflow in MB settings in bw_validate()
(bsc#1218260).
- RDMA/core: Fix ENODEV error for iWARP test over vlan
(bsc#1218260).
- RDMA/bnxt_re: Add a check for memory allocation (bsc#1218260).
- RDMA/bnxt_re: Fix incorrect AVID type in WQE structure
(bsc#1218260).
- RDMA/bnxt_re: Fix a possible memory leak (bsc#1218260).
- bpf: Fix memory leak in bpf_core_apply (bsc#1218260).
- lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW
(bsc#1218260).
- cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory
systems (bsc#1218260).
- bpf: devmap: provide rxq after redirect (bsc#1218260).
- bpf: Make sure internal and UAPI bpf_redirect flags don't
overlap (bsc#1218260).
- iio: accel: bma400: Fix uninitialized variable field_value in
tap event handling (bsc#1218260).
- commit ff03430
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 23 09:40:23 CEST 2024 - rfrohl@suse.com Wed Oct 23 09:40:23 CEST 2024 - rfrohl@suse.com

View File

@ -17,8 +17,8 @@
%define srcversion 6.6 %define srcversion 6.6
%define patchversion 6.6.58 %define patchversion 6.6.59
%define git_commit d47a3241627d3cc555e27e7d0ed5560abd62bcd4 %define git_commit ff03430fdd23701df6e447fbf0cf1b160832aa57
%define variant -longterm%{nil} %define variant -longterm%{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -31,9 +31,9 @@
%endif %endif
Name: kernel-source-longterm Name: kernel-source-longterm
Version: 6.6.58 Version: 6.6.59
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gd47a324 Release: <RELEASE>.gff03430
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,358 @@
-------------------------------------------------------------------
Fri Nov 1 16:20:39 CET 2024 - rfrohl@suse.com
- Linux 6.6.59 (bsc#1218260).
- xfrm: validate new SA's prefixlen using SA family when
sel.family is unset (bsc#1218260).
- task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORK
(bsc#1218260).
- tracing: probes: Fix to zero initialize a local variable
(bsc#1218260).
- RDMA/bnxt_re: Fix unconditional fence for newer adapters
(bsc#1218260).
- RDMA/bnxt_re: Avoid creating fence MR for newer adapters
(bsc#1218260).
- RDMA/bnxt_re: Fix the offset for GenP7 adapters for user
applications (bsc#1218260).
- ACPI: PRM: Clean up guid type in struct prm_handler_info
(bsc#1218260).
- platform/x86: dell-wmi: Ignore suspend notifications
(bsc#1218260).
- ASoC: qcom: Fix NULL Dereference in
asoc_qcom_lpass_cpu_platform_probe() (bsc#1218260).
- ata: libata: Set DID_TIME_OUT for commands that actually timed
out (bsc#1218260).
- net: phy: dp83822: Fix reset pin definitions (bsc#1218260).
- selinux: improve error checking in sel_write_load()
(bsc#1218260).
- drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too
(bsc#1218260).
- hv_netvsc: Fix VF namespace also in synthetic NIC
NETDEV_REGISTER event (bsc#1218260).
- xfrm: fix one more kernel-infoleak in algo dumping
(bsc#1218260).
- LoongArch: Make KASAN usable for variable cpu_vabits
(bsc#1218260).
- LoongArch: Enable IRQ if do_ale() triggered in irq-enabled
context (bsc#1218260).
- LoongArch: Get correct cores_per_package for SMT systems
(bsc#1218260).
- ALSA: hda/realtek: Add subwoofer quirk for Acer Predator G9-593
(bsc#1218260).
- ALSA: hda/tas2781: select CRC32 instead of CRC32_SARWATE
(bsc#1218260).
- x86/lam: Disable ADDRESS_MASKING in most cases (bsc#1218260).
- KVM: arm64: Don't eagerly teardown the vgic on init error
(bsc#1218260).
- KVM: arm64: Fix shift-out-of-bounds bug (bsc#1218260).
- KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory
(bsc#1218260).
- openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)
(bsc#1218260).
- nilfs2: fix kernel bug due to missing clearing of buffer delay
flag (bsc#1218260).
- ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix
initial lid detection issue (bsc#1218260).
- ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and
context (bsc#1218260).
- ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[]
(bsc#1218260).
- drm/amd: Guard against bad data for ATIF ACPI method
(bsc#1218260).
- btrfs: zoned: fix zone unusable accounting for freed reserved
extent (bsc#1218260).
- btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()
(bsc#1218260).
- cpufreq: CPPC: fix perf_to_khz/khz_to_perf conversion exception
(bsc#1218260).
- cpufreq/cppc: Move and rename
cppc_cpufreq_{perf_to_khz|khz_to_perf}() (bsc#1218260).
- smb: client: Handle kstrdup failures for passwords
(bsc#1218260).
- ALSA: hda/realtek: Update default depop procedure (bsc#1218260).
- nfsd: cancel nfsd_shrinker_work using sync mode in
nfs4_state_shutdown_net (bsc#1218260).
- powercap: dtpm_devfreq: Fix error check against
dev_pm_qos_add_request() (bsc#1218260).
- ALSA: firewire-lib: Avoid division by zero in
apply_constraint_to_size() (bsc#1218260).
- ASoC: fsl_micfil: Add a flag to distinguish with different
volume control types (bsc#1218260).
- ASoC: rsnd: Fix probe failure on HiHope boards due to endpoint
parsing (bsc#1218260).
- ASoC: max98388: Fix missing increment of variable slot_found
(bsc#1218260).
- ASoC: loongson: Fix component check failed on FDT systems
(bsc#1218260).
- ASoC: dt-bindings: davinci-mcasp: Fix interrupt properties
(bsc#1218260).
- ASoC: dt-bindings: davinci-mcasp: Fix interrupts property
(bsc#1218260).
- net: dsa: mv88e6xxx: support 4000ps cycle counter period
(bsc#1218260).
- net: dsa: mv88e6xxx: read cycle counter period from hardware
(bsc#1218260).
- net: dsa: mv88e6xxx: group cycle counter coefficients
(bsc#1218260).
- bpf,perf: Fix perf_event_detach_bpf_prog error handling
(bsc#1218260).
- Bluetooth: ISO: Fix UAF on iso_sock_timeout (bsc#1218260).
- Bluetooth: SCO: Fix UAF on sco_sock_timeout (bsc#1218260).
- posix-clock: posix-clock: Fix unbalanced locking in
pc_clock_settime() (bsc#1218260).
- r8169: avoid unsolicited interrupts (bsc#1218260).
- net: sched: use RCU read-side critical section in taprio_dump()
(bsc#1218260).
- net: sched: fix use-after-free in taprio_change() (bsc#1218260).
- net/sched: act_api: deny mismatched skip_sw/skip_hw flags for
actions created by classifiers (bsc#1218260).
- bpf: Remove MEM_UNINIT from skb/xdp MTU helpers (bsc#1218260).
- bpf: Fix overloading of MEM_UNINIT's meaning (bsc#1218260).
- bpf: Add MEM_WRITE attribute (bsc#1218260).
- bpf: Simplify checking size of helper accesses (bsc#1218260).
- net: usb: usbnet: fix name regression (bsc#1218260).
- net: fix races in netdev_tx_sent_queue()/dev_watchdog()
(bsc#1218260).
- net/sched: adjust device watchdog timer to detect stopped
queue at right time (bsc#1218260).
- net: wwan: fix global oob in wwan_rtnl_policy (bsc#1218260).
- netfilter: xtables: fix typo causing some targets not to load
on IPv6 (bsc#1218260).
- fsl/fman: Fix refcount handling of fman-related devices
(bsc#1218260).
- fsl/fman: Save device references taken in mac_probe()
(bsc#1218260).
- net: dsa: mv88e6xxx: Fix error when setting port policy on
mv88e6393x (bsc#1218260).
- octeon_ep: Add SKB allocation failures handling in
__octep_oq_process_rx() (bsc#1218260).
- octeon_ep: Implement helper for iterating packets in Rx queue
(bsc#1218260).
- net: plip: fix break; causing plip to never transmit
(bsc#1218260).
- be2net: fix potential memory leak in be_xmit() (bsc#1218260).
- net/sun3_82586: fix potential memory leak in
sun3_82586_send_packet() (bsc#1218260).
- netfilter: bpf: must hold reference on net namespace
(bsc#1218260).
- xfrm: respect ip protocols rules criteria when performing dst
lookups (bsc#1218260).
- xfrm: extract dst lookup parameters into a struct (bsc#1218260).
- tracing: Consider the NULL character when validating the event
length (bsc#1218260).
- tracing/probes: Fix MAX_TRACE_ARGS limit handling (bsc#1218260).
- jfs: Fix sanity check in dbMount (bsc#1218260).
- LoongArch: Don't crash in stack_top() for tasks without vDSO
(bsc#1218260).
- platform/x86: dell-sysman: add support for alienware products
(bsc#1218260).
- cifs: Validate content of NFS reparse point buffer
(bsc#1218260).
- ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string
(bsc#1218260).
- udf: fix uninit-value use in udf_get_fileshortad (bsc#1218260).
- udf: refactor inode_bmap() to handle error (bsc#1218260).
- udf: refactor udf_next_aext() to handle error (bsc#1218260).
- udf: refactor udf_current_aext() to handle error (bsc#1218260).
- arm64: Force position-independent veneers (bsc#1218260).
- ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bit
(bsc#1218260).
- ASoC: codecs: lpass-rx-macro: add missing
CDC_RX_BCL_VBAT_RF_PROC2 to default regs values (bsc#1218260).
- ASoC: amd: yc: Add quirk for HP Dragonfly pro one (bsc#1218260).
- drm/vboxvideo: Replace fake VLA at end of
vbva_mouse_pointer_shape with real VLA (bsc#1218260).
- exec: don't WARN for racy path_noexec check (bsc#1218260).
- uprobe: avoid out-of-bounds memory access of fetching args
(bsc#1218260).
- uprobes: prevent mutex_lock() under rcu_read_lock()
(bsc#1218260).
- uprobes: prepare uprobe args buffer lazily (bsc#1218260).
- uprobes: encapsulate preparation of uprobe args buffer
(bsc#1218260).
- tracing/probes: Support $argN in return probe (kprobe and
fprobe) (bsc#1218260).
- tracing/probes: cleanup: Set trace_probe::nr_args at
trace_probe_init (bsc#1218260).
- tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe
event (bsc#1218260).
- usb: dwc3: core: Fix system suspend on TI AM62 platforms
(bsc#1218260).
- XHCI: Separate PORT and CAPs macros into dedicated file
(bsc#1218260).
- usb: gadget: f_uac2: fix return value for UAC2_ATTRIBUTE_STRING
store (bsc#1218260).
- usb: gadget: f_uac2: fix non-newline-terminated function name
(bsc#1218260).
- usb: gadget: f_uac2: Replace snprintf() with the safer
scnprintf() variant (bsc#1218260).
- xhci: dbc: honor usb transfer size boundaries (bsc#1218260).
- xhci: dbgtty: use kfifo from tty_port struct (bsc#1218260).
- xhci: dbgtty: remove kfifo_out() wrapper (bsc#1218260).
- iio: adc: ti-lmp92064: add missing select IIO_(TRIGGERED_)BUFFER
in Kconfig (bsc#1218260).
- mm: khugepaged: fix the arguments order in
khugepaged_collapse_file trace point (bsc#1218260).
- khugepaged: remove hpage from collapse_file() (bsc#1218260).
- khugepaged: convert alloc_charge_hpage to alloc_charge_folio
(bsc#1218260).
- khugepaged: inline hpage_collapse_alloc_folio() (bsc#1218260).
- mm/khugepaged: use a folio more in collapse_file()
(bsc#1218260).
- mm: convert collapse_huge_page() to use a folio (bsc#1218260).
- mm/khugepaged: convert alloc_charge_hpage() to use folios
(bsc#1218260).
- cdrom: Avoid barrier_nospec() in cdrom_ioctl_media_changed()
(bsc#1218260).
- bpf: Fix iter/task tid filtering (bsc#1218260).
- nvme-pci: fix race condition between reset and
nvme_dev_disable() (bsc#1218260).
- nvme-pci: set doorbell config before unquiescing (bsc#1218260).
- riscv, bpf: Make BPF_CMPXCHG fully ordered (bsc#1218260).
- bpf, vsock: Drop static vsock_bpf_prot initialization
(bsc#1218260).
- vsock: Update msg_count on read_skb() (bsc#1218260).
- vsock: Update rx_bytes on read_skb() (bsc#1218260).
- bpf, sockmap: SK_DROP on attempted redirects of unsupported
af_vsock (bsc#1218260).
- net/mlx5: Unregister notifier on eswitch init failure
(bsc#1218260).
- net/mlx5: Fix command bitmask initialization (bsc#1218260).
- net/mlx5: Check for invalid vector index on EQ creation
(bsc#1218260).
- vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame
(bsc#1218260).
- Bluetooth: bnep: fix wild-memory-access in proto_unregister
(bsc#1218260).
- bpf: Fix link info netfilter flags to populate defrag flag
(bsc#1218260).
- s390: Initialize psw mask in perf_arch_fetch_caller_regs()
(bsc#1218260).
- usb: typec: altmode should keep reference to parent
(bsc#1218260).
- smb: client: fix OOBs when building SMB2_IOCTL request
(bsc#1218260).
- smb: client: fix possible double free in smb2_set_ea()
(bsc#1218260).
- scsi: target: core: Fix null-ptr-deref in target_alloc_device()
(bsc#1218260).
- net: ravb: Only advertise Rx/Tx timestamps if hardware supports
it (bsc#1218260).
- ravb: Remove setting of RX software timestamp (bsc#1218260).
- genetlink: hold RCU in genlmsg_mcast() (bsc#1218260).
- net: dsa: mv88e6xxx: Fix the max_vid definition for the
MV88E6361 (bsc#1218260).
- tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink()
(bsc#1218260).
- net: bcmasp: fix potential memory leak in bcmasp_xmit()
(bsc#1218260).
- drm/msm/dpu: don't always program merge_3d block (bsc#1218260).
- irqchip/renesas-rzg2l: Fix missing put_device (bsc#1218260).
- irqchip/renesas-rzg2l: Add support for suspend to RAM
(bsc#1218260).
- irqchip/renesas-rzg2l: Document structure members (bsc#1218260).
- irqchip/renesas-rzg2l: Align struct member names to tabs
(bsc#1218260).
- net: systemport: fix potential memory leak in bcm_sysport_xmit()
(bsc#1218260).
- bpf: Fix truncation bug in coerce_reg_to_size_sx()
(bsc#1218260).
- net: xilinx: axienet: fix potential memory leak in
axienet_start_xmit() (bsc#1218260).
- net/smc: Fix searching in list of known pnetids in
smc_pnet_add_pnetid (bsc#1218260).
- net: ethernet: aeroflex: fix potential memory leak in
greth_start_xmit_gbit() (bsc#1218260).
- netdevsim: use cond_resched() in nsim_dev_trap_report_work()
(bsc#1218260).
- macsec: don't increment counters for an unrelated SA
(bsc#1218260).
- drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ring
(bsc#1218260).
- octeontx2-af: Fix potential integer overflows on integer shifts
(bsc#1218260).
- net: stmmac: dwmac-tegra: Fix link bring-up sequence
(bsc#1218260).
- net: usb: usbnet: fix race in probe failure (bsc#1218260).
- net/smc: Fix memory leak when using percpu refs (bsc#1218260).
- firmware: arm_scmi: Queue in scmi layer for mailbox
implementation (bsc#1218260).
- drm/msm: Allocate memory for disp snapshot with kvzalloc()
(bsc#1218260).
- drm/msm: Avoid NULL dereference in msm_disp_state_print_regs()
(bsc#1218260).
- drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate
calculation (bsc#1218260).
- drm/msm/dsi: improve/fix dsc pclk calculation (bsc#1218260).
- drm/msm/dpu: check for overflow in _dpu_crtc_setup_lm_bounds()
(bsc#1218260).
- drm/msm/dpu: make sure phys resources are properly initialized
(bsc#1218260).
- accel/qaic: Fix the for loop used to walk SG table
(bsc#1218260).
- RDMA/bnxt_re: Fix the GID table length (bsc#1218260).
- RDMA/bnxt_re: Update the BAR offsets (bsc#1218260).
- RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages
(bsc#1218260).
- RDMA/bnxt_re: Return more meaningful error (bsc#1218260).
- RDMA/bnxt_re: Fix out of bound check (bsc#1218260).
- RDMA/bnxt_re: Fix the max CQ WQEs for older adapters
(bsc#1218260).
- RDMA/bnxt_re: Support new 5760X P7 devices (bsc#1218260).
- ipv4: give an IPv4 dev to blackhole_netdev (bsc#1218260).
- RDMA/srpt: Make slab cache names unique (bsc#1218260).
- RDMA/irdma: Fix misspelling of "accept*" (bsc#1218260).
- RDMA/cxgb4: Fix RDMA_CM_EVENT_UNREACHABLE error for iWARP
(bsc#1218260).
- firmware: arm_scmi: Fix the double free in
scmi_debugfs_common_setup() (bsc#1218260).
- ALSA: hda/cs8409: Fix possible NULL dereference (bsc#1218260).
- sched/core: Disable page allocation in task_tick_mm_cid()
(bsc#1218260).
- task_work: Add TWA_NMI_CURRENT as an additional notify mode
(bsc#1218260).
- selftests/bpf: Fix cross-compiling urandom_read (bsc#1218260).
- drm/vmwgfx: Handle possible ENOMEM in
vmw_stdu_connector_atomic_check (bsc#1218260).
- iio: frequency: admv4420: fix missing select REMAP_SPI in
Kconfig (bsc#1218260).
- iio: frequency: {admv4420,adrf6780}: format Kconfig entries
(bsc#1218260).
- bpf: fix kfunc btf caching for modules (bsc#1218260).
- s390/pci: Handle PCI error codes other than 0x3a (bsc#1218260).
- selftests/bpf: fix perf_event link info name_len assertion
(bsc#1218260).
- selftests/bpf: Add cookies check for perf_event fill_link_info
test (bsc#1218260).
- selftests/bpf: Use bpf_link__destroy in fill_link_info tests
(bsc#1218260).
- bpf: fix unpopulated name_len field in perf_event link info
(bsc#1218260).
- bpf: Add cookie to perf_event bpf_link_info records
(bsc#1218260).
- bpf: Add missed value to kprobe perf link info (bsc#1218260).
- ARM: dts: bcm2837-rpi-cm3-io3: Fix HDMI hpd-gpio pin
(bsc#1218260).
- x86/resctrl: Avoid overflow in MB settings in bw_validate()
(bsc#1218260).
- RDMA/core: Fix ENODEV error for iWARP test over vlan
(bsc#1218260).
- RDMA/bnxt_re: Add a check for memory allocation (bsc#1218260).
- RDMA/bnxt_re: Fix incorrect AVID type in WQE structure
(bsc#1218260).
- RDMA/bnxt_re: Fix a possible memory leak (bsc#1218260).
- bpf: Fix memory leak in bpf_core_apply (bsc#1218260).
- lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW
(bsc#1218260).
- cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory
systems (bsc#1218260).
- bpf: devmap: provide rxq after redirect (bsc#1218260).
- bpf: Make sure internal and UAPI bpf_redirect flags don't
overlap (bsc#1218260).
- iio: accel: bma400: Fix uninitialized variable field_value in
tap event handling (bsc#1218260).
- commit ff03430
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 23 09:40:23 CEST 2024 - rfrohl@suse.com Wed Oct 23 09:40:23 CEST 2024 - rfrohl@suse.com

View File

@ -16,7 +16,7 @@
# #
%define git_commit d47a3241627d3cc555e27e7d0ed5560abd62bcd4 %define git_commit ff03430fdd23701df6e447fbf0cf1b160832aa57
%define variant -longterm%{nil} %define variant -longterm%{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -25,10 +25,10 @@ Name: kernel-syms-longterm
Summary: Kernel Symbol Versions (modversions) Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0-only License: GPL-2.0-only
Group: Development/Sources Group: Development/Sources
Version: 6.6.58 Version: 6.6.59
%if %using_buildservice %if %using_buildservice
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gd47a324 Release: <RELEASE>.gff03430
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:254314023c88c08829c1413a2758983bf75a140e33b9c0de66a96252c0616299 oid sha256:cf9dd51057541219fe33615c188a921978ed2abc6e2290decabc05fdb9685dab
size 9355861 size 9529594

View File

@ -11934,6 +11934,213 @@
patches.kernel.org/6.6.58-123-nilfs2-propagate-directory-read-errors-from-ni.patch patches.kernel.org/6.6.58-123-nilfs2-propagate-directory-read-errors-from-ni.patch
patches.kernel.org/6.6.58-124-ALSA-hda-conexant-Use-cached-pin-control-for-N.patch patches.kernel.org/6.6.58-124-ALSA-hda-conexant-Use-cached-pin-control-for-N.patch
patches.kernel.org/6.6.58-125-Linux-6.6.58.patch patches.kernel.org/6.6.58-125-Linux-6.6.58.patch
patches.kernel.org/6.6.59-001-iio-accel-bma400-Fix-uninitialized-variable-fi.patch
patches.kernel.org/6.6.59-002-bpf-Make-sure-internal-and-UAPI-bpf_redirect-f.patch
patches.kernel.org/6.6.59-003-bpf-devmap-provide-rxq-after-redirect.patch
patches.kernel.org/6.6.59-004-cpufreq-amd-pstate-Fix-amd_pstate-mode-switch-.patch
patches.kernel.org/6.6.59-005-lib-Kconfig.debug-fix-grammar-in-RUST_BUILD_AS.patch
patches.kernel.org/6.6.59-006-bpf-Fix-memory-leak-in-bpf_core_apply.patch
patches.kernel.org/6.6.59-007-RDMA-bnxt_re-Fix-a-possible-memory-leak.patch
patches.kernel.org/6.6.59-008-RDMA-bnxt_re-Fix-incorrect-AVID-type-in-WQE-st.patch
patches.kernel.org/6.6.59-009-RDMA-bnxt_re-Add-a-check-for-memory-allocation.patch
patches.kernel.org/6.6.59-010-RDMA-core-Fix-ENODEV-error-for-iWARP-test-over.patch
patches.kernel.org/6.6.59-011-x86-resctrl-Avoid-overflow-in-MB-settings-in-b.patch
patches.kernel.org/6.6.59-012-ARM-dts-bcm2837-rpi-cm3-io3-Fix-HDMI-hpd-gpio-.patch
patches.kernel.org/6.6.59-013-bpf-Add-missed-value-to-kprobe-perf-link-info.patch
patches.kernel.org/6.6.59-014-bpf-Add-cookie-to-perf_event-bpf_link_info-rec.patch
patches.kernel.org/6.6.59-015-bpf-fix-unpopulated-name_len-field-in-perf_eve.patch
patches.kernel.org/6.6.59-016-selftests-bpf-Use-bpf_link__destroy-in-fill_li.patch
patches.kernel.org/6.6.59-017-selftests-bpf-Add-cookies-check-for-perf_event.patch
patches.kernel.org/6.6.59-018-selftests-bpf-fix-perf_event-link-info-name_le.patch
patches.kernel.org/6.6.59-019-s390-pci-Handle-PCI-error-codes-other-than-0x3.patch
patches.kernel.org/6.6.59-020-bpf-fix-kfunc-btf-caching-for-modules.patch
patches.kernel.org/6.6.59-021-iio-frequency-admv4420-adrf6780-format-Kconfig.patch
patches.kernel.org/6.6.59-022-iio-frequency-admv4420-fix-missing-select-REMA.patch
patches.kernel.org/6.6.59-023-drm-vmwgfx-Handle-possible-ENOMEM-in-vmw_stdu_.patch
patches.kernel.org/6.6.59-024-selftests-bpf-Fix-cross-compiling-urandom_read.patch
patches.kernel.org/6.6.59-025-task_work-Add-TWA_NMI_CURRENT-as-an-additional.patch
patches.kernel.org/6.6.59-026-sched-core-Disable-page-allocation-in-task_tic.patch
patches.kernel.org/6.6.59-027-ALSA-hda-cs8409-Fix-possible-NULL-dereference.patch
patches.kernel.org/6.6.59-028-firmware-arm_scmi-Fix-the-double-free-in-scmi_.patch
patches.kernel.org/6.6.59-029-RDMA-cxgb4-Fix-RDMA_CM_EVENT_UNREACHABLE-error.patch
patches.kernel.org/6.6.59-030-RDMA-irdma-Fix-misspelling-of-accept.patch
patches.kernel.org/6.6.59-031-RDMA-srpt-Make-slab-cache-names-unique.patch
patches.kernel.org/6.6.59-032-ipv4-give-an-IPv4-dev-to-blackhole_netdev.patch
patches.kernel.org/6.6.59-033-RDMA-bnxt_re-Support-new-5760X-P7-devices.patch
patches.kernel.org/6.6.59-034-RDMA-bnxt_re-Fix-the-max-CQ-WQEs-for-older-ada.patch
patches.kernel.org/6.6.59-035-RDMA-bnxt_re-Fix-out-of-bound-check.patch
patches.kernel.org/6.6.59-036-RDMA-bnxt_re-Return-more-meaningful-error.patch
patches.kernel.org/6.6.59-037-RDMA-bnxt_re-Fix-a-bug-while-setting-up-Level-.patch
patches.kernel.org/6.6.59-038-RDMA-bnxt_re-Update-the-BAR-offsets.patch
patches.kernel.org/6.6.59-039-RDMA-bnxt_re-Fix-the-GID-table-length.patch
patches.kernel.org/6.6.59-040-accel-qaic-Fix-the-for-loop-used-to-walk-SG-ta.patch
patches.kernel.org/6.6.59-041-drm-msm-dpu-make-sure-phys-resources-are-prope.patch
patches.kernel.org/6.6.59-042-drm-msm-dpu-check-for-overflow-in-_dpu_crtc_se.patch
patches.kernel.org/6.6.59-043-drm-msm-dsi-improve-fix-dsc-pclk-calculation.patch
patches.kernel.org/6.6.59-044-drm-msm-dsi-fix-32-bit-signed-integer-extensio.patch
patches.kernel.org/6.6.59-045-drm-msm-Avoid-NULL-dereference-in-msm_disp_sta.patch
patches.kernel.org/6.6.59-046-drm-msm-Allocate-memory-for-disp-snapshot-with.patch
patches.kernel.org/6.6.59-047-firmware-arm_scmi-Queue-in-scmi-layer-for-mail.patch
patches.kernel.org/6.6.59-048-net-smc-Fix-memory-leak-when-using-percpu-refs.patch
patches.kernel.org/6.6.59-049-net-usb-usbnet-fix-race-in-probe-failure.patch
patches.kernel.org/6.6.59-050-net-stmmac-dwmac-tegra-Fix-link-bring-up-seque.patch
patches.kernel.org/6.6.59-051-octeontx2-af-Fix-potential-integer-overflows-o.patch
patches.kernel.org/6.6.59-052-drm-amd-amdgpu-Fix-double-unlock-in-amdgpu_mes.patch
patches.kernel.org/6.6.59-053-macsec-don-t-increment-counters-for-an-unrelat.patch
patches.kernel.org/6.6.59-054-netdevsim-use-cond_resched-in-nsim_dev_trap_re.patch
patches.kernel.org/6.6.59-055-net-ethernet-aeroflex-fix-potential-memory-lea.patch
patches.kernel.org/6.6.59-056-net-smc-Fix-searching-in-list-of-known-pnetids.patch
patches.kernel.org/6.6.59-057-net-xilinx-axienet-fix-potential-memory-leak-i.patch
patches.kernel.org/6.6.59-058-bpf-Fix-truncation-bug-in-coerce_reg_to_size_s.patch
patches.kernel.org/6.6.59-059-net-systemport-fix-potential-memory-leak-in-bc.patch
patches.kernel.org/6.6.59-060-irqchip-renesas-rzg2l-Align-struct-member-name.patch
patches.kernel.org/6.6.59-061-irqchip-renesas-rzg2l-Document-structure-membe.patch
patches.kernel.org/6.6.59-062-irqchip-renesas-rzg2l-Add-support-for-suspend-.patch
patches.kernel.org/6.6.59-063-irqchip-renesas-rzg2l-Fix-missing-put_device.patch
patches.kernel.org/6.6.59-064-drm-msm-dpu-don-t-always-program-merge_3d-bloc.patch
patches.kernel.org/6.6.59-065-net-bcmasp-fix-potential-memory-leak-in-bcmasp.patch
patches.kernel.org/6.6.59-066-tcp-dccp-Don-t-use-timer_pending-in-reqsk_queu.patch
patches.kernel.org/6.6.59-067-net-dsa-mv88e6xxx-Fix-the-max_vid-definition-f.patch
patches.kernel.org/6.6.59-068-genetlink-hold-RCU-in-genlmsg_mcast.patch
patches.kernel.org/6.6.59-069-ravb-Remove-setting-of-RX-software-timestamp.patch
patches.kernel.org/6.6.59-070-net-ravb-Only-advertise-Rx-Tx-timestamps-if-ha.patch
patches.kernel.org/6.6.59-071-scsi-target-core-Fix-null-ptr-deref-in-target_.patch
patches.kernel.org/6.6.59-072-smb-client-fix-possible-double-free-in-smb2_se.patch
patches.kernel.org/6.6.59-073-smb-client-fix-OOBs-when-building-SMB2_IOCTL-r.patch
patches.kernel.org/6.6.59-074-usb-typec-altmode-should-keep-reference-to-par.patch
patches.kernel.org/6.6.59-075-s390-Initialize-psw-mask-in-perf_arch_fetch_ca.patch
patches.kernel.org/6.6.59-076-bpf-Fix-link-info-netfilter-flags-to-populate-.patch
patches.kernel.org/6.6.59-077-Bluetooth-bnep-fix-wild-memory-access-in-proto.patch
patches.kernel.org/6.6.59-078-vmxnet3-Fix-packet-corruption-in-vmxnet3_xdp_x.patch
patches.kernel.org/6.6.59-079-net-mlx5-Check-for-invalid-vector-index-on-EQ-.patch
patches.kernel.org/6.6.59-080-net-mlx5-Fix-command-bitmask-initialization.patch
patches.kernel.org/6.6.59-081-net-mlx5-Unregister-notifier-on-eswitch-init-f.patch
patches.kernel.org/6.6.59-082-bpf-sockmap-SK_DROP-on-attempted-redirects-of-.patch
patches.kernel.org/6.6.59-083-vsock-Update-rx_bytes-on-read_skb.patch
patches.kernel.org/6.6.59-084-vsock-Update-msg_count-on-read_skb.patch
patches.kernel.org/6.6.59-085-bpf-vsock-Drop-static-vsock_bpf_prot-initializ.patch
patches.kernel.org/6.6.59-086-riscv-bpf-Make-BPF_CMPXCHG-fully-ordered.patch
patches.kernel.org/6.6.59-087-nvme-pci-set-doorbell-config-before-unquiescin.patch
patches.kernel.org/6.6.59-088-nvme-pci-fix-race-condition-between-reset-and-.patch
patches.kernel.org/6.6.59-089-bpf-Fix-iter-task-tid-filtering.patch
patches.kernel.org/6.6.59-090-cdrom-Avoid-barrier_nospec-in-cdrom_ioctl_medi.patch
patches.kernel.org/6.6.59-091-mm-khugepaged-convert-alloc_charge_hpage-to-us.patch
patches.kernel.org/6.6.59-092-mm-convert-collapse_huge_page-to-use-a-folio.patch
patches.kernel.org/6.6.59-093-mm-khugepaged-use-a-folio-more-in-collapse_fil.patch
patches.kernel.org/6.6.59-094-khugepaged-inline-hpage_collapse_alloc_folio.patch
patches.kernel.org/6.6.59-095-khugepaged-convert-alloc_charge_hpage-to-alloc.patch
patches.kernel.org/6.6.59-096-khugepaged-remove-hpage-from-collapse_file.patch
patches.kernel.org/6.6.59-097-mm-khugepaged-fix-the-arguments-order-in-khuge.patch
patches.kernel.org/6.6.59-098-iio-adc-ti-lmp92064-add-missing-select-IIO_-TR.patch
patches.kernel.org/6.6.59-099-xhci-dbgtty-remove-kfifo_out-wrapper.patch
patches.kernel.org/6.6.59-100-xhci-dbgtty-use-kfifo-from-tty_port-struct.patch
patches.kernel.org/6.6.59-101-xhci-dbc-honor-usb-transfer-size-boundaries.patch
patches.kernel.org/6.6.59-102-usb-gadget-f_uac2-Replace-snprintf-with-the-sa.patch
patches.kernel.org/6.6.59-103-usb-gadget-f_uac2-fix-non-newline-terminated-f.patch
patches.kernel.org/6.6.59-104-usb-gadget-f_uac2-fix-return-value-for-UAC2_AT.patch
patches.kernel.org/6.6.59-105-XHCI-Separate-PORT-and-CAPs-macros-into-dedica.patch
patches.kernel.org/6.6.59-106-usb-dwc3-core-Fix-system-suspend-on-TI-AM62-pl.patch
patches.kernel.org/6.6.59-107-tracing-fprobe-event-cleanup-Fix-a-wrong-comme.patch
patches.kernel.org/6.6.59-108-tracing-probes-cleanup-Set-trace_probe-nr_args.patch
patches.kernel.org/6.6.59-109-tracing-probes-Support-argN-in-return-probe-kp.patch
patches.kernel.org/6.6.59-110-uprobes-encapsulate-preparation-of-uprobe-args.patch
patches.kernel.org/6.6.59-111-uprobes-prepare-uprobe-args-buffer-lazily.patch
patches.kernel.org/6.6.59-112-uprobes-prevent-mutex_lock-under-rcu_read_lock.patch
patches.kernel.org/6.6.59-113-uprobe-avoid-out-of-bounds-memory-access-of-fe.patch
patches.kernel.org/6.6.59-114-exec-don-t-WARN-for-racy-path_noexec-check.patch
patches.kernel.org/6.6.59-115-drm-vboxvideo-Replace-fake-VLA-at-end-of-vbva_.patch
patches.kernel.org/6.6.59-116-ASoC-amd-yc-Add-quirk-for-HP-Dragonfly-pro-one.patch
patches.kernel.org/6.6.59-117-ASoC-codecs-lpass-rx-macro-add-missing-CDC_RX_.patch
patches.kernel.org/6.6.59-118-ASoC-fsl_sai-Enable-FIFO-continue-on-error-FCO.patch
patches.kernel.org/6.6.59-119-arm64-Force-position-independent-veneers.patch
patches.kernel.org/6.6.59-120-udf-refactor-udf_current_aext-to-handle-error.patch
patches.kernel.org/6.6.59-121-udf-refactor-udf_next_aext-to-handle-error.patch
patches.kernel.org/6.6.59-122-udf-refactor-inode_bmap-to-handle-error.patch
patches.kernel.org/6.6.59-123-udf-fix-uninit-value-use-in-udf_get_fileshorta.patch
patches.kernel.org/6.6.59-124-ASoC-qcom-sm8250-add-qrb4210-rb2-sndcard-compa.patch
patches.kernel.org/6.6.59-125-cifs-Validate-content-of-NFS-reparse-point-buf.patch
patches.kernel.org/6.6.59-126-platform-x86-dell-sysman-add-support-for-alien.patch
patches.kernel.org/6.6.59-127-LoongArch-Don-t-crash-in-stack_top-for-tasks-w.patch
patches.kernel.org/6.6.59-128-jfs-Fix-sanity-check-in-dbMount.patch
patches.kernel.org/6.6.59-129-tracing-probes-Fix-MAX_TRACE_ARGS-limit-handli.patch
patches.kernel.org/6.6.59-130-tracing-Consider-the-NULL-character-when-valid.patch
patches.kernel.org/6.6.59-131-xfrm-extract-dst-lookup-parameters-into-a-stru.patch
patches.kernel.org/6.6.59-132-xfrm-respect-ip-protocols-rules-criteria-when-.patch
patches.kernel.org/6.6.59-133-netfilter-bpf-must-hold-reference-on-net-names.patch
patches.kernel.org/6.6.59-134-net-sun3_82586-fix-potential-memory-leak-in-su.patch
patches.kernel.org/6.6.59-135-be2net-fix-potential-memory-leak-in-be_xmit.patch
patches.kernel.org/6.6.59-136-net-plip-fix-break-causing-plip-to-never-trans.patch
patches.kernel.org/6.6.59-137-octeon_ep-Implement-helper-for-iterating-packe.patch
patches.kernel.org/6.6.59-138-octeon_ep-Add-SKB-allocation-failures-handling.patch
patches.kernel.org/6.6.59-139-net-dsa-mv88e6xxx-Fix-error-when-setting-port-.patch
patches.kernel.org/6.6.59-140-fsl-fman-Save-device-references-taken-in-mac_p.patch
patches.kernel.org/6.6.59-141-fsl-fman-Fix-refcount-handling-of-fman-related.patch
patches.kernel.org/6.6.59-142-netfilter-xtables-fix-typo-causing-some-target.patch
patches.kernel.org/6.6.59-143-net-wwan-fix-global-oob-in-wwan_rtnl_policy.patch
patches.kernel.org/6.6.59-144-net-sched-adjust-device-watchdog-timer-to-dete.patch
patches.kernel.org/6.6.59-145-net-fix-races-in-netdev_tx_sent_queue-dev_watc.patch
patches.kernel.org/6.6.59-146-net-usb-usbnet-fix-name-regression.patch
patches.kernel.org/6.6.59-147-bpf-Simplify-checking-size-of-helper-accesses.patch
patches.kernel.org/6.6.59-148-bpf-Add-MEM_WRITE-attribute.patch
patches.kernel.org/6.6.59-149-bpf-Fix-overloading-of-MEM_UNINIT-s-meaning.patch
patches.kernel.org/6.6.59-150-bpf-Remove-MEM_UNINIT-from-skb-xdp-MTU-helpers.patch
patches.kernel.org/6.6.59-151-net-sched-act_api-deny-mismatched-skip_sw-skip.patch
patches.kernel.org/6.6.59-152-net-sched-fix-use-after-free-in-taprio_change.patch
patches.kernel.org/6.6.59-153-net-sched-use-RCU-read-side-critical-section-i.patch
patches.kernel.org/6.6.59-154-r8169-avoid-unsolicited-interrupts.patch
patches.kernel.org/6.6.59-155-posix-clock-posix-clock-Fix-unbalanced-locking.patch
patches.kernel.org/6.6.59-156-Bluetooth-SCO-Fix-UAF-on-sco_sock_timeout.patch
patches.kernel.org/6.6.59-157-Bluetooth-ISO-Fix-UAF-on-iso_sock_timeout.patch
patches.kernel.org/6.6.59-158-bpf-perf-Fix-perf_event_detach_bpf_prog-error-.patch
patches.kernel.org/6.6.59-159-net-dsa-mv88e6xxx-group-cycle-counter-coeffici.patch
patches.kernel.org/6.6.59-160-net-dsa-mv88e6xxx-read-cycle-counter-period-fr.patch
patches.kernel.org/6.6.59-161-net-dsa-mv88e6xxx-support-4000ps-cycle-counter.patch
patches.kernel.org/6.6.59-162-ASoC-dt-bindings-davinci-mcasp-Fix-interrupts-.patch
patches.kernel.org/6.6.59-163-ASoC-dt-bindings-davinci-mcasp-Fix-interrupt-p.patch
patches.kernel.org/6.6.59-164-ASoC-loongson-Fix-component-check-failed-on-FD.patch
patches.kernel.org/6.6.59-165-ASoC-max98388-Fix-missing-increment-of-variabl.patch
patches.kernel.org/6.6.59-166-ASoC-rsnd-Fix-probe-failure-on-HiHope-boards-d.patch
patches.kernel.org/6.6.59-167-ASoC-fsl_micfil-Add-a-flag-to-distinguish-with.patch
patches.kernel.org/6.6.59-168-ALSA-firewire-lib-Avoid-division-by-zero-in-ap.patch
patches.kernel.org/6.6.59-169-powercap-dtpm_devfreq-Fix-error-check-against-.patch
patches.kernel.org/6.6.59-170-nfsd-cancel-nfsd_shrinker_work-using-sync-mode.patch
patches.kernel.org/6.6.59-171-ALSA-hda-realtek-Update-default-depop-procedur.patch
patches.kernel.org/6.6.59-172-smb-client-Handle-kstrdup-failures-for-passwor.patch
patches.kernel.org/6.6.59-173-cpufreq-cppc-Move-and-rename-cppc_cpufreq_-per.patch
patches.kernel.org/6.6.59-174-cpufreq-CPPC-fix-perf_to_khz-khz_to_perf-conve.patch
patches.kernel.org/6.6.59-175-btrfs-fix-passing-0-to-ERR_PTR-in-btrfs_search.patch
patches.kernel.org/6.6.59-176-btrfs-zoned-fix-zone-unusable-accounting-for-f.patch
patches.kernel.org/6.6.59-177-drm-amd-Guard-against-bad-data-for-ATIF-ACPI-m.patch
patches.kernel.org/6.6.59-178-ACPI-resource-Add-LG-16T90SP-to-irq1_level_low.patch
patches.kernel.org/6.6.59-179-ACPI-PRM-Find-EFI_MEMORY_RUNTIME-block-for-PRM.patch
patches.kernel.org/6.6.59-180-ACPI-button-Add-DMI-quirk-for-Samsung-Galaxy-B.patch
patches.kernel.org/6.6.59-181-nilfs2-fix-kernel-bug-due-to-missing-clearing-.patch
patches.kernel.org/6.6.59-182-openat2-explicitly-return-E2BIG-for-usize-PAGE.patch
patches.kernel.org/6.6.59-183-KVM-nSVM-Ignore-nCR3-4-0-when-loading-PDPTEs-f.patch
patches.kernel.org/6.6.59-184-KVM-arm64-Fix-shift-out-of-bounds-bug.patch
patches.kernel.org/6.6.59-185-KVM-arm64-Don-t-eagerly-teardown-the-vgic-on-i.patch
patches.kernel.org/6.6.59-186-x86-lam-Disable-ADDRESS_MASKING-in-most-cases.patch
patches.kernel.org/6.6.59-187-ALSA-hda-tas2781-select-CRC32-instead-of-CRC32.patch
patches.kernel.org/6.6.59-188-ALSA-hda-realtek-Add-subwoofer-quirk-for-Acer-.patch
patches.kernel.org/6.6.59-189-LoongArch-Get-correct-cores_per_package-for-SM.patch
patches.kernel.org/6.6.59-190-LoongArch-Enable-IRQ-if-do_ale-triggered-in-ir.patch
patches.kernel.org/6.6.59-191-LoongArch-Make-KASAN-usable-for-variable-cpu_v.patch
patches.kernel.org/6.6.59-192-xfrm-fix-one-more-kernel-infoleak-in-algo-dump.patch
patches.kernel.org/6.6.59-193-hv_netvsc-Fix-VF-namespace-also-in-synthetic-N.patch
patches.kernel.org/6.6.59-194-drm-amd-display-Disable-PSR-SU-on-Parade-08-01.patch
patches.kernel.org/6.6.59-195-selinux-improve-error-checking-in-sel_write_lo.patch
patches.kernel.org/6.6.59-196-net-phy-dp83822-Fix-reset-pin-definitions.patch
patches.kernel.org/6.6.59-197-ata-libata-Set-DID_TIME_OUT-for-commands-that-.patch
patches.kernel.org/6.6.59-198-ASoC-qcom-Fix-NULL-Dereference-in-asoc_qcom_lp.patch
patches.kernel.org/6.6.59-199-platform-x86-dell-wmi-Ignore-suspend-notificat.patch
patches.kernel.org/6.6.59-200-ACPI-PRM-Clean-up-guid-type-in-struct-prm_hand.patch
patches.kernel.org/6.6.59-201-RDMA-bnxt_re-Fix-the-offset-for-GenP7-adapters.patch
patches.kernel.org/6.6.59-202-RDMA-bnxt_re-Avoid-creating-fence-MR-for-newer.patch
patches.kernel.org/6.6.59-203-RDMA-bnxt_re-Fix-unconditional-fence-for-newer.patch
patches.kernel.org/6.6.59-204-tracing-probes-Fix-to-zero-initialize-a-local-.patch
patches.kernel.org/6.6.59-205-task_work-make-TWA_NMI_CURRENT-handling-condit.patch
patches.kernel.org/6.6.59-206-xfrm-validate-new-SA-s-prefixlen-using-SA-fami.patch
patches.kernel.org/6.6.59-207-Linux-6.6.59.patch
######################################################## ########################################################
# Build fixes that apply to the vanilla kernel too. # Build fixes that apply to the vanilla kernel too.

View File

@ -1,3 +1,3 @@
2024-10-23 07:41:56 +0000 2024-11-01 15:23:28 +0000
GIT Revision: d47a3241627d3cc555e27e7d0ed5560abd62bcd4 GIT Revision: ff03430fdd23701df6e447fbf0cf1b160832aa57
GIT Branch: slowroll GIT Branch: slowroll