Accepting request 1200761 from Kernel:slowroll
6.6.51 OBS-URL: https://build.opensuse.org/request/show/1200761 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source-longterm?expand=0&rev=33
This commit is contained in:
commit
96ddf3e8a2
@ -1,3 +1,473 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 13:18:33 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
- blacklist.conf: tracing/osnoise: Fix build when timerlat is not enabled (git-fixes)
|
||||
Blacklisting this for now as it is not yet upstream.
|
||||
- commit c728beb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 12:06:52 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
- Linux 6.6.51 (bsc#1218260).
|
||||
- sch/netem: fix use after free in netem_dequeue (bsc#1218260).
|
||||
- net: microchip: vcap: Fix use-after-free error in kunit test
|
||||
(bsc#1218260).
|
||||
- ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object
|
||||
(bsc#1218260).
|
||||
- KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS
|
||||
(bsc#1218260).
|
||||
- KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE
|
||||
and MSR_GS_BASE (bsc#1218260).
|
||||
- KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM
|
||||
support is missing (bsc#1218260).
|
||||
- ALSA: hda/conexant: Add pincfg quirk to enable top speakers
|
||||
on Sirius devices (bsc#1218260).
|
||||
- ALSA: hda/realtek: add patch for internal mic in Lenovo V145
|
||||
(bsc#1218260).
|
||||
- ALSA: hda/realtek: Support mute LED on HP Laptop 14-dq2xxx
|
||||
(bsc#1218260).
|
||||
- powerpc/qspinlock: Fix deadlock in MCS queue (bsc#1218260).
|
||||
- smb: client: fix double put of @cfile in smb2_set_path_size()
|
||||
(bsc#1218260).
|
||||
- ksmbd: unset the binding mark of a reused connection
|
||||
(bsc#1218260).
|
||||
- ksmbd: Unlock on in ksmbd_tcp_set_interfaces() (bsc#1218260).
|
||||
- ata: libata: Fix memory leak for error path in ata_host_alloc()
|
||||
(bsc#1218260).
|
||||
- x86/tdx: Fix data leak in mmio_read() (bsc#1218260).
|
||||
- perf/x86/intel: Limit the period on Haswell (bsc#1218260).
|
||||
- irqchip/gic-v2m: Fix refcount leak in gicv2m_of_init()
|
||||
(bsc#1218260).
|
||||
- x86/kaslr: Expose and use the end of the physical memory
|
||||
address space (bsc#1218260).
|
||||
- rtmutex: Drop rt_mutex::wait_lock before scheduling
|
||||
(bsc#1218260).
|
||||
- nvme-pci: Add sleep quirk for Samsung 990 Evo (bsc#1218260).
|
||||
- rust: types: Make Opaque::get const (bsc#1218260).
|
||||
- rust: macros: provide correct provenance when constructing
|
||||
THIS_MODULE (bsc#1218260).
|
||||
- Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP
|
||||
over BREDR/LE" (bsc#1218260).
|
||||
- Bluetooth: MGMT: Ignore keys being loaded with invalid type
|
||||
(bsc#1218260).
|
||||
- mmc: core: apply SD quirks earlier during probe (bsc#1218260).
|
||||
- mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
|
||||
(bsc#1218260).
|
||||
- mmc: sdhci-of-aspeed: fix module autoloading (bsc#1218260).
|
||||
- mmc: cqhci: Fix checking of CQHCI_HALT state (bsc#1218260).
|
||||
- fuse: update stats for pages in dropped aux writeback list
|
||||
(bsc#1218260).
|
||||
- fuse: use unsigned type for getxattr/listxattr size truncation
|
||||
(bsc#1218260).
|
||||
- fuse: fix memory leak in fuse_create_open (bsc#1218260).
|
||||
- clk: starfive: jh7110-sys: Add notifier for PLL0 clock
|
||||
(bsc#1218260).
|
||||
- clk: qcom: clk-alpha-pll: Fix the pll post div mask
|
||||
(bsc#1218260).
|
||||
- clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate
|
||||
API (bsc#1218260).
|
||||
- can: mcp251x: fix deadlock if an interrupt occurs during
|
||||
mcp251x_open (bsc#1218260).
|
||||
- kexec_file: fix elfcorehdr digest exclusion when
|
||||
CONFIG_CRASH_HOTPLUG=y (bsc#1218260).
|
||||
- mm: vmalloc: ensure vmap_block is initialised before adding
|
||||
to queue (bsc#1218260).
|
||||
- spi: rockchip: Resolve unbalanced runtime PM / system PM
|
||||
handling (bsc#1218260).
|
||||
- tracing/osnoise: Use a cpumask to know what threads are kthreads
|
||||
(bsc#1218260).
|
||||
- tracing/timerlat: Only clear timer if a kthread exists
|
||||
(bsc#1218260).
|
||||
- tracing: Avoid possible softlockup in tracing_iter_reset()
|
||||
(bsc#1218260).
|
||||
- tracing/timerlat: Add interface_lock around clearing of kthread
|
||||
in stop_kthread() (bsc#1218260).
|
||||
- userfaultfd: don't BUG_ON() if khugepaged yanks our page table
|
||||
(bsc#1218260).
|
||||
- userfaultfd: fix checks for huge PMDs (bsc#1218260).
|
||||
- fscache: delete fscache_cookie_lru_timer when fscache exits
|
||||
to avoid UAF (bsc#1218260).
|
||||
- eventfs: Use list_del_rcu() for SRCU protected list variable
|
||||
(bsc#1218260).
|
||||
- net: mana: Fix error handling in mana_create_txq/rxq's NAPI
|
||||
cleanup (bsc#1218260).
|
||||
- net: mctp-serial: Fix missing escapes on transmit (bsc#1218260).
|
||||
- x86/fpu: Avoid writing LBR bit to IA32_XSS unless supported
|
||||
(bsc#1218260).
|
||||
- x86/apic: Make x2apic_disable() work correctly (bsc#1218260).
|
||||
- Revert "drm/amdgpu: align pp_power_profile_mode with kernel
|
||||
docs" (bsc#1218260).
|
||||
- tcp_bpf: fix return value of tcp_bpf_sendmsg() (bsc#1218260).
|
||||
- ila: call nf_unregister_net_hooks() sooner (bsc#1218260).
|
||||
- sched: sch_cake: fix bulk flow accounting logic for host
|
||||
fairness (bsc#1218260).
|
||||
- nilfs2: fix missing cleanup on rollforward recovery error
|
||||
(bsc#1218260).
|
||||
- nilfs2: protect references to superblock parameters exposed
|
||||
in sysfs (bsc#1218260).
|
||||
- nilfs2: fix state management in error path of log writing
|
||||
function (bsc#1218260).
|
||||
- drm/i915: Do not attempt to load the GSC multiple times
|
||||
(bsc#1218260).
|
||||
- ALSA: control: Apply sanity check of input values for user
|
||||
elements (bsc#1218260).
|
||||
- ALSA: hda: Add input value sanity checks to HDMI channel map
|
||||
controls (bsc#1218260).
|
||||
- wifi: ath12k: fix uninitialize symbol error on
|
||||
ath12k_peer_assoc_h_he() (bsc#1218260).
|
||||
- wifi: ath12k: fix firmware crash due to invalid peer nss
|
||||
(bsc#1218260).
|
||||
- smack: unix sockets: fix accept()ed socket label (bsc#1218260).
|
||||
- bpf, verifier: Correct tail_call_reachable for bpf prog
|
||||
(bsc#1218260).
|
||||
- ELF: fix kernel.randomize_va_space double read (bsc#1218260).
|
||||
- accel/habanalabs/gaudi2: unsecure edma max outstanding register
|
||||
(bsc#1218260).
|
||||
- irqchip/armada-370-xp: Do not allow mapping IRQ 0 and 1
|
||||
(bsc#1218260).
|
||||
- af_unix: Remove put_pid()/put_cred() in copy_peercred()
|
||||
(bsc#1218260).
|
||||
- x86/kmsan: Fix hook for unaligned accesses (bsc#1218260).
|
||||
- iommu: sun50i: clear bypass register (bsc#1218260).
|
||||
- netfilter: nf_conncount: fix wrong variable type (bsc#1218260).
|
||||
- wifi: iwlwifi: mvm: use IWL_FW_CHECK for link ID check
|
||||
(bsc#1218260).
|
||||
- udf: Avoid excessive partition lengths (bsc#1218260).
|
||||
- fs/ntfs3: One more reason to mark inode bad (bsc#1218260).
|
||||
- riscv: kprobes: Use patch_text_nosync() for insn slots
|
||||
(bsc#1218260).
|
||||
- media: vivid: fix wrong sizeimage value for mplane
|
||||
(bsc#1218260).
|
||||
- leds: spi-byte: Call of_node_put() on error path (bsc#1218260).
|
||||
- wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3
|
||||
(bsc#1218260).
|
||||
- usb: uas: set host status byte on data completion error
|
||||
(bsc#1218260).
|
||||
- usb: gadget: aspeed_udc: validate endpoint index for ast udc
|
||||
(bsc#1218260).
|
||||
- drm/amd/display: Run DC_LOG_DC after checking link->link_enc
|
||||
(bsc#1218260).
|
||||
- drm/amd/display: Check HDCP returned status (bsc#1218260).
|
||||
- drm/amdgpu: Fix smatch static checker warning (bsc#1218260).
|
||||
- drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts
|
||||
(bsc#1218260).
|
||||
- media: vivid: don't set HDMI TX controls if there are no HDMI
|
||||
outputs (bsc#1218260).
|
||||
- vfio/spapr: Always clear TCEs before unsetting the window
|
||||
(bsc#1218260).
|
||||
- ice: Check all ice_vsi_rebuild() errors in function
|
||||
(bsc#1218260).
|
||||
- PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)
|
||||
(bsc#1218260).
|
||||
- Input: ili210x - use kvmalloc() to allocate buffer for firmware
|
||||
update (bsc#1218260).
|
||||
- media: qcom: camss: Add check for v4l2_fwnode_endpoint_parse
|
||||
(bsc#1218260).
|
||||
- pcmcia: Use resource_size function on resource object
|
||||
(bsc#1218260).
|
||||
- drm/amd/display: Check denominator pbn_div before used
|
||||
(bsc#1218260).
|
||||
- drm/amdgpu: check for LINEAR_ALIGNED correctly in
|
||||
check_tiling_flags_gfx6 (bsc#1218260).
|
||||
- can: bcm: Remove proc entry when dev is unregistered
|
||||
(bsc#1218260).
|
||||
- can: m_can: Release irq on error in m_can_open (bsc#1218260).
|
||||
- can: mcp251xfd: fix ring configuration when switching from
|
||||
CAN-CC to CAN-FD mode (bsc#1218260).
|
||||
- rust: Use awk instead of recent xargs (bsc#1218260).
|
||||
- rust: kbuild: fix export of bss symbols (bsc#1218260).
|
||||
- cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of
|
||||
target region (bsc#1218260).
|
||||
- igb: Fix not clearing TimeSync interrupts for 82580
|
||||
(bsc#1218260).
|
||||
- ice: Add netif_device_attach/detach into PF reset flow
|
||||
(bsc#1218260).
|
||||
- platform/x86: dell-smbios: Fix error path in dell_smbios_init()
|
||||
(bsc#1218260).
|
||||
- regulator: core: Stub devm_regulator_bulk_get_const() if
|
||||
!CONFIG_REGULATOR (bsc#1218260).
|
||||
- can: kvaser_pciefd: Skip redundant NULL pointer check in ISR
|
||||
(bsc#1218260).
|
||||
- can: kvaser_pciefd: Remove unnecessary comment (bsc#1218260).
|
||||
- can: kvaser_pciefd: Rename board_irq to pci_irq (bsc#1218260).
|
||||
- can: kvaser_pciefd: Move reset of DMA RX buffers to the end
|
||||
of the ISR (bsc#1218260).
|
||||
- can: kvaser_pciefd: Use a single write when releasing RX buffers
|
||||
(bsc#1218260).
|
||||
- Bluetooth: qca: If memdump doesn't work, re-enable IBS
|
||||
(bsc#1218260).
|
||||
- Bluetooth: hci_event: Use HCI error defines instead of magic
|
||||
values (bsc#1218260).
|
||||
- Bluetooth: hci_conn: Only do ACL connections sequentially
|
||||
(bsc#1218260).
|
||||
- Bluetooth: Remove pending ACL connection attempts (bsc#1218260).
|
||||
- Bluetooth: hci_conn: Fix UAF Write in
|
||||
__hci_acl_create_connection_sync (bsc#1218260).
|
||||
- Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync
|
||||
queue (bsc#1218260).
|
||||
- Bluetooth: hci_sync: Attempt to dequeue connection attempt
|
||||
(bsc#1218260).
|
||||
- Bluetooth: hci_sync: Introduce
|
||||
hci_cmd_sync_run/hci_cmd_sync_run_once (bsc#1218260).
|
||||
- Bluetooth: MGMT: Fix not generating command complete for
|
||||
MGMT_OP_DISCONNECT (bsc#1218260).
|
||||
- igc: Unlock on error in igc_io_resume() (bsc#1218260).
|
||||
- hwmon: (hp-wmi-sensors) Check if WMI event data exists
|
||||
(bsc#1218260).
|
||||
- net: phy: Fix missing of_node_put() for leds (bsc#1218260).
|
||||
- ice: protect XDP configuration with a mutex (bsc#1218260).
|
||||
- ice: do not bring the VSI up, if it was down before the XDP
|
||||
setup (bsc#1218260).
|
||||
- usbnet: modern method to get random MAC (bsc#1218260).
|
||||
- bpf: Add sockptr support for getsockopt (bsc#1218260).
|
||||
- bpf: Add sockptr support for setsockopt (bsc#1218260).
|
||||
- net/socket: Break down __sys_setsockopt (bsc#1218260).
|
||||
- net/socket: Break down __sys_getsockopt (bsc#1218260).
|
||||
- bpf, net: Fix a potential race in do_sock_getsockopt()
|
||||
(bsc#1218260).
|
||||
- bareudp: Fix device stats updates (bsc#1218260).
|
||||
- fou: Fix null-ptr-deref in GRO (bsc#1218260).
|
||||
- r8152: fix the firmware doesn't work (bsc#1218260).
|
||||
- net: bridge: br_fdb_external_learn_add(): always set EXT_LEARN
|
||||
(bsc#1218260).
|
||||
- net: dsa: vsc73xx: fix possible subblocks range of CAPT block
|
||||
(bsc#1218260).
|
||||
- selftests: net: enable bind tests (bsc#1218260).
|
||||
- xen: privcmd: Fix possible access to a freed kirqfd instance
|
||||
(bsc#1218260).
|
||||
- firmware: cs_dsp: Don't allow writes to read-only controls
|
||||
(bsc#1218260).
|
||||
- phy: zynqmp: Take the phy mutex in xlate (bsc#1218260).
|
||||
- ASoC: topology: Properly initialize soc_enum values
|
||||
(bsc#1218260).
|
||||
- dm init: Handle minors larger than 255 (bsc#1218260).
|
||||
- iommu/vt-d: Handle volatile descriptor status read
|
||||
(bsc#1218260).
|
||||
- cgroup: Protect css->cgroup write under css_set_lock
|
||||
(bsc#1218260).
|
||||
- um: line: always fill *error_out in setup_one_line()
|
||||
(bsc#1218260).
|
||||
- devres: Initialize an uninitialized struct member (bsc#1218260).
|
||||
- pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv
|
||||
(bsc#1218260).
|
||||
- virtio_ring: fix KMSAN error for premapped mode (bsc#1218260).
|
||||
- wifi: rtw88: usb: schedule rx work after everything is set up
|
||||
(bsc#1218260).
|
||||
- scsi: ufs: core: Remove SCSI host only if added (bsc#1218260).
|
||||
- scsi: pm80xx: Set phy->enable_completion only when we wait
|
||||
for it (bsc#1218260).
|
||||
- crypto: qat - fix unintentional re-enabling of error interrupts
|
||||
(bsc#1218260).
|
||||
- hwmon: (adc128d818) Fix underflows seen when writing limit
|
||||
attributes (bsc#1218260).
|
||||
- hwmon: (lm95234) Fix underflows seen when writing limit
|
||||
attributes (bsc#1218260).
|
||||
- hwmon: (nct6775-core) Fix underflows seen when writing limit
|
||||
attributes (bsc#1218260).
|
||||
- hwmon: (w83627ehf) Fix underflows seen when writing limit
|
||||
attributes (bsc#1218260).
|
||||
- ASoc: TAS2781: replace beXX_to_cpup with get_unaligned_beXX
|
||||
for potentially broken alignment (bsc#1218260).
|
||||
- libbpf: Add NULL checks to bpf_object__{prev_map,next_map}
|
||||
(bsc#1218260).
|
||||
- drm/amdgpu: Set no_hw_access when VF request full GPU fails
|
||||
(bsc#1218260).
|
||||
- ext4: fix possible tid_t sequence overflows (bsc#1218260).
|
||||
- jbd2: avoid mount failed when commit block is partial submitted
|
||||
(bsc#1218260).
|
||||
- dma-mapping: benchmark: Don't starve others when doing the test
|
||||
(bsc#1218260).
|
||||
- wifi: mwifiex: Do not return unused priv in
|
||||
mwifiex_get_priv_by_id() (bsc#1218260).
|
||||
- drm/amdgpu: reject gang submit on reserved VMIDs (bsc#1218260).
|
||||
- smp: Add missing destroy_work_on_stack() call in
|
||||
smp_call_on_cpu() (bsc#1218260).
|
||||
- fs/ntfs3: Check more cases when directory is corrupted
|
||||
(bsc#1218260).
|
||||
- btrfs: replace BUG_ON with ASSERT in walk_down_proc()
|
||||
(bsc#1218260).
|
||||
- btrfs: clean up our handling of refs == 0 in snapshot delete
|
||||
(bsc#1218260).
|
||||
- btrfs: replace BUG_ON() with error handling at
|
||||
update_ref_for_cow() (bsc#1218260).
|
||||
- cxl/region: Verify target positions using the ordered target
|
||||
list (bsc#1218260).
|
||||
- riscv: set trap vector earlier (bsc#1218260).
|
||||
- PCI: Add missing bridge lock to pci_bus_lock() (bsc#1218260).
|
||||
- tcp: Don't drop SYN+ACK for simultaneous connect()
|
||||
(bsc#1218260).
|
||||
- Bluetooth: btnxpuart: Fix Null pointer dereference in
|
||||
btnxpuart_flush() (bsc#1218260).
|
||||
- net: dpaa: avoid on-stack arrays of NR_CPUS elements
|
||||
(bsc#1218260).
|
||||
- LoongArch: Use correct API to map cmdline in relocate_kernel()
|
||||
(bsc#1218260).
|
||||
- regmap: maple: work around gcc-14.1 false-positive warning
|
||||
(bsc#1218260).
|
||||
- vfs: Fix potential circular locking through setxattr() and
|
||||
removexattr() (bsc#1218260).
|
||||
- i3c: master: svc: resend target address when get NACK
|
||||
(bsc#1218260).
|
||||
- i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA
|
||||
setup (bsc#1218260).
|
||||
- kselftests: dmabuf-heaps: Ensure the driver name is
|
||||
null-terminated (bsc#1218260).
|
||||
- spi: hisi-kunpeng: Add verification for the max_frequency
|
||||
provided by the firmware (bsc#1218260).
|
||||
- btrfs: initialize location to fix -Wmaybe-uninitialized in
|
||||
btrfs_lookup_dentry() (bsc#1218260).
|
||||
- s390/vmlinux.lds.S: Move ro_after_init section behind rodata
|
||||
section (bsc#1218260).
|
||||
- HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup
|
||||
(bsc#1218260).
|
||||
- HID: amd_sfh: free driver_data after destroying hid device
|
||||
(bsc#1218260).
|
||||
- Input: uinput - reject requests with unreasonable number of
|
||||
slots (bsc#1218260).
|
||||
- usbnet: ipheth: race between ipheth_close and error handling
|
||||
(bsc#1218260).
|
||||
- Squashfs: sanity check symbolic link size (bsc#1218260).
|
||||
- of/irq: Prevent device address out-of-bounds read in interrupt
|
||||
map walk (bsc#1218260).
|
||||
- lib/generic-radix-tree.c: Fix rare race in
|
||||
__genradix_ptr_alloc() (bsc#1218260).
|
||||
- MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is
|
||||
installed (bsc#1218260).
|
||||
- spi: spi-fsl-lpspi: limit PRESCALE bit in TCR register
|
||||
(bsc#1218260).
|
||||
- ata: pata_macio: Use WARN instead of BUG (bsc#1218260).
|
||||
- smb/server: fix potential null-ptr-deref of lease_ctx_info in
|
||||
smb2_open() (bsc#1218260).
|
||||
- NFSv4: Add missing rescheduling points in
|
||||
nfs_client_return_marked_delegations (bsc#1218260).
|
||||
- riscv: Use WRITE_ONCE() when setting page table entries
|
||||
(bsc#1218260).
|
||||
- mm: Introduce pudp/p4dp/pgdp_get() functions (bsc#1218260).
|
||||
- riscv: mm: Only compile pgtable.c if MMU (bsc#1218260).
|
||||
- riscv: Use accessors to page table entries instead of direct
|
||||
dereference (bsc#1218260).
|
||||
- ACPI: CPPC: Add helper to get the highest performance value
|
||||
(bsc#1218260).
|
||||
- cpufreq: amd-pstate: Enable amd-pstate preferred core support
|
||||
(bsc#1218260).
|
||||
- cpufreq: amd-pstate: fix the highest frequency issue which
|
||||
limits performance (bsc#1218260).
|
||||
- tcp: process the 3rd ACK with sk_socket for TFO/MPTCP
|
||||
(bsc#1218260).
|
||||
- staging: iio: frequency: ad9834: Validate frequency parameter
|
||||
value (bsc#1218260).
|
||||
- iio: buffer-dmaengine: fix releasing dma channel on error
|
||||
(bsc#1218260).
|
||||
- iio: fix scale application in
|
||||
iio_convert_raw_to_processed_unlocked (bsc#1218260).
|
||||
- iio: adc: ad7124: fix config comparison (bsc#1218260).
|
||||
- iio: adc: ad7606: remove frstdata check for serial mode
|
||||
(bsc#1218260).
|
||||
- iio: adc: ad7124: fix chip ID mismatch (bsc#1218260).
|
||||
- usb: dwc3: core: update LC timer as per USB Spec V3.2
|
||||
(bsc#1218260).
|
||||
- usb: cdns2: Fix controller reset issue (bsc#1218260).
|
||||
- usb: dwc3: Avoid waking up gadget during startxfer
|
||||
(bsc#1218260).
|
||||
- misc: fastrpc: Fix double free of 'buf' in error path
|
||||
(bsc#1218260).
|
||||
- binder: fix UAF caused by offsets overwrite (bsc#1218260).
|
||||
- nvmem: Fix return type of devm_nvmem_device_get() in kerneldoc
|
||||
(bsc#1218260).
|
||||
- uio_hv_generic: Fix kernel NULL pointer dereference in
|
||||
hv_uio_rescind (bsc#1218260).
|
||||
- Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic
|
||||
(bsc#1218260).
|
||||
- VMCI: Fix use-after-free when removing resource in
|
||||
vmci_resource_remove() (bsc#1218260).
|
||||
- clocksource/drivers/imx-tpm: Fix return -ETIME when delta
|
||||
exceeds INT_MAX (bsc#1218260).
|
||||
- clocksource/drivers/imx-tpm: Fix next event not taking effect
|
||||
sometime (bsc#1218260).
|
||||
- clocksource/drivers/timer-of: Remove percpu irq related code
|
||||
(bsc#1218260).
|
||||
- uprobes: Use kzalloc to allocate xol area (bsc#1218260).
|
||||
- perf/aux: Fix AUX buffer serialization (bsc#1218260).
|
||||
- mm/vmscan: use folio_migratetype() instead of
|
||||
get_pageblock_migratetype() (bsc#1218260).
|
||||
- Revert "mm: skip CMA pages when they are not available"
|
||||
(bsc#1218260).
|
||||
- workqueue: wq_watchdog_touch is always called with valid CPU
|
||||
(bsc#1218260).
|
||||
- workqueue: Improve scalability of workqueue watchdog touch
|
||||
(bsc#1218260).
|
||||
- ACPI: processor: Return an error if acpi_processor_get_info()
|
||||
fails in processor_add() (bsc#1218260).
|
||||
- ACPI: processor: Fix memory leaks in error paths of
|
||||
processor_add() (bsc#1218260).
|
||||
- arm64: acpi: Move get_cpu_for_acpi_id() to a header
|
||||
(bsc#1218260).
|
||||
- arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU
|
||||
entry (bsc#1218260).
|
||||
- can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out
|
||||
in separate function (bsc#1218260).
|
||||
- can: mcp251xfd: rx: prepare to workaround broken RX FIFO head
|
||||
index erratum (bsc#1218260).
|
||||
- can: mcp251xfd: clarify the meaning of timestamp (bsc#1218260).
|
||||
- can: mcp251xfd: rx: add workaround for erratum DS80000789E 6
|
||||
of mcp2518fd (bsc#1218260).
|
||||
- drm/amd: Add gfx12 swizzle mode defs (bsc#1218260).
|
||||
- drm/amdgpu: handle gfx12 in amdgpu_display_verify_sizes
|
||||
(bsc#1218260).
|
||||
- ata: libata-scsi: Remove redundant sense_buffer memsets
|
||||
(bsc#1218260).
|
||||
- ata: libata-scsi: Check ATA_QCFLAG_RTF_FILLED before using
|
||||
result_tf (bsc#1218260).
|
||||
- crypto: starfive - Align rsa input data to 32-bit (bsc#1218260).
|
||||
- crypto: starfive - Fix nent assignment in rsa dec (bsc#1218260).
|
||||
- clk: qcom: ipq9574: Update the alpha PLL type for GPLLs
|
||||
(bsc#1218260).
|
||||
- powerpc/64e: remove unused IBM HTW code (bsc#1218260).
|
||||
- powerpc/64e: split out nohash Book3E 64-bit code (bsc#1218260).
|
||||
- powerpc/64e: Define mmu_pte_psize static (bsc#1218260).
|
||||
- powerpc/vdso: Don't discard rela sections (bsc#1218260).
|
||||
- ASoC: tegra: Fix CBB error during probe() (bsc#1218260).
|
||||
- nvmet-tcp: fix kernel crash if commands allocation fails
|
||||
(bsc#1218260).
|
||||
- nvme-pci: allocate tagset on reset if necessary (bsc#1218260).
|
||||
- ASoc: SOF: topology: Clear SOF link platform name upon unload
|
||||
(bsc#1218260).
|
||||
- ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode
|
||||
(bsc#1218260).
|
||||
- clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPs
|
||||
(bsc#1218260).
|
||||
- clk: qcom: gcc-sm8550: Don't park the USB RCG at registration
|
||||
time (bsc#1218260).
|
||||
- drm/i915/fence: Mark debug_fence_init_onstack() with
|
||||
__maybe_unused (bsc#1218260).
|
||||
- drm/i915/fence: Mark debug_fence_free() with __maybe_unused
|
||||
(bsc#1218260).
|
||||
- gpio: rockchip: fix OF node leak in probe() (bsc#1218260).
|
||||
- gpio: modepin: Enable module autoloading (bsc#1218260).
|
||||
- smb: client: fix double put of @cfile in smb2_rename_path()
|
||||
(bsc#1218260).
|
||||
- riscv: Fix toolchain vector detection (bsc#1218260).
|
||||
- riscv: Do not restrict memory size because of linear mapping
|
||||
on nommu (bsc#1218260).
|
||||
- ublk_drv: fix NULL pointer dereference in
|
||||
ublk_ctrl_start_recovery() (bsc#1218260).
|
||||
- membarrier: riscv: Add full memory barrier in switch_mm()
|
||||
(bsc#1218260).
|
||||
- x86/mm: Fix PTI for i386 some more (bsc#1218260).
|
||||
- btrfs: fix race between direct IO write and fsync when using
|
||||
same fd (bsc#1218260).
|
||||
- spi: spi-fsl-lpspi: Fix off-by-one in prescale max
|
||||
(bsc#1218260).
|
||||
- Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_sync
|
||||
(bsc#1218260).
|
||||
- Bluetooth: hci_sync: Fix UAF on create_le_conn_complete
|
||||
(bsc#1218260).
|
||||
- Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync
|
||||
(bsc#1218260).
|
||||
- Rename to
|
||||
patches.kernel.org/6.6.51-202-intel-legacy-Partial-revert-of-field-get-conve.patch.
|
||||
- commit a8a5396
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 8 11:48:30 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
|
||||
|
||||
%define srcversion 6.6
|
||||
%define patchversion 6.6.50
|
||||
%define git_commit e2ac9495079bda452d5e19af61c25c52dd6f89f7
|
||||
%define patchversion 6.6.51
|
||||
%define git_commit c728bebd134dbd6ab795f5b556e3e4ff4810da75
|
||||
%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.50
|
||||
Version: 6.6.51
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge2ac949
|
||||
Release: <RELEASE>.gc728beb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,473 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 13:18:33 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
- blacklist.conf: tracing/osnoise: Fix build when timerlat is not enabled (git-fixes)
|
||||
Blacklisting this for now as it is not yet upstream.
|
||||
- commit c728beb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 12:06:52 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
- Linux 6.6.51 (bsc#1218260).
|
||||
- sch/netem: fix use after free in netem_dequeue (bsc#1218260).
|
||||
- net: microchip: vcap: Fix use-after-free error in kunit test
|
||||
(bsc#1218260).
|
||||
- ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object
|
||||
(bsc#1218260).
|
||||
- KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS
|
||||
(bsc#1218260).
|
||||
- KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE
|
||||
and MSR_GS_BASE (bsc#1218260).
|
||||
- KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM
|
||||
support is missing (bsc#1218260).
|
||||
- ALSA: hda/conexant: Add pincfg quirk to enable top speakers
|
||||
on Sirius devices (bsc#1218260).
|
||||
- ALSA: hda/realtek: add patch for internal mic in Lenovo V145
|
||||
(bsc#1218260).
|
||||
- ALSA: hda/realtek: Support mute LED on HP Laptop 14-dq2xxx
|
||||
(bsc#1218260).
|
||||
- powerpc/qspinlock: Fix deadlock in MCS queue (bsc#1218260).
|
||||
- smb: client: fix double put of @cfile in smb2_set_path_size()
|
||||
(bsc#1218260).
|
||||
- ksmbd: unset the binding mark of a reused connection
|
||||
(bsc#1218260).
|
||||
- ksmbd: Unlock on in ksmbd_tcp_set_interfaces() (bsc#1218260).
|
||||
- ata: libata: Fix memory leak for error path in ata_host_alloc()
|
||||
(bsc#1218260).
|
||||
- x86/tdx: Fix data leak in mmio_read() (bsc#1218260).
|
||||
- perf/x86/intel: Limit the period on Haswell (bsc#1218260).
|
||||
- irqchip/gic-v2m: Fix refcount leak in gicv2m_of_init()
|
||||
(bsc#1218260).
|
||||
- x86/kaslr: Expose and use the end of the physical memory
|
||||
address space (bsc#1218260).
|
||||
- rtmutex: Drop rt_mutex::wait_lock before scheduling
|
||||
(bsc#1218260).
|
||||
- nvme-pci: Add sleep quirk for Samsung 990 Evo (bsc#1218260).
|
||||
- rust: types: Make Opaque::get const (bsc#1218260).
|
||||
- rust: macros: provide correct provenance when constructing
|
||||
THIS_MODULE (bsc#1218260).
|
||||
- Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP
|
||||
over BREDR/LE" (bsc#1218260).
|
||||
- Bluetooth: MGMT: Ignore keys being loaded with invalid type
|
||||
(bsc#1218260).
|
||||
- mmc: core: apply SD quirks earlier during probe (bsc#1218260).
|
||||
- mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
|
||||
(bsc#1218260).
|
||||
- mmc: sdhci-of-aspeed: fix module autoloading (bsc#1218260).
|
||||
- mmc: cqhci: Fix checking of CQHCI_HALT state (bsc#1218260).
|
||||
- fuse: update stats for pages in dropped aux writeback list
|
||||
(bsc#1218260).
|
||||
- fuse: use unsigned type for getxattr/listxattr size truncation
|
||||
(bsc#1218260).
|
||||
- fuse: fix memory leak in fuse_create_open (bsc#1218260).
|
||||
- clk: starfive: jh7110-sys: Add notifier for PLL0 clock
|
||||
(bsc#1218260).
|
||||
- clk: qcom: clk-alpha-pll: Fix the pll post div mask
|
||||
(bsc#1218260).
|
||||
- clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate
|
||||
API (bsc#1218260).
|
||||
- can: mcp251x: fix deadlock if an interrupt occurs during
|
||||
mcp251x_open (bsc#1218260).
|
||||
- kexec_file: fix elfcorehdr digest exclusion when
|
||||
CONFIG_CRASH_HOTPLUG=y (bsc#1218260).
|
||||
- mm: vmalloc: ensure vmap_block is initialised before adding
|
||||
to queue (bsc#1218260).
|
||||
- spi: rockchip: Resolve unbalanced runtime PM / system PM
|
||||
handling (bsc#1218260).
|
||||
- tracing/osnoise: Use a cpumask to know what threads are kthreads
|
||||
(bsc#1218260).
|
||||
- tracing/timerlat: Only clear timer if a kthread exists
|
||||
(bsc#1218260).
|
||||
- tracing: Avoid possible softlockup in tracing_iter_reset()
|
||||
(bsc#1218260).
|
||||
- tracing/timerlat: Add interface_lock around clearing of kthread
|
||||
in stop_kthread() (bsc#1218260).
|
||||
- userfaultfd: don't BUG_ON() if khugepaged yanks our page table
|
||||
(bsc#1218260).
|
||||
- userfaultfd: fix checks for huge PMDs (bsc#1218260).
|
||||
- fscache: delete fscache_cookie_lru_timer when fscache exits
|
||||
to avoid UAF (bsc#1218260).
|
||||
- eventfs: Use list_del_rcu() for SRCU protected list variable
|
||||
(bsc#1218260).
|
||||
- net: mana: Fix error handling in mana_create_txq/rxq's NAPI
|
||||
cleanup (bsc#1218260).
|
||||
- net: mctp-serial: Fix missing escapes on transmit (bsc#1218260).
|
||||
- x86/fpu: Avoid writing LBR bit to IA32_XSS unless supported
|
||||
(bsc#1218260).
|
||||
- x86/apic: Make x2apic_disable() work correctly (bsc#1218260).
|
||||
- Revert "drm/amdgpu: align pp_power_profile_mode with kernel
|
||||
docs" (bsc#1218260).
|
||||
- tcp_bpf: fix return value of tcp_bpf_sendmsg() (bsc#1218260).
|
||||
- ila: call nf_unregister_net_hooks() sooner (bsc#1218260).
|
||||
- sched: sch_cake: fix bulk flow accounting logic for host
|
||||
fairness (bsc#1218260).
|
||||
- nilfs2: fix missing cleanup on rollforward recovery error
|
||||
(bsc#1218260).
|
||||
- nilfs2: protect references to superblock parameters exposed
|
||||
in sysfs (bsc#1218260).
|
||||
- nilfs2: fix state management in error path of log writing
|
||||
function (bsc#1218260).
|
||||
- drm/i915: Do not attempt to load the GSC multiple times
|
||||
(bsc#1218260).
|
||||
- ALSA: control: Apply sanity check of input values for user
|
||||
elements (bsc#1218260).
|
||||
- ALSA: hda: Add input value sanity checks to HDMI channel map
|
||||
controls (bsc#1218260).
|
||||
- wifi: ath12k: fix uninitialize symbol error on
|
||||
ath12k_peer_assoc_h_he() (bsc#1218260).
|
||||
- wifi: ath12k: fix firmware crash due to invalid peer nss
|
||||
(bsc#1218260).
|
||||
- smack: unix sockets: fix accept()ed socket label (bsc#1218260).
|
||||
- bpf, verifier: Correct tail_call_reachable for bpf prog
|
||||
(bsc#1218260).
|
||||
- ELF: fix kernel.randomize_va_space double read (bsc#1218260).
|
||||
- accel/habanalabs/gaudi2: unsecure edma max outstanding register
|
||||
(bsc#1218260).
|
||||
- irqchip/armada-370-xp: Do not allow mapping IRQ 0 and 1
|
||||
(bsc#1218260).
|
||||
- af_unix: Remove put_pid()/put_cred() in copy_peercred()
|
||||
(bsc#1218260).
|
||||
- x86/kmsan: Fix hook for unaligned accesses (bsc#1218260).
|
||||
- iommu: sun50i: clear bypass register (bsc#1218260).
|
||||
- netfilter: nf_conncount: fix wrong variable type (bsc#1218260).
|
||||
- wifi: iwlwifi: mvm: use IWL_FW_CHECK for link ID check
|
||||
(bsc#1218260).
|
||||
- udf: Avoid excessive partition lengths (bsc#1218260).
|
||||
- fs/ntfs3: One more reason to mark inode bad (bsc#1218260).
|
||||
- riscv: kprobes: Use patch_text_nosync() for insn slots
|
||||
(bsc#1218260).
|
||||
- media: vivid: fix wrong sizeimage value for mplane
|
||||
(bsc#1218260).
|
||||
- leds: spi-byte: Call of_node_put() on error path (bsc#1218260).
|
||||
- wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3
|
||||
(bsc#1218260).
|
||||
- usb: uas: set host status byte on data completion error
|
||||
(bsc#1218260).
|
||||
- usb: gadget: aspeed_udc: validate endpoint index for ast udc
|
||||
(bsc#1218260).
|
||||
- drm/amd/display: Run DC_LOG_DC after checking link->link_enc
|
||||
(bsc#1218260).
|
||||
- drm/amd/display: Check HDCP returned status (bsc#1218260).
|
||||
- drm/amdgpu: Fix smatch static checker warning (bsc#1218260).
|
||||
- drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts
|
||||
(bsc#1218260).
|
||||
- media: vivid: don't set HDMI TX controls if there are no HDMI
|
||||
outputs (bsc#1218260).
|
||||
- vfio/spapr: Always clear TCEs before unsetting the window
|
||||
(bsc#1218260).
|
||||
- ice: Check all ice_vsi_rebuild() errors in function
|
||||
(bsc#1218260).
|
||||
- PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)
|
||||
(bsc#1218260).
|
||||
- Input: ili210x - use kvmalloc() to allocate buffer for firmware
|
||||
update (bsc#1218260).
|
||||
- media: qcom: camss: Add check for v4l2_fwnode_endpoint_parse
|
||||
(bsc#1218260).
|
||||
- pcmcia: Use resource_size function on resource object
|
||||
(bsc#1218260).
|
||||
- drm/amd/display: Check denominator pbn_div before used
|
||||
(bsc#1218260).
|
||||
- drm/amdgpu: check for LINEAR_ALIGNED correctly in
|
||||
check_tiling_flags_gfx6 (bsc#1218260).
|
||||
- can: bcm: Remove proc entry when dev is unregistered
|
||||
(bsc#1218260).
|
||||
- can: m_can: Release irq on error in m_can_open (bsc#1218260).
|
||||
- can: mcp251xfd: fix ring configuration when switching from
|
||||
CAN-CC to CAN-FD mode (bsc#1218260).
|
||||
- rust: Use awk instead of recent xargs (bsc#1218260).
|
||||
- rust: kbuild: fix export of bss symbols (bsc#1218260).
|
||||
- cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of
|
||||
target region (bsc#1218260).
|
||||
- igb: Fix not clearing TimeSync interrupts for 82580
|
||||
(bsc#1218260).
|
||||
- ice: Add netif_device_attach/detach into PF reset flow
|
||||
(bsc#1218260).
|
||||
- platform/x86: dell-smbios: Fix error path in dell_smbios_init()
|
||||
(bsc#1218260).
|
||||
- regulator: core: Stub devm_regulator_bulk_get_const() if
|
||||
!CONFIG_REGULATOR (bsc#1218260).
|
||||
- can: kvaser_pciefd: Skip redundant NULL pointer check in ISR
|
||||
(bsc#1218260).
|
||||
- can: kvaser_pciefd: Remove unnecessary comment (bsc#1218260).
|
||||
- can: kvaser_pciefd: Rename board_irq to pci_irq (bsc#1218260).
|
||||
- can: kvaser_pciefd: Move reset of DMA RX buffers to the end
|
||||
of the ISR (bsc#1218260).
|
||||
- can: kvaser_pciefd: Use a single write when releasing RX buffers
|
||||
(bsc#1218260).
|
||||
- Bluetooth: qca: If memdump doesn't work, re-enable IBS
|
||||
(bsc#1218260).
|
||||
- Bluetooth: hci_event: Use HCI error defines instead of magic
|
||||
values (bsc#1218260).
|
||||
- Bluetooth: hci_conn: Only do ACL connections sequentially
|
||||
(bsc#1218260).
|
||||
- Bluetooth: Remove pending ACL connection attempts (bsc#1218260).
|
||||
- Bluetooth: hci_conn: Fix UAF Write in
|
||||
__hci_acl_create_connection_sync (bsc#1218260).
|
||||
- Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync
|
||||
queue (bsc#1218260).
|
||||
- Bluetooth: hci_sync: Attempt to dequeue connection attempt
|
||||
(bsc#1218260).
|
||||
- Bluetooth: hci_sync: Introduce
|
||||
hci_cmd_sync_run/hci_cmd_sync_run_once (bsc#1218260).
|
||||
- Bluetooth: MGMT: Fix not generating command complete for
|
||||
MGMT_OP_DISCONNECT (bsc#1218260).
|
||||
- igc: Unlock on error in igc_io_resume() (bsc#1218260).
|
||||
- hwmon: (hp-wmi-sensors) Check if WMI event data exists
|
||||
(bsc#1218260).
|
||||
- net: phy: Fix missing of_node_put() for leds (bsc#1218260).
|
||||
- ice: protect XDP configuration with a mutex (bsc#1218260).
|
||||
- ice: do not bring the VSI up, if it was down before the XDP
|
||||
setup (bsc#1218260).
|
||||
- usbnet: modern method to get random MAC (bsc#1218260).
|
||||
- bpf: Add sockptr support for getsockopt (bsc#1218260).
|
||||
- bpf: Add sockptr support for setsockopt (bsc#1218260).
|
||||
- net/socket: Break down __sys_setsockopt (bsc#1218260).
|
||||
- net/socket: Break down __sys_getsockopt (bsc#1218260).
|
||||
- bpf, net: Fix a potential race in do_sock_getsockopt()
|
||||
(bsc#1218260).
|
||||
- bareudp: Fix device stats updates (bsc#1218260).
|
||||
- fou: Fix null-ptr-deref in GRO (bsc#1218260).
|
||||
- r8152: fix the firmware doesn't work (bsc#1218260).
|
||||
- net: bridge: br_fdb_external_learn_add(): always set EXT_LEARN
|
||||
(bsc#1218260).
|
||||
- net: dsa: vsc73xx: fix possible subblocks range of CAPT block
|
||||
(bsc#1218260).
|
||||
- selftests: net: enable bind tests (bsc#1218260).
|
||||
- xen: privcmd: Fix possible access to a freed kirqfd instance
|
||||
(bsc#1218260).
|
||||
- firmware: cs_dsp: Don't allow writes to read-only controls
|
||||
(bsc#1218260).
|
||||
- phy: zynqmp: Take the phy mutex in xlate (bsc#1218260).
|
||||
- ASoC: topology: Properly initialize soc_enum values
|
||||
(bsc#1218260).
|
||||
- dm init: Handle minors larger than 255 (bsc#1218260).
|
||||
- iommu/vt-d: Handle volatile descriptor status read
|
||||
(bsc#1218260).
|
||||
- cgroup: Protect css->cgroup write under css_set_lock
|
||||
(bsc#1218260).
|
||||
- um: line: always fill *error_out in setup_one_line()
|
||||
(bsc#1218260).
|
||||
- devres: Initialize an uninitialized struct member (bsc#1218260).
|
||||
- pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv
|
||||
(bsc#1218260).
|
||||
- virtio_ring: fix KMSAN error for premapped mode (bsc#1218260).
|
||||
- wifi: rtw88: usb: schedule rx work after everything is set up
|
||||
(bsc#1218260).
|
||||
- scsi: ufs: core: Remove SCSI host only if added (bsc#1218260).
|
||||
- scsi: pm80xx: Set phy->enable_completion only when we wait
|
||||
for it (bsc#1218260).
|
||||
- crypto: qat - fix unintentional re-enabling of error interrupts
|
||||
(bsc#1218260).
|
||||
- hwmon: (adc128d818) Fix underflows seen when writing limit
|
||||
attributes (bsc#1218260).
|
||||
- hwmon: (lm95234) Fix underflows seen when writing limit
|
||||
attributes (bsc#1218260).
|
||||
- hwmon: (nct6775-core) Fix underflows seen when writing limit
|
||||
attributes (bsc#1218260).
|
||||
- hwmon: (w83627ehf) Fix underflows seen when writing limit
|
||||
attributes (bsc#1218260).
|
||||
- ASoc: TAS2781: replace beXX_to_cpup with get_unaligned_beXX
|
||||
for potentially broken alignment (bsc#1218260).
|
||||
- libbpf: Add NULL checks to bpf_object__{prev_map,next_map}
|
||||
(bsc#1218260).
|
||||
- drm/amdgpu: Set no_hw_access when VF request full GPU fails
|
||||
(bsc#1218260).
|
||||
- ext4: fix possible tid_t sequence overflows (bsc#1218260).
|
||||
- jbd2: avoid mount failed when commit block is partial submitted
|
||||
(bsc#1218260).
|
||||
- dma-mapping: benchmark: Don't starve others when doing the test
|
||||
(bsc#1218260).
|
||||
- wifi: mwifiex: Do not return unused priv in
|
||||
mwifiex_get_priv_by_id() (bsc#1218260).
|
||||
- drm/amdgpu: reject gang submit on reserved VMIDs (bsc#1218260).
|
||||
- smp: Add missing destroy_work_on_stack() call in
|
||||
smp_call_on_cpu() (bsc#1218260).
|
||||
- fs/ntfs3: Check more cases when directory is corrupted
|
||||
(bsc#1218260).
|
||||
- btrfs: replace BUG_ON with ASSERT in walk_down_proc()
|
||||
(bsc#1218260).
|
||||
- btrfs: clean up our handling of refs == 0 in snapshot delete
|
||||
(bsc#1218260).
|
||||
- btrfs: replace BUG_ON() with error handling at
|
||||
update_ref_for_cow() (bsc#1218260).
|
||||
- cxl/region: Verify target positions using the ordered target
|
||||
list (bsc#1218260).
|
||||
- riscv: set trap vector earlier (bsc#1218260).
|
||||
- PCI: Add missing bridge lock to pci_bus_lock() (bsc#1218260).
|
||||
- tcp: Don't drop SYN+ACK for simultaneous connect()
|
||||
(bsc#1218260).
|
||||
- Bluetooth: btnxpuart: Fix Null pointer dereference in
|
||||
btnxpuart_flush() (bsc#1218260).
|
||||
- net: dpaa: avoid on-stack arrays of NR_CPUS elements
|
||||
(bsc#1218260).
|
||||
- LoongArch: Use correct API to map cmdline in relocate_kernel()
|
||||
(bsc#1218260).
|
||||
- regmap: maple: work around gcc-14.1 false-positive warning
|
||||
(bsc#1218260).
|
||||
- vfs: Fix potential circular locking through setxattr() and
|
||||
removexattr() (bsc#1218260).
|
||||
- i3c: master: svc: resend target address when get NACK
|
||||
(bsc#1218260).
|
||||
- i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA
|
||||
setup (bsc#1218260).
|
||||
- kselftests: dmabuf-heaps: Ensure the driver name is
|
||||
null-terminated (bsc#1218260).
|
||||
- spi: hisi-kunpeng: Add verification for the max_frequency
|
||||
provided by the firmware (bsc#1218260).
|
||||
- btrfs: initialize location to fix -Wmaybe-uninitialized in
|
||||
btrfs_lookup_dentry() (bsc#1218260).
|
||||
- s390/vmlinux.lds.S: Move ro_after_init section behind rodata
|
||||
section (bsc#1218260).
|
||||
- HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup
|
||||
(bsc#1218260).
|
||||
- HID: amd_sfh: free driver_data after destroying hid device
|
||||
(bsc#1218260).
|
||||
- Input: uinput - reject requests with unreasonable number of
|
||||
slots (bsc#1218260).
|
||||
- usbnet: ipheth: race between ipheth_close and error handling
|
||||
(bsc#1218260).
|
||||
- Squashfs: sanity check symbolic link size (bsc#1218260).
|
||||
- of/irq: Prevent device address out-of-bounds read in interrupt
|
||||
map walk (bsc#1218260).
|
||||
- lib/generic-radix-tree.c: Fix rare race in
|
||||
__genradix_ptr_alloc() (bsc#1218260).
|
||||
- MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is
|
||||
installed (bsc#1218260).
|
||||
- spi: spi-fsl-lpspi: limit PRESCALE bit in TCR register
|
||||
(bsc#1218260).
|
||||
- ata: pata_macio: Use WARN instead of BUG (bsc#1218260).
|
||||
- smb/server: fix potential null-ptr-deref of lease_ctx_info in
|
||||
smb2_open() (bsc#1218260).
|
||||
- NFSv4: Add missing rescheduling points in
|
||||
nfs_client_return_marked_delegations (bsc#1218260).
|
||||
- riscv: Use WRITE_ONCE() when setting page table entries
|
||||
(bsc#1218260).
|
||||
- mm: Introduce pudp/p4dp/pgdp_get() functions (bsc#1218260).
|
||||
- riscv: mm: Only compile pgtable.c if MMU (bsc#1218260).
|
||||
- riscv: Use accessors to page table entries instead of direct
|
||||
dereference (bsc#1218260).
|
||||
- ACPI: CPPC: Add helper to get the highest performance value
|
||||
(bsc#1218260).
|
||||
- cpufreq: amd-pstate: Enable amd-pstate preferred core support
|
||||
(bsc#1218260).
|
||||
- cpufreq: amd-pstate: fix the highest frequency issue which
|
||||
limits performance (bsc#1218260).
|
||||
- tcp: process the 3rd ACK with sk_socket for TFO/MPTCP
|
||||
(bsc#1218260).
|
||||
- staging: iio: frequency: ad9834: Validate frequency parameter
|
||||
value (bsc#1218260).
|
||||
- iio: buffer-dmaengine: fix releasing dma channel on error
|
||||
(bsc#1218260).
|
||||
- iio: fix scale application in
|
||||
iio_convert_raw_to_processed_unlocked (bsc#1218260).
|
||||
- iio: adc: ad7124: fix config comparison (bsc#1218260).
|
||||
- iio: adc: ad7606: remove frstdata check for serial mode
|
||||
(bsc#1218260).
|
||||
- iio: adc: ad7124: fix chip ID mismatch (bsc#1218260).
|
||||
- usb: dwc3: core: update LC timer as per USB Spec V3.2
|
||||
(bsc#1218260).
|
||||
- usb: cdns2: Fix controller reset issue (bsc#1218260).
|
||||
- usb: dwc3: Avoid waking up gadget during startxfer
|
||||
(bsc#1218260).
|
||||
- misc: fastrpc: Fix double free of 'buf' in error path
|
||||
(bsc#1218260).
|
||||
- binder: fix UAF caused by offsets overwrite (bsc#1218260).
|
||||
- nvmem: Fix return type of devm_nvmem_device_get() in kerneldoc
|
||||
(bsc#1218260).
|
||||
- uio_hv_generic: Fix kernel NULL pointer dereference in
|
||||
hv_uio_rescind (bsc#1218260).
|
||||
- Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic
|
||||
(bsc#1218260).
|
||||
- VMCI: Fix use-after-free when removing resource in
|
||||
vmci_resource_remove() (bsc#1218260).
|
||||
- clocksource/drivers/imx-tpm: Fix return -ETIME when delta
|
||||
exceeds INT_MAX (bsc#1218260).
|
||||
- clocksource/drivers/imx-tpm: Fix next event not taking effect
|
||||
sometime (bsc#1218260).
|
||||
- clocksource/drivers/timer-of: Remove percpu irq related code
|
||||
(bsc#1218260).
|
||||
- uprobes: Use kzalloc to allocate xol area (bsc#1218260).
|
||||
- perf/aux: Fix AUX buffer serialization (bsc#1218260).
|
||||
- mm/vmscan: use folio_migratetype() instead of
|
||||
get_pageblock_migratetype() (bsc#1218260).
|
||||
- Revert "mm: skip CMA pages when they are not available"
|
||||
(bsc#1218260).
|
||||
- workqueue: wq_watchdog_touch is always called with valid CPU
|
||||
(bsc#1218260).
|
||||
- workqueue: Improve scalability of workqueue watchdog touch
|
||||
(bsc#1218260).
|
||||
- ACPI: processor: Return an error if acpi_processor_get_info()
|
||||
fails in processor_add() (bsc#1218260).
|
||||
- ACPI: processor: Fix memory leaks in error paths of
|
||||
processor_add() (bsc#1218260).
|
||||
- arm64: acpi: Move get_cpu_for_acpi_id() to a header
|
||||
(bsc#1218260).
|
||||
- arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU
|
||||
entry (bsc#1218260).
|
||||
- can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out
|
||||
in separate function (bsc#1218260).
|
||||
- can: mcp251xfd: rx: prepare to workaround broken RX FIFO head
|
||||
index erratum (bsc#1218260).
|
||||
- can: mcp251xfd: clarify the meaning of timestamp (bsc#1218260).
|
||||
- can: mcp251xfd: rx: add workaround for erratum DS80000789E 6
|
||||
of mcp2518fd (bsc#1218260).
|
||||
- drm/amd: Add gfx12 swizzle mode defs (bsc#1218260).
|
||||
- drm/amdgpu: handle gfx12 in amdgpu_display_verify_sizes
|
||||
(bsc#1218260).
|
||||
- ata: libata-scsi: Remove redundant sense_buffer memsets
|
||||
(bsc#1218260).
|
||||
- ata: libata-scsi: Check ATA_QCFLAG_RTF_FILLED before using
|
||||
result_tf (bsc#1218260).
|
||||
- crypto: starfive - Align rsa input data to 32-bit (bsc#1218260).
|
||||
- crypto: starfive - Fix nent assignment in rsa dec (bsc#1218260).
|
||||
- clk: qcom: ipq9574: Update the alpha PLL type for GPLLs
|
||||
(bsc#1218260).
|
||||
- powerpc/64e: remove unused IBM HTW code (bsc#1218260).
|
||||
- powerpc/64e: split out nohash Book3E 64-bit code (bsc#1218260).
|
||||
- powerpc/64e: Define mmu_pte_psize static (bsc#1218260).
|
||||
- powerpc/vdso: Don't discard rela sections (bsc#1218260).
|
||||
- ASoC: tegra: Fix CBB error during probe() (bsc#1218260).
|
||||
- nvmet-tcp: fix kernel crash if commands allocation fails
|
||||
(bsc#1218260).
|
||||
- nvme-pci: allocate tagset on reset if necessary (bsc#1218260).
|
||||
- ASoc: SOF: topology: Clear SOF link platform name upon unload
|
||||
(bsc#1218260).
|
||||
- ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode
|
||||
(bsc#1218260).
|
||||
- clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPs
|
||||
(bsc#1218260).
|
||||
- clk: qcom: gcc-sm8550: Don't park the USB RCG at registration
|
||||
time (bsc#1218260).
|
||||
- drm/i915/fence: Mark debug_fence_init_onstack() with
|
||||
__maybe_unused (bsc#1218260).
|
||||
- drm/i915/fence: Mark debug_fence_free() with __maybe_unused
|
||||
(bsc#1218260).
|
||||
- gpio: rockchip: fix OF node leak in probe() (bsc#1218260).
|
||||
- gpio: modepin: Enable module autoloading (bsc#1218260).
|
||||
- smb: client: fix double put of @cfile in smb2_rename_path()
|
||||
(bsc#1218260).
|
||||
- riscv: Fix toolchain vector detection (bsc#1218260).
|
||||
- riscv: Do not restrict memory size because of linear mapping
|
||||
on nommu (bsc#1218260).
|
||||
- ublk_drv: fix NULL pointer dereference in
|
||||
ublk_ctrl_start_recovery() (bsc#1218260).
|
||||
- membarrier: riscv: Add full memory barrier in switch_mm()
|
||||
(bsc#1218260).
|
||||
- x86/mm: Fix PTI for i386 some more (bsc#1218260).
|
||||
- btrfs: fix race between direct IO write and fsync when using
|
||||
same fd (bsc#1218260).
|
||||
- spi: spi-fsl-lpspi: Fix off-by-one in prescale max
|
||||
(bsc#1218260).
|
||||
- Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_sync
|
||||
(bsc#1218260).
|
||||
- Bluetooth: hci_sync: Fix UAF on create_le_conn_complete
|
||||
(bsc#1218260).
|
||||
- Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync
|
||||
(bsc#1218260).
|
||||
- Rename to
|
||||
patches.kernel.org/6.6.51-202-intel-legacy-Partial-revert-of-field-get-conve.patch.
|
||||
- commit a8a5396
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 8 11:48:30 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
%define srcversion 6.6
|
||||
%define patchversion 6.6.50
|
||||
%define git_commit e2ac9495079bda452d5e19af61c25c52dd6f89f7
|
||||
%define patchversion 6.6.51
|
||||
%define git_commit c728bebd134dbd6ab795f5b556e3e4ff4810da75
|
||||
%define variant -longterm%{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -31,9 +31,9 @@
|
||||
%endif
|
||||
|
||||
Name: kernel-source-longterm
|
||||
Version: 6.6.50
|
||||
Version: 6.6.51
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge2ac949
|
||||
Release: <RELEASE>.gc728beb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,473 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 13:18:33 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
- blacklist.conf: tracing/osnoise: Fix build when timerlat is not enabled (git-fixes)
|
||||
Blacklisting this for now as it is not yet upstream.
|
||||
- commit c728beb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 12:06:52 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
- Linux 6.6.51 (bsc#1218260).
|
||||
- sch/netem: fix use after free in netem_dequeue (bsc#1218260).
|
||||
- net: microchip: vcap: Fix use-after-free error in kunit test
|
||||
(bsc#1218260).
|
||||
- ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object
|
||||
(bsc#1218260).
|
||||
- KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS
|
||||
(bsc#1218260).
|
||||
- KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE
|
||||
and MSR_GS_BASE (bsc#1218260).
|
||||
- KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM
|
||||
support is missing (bsc#1218260).
|
||||
- ALSA: hda/conexant: Add pincfg quirk to enable top speakers
|
||||
on Sirius devices (bsc#1218260).
|
||||
- ALSA: hda/realtek: add patch for internal mic in Lenovo V145
|
||||
(bsc#1218260).
|
||||
- ALSA: hda/realtek: Support mute LED on HP Laptop 14-dq2xxx
|
||||
(bsc#1218260).
|
||||
- powerpc/qspinlock: Fix deadlock in MCS queue (bsc#1218260).
|
||||
- smb: client: fix double put of @cfile in smb2_set_path_size()
|
||||
(bsc#1218260).
|
||||
- ksmbd: unset the binding mark of a reused connection
|
||||
(bsc#1218260).
|
||||
- ksmbd: Unlock on in ksmbd_tcp_set_interfaces() (bsc#1218260).
|
||||
- ata: libata: Fix memory leak for error path in ata_host_alloc()
|
||||
(bsc#1218260).
|
||||
- x86/tdx: Fix data leak in mmio_read() (bsc#1218260).
|
||||
- perf/x86/intel: Limit the period on Haswell (bsc#1218260).
|
||||
- irqchip/gic-v2m: Fix refcount leak in gicv2m_of_init()
|
||||
(bsc#1218260).
|
||||
- x86/kaslr: Expose and use the end of the physical memory
|
||||
address space (bsc#1218260).
|
||||
- rtmutex: Drop rt_mutex::wait_lock before scheduling
|
||||
(bsc#1218260).
|
||||
- nvme-pci: Add sleep quirk for Samsung 990 Evo (bsc#1218260).
|
||||
- rust: types: Make Opaque::get const (bsc#1218260).
|
||||
- rust: macros: provide correct provenance when constructing
|
||||
THIS_MODULE (bsc#1218260).
|
||||
- Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP
|
||||
over BREDR/LE" (bsc#1218260).
|
||||
- Bluetooth: MGMT: Ignore keys being loaded with invalid type
|
||||
(bsc#1218260).
|
||||
- mmc: core: apply SD quirks earlier during probe (bsc#1218260).
|
||||
- mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
|
||||
(bsc#1218260).
|
||||
- mmc: sdhci-of-aspeed: fix module autoloading (bsc#1218260).
|
||||
- mmc: cqhci: Fix checking of CQHCI_HALT state (bsc#1218260).
|
||||
- fuse: update stats for pages in dropped aux writeback list
|
||||
(bsc#1218260).
|
||||
- fuse: use unsigned type for getxattr/listxattr size truncation
|
||||
(bsc#1218260).
|
||||
- fuse: fix memory leak in fuse_create_open (bsc#1218260).
|
||||
- clk: starfive: jh7110-sys: Add notifier for PLL0 clock
|
||||
(bsc#1218260).
|
||||
- clk: qcom: clk-alpha-pll: Fix the pll post div mask
|
||||
(bsc#1218260).
|
||||
- clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate
|
||||
API (bsc#1218260).
|
||||
- can: mcp251x: fix deadlock if an interrupt occurs during
|
||||
mcp251x_open (bsc#1218260).
|
||||
- kexec_file: fix elfcorehdr digest exclusion when
|
||||
CONFIG_CRASH_HOTPLUG=y (bsc#1218260).
|
||||
- mm: vmalloc: ensure vmap_block is initialised before adding
|
||||
to queue (bsc#1218260).
|
||||
- spi: rockchip: Resolve unbalanced runtime PM / system PM
|
||||
handling (bsc#1218260).
|
||||
- tracing/osnoise: Use a cpumask to know what threads are kthreads
|
||||
(bsc#1218260).
|
||||
- tracing/timerlat: Only clear timer if a kthread exists
|
||||
(bsc#1218260).
|
||||
- tracing: Avoid possible softlockup in tracing_iter_reset()
|
||||
(bsc#1218260).
|
||||
- tracing/timerlat: Add interface_lock around clearing of kthread
|
||||
in stop_kthread() (bsc#1218260).
|
||||
- userfaultfd: don't BUG_ON() if khugepaged yanks our page table
|
||||
(bsc#1218260).
|
||||
- userfaultfd: fix checks for huge PMDs (bsc#1218260).
|
||||
- fscache: delete fscache_cookie_lru_timer when fscache exits
|
||||
to avoid UAF (bsc#1218260).
|
||||
- eventfs: Use list_del_rcu() for SRCU protected list variable
|
||||
(bsc#1218260).
|
||||
- net: mana: Fix error handling in mana_create_txq/rxq's NAPI
|
||||
cleanup (bsc#1218260).
|
||||
- net: mctp-serial: Fix missing escapes on transmit (bsc#1218260).
|
||||
- x86/fpu: Avoid writing LBR bit to IA32_XSS unless supported
|
||||
(bsc#1218260).
|
||||
- x86/apic: Make x2apic_disable() work correctly (bsc#1218260).
|
||||
- Revert "drm/amdgpu: align pp_power_profile_mode with kernel
|
||||
docs" (bsc#1218260).
|
||||
- tcp_bpf: fix return value of tcp_bpf_sendmsg() (bsc#1218260).
|
||||
- ila: call nf_unregister_net_hooks() sooner (bsc#1218260).
|
||||
- sched: sch_cake: fix bulk flow accounting logic for host
|
||||
fairness (bsc#1218260).
|
||||
- nilfs2: fix missing cleanup on rollforward recovery error
|
||||
(bsc#1218260).
|
||||
- nilfs2: protect references to superblock parameters exposed
|
||||
in sysfs (bsc#1218260).
|
||||
- nilfs2: fix state management in error path of log writing
|
||||
function (bsc#1218260).
|
||||
- drm/i915: Do not attempt to load the GSC multiple times
|
||||
(bsc#1218260).
|
||||
- ALSA: control: Apply sanity check of input values for user
|
||||
elements (bsc#1218260).
|
||||
- ALSA: hda: Add input value sanity checks to HDMI channel map
|
||||
controls (bsc#1218260).
|
||||
- wifi: ath12k: fix uninitialize symbol error on
|
||||
ath12k_peer_assoc_h_he() (bsc#1218260).
|
||||
- wifi: ath12k: fix firmware crash due to invalid peer nss
|
||||
(bsc#1218260).
|
||||
- smack: unix sockets: fix accept()ed socket label (bsc#1218260).
|
||||
- bpf, verifier: Correct tail_call_reachable for bpf prog
|
||||
(bsc#1218260).
|
||||
- ELF: fix kernel.randomize_va_space double read (bsc#1218260).
|
||||
- accel/habanalabs/gaudi2: unsecure edma max outstanding register
|
||||
(bsc#1218260).
|
||||
- irqchip/armada-370-xp: Do not allow mapping IRQ 0 and 1
|
||||
(bsc#1218260).
|
||||
- af_unix: Remove put_pid()/put_cred() in copy_peercred()
|
||||
(bsc#1218260).
|
||||
- x86/kmsan: Fix hook for unaligned accesses (bsc#1218260).
|
||||
- iommu: sun50i: clear bypass register (bsc#1218260).
|
||||
- netfilter: nf_conncount: fix wrong variable type (bsc#1218260).
|
||||
- wifi: iwlwifi: mvm: use IWL_FW_CHECK for link ID check
|
||||
(bsc#1218260).
|
||||
- udf: Avoid excessive partition lengths (bsc#1218260).
|
||||
- fs/ntfs3: One more reason to mark inode bad (bsc#1218260).
|
||||
- riscv: kprobes: Use patch_text_nosync() for insn slots
|
||||
(bsc#1218260).
|
||||
- media: vivid: fix wrong sizeimage value for mplane
|
||||
(bsc#1218260).
|
||||
- leds: spi-byte: Call of_node_put() on error path (bsc#1218260).
|
||||
- wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3
|
||||
(bsc#1218260).
|
||||
- usb: uas: set host status byte on data completion error
|
||||
(bsc#1218260).
|
||||
- usb: gadget: aspeed_udc: validate endpoint index for ast udc
|
||||
(bsc#1218260).
|
||||
- drm/amd/display: Run DC_LOG_DC after checking link->link_enc
|
||||
(bsc#1218260).
|
||||
- drm/amd/display: Check HDCP returned status (bsc#1218260).
|
||||
- drm/amdgpu: Fix smatch static checker warning (bsc#1218260).
|
||||
- drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts
|
||||
(bsc#1218260).
|
||||
- media: vivid: don't set HDMI TX controls if there are no HDMI
|
||||
outputs (bsc#1218260).
|
||||
- vfio/spapr: Always clear TCEs before unsetting the window
|
||||
(bsc#1218260).
|
||||
- ice: Check all ice_vsi_rebuild() errors in function
|
||||
(bsc#1218260).
|
||||
- PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)
|
||||
(bsc#1218260).
|
||||
- Input: ili210x - use kvmalloc() to allocate buffer for firmware
|
||||
update (bsc#1218260).
|
||||
- media: qcom: camss: Add check for v4l2_fwnode_endpoint_parse
|
||||
(bsc#1218260).
|
||||
- pcmcia: Use resource_size function on resource object
|
||||
(bsc#1218260).
|
||||
- drm/amd/display: Check denominator pbn_div before used
|
||||
(bsc#1218260).
|
||||
- drm/amdgpu: check for LINEAR_ALIGNED correctly in
|
||||
check_tiling_flags_gfx6 (bsc#1218260).
|
||||
- can: bcm: Remove proc entry when dev is unregistered
|
||||
(bsc#1218260).
|
||||
- can: m_can: Release irq on error in m_can_open (bsc#1218260).
|
||||
- can: mcp251xfd: fix ring configuration when switching from
|
||||
CAN-CC to CAN-FD mode (bsc#1218260).
|
||||
- rust: Use awk instead of recent xargs (bsc#1218260).
|
||||
- rust: kbuild: fix export of bss symbols (bsc#1218260).
|
||||
- cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of
|
||||
target region (bsc#1218260).
|
||||
- igb: Fix not clearing TimeSync interrupts for 82580
|
||||
(bsc#1218260).
|
||||
- ice: Add netif_device_attach/detach into PF reset flow
|
||||
(bsc#1218260).
|
||||
- platform/x86: dell-smbios: Fix error path in dell_smbios_init()
|
||||
(bsc#1218260).
|
||||
- regulator: core: Stub devm_regulator_bulk_get_const() if
|
||||
!CONFIG_REGULATOR (bsc#1218260).
|
||||
- can: kvaser_pciefd: Skip redundant NULL pointer check in ISR
|
||||
(bsc#1218260).
|
||||
- can: kvaser_pciefd: Remove unnecessary comment (bsc#1218260).
|
||||
- can: kvaser_pciefd: Rename board_irq to pci_irq (bsc#1218260).
|
||||
- can: kvaser_pciefd: Move reset of DMA RX buffers to the end
|
||||
of the ISR (bsc#1218260).
|
||||
- can: kvaser_pciefd: Use a single write when releasing RX buffers
|
||||
(bsc#1218260).
|
||||
- Bluetooth: qca: If memdump doesn't work, re-enable IBS
|
||||
(bsc#1218260).
|
||||
- Bluetooth: hci_event: Use HCI error defines instead of magic
|
||||
values (bsc#1218260).
|
||||
- Bluetooth: hci_conn: Only do ACL connections sequentially
|
||||
(bsc#1218260).
|
||||
- Bluetooth: Remove pending ACL connection attempts (bsc#1218260).
|
||||
- Bluetooth: hci_conn: Fix UAF Write in
|
||||
__hci_acl_create_connection_sync (bsc#1218260).
|
||||
- Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync
|
||||
queue (bsc#1218260).
|
||||
- Bluetooth: hci_sync: Attempt to dequeue connection attempt
|
||||
(bsc#1218260).
|
||||
- Bluetooth: hci_sync: Introduce
|
||||
hci_cmd_sync_run/hci_cmd_sync_run_once (bsc#1218260).
|
||||
- Bluetooth: MGMT: Fix not generating command complete for
|
||||
MGMT_OP_DISCONNECT (bsc#1218260).
|
||||
- igc: Unlock on error in igc_io_resume() (bsc#1218260).
|
||||
- hwmon: (hp-wmi-sensors) Check if WMI event data exists
|
||||
(bsc#1218260).
|
||||
- net: phy: Fix missing of_node_put() for leds (bsc#1218260).
|
||||
- ice: protect XDP configuration with a mutex (bsc#1218260).
|
||||
- ice: do not bring the VSI up, if it was down before the XDP
|
||||
setup (bsc#1218260).
|
||||
- usbnet: modern method to get random MAC (bsc#1218260).
|
||||
- bpf: Add sockptr support for getsockopt (bsc#1218260).
|
||||
- bpf: Add sockptr support for setsockopt (bsc#1218260).
|
||||
- net/socket: Break down __sys_setsockopt (bsc#1218260).
|
||||
- net/socket: Break down __sys_getsockopt (bsc#1218260).
|
||||
- bpf, net: Fix a potential race in do_sock_getsockopt()
|
||||
(bsc#1218260).
|
||||
- bareudp: Fix device stats updates (bsc#1218260).
|
||||
- fou: Fix null-ptr-deref in GRO (bsc#1218260).
|
||||
- r8152: fix the firmware doesn't work (bsc#1218260).
|
||||
- net: bridge: br_fdb_external_learn_add(): always set EXT_LEARN
|
||||
(bsc#1218260).
|
||||
- net: dsa: vsc73xx: fix possible subblocks range of CAPT block
|
||||
(bsc#1218260).
|
||||
- selftests: net: enable bind tests (bsc#1218260).
|
||||
- xen: privcmd: Fix possible access to a freed kirqfd instance
|
||||
(bsc#1218260).
|
||||
- firmware: cs_dsp: Don't allow writes to read-only controls
|
||||
(bsc#1218260).
|
||||
- phy: zynqmp: Take the phy mutex in xlate (bsc#1218260).
|
||||
- ASoC: topology: Properly initialize soc_enum values
|
||||
(bsc#1218260).
|
||||
- dm init: Handle minors larger than 255 (bsc#1218260).
|
||||
- iommu/vt-d: Handle volatile descriptor status read
|
||||
(bsc#1218260).
|
||||
- cgroup: Protect css->cgroup write under css_set_lock
|
||||
(bsc#1218260).
|
||||
- um: line: always fill *error_out in setup_one_line()
|
||||
(bsc#1218260).
|
||||
- devres: Initialize an uninitialized struct member (bsc#1218260).
|
||||
- pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv
|
||||
(bsc#1218260).
|
||||
- virtio_ring: fix KMSAN error for premapped mode (bsc#1218260).
|
||||
- wifi: rtw88: usb: schedule rx work after everything is set up
|
||||
(bsc#1218260).
|
||||
- scsi: ufs: core: Remove SCSI host only if added (bsc#1218260).
|
||||
- scsi: pm80xx: Set phy->enable_completion only when we wait
|
||||
for it (bsc#1218260).
|
||||
- crypto: qat - fix unintentional re-enabling of error interrupts
|
||||
(bsc#1218260).
|
||||
- hwmon: (adc128d818) Fix underflows seen when writing limit
|
||||
attributes (bsc#1218260).
|
||||
- hwmon: (lm95234) Fix underflows seen when writing limit
|
||||
attributes (bsc#1218260).
|
||||
- hwmon: (nct6775-core) Fix underflows seen when writing limit
|
||||
attributes (bsc#1218260).
|
||||
- hwmon: (w83627ehf) Fix underflows seen when writing limit
|
||||
attributes (bsc#1218260).
|
||||
- ASoc: TAS2781: replace beXX_to_cpup with get_unaligned_beXX
|
||||
for potentially broken alignment (bsc#1218260).
|
||||
- libbpf: Add NULL checks to bpf_object__{prev_map,next_map}
|
||||
(bsc#1218260).
|
||||
- drm/amdgpu: Set no_hw_access when VF request full GPU fails
|
||||
(bsc#1218260).
|
||||
- ext4: fix possible tid_t sequence overflows (bsc#1218260).
|
||||
- jbd2: avoid mount failed when commit block is partial submitted
|
||||
(bsc#1218260).
|
||||
- dma-mapping: benchmark: Don't starve others when doing the test
|
||||
(bsc#1218260).
|
||||
- wifi: mwifiex: Do not return unused priv in
|
||||
mwifiex_get_priv_by_id() (bsc#1218260).
|
||||
- drm/amdgpu: reject gang submit on reserved VMIDs (bsc#1218260).
|
||||
- smp: Add missing destroy_work_on_stack() call in
|
||||
smp_call_on_cpu() (bsc#1218260).
|
||||
- fs/ntfs3: Check more cases when directory is corrupted
|
||||
(bsc#1218260).
|
||||
- btrfs: replace BUG_ON with ASSERT in walk_down_proc()
|
||||
(bsc#1218260).
|
||||
- btrfs: clean up our handling of refs == 0 in snapshot delete
|
||||
(bsc#1218260).
|
||||
- btrfs: replace BUG_ON() with error handling at
|
||||
update_ref_for_cow() (bsc#1218260).
|
||||
- cxl/region: Verify target positions using the ordered target
|
||||
list (bsc#1218260).
|
||||
- riscv: set trap vector earlier (bsc#1218260).
|
||||
- PCI: Add missing bridge lock to pci_bus_lock() (bsc#1218260).
|
||||
- tcp: Don't drop SYN+ACK for simultaneous connect()
|
||||
(bsc#1218260).
|
||||
- Bluetooth: btnxpuart: Fix Null pointer dereference in
|
||||
btnxpuart_flush() (bsc#1218260).
|
||||
- net: dpaa: avoid on-stack arrays of NR_CPUS elements
|
||||
(bsc#1218260).
|
||||
- LoongArch: Use correct API to map cmdline in relocate_kernel()
|
||||
(bsc#1218260).
|
||||
- regmap: maple: work around gcc-14.1 false-positive warning
|
||||
(bsc#1218260).
|
||||
- vfs: Fix potential circular locking through setxattr() and
|
||||
removexattr() (bsc#1218260).
|
||||
- i3c: master: svc: resend target address when get NACK
|
||||
(bsc#1218260).
|
||||
- i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA
|
||||
setup (bsc#1218260).
|
||||
- kselftests: dmabuf-heaps: Ensure the driver name is
|
||||
null-terminated (bsc#1218260).
|
||||
- spi: hisi-kunpeng: Add verification for the max_frequency
|
||||
provided by the firmware (bsc#1218260).
|
||||
- btrfs: initialize location to fix -Wmaybe-uninitialized in
|
||||
btrfs_lookup_dentry() (bsc#1218260).
|
||||
- s390/vmlinux.lds.S: Move ro_after_init section behind rodata
|
||||
section (bsc#1218260).
|
||||
- HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup
|
||||
(bsc#1218260).
|
||||
- HID: amd_sfh: free driver_data after destroying hid device
|
||||
(bsc#1218260).
|
||||
- Input: uinput - reject requests with unreasonable number of
|
||||
slots (bsc#1218260).
|
||||
- usbnet: ipheth: race between ipheth_close and error handling
|
||||
(bsc#1218260).
|
||||
- Squashfs: sanity check symbolic link size (bsc#1218260).
|
||||
- of/irq: Prevent device address out-of-bounds read in interrupt
|
||||
map walk (bsc#1218260).
|
||||
- lib/generic-radix-tree.c: Fix rare race in
|
||||
__genradix_ptr_alloc() (bsc#1218260).
|
||||
- MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is
|
||||
installed (bsc#1218260).
|
||||
- spi: spi-fsl-lpspi: limit PRESCALE bit in TCR register
|
||||
(bsc#1218260).
|
||||
- ata: pata_macio: Use WARN instead of BUG (bsc#1218260).
|
||||
- smb/server: fix potential null-ptr-deref of lease_ctx_info in
|
||||
smb2_open() (bsc#1218260).
|
||||
- NFSv4: Add missing rescheduling points in
|
||||
nfs_client_return_marked_delegations (bsc#1218260).
|
||||
- riscv: Use WRITE_ONCE() when setting page table entries
|
||||
(bsc#1218260).
|
||||
- mm: Introduce pudp/p4dp/pgdp_get() functions (bsc#1218260).
|
||||
- riscv: mm: Only compile pgtable.c if MMU (bsc#1218260).
|
||||
- riscv: Use accessors to page table entries instead of direct
|
||||
dereference (bsc#1218260).
|
||||
- ACPI: CPPC: Add helper to get the highest performance value
|
||||
(bsc#1218260).
|
||||
- cpufreq: amd-pstate: Enable amd-pstate preferred core support
|
||||
(bsc#1218260).
|
||||
- cpufreq: amd-pstate: fix the highest frequency issue which
|
||||
limits performance (bsc#1218260).
|
||||
- tcp: process the 3rd ACK with sk_socket for TFO/MPTCP
|
||||
(bsc#1218260).
|
||||
- staging: iio: frequency: ad9834: Validate frequency parameter
|
||||
value (bsc#1218260).
|
||||
- iio: buffer-dmaengine: fix releasing dma channel on error
|
||||
(bsc#1218260).
|
||||
- iio: fix scale application in
|
||||
iio_convert_raw_to_processed_unlocked (bsc#1218260).
|
||||
- iio: adc: ad7124: fix config comparison (bsc#1218260).
|
||||
- iio: adc: ad7606: remove frstdata check for serial mode
|
||||
(bsc#1218260).
|
||||
- iio: adc: ad7124: fix chip ID mismatch (bsc#1218260).
|
||||
- usb: dwc3: core: update LC timer as per USB Spec V3.2
|
||||
(bsc#1218260).
|
||||
- usb: cdns2: Fix controller reset issue (bsc#1218260).
|
||||
- usb: dwc3: Avoid waking up gadget during startxfer
|
||||
(bsc#1218260).
|
||||
- misc: fastrpc: Fix double free of 'buf' in error path
|
||||
(bsc#1218260).
|
||||
- binder: fix UAF caused by offsets overwrite (bsc#1218260).
|
||||
- nvmem: Fix return type of devm_nvmem_device_get() in kerneldoc
|
||||
(bsc#1218260).
|
||||
- uio_hv_generic: Fix kernel NULL pointer dereference in
|
||||
hv_uio_rescind (bsc#1218260).
|
||||
- Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic
|
||||
(bsc#1218260).
|
||||
- VMCI: Fix use-after-free when removing resource in
|
||||
vmci_resource_remove() (bsc#1218260).
|
||||
- clocksource/drivers/imx-tpm: Fix return -ETIME when delta
|
||||
exceeds INT_MAX (bsc#1218260).
|
||||
- clocksource/drivers/imx-tpm: Fix next event not taking effect
|
||||
sometime (bsc#1218260).
|
||||
- clocksource/drivers/timer-of: Remove percpu irq related code
|
||||
(bsc#1218260).
|
||||
- uprobes: Use kzalloc to allocate xol area (bsc#1218260).
|
||||
- perf/aux: Fix AUX buffer serialization (bsc#1218260).
|
||||
- mm/vmscan: use folio_migratetype() instead of
|
||||
get_pageblock_migratetype() (bsc#1218260).
|
||||
- Revert "mm: skip CMA pages when they are not available"
|
||||
(bsc#1218260).
|
||||
- workqueue: wq_watchdog_touch is always called with valid CPU
|
||||
(bsc#1218260).
|
||||
- workqueue: Improve scalability of workqueue watchdog touch
|
||||
(bsc#1218260).
|
||||
- ACPI: processor: Return an error if acpi_processor_get_info()
|
||||
fails in processor_add() (bsc#1218260).
|
||||
- ACPI: processor: Fix memory leaks in error paths of
|
||||
processor_add() (bsc#1218260).
|
||||
- arm64: acpi: Move get_cpu_for_acpi_id() to a header
|
||||
(bsc#1218260).
|
||||
- arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU
|
||||
entry (bsc#1218260).
|
||||
- can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out
|
||||
in separate function (bsc#1218260).
|
||||
- can: mcp251xfd: rx: prepare to workaround broken RX FIFO head
|
||||
index erratum (bsc#1218260).
|
||||
- can: mcp251xfd: clarify the meaning of timestamp (bsc#1218260).
|
||||
- can: mcp251xfd: rx: add workaround for erratum DS80000789E 6
|
||||
of mcp2518fd (bsc#1218260).
|
||||
- drm/amd: Add gfx12 swizzle mode defs (bsc#1218260).
|
||||
- drm/amdgpu: handle gfx12 in amdgpu_display_verify_sizes
|
||||
(bsc#1218260).
|
||||
- ata: libata-scsi: Remove redundant sense_buffer memsets
|
||||
(bsc#1218260).
|
||||
- ata: libata-scsi: Check ATA_QCFLAG_RTF_FILLED before using
|
||||
result_tf (bsc#1218260).
|
||||
- crypto: starfive - Align rsa input data to 32-bit (bsc#1218260).
|
||||
- crypto: starfive - Fix nent assignment in rsa dec (bsc#1218260).
|
||||
- clk: qcom: ipq9574: Update the alpha PLL type for GPLLs
|
||||
(bsc#1218260).
|
||||
- powerpc/64e: remove unused IBM HTW code (bsc#1218260).
|
||||
- powerpc/64e: split out nohash Book3E 64-bit code (bsc#1218260).
|
||||
- powerpc/64e: Define mmu_pte_psize static (bsc#1218260).
|
||||
- powerpc/vdso: Don't discard rela sections (bsc#1218260).
|
||||
- ASoC: tegra: Fix CBB error during probe() (bsc#1218260).
|
||||
- nvmet-tcp: fix kernel crash if commands allocation fails
|
||||
(bsc#1218260).
|
||||
- nvme-pci: allocate tagset on reset if necessary (bsc#1218260).
|
||||
- ASoc: SOF: topology: Clear SOF link platform name upon unload
|
||||
(bsc#1218260).
|
||||
- ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode
|
||||
(bsc#1218260).
|
||||
- clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPs
|
||||
(bsc#1218260).
|
||||
- clk: qcom: gcc-sm8550: Don't park the USB RCG at registration
|
||||
time (bsc#1218260).
|
||||
- drm/i915/fence: Mark debug_fence_init_onstack() with
|
||||
__maybe_unused (bsc#1218260).
|
||||
- drm/i915/fence: Mark debug_fence_free() with __maybe_unused
|
||||
(bsc#1218260).
|
||||
- gpio: rockchip: fix OF node leak in probe() (bsc#1218260).
|
||||
- gpio: modepin: Enable module autoloading (bsc#1218260).
|
||||
- smb: client: fix double put of @cfile in smb2_rename_path()
|
||||
(bsc#1218260).
|
||||
- riscv: Fix toolchain vector detection (bsc#1218260).
|
||||
- riscv: Do not restrict memory size because of linear mapping
|
||||
on nommu (bsc#1218260).
|
||||
- ublk_drv: fix NULL pointer dereference in
|
||||
ublk_ctrl_start_recovery() (bsc#1218260).
|
||||
- membarrier: riscv: Add full memory barrier in switch_mm()
|
||||
(bsc#1218260).
|
||||
- x86/mm: Fix PTI for i386 some more (bsc#1218260).
|
||||
- btrfs: fix race between direct IO write and fsync when using
|
||||
same fd (bsc#1218260).
|
||||
- spi: spi-fsl-lpspi: Fix off-by-one in prescale max
|
||||
(bsc#1218260).
|
||||
- Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_sync
|
||||
(bsc#1218260).
|
||||
- Bluetooth: hci_sync: Fix UAF on create_le_conn_complete
|
||||
(bsc#1218260).
|
||||
- Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync
|
||||
(bsc#1218260).
|
||||
- Rename to
|
||||
patches.kernel.org/6.6.51-202-intel-legacy-Partial-revert-of-field-get-conve.patch.
|
||||
- commit a8a5396
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 8 11:48:30 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit e2ac9495079bda452d5e19af61c25c52dd6f89f7
|
||||
%define git_commit c728bebd134dbd6ab795f5b556e3e4ff4810da75
|
||||
%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.50
|
||||
Version: 6.6.51
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge2ac949
|
||||
Release: <RELEASE>.gc728beb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70c0c9917837689b9d4d2c44a892b94b2343984a2c38323ce5cd4d099bf8df42
|
||||
size 8015328
|
||||
oid sha256:9d1e6de285c1a587ca5b4ee120ff191f0f55483ee2fd34031a07db25cf65ca7f
|
||||
size 8237690
|
||||
|
269
series.conf
269
series.conf
@ -5834,7 +5834,6 @@
|
||||
patches.kernel.org/i40e-Fix-ST-code-value-for-Clause-45.patch
|
||||
patches.kernel.org/i40e-Include-types_h-to-some-headers.patch
|
||||
patches.kernel.org/drm-amd-Stop-evicting-resources-on-APUs-in-suspend.patch
|
||||
patches.kernel.org/intel-legacy-Partial-revert-of-field-getconversion.patch
|
||||
patches.kernel.org/6.6.27-001-amdkfd-use-calloc-instead-of-kzalloc-to-avoid-.patch
|
||||
patches.kernel.org/6.6.27-002-wifi-ath9k-fix-LNA-selection-in-ath_ant_try_sc.patch
|
||||
patches.kernel.org/6.6.27-003-wifi-rtw89-fix-null-pointer-access-when-abort-.patch
|
||||
@ -10268,6 +10267,274 @@
|
||||
patches.kernel.org/6.6.50-131-i2c-Use-IS_REACHABLE-for-substituting-empty-AC.patch
|
||||
patches.kernel.org/6.6.50-132-Linux-6.6.50.patch
|
||||
patches.kernel.org/scsi-ufs-qcom-Add-UFSHCD_QUIRK_BROKEN_LSDBS_CAP-for-SM8550-SoC.patch
|
||||
patches.kernel.org/6.6.51-001-sch-netem-fix-use-after-free-in-netem_dequeue.patch
|
||||
patches.kernel.org/6.6.51-002-net-microchip-vcap-Fix-use-after-free-error-in.patch
|
||||
patches.kernel.org/6.6.51-003-ASoC-dapm-Fix-UAF-for-snd_soc_pcm_runtime-obje.patch
|
||||
patches.kernel.org/6.6.51-004-KVM-x86-Acquire-kvm-srcu-when-handling-KVM_SET.patch
|
||||
patches.kernel.org/6.6.51-005-KVM-SVM-fix-emulation-of-msr-reads-writes-of-M.patch
|
||||
patches.kernel.org/6.6.51-006-KVM-SVM-Don-t-advertise-Bus-Lock-Detect-to-gue.patch
|
||||
patches.kernel.org/6.6.51-007-ALSA-hda-conexant-Add-pincfg-quirk-to-enable-t.patch
|
||||
patches.kernel.org/6.6.51-008-ALSA-hda-realtek-add-patch-for-internal-mic-in.patch
|
||||
patches.kernel.org/6.6.51-009-ALSA-hda-realtek-Support-mute-LED-on-HP-Laptop.patch
|
||||
patches.kernel.org/6.6.51-010-powerpc-qspinlock-Fix-deadlock-in-MCS-queue.patch
|
||||
patches.kernel.org/6.6.51-011-smb-client-fix-double-put-of-cfile-in-smb2_set.patch
|
||||
patches.kernel.org/6.6.51-012-ksmbd-unset-the-binding-mark-of-a-reused-conne.patch
|
||||
patches.kernel.org/6.6.51-013-ksmbd-Unlock-on-in-ksmbd_tcp_set_interfaces.patch
|
||||
patches.kernel.org/6.6.51-014-ata-libata-Fix-memory-leak-for-error-path-in-a.patch
|
||||
patches.kernel.org/6.6.51-015-x86-tdx-Fix-data-leak-in-mmio_read.patch
|
||||
patches.kernel.org/6.6.51-016-perf-x86-intel-Limit-the-period-on-Haswell.patch
|
||||
patches.kernel.org/6.6.51-017-irqchip-gic-v2m-Fix-refcount-leak-in-gicv2m_of.patch
|
||||
patches.kernel.org/6.6.51-018-x86-kaslr-Expose-and-use-the-end-of-the-physic.patch
|
||||
patches.kernel.org/6.6.51-019-rtmutex-Drop-rt_mutex-wait_lock-before-schedul.patch
|
||||
patches.kernel.org/6.6.51-020-nvme-pci-Add-sleep-quirk-for-Samsung-990-Evo.patch
|
||||
patches.kernel.org/6.6.51-021-rust-types-Make-Opaque-get-const.patch
|
||||
patches.kernel.org/6.6.51-022-rust-macros-provide-correct-provenance-when-co.patch
|
||||
patches.kernel.org/6.6.51-023-Revert-Bluetooth-MGMT-SMP-Fix-address-type-whe.patch
|
||||
patches.kernel.org/6.6.51-024-Bluetooth-MGMT-Ignore-keys-being-loaded-with-i.patch
|
||||
patches.kernel.org/6.6.51-025-mmc-core-apply-SD-quirks-earlier-during-probe.patch
|
||||
patches.kernel.org/6.6.51-026-mmc-dw_mmc-Fix-IDMAC-operation-with-pages-bigg.patch
|
||||
patches.kernel.org/6.6.51-027-mmc-sdhci-of-aspeed-fix-module-autoloading.patch
|
||||
patches.kernel.org/6.6.51-028-mmc-cqhci-Fix-checking-of-CQHCI_HALT-state.patch
|
||||
patches.kernel.org/6.6.51-029-fuse-update-stats-for-pages-in-dropped-aux-wri.patch
|
||||
patches.kernel.org/6.6.51-030-fuse-use-unsigned-type-for-getxattr-listxattr-.patch
|
||||
patches.kernel.org/6.6.51-031-fuse-fix-memory-leak-in-fuse_create_open.patch
|
||||
patches.kernel.org/6.6.51-032-clk-starfive-jh7110-sys-Add-notifier-for-PLL0-.patch
|
||||
patches.kernel.org/6.6.51-033-clk-qcom-clk-alpha-pll-Fix-the-pll-post-div-ma.patch
|
||||
patches.kernel.org/6.6.51-034-clk-qcom-clk-alpha-pll-Fix-the-trion-pll-postd.patch
|
||||
patches.kernel.org/6.6.51-035-can-mcp251x-fix-deadlock-if-an-interrupt-occur.patch
|
||||
patches.kernel.org/6.6.51-036-kexec_file-fix-elfcorehdr-digest-exclusion-whe.patch
|
||||
patches.kernel.org/6.6.51-037-mm-vmalloc-ensure-vmap_block-is-initialised-be.patch
|
||||
patches.kernel.org/6.6.51-038-spi-rockchip-Resolve-unbalanced-runtime-PM-sys.patch
|
||||
patches.kernel.org/6.6.51-039-tracing-osnoise-Use-a-cpumask-to-know-what-thr.patch
|
||||
patches.kernel.org/6.6.51-040-tracing-timerlat-Only-clear-timer-if-a-kthread.patch
|
||||
patches.kernel.org/6.6.51-041-tracing-Avoid-possible-softlockup-in-tracing_i.patch
|
||||
patches.kernel.org/6.6.51-042-tracing-timerlat-Add-interface_lock-around-cle.patch
|
||||
patches.kernel.org/6.6.51-043-userfaultfd-don-t-BUG_ON-if-khugepaged-yanks-o.patch
|
||||
patches.kernel.org/6.6.51-044-userfaultfd-fix-checks-for-huge-PMDs.patch
|
||||
patches.kernel.org/6.6.51-045-fscache-delete-fscache_cookie_lru_timer-when-f.patch
|
||||
patches.kernel.org/6.6.51-046-eventfs-Use-list_del_rcu-for-SRCU-protected-li.patch
|
||||
patches.kernel.org/6.6.51-047-net-mana-Fix-error-handling-in-mana_create_txq.patch
|
||||
patches.kernel.org/6.6.51-048-net-mctp-serial-Fix-missing-escapes-on-transmi.patch
|
||||
patches.kernel.org/6.6.51-049-x86-fpu-Avoid-writing-LBR-bit-to-IA32_XSS-unle.patch
|
||||
patches.kernel.org/6.6.51-050-x86-apic-Make-x2apic_disable-work-correctly.patch
|
||||
patches.kernel.org/6.6.51-051-Revert-drm-amdgpu-align-pp_power_profile_mode-.patch
|
||||
patches.kernel.org/6.6.51-052-tcp_bpf-fix-return-value-of-tcp_bpf_sendmsg.patch
|
||||
patches.kernel.org/6.6.51-053-ila-call-nf_unregister_net_hooks-sooner.patch
|
||||
patches.kernel.org/6.6.51-054-sched-sch_cake-fix-bulk-flow-accounting-logic-.patch
|
||||
patches.kernel.org/6.6.51-055-nilfs2-fix-missing-cleanup-on-rollforward-reco.patch
|
||||
patches.kernel.org/6.6.51-056-nilfs2-protect-references-to-superblock-parame.patch
|
||||
patches.kernel.org/6.6.51-057-nilfs2-fix-state-management-in-error-path-of-l.patch
|
||||
patches.kernel.org/6.6.51-058-drm-i915-Do-not-attempt-to-load-the-GSC-multip.patch
|
||||
patches.kernel.org/6.6.51-059-ALSA-control-Apply-sanity-check-of-input-value.patch
|
||||
patches.kernel.org/6.6.51-060-ALSA-hda-Add-input-value-sanity-checks-to-HDMI.patch
|
||||
patches.kernel.org/6.6.51-061-wifi-ath12k-fix-uninitialize-symbol-error-on-a.patch
|
||||
patches.kernel.org/6.6.51-062-wifi-ath12k-fix-firmware-crash-due-to-invalid-.patch
|
||||
patches.kernel.org/6.6.51-063-smack-unix-sockets-fix-accept-ed-socket-label.patch
|
||||
patches.kernel.org/6.6.51-064-bpf-verifier-Correct-tail_call_reachable-for-b.patch
|
||||
patches.kernel.org/6.6.51-065-ELF-fix-kernel.randomize_va_space-double-read.patch
|
||||
patches.kernel.org/6.6.51-066-accel-habanalabs-gaudi2-unsecure-edma-max-outs.patch
|
||||
patches.kernel.org/6.6.51-067-irqchip-armada-370-xp-Do-not-allow-mapping-IRQ.patch
|
||||
patches.kernel.org/6.6.51-068-af_unix-Remove-put_pid-put_cred-in-copy_peercr.patch
|
||||
patches.kernel.org/6.6.51-069-x86-kmsan-Fix-hook-for-unaligned-accesses.patch
|
||||
patches.kernel.org/6.6.51-070-iommu-sun50i-clear-bypass-register.patch
|
||||
patches.kernel.org/6.6.51-071-netfilter-nf_conncount-fix-wrong-variable-type.patch
|
||||
patches.kernel.org/6.6.51-072-wifi-iwlwifi-mvm-use-IWL_FW_CHECK-for-link-ID-.patch
|
||||
patches.kernel.org/6.6.51-073-udf-Avoid-excessive-partition-lengths.patch
|
||||
patches.kernel.org/6.6.51-074-fs-ntfs3-One-more-reason-to-mark-inode-bad.patch
|
||||
patches.kernel.org/6.6.51-075-riscv-kprobes-Use-patch_text_nosync-for-insn-s.patch
|
||||
patches.kernel.org/6.6.51-076-media-vivid-fix-wrong-sizeimage-value-for-mpla.patch
|
||||
patches.kernel.org/6.6.51-077-leds-spi-byte-Call-of_node_put-on-error-path.patch
|
||||
patches.kernel.org/6.6.51-078-wifi-brcmsmac-advertise-MFP_CAPABLE-to-enable-.patch
|
||||
patches.kernel.org/6.6.51-079-usb-uas-set-host-status-byte-on-data-completio.patch
|
||||
patches.kernel.org/6.6.51-080-usb-gadget-aspeed_udc-validate-endpoint-index-.patch
|
||||
patches.kernel.org/6.6.51-081-drm-amd-display-Run-DC_LOG_DC-after-checking-l.patch
|
||||
patches.kernel.org/6.6.51-082-drm-amd-display-Check-HDCP-returned-status.patch
|
||||
patches.kernel.org/6.6.51-083-drm-amdgpu-Fix-smatch-static-checker-warning.patch
|
||||
patches.kernel.org/6.6.51-084-drm-amdgpu-clear-RB_OVERFLOW-bit-when-enabling.patch
|
||||
patches.kernel.org/6.6.51-085-media-vivid-don-t-set-HDMI-TX-controls-if-ther.patch
|
||||
patches.kernel.org/6.6.51-086-vfio-spapr-Always-clear-TCEs-before-unsetting-.patch
|
||||
patches.kernel.org/6.6.51-087-ice-Check-all-ice_vsi_rebuild-errors-in-functi.patch
|
||||
patches.kernel.org/6.6.51-088-PCI-keystone-Add-workaround-for-Errata-i2037-A.patch
|
||||
patches.kernel.org/6.6.51-089-Input-ili210x-use-kvmalloc-to-allocate-buffer-.patch
|
||||
patches.kernel.org/6.6.51-090-media-qcom-camss-Add-check-for-v4l2_fwnode_end.patch
|
||||
patches.kernel.org/6.6.51-091-pcmcia-Use-resource_size-function-on-resource-.patch
|
||||
patches.kernel.org/6.6.51-092-drm-amd-display-Check-denominator-pbn_div-befo.patch
|
||||
patches.kernel.org/6.6.51-093-drm-amdgpu-check-for-LINEAR_ALIGNED-correctly-.patch
|
||||
patches.kernel.org/6.6.51-094-can-bcm-Remove-proc-entry-when-dev-is-unregist.patch
|
||||
patches.kernel.org/6.6.51-095-can-m_can-Release-irq-on-error-in-m_can_open.patch
|
||||
patches.kernel.org/6.6.51-096-can-mcp251xfd-fix-ring-configuration-when-swit.patch
|
||||
patches.kernel.org/6.6.51-097-rust-Use-awk-instead-of-recent-xargs.patch
|
||||
patches.kernel.org/6.6.51-098-rust-kbuild-fix-export-of-bss-symbols.patch
|
||||
patches.kernel.org/6.6.51-099-cifs-Fix-FALLOC_FL_ZERO_RANGE-to-preflush-buff.patch
|
||||
patches.kernel.org/6.6.51-100-igb-Fix-not-clearing-TimeSync-interrupts-for-8.patch
|
||||
patches.kernel.org/6.6.51-101-ice-Add-netif_device_attach-detach-into-PF-res.patch
|
||||
patches.kernel.org/6.6.51-102-platform-x86-dell-smbios-Fix-error-path-in-del.patch
|
||||
patches.kernel.org/6.6.51-103-regulator-core-Stub-devm_regulator_bulk_get_co.patch
|
||||
patches.kernel.org/6.6.51-104-can-kvaser_pciefd-Skip-redundant-NULL-pointer-.patch
|
||||
patches.kernel.org/6.6.51-105-can-kvaser_pciefd-Remove-unnecessary-comment.patch
|
||||
patches.kernel.org/6.6.51-106-can-kvaser_pciefd-Rename-board_irq-to-pci_irq.patch
|
||||
patches.kernel.org/6.6.51-107-can-kvaser_pciefd-Move-reset-of-DMA-RX-buffers.patch
|
||||
patches.kernel.org/6.6.51-108-can-kvaser_pciefd-Use-a-single-write-when-rele.patch
|
||||
patches.kernel.org/6.6.51-109-Bluetooth-qca-If-memdump-doesn-t-work-re-enabl.patch
|
||||
patches.kernel.org/6.6.51-110-Bluetooth-hci_event-Use-HCI-error-defines-inst.patch
|
||||
patches.kernel.org/6.6.51-111-Bluetooth-hci_conn-Only-do-ACL-connections-seq.patch
|
||||
patches.kernel.org/6.6.51-112-Bluetooth-Remove-pending-ACL-connection-attemp.patch
|
||||
patches.kernel.org/6.6.51-113-Bluetooth-hci_conn-Fix-UAF-Write-in-__hci_acl_.patch
|
||||
patches.kernel.org/6.6.51-114-Bluetooth-hci_sync-Add-helper-functions-to-man.patch
|
||||
patches.kernel.org/6.6.51-115-Bluetooth-hci_sync-Attempt-to-dequeue-connecti.patch
|
||||
patches.kernel.org/6.6.51-116-Bluetooth-hci_sync-Introduce-hci_cmd_sync_run-.patch
|
||||
patches.kernel.org/6.6.51-117-Bluetooth-MGMT-Fix-not-generating-command-comp.patch
|
||||
patches.kernel.org/6.6.51-118-igc-Unlock-on-error-in-igc_io_resume.patch
|
||||
patches.kernel.org/6.6.51-119-hwmon-hp-wmi-sensors-Check-if-WMI-event-data-e.patch
|
||||
patches.kernel.org/6.6.51-120-net-phy-Fix-missing-of_node_put-for-leds.patch
|
||||
patches.kernel.org/6.6.51-121-ice-protect-XDP-configuration-with-a-mutex.patch
|
||||
patches.kernel.org/6.6.51-122-ice-do-not-bring-the-VSI-up-if-it-was-down-bef.patch
|
||||
patches.kernel.org/6.6.51-123-usbnet-modern-method-to-get-random-MAC.patch
|
||||
patches.kernel.org/6.6.51-124-bpf-Add-sockptr-support-for-getsockopt.patch
|
||||
patches.kernel.org/6.6.51-125-bpf-Add-sockptr-support-for-setsockopt.patch
|
||||
patches.kernel.org/6.6.51-126-net-socket-Break-down-__sys_setsockopt.patch
|
||||
patches.kernel.org/6.6.51-127-net-socket-Break-down-__sys_getsockopt.patch
|
||||
patches.kernel.org/6.6.51-128-bpf-net-Fix-a-potential-race-in-do_sock_getsoc.patch
|
||||
patches.kernel.org/6.6.51-129-bareudp-Fix-device-stats-updates.patch
|
||||
patches.kernel.org/6.6.51-130-fou-Fix-null-ptr-deref-in-GRO.patch
|
||||
patches.kernel.org/6.6.51-131-r8152-fix-the-firmware-doesn-t-work.patch
|
||||
patches.kernel.org/6.6.51-132-net-bridge-br_fdb_external_learn_add-always-se.patch
|
||||
patches.kernel.org/6.6.51-133-net-dsa-vsc73xx-fix-possible-subblocks-range-o.patch
|
||||
patches.kernel.org/6.6.51-134-selftests-net-enable-bind-tests.patch
|
||||
patches.kernel.org/6.6.51-135-xen-privcmd-Fix-possible-access-to-a-freed-kir.patch
|
||||
patches.kernel.org/6.6.51-136-firmware-cs_dsp-Don-t-allow-writes-to-read-onl.patch
|
||||
patches.kernel.org/6.6.51-137-phy-zynqmp-Take-the-phy-mutex-in-xlate.patch
|
||||
patches.kernel.org/6.6.51-138-ASoC-topology-Properly-initialize-soc_enum-val.patch
|
||||
patches.kernel.org/6.6.51-139-dm-init-Handle-minors-larger-than-255.patch
|
||||
patches.kernel.org/6.6.51-140-iommu-vt-d-Handle-volatile-descriptor-status-r.patch
|
||||
patches.kernel.org/6.6.51-141-cgroup-Protect-css-cgroup-write-under-css_set_.patch
|
||||
patches.kernel.org/6.6.51-142-um-line-always-fill-error_out-in-setup_one_lin.patch
|
||||
patches.kernel.org/6.6.51-143-devres-Initialize-an-uninitialized-struct-memb.patch
|
||||
patches.kernel.org/6.6.51-144-pci-hotplug-pnv_php-Fix-hotplug-driver-crash-o.patch
|
||||
patches.kernel.org/6.6.51-145-virtio_ring-fix-KMSAN-error-for-premapped-mode.patch
|
||||
patches.kernel.org/6.6.51-146-wifi-rtw88-usb-schedule-rx-work-after-everythi.patch
|
||||
patches.kernel.org/6.6.51-147-scsi-ufs-core-Remove-SCSI-host-only-if-added.patch
|
||||
patches.kernel.org/6.6.51-148-scsi-pm80xx-Set-phy-enable_completion-only-whe.patch
|
||||
patches.kernel.org/6.6.51-149-crypto-qat-fix-unintentional-re-enabling-of-er.patch
|
||||
patches.kernel.org/6.6.51-150-hwmon-adc128d818-Fix-underflows-seen-when-writ.patch
|
||||
patches.kernel.org/6.6.51-151-hwmon-lm95234-Fix-underflows-seen-when-writing.patch
|
||||
patches.kernel.org/6.6.51-152-hwmon-nct6775-core-Fix-underflows-seen-when-wr.patch
|
||||
patches.kernel.org/6.6.51-153-hwmon-w83627ehf-Fix-underflows-seen-when-writi.patch
|
||||
patches.kernel.org/6.6.51-154-ASoc-TAS2781-replace-beXX_to_cpup-with-get_una.patch
|
||||
patches.kernel.org/6.6.51-155-libbpf-Add-NULL-checks-to-bpf_object__-prev_ma.patch
|
||||
patches.kernel.org/6.6.51-156-drm-amdgpu-Set-no_hw_access-when-VF-request-fu.patch
|
||||
patches.kernel.org/6.6.51-157-ext4-fix-possible-tid_t-sequence-overflows.patch
|
||||
patches.kernel.org/6.6.51-158-jbd2-avoid-mount-failed-when-commit-block-is-p.patch
|
||||
patches.kernel.org/6.6.51-159-dma-mapping-benchmark-Don-t-starve-others-when.patch
|
||||
patches.kernel.org/6.6.51-160-wifi-mwifiex-Do-not-return-unused-priv-in-mwif.patch
|
||||
patches.kernel.org/6.6.51-161-drm-amdgpu-reject-gang-submit-on-reserved-VMID.patch
|
||||
patches.kernel.org/6.6.51-162-smp-Add-missing-destroy_work_on_stack-call-in-.patch
|
||||
patches.kernel.org/6.6.51-163-fs-ntfs3-Check-more-cases-when-directory-is-co.patch
|
||||
patches.kernel.org/6.6.51-164-btrfs-replace-BUG_ON-with-ASSERT-in-walk_down_.patch
|
||||
patches.kernel.org/6.6.51-165-btrfs-clean-up-our-handling-of-refs-0-in-snaps.patch
|
||||
patches.kernel.org/6.6.51-166-btrfs-replace-BUG_ON-with-error-handling-at-up.patch
|
||||
patches.kernel.org/6.6.51-167-cxl-region-Verify-target-positions-using-the-o.patch
|
||||
patches.kernel.org/6.6.51-168-riscv-set-trap-vector-earlier.patch
|
||||
patches.kernel.org/6.6.51-169-PCI-Add-missing-bridge-lock-to-pci_bus_lock.patch
|
||||
patches.kernel.org/6.6.51-170-tcp-Don-t-drop-SYN-ACK-for-simultaneous-connec.patch
|
||||
patches.kernel.org/6.6.51-171-Bluetooth-btnxpuart-Fix-Null-pointer-dereferen.patch
|
||||
patches.kernel.org/6.6.51-172-net-dpaa-avoid-on-stack-arrays-of-NR_CPUS-elem.patch
|
||||
patches.kernel.org/6.6.51-173-LoongArch-Use-correct-API-to-map-cmdline-in-re.patch
|
||||
patches.kernel.org/6.6.51-174-regmap-maple-work-around-gcc-14.1-false-positi.patch
|
||||
patches.kernel.org/6.6.51-175-vfs-Fix-potential-circular-locking-through-set.patch
|
||||
patches.kernel.org/6.6.51-176-i3c-master-svc-resend-target-address-when-get-.patch
|
||||
patches.kernel.org/6.6.51-177-i3c-mipi-i3c-hci-Error-out-instead-on-BUG_ON-i.patch
|
||||
patches.kernel.org/6.6.51-178-kselftests-dmabuf-heaps-Ensure-the-driver-name.patch
|
||||
patches.kernel.org/6.6.51-179-spi-hisi-kunpeng-Add-verification-for-the-max_.patch
|
||||
patches.kernel.org/6.6.51-180-btrfs-initialize-location-to-fix-Wmaybe-uninit.patch
|
||||
patches.kernel.org/6.6.51-181-s390-vmlinux.lds.S-Move-ro_after_init-section-.patch
|
||||
patches.kernel.org/6.6.51-182-HID-cougar-fix-slab-out-of-bounds-Read-in-coug.patch
|
||||
patches.kernel.org/6.6.51-183-HID-amd_sfh-free-driver_data-after-destroying-.patch
|
||||
patches.kernel.org/6.6.51-184-Input-uinput-reject-requests-with-unreasonable.patch
|
||||
patches.kernel.org/6.6.51-185-usbnet-ipheth-race-between-ipheth_close-and-er.patch
|
||||
patches.kernel.org/6.6.51-186-Squashfs-sanity-check-symbolic-link-size.patch
|
||||
patches.kernel.org/6.6.51-187-of-irq-Prevent-device-address-out-of-bounds-re.patch
|
||||
patches.kernel.org/6.6.51-188-lib-generic-radix-tree.c-Fix-rare-race-in-__ge.patch
|
||||
patches.kernel.org/6.6.51-189-MIPS-cevt-r4k-Don-t-call-get_c0_compare_int-if.patch
|
||||
patches.kernel.org/6.6.51-190-spi-spi-fsl-lpspi-limit-PRESCALE-bit-in-TCR-re.patch
|
||||
patches.kernel.org/6.6.51-191-ata-pata_macio-Use-WARN-instead-of-BUG.patch
|
||||
patches.kernel.org/6.6.51-192-smb-server-fix-potential-null-ptr-deref-of-lea.patch
|
||||
patches.kernel.org/6.6.51-193-NFSv4-Add-missing-rescheduling-points-in-nfs_c.patch
|
||||
patches.kernel.org/6.6.51-194-riscv-Use-WRITE_ONCE-when-setting-page-table-e.patch
|
||||
patches.kernel.org/6.6.51-195-mm-Introduce-pudp-p4dp-pgdp_get-functions.patch
|
||||
patches.kernel.org/6.6.51-196-riscv-mm-Only-compile-pgtable.c-if-MMU.patch
|
||||
patches.kernel.org/6.6.51-197-riscv-Use-accessors-to-page-table-entries-inst.patch
|
||||
patches.kernel.org/6.6.51-198-ACPI-CPPC-Add-helper-to-get-the-highest-perfor.patch
|
||||
patches.kernel.org/6.6.51-199-cpufreq-amd-pstate-Enable-amd-pstate-preferred.patch
|
||||
patches.kernel.org/6.6.51-200-cpufreq-amd-pstate-fix-the-highest-frequency-i.patch
|
||||
patches.kernel.org/6.6.51-201-tcp-process-the-3rd-ACK-with-sk_socket-for-TFO.patch
|
||||
patches.kernel.org/6.6.51-202-intel-legacy-Partial-revert-of-field-get-conve.patch
|
||||
patches.kernel.org/6.6.51-203-staging-iio-frequency-ad9834-Validate-frequenc.patch
|
||||
patches.kernel.org/6.6.51-204-iio-buffer-dmaengine-fix-releasing-dma-channel.patch
|
||||
patches.kernel.org/6.6.51-205-iio-fix-scale-application-in-iio_convert_raw_t.patch
|
||||
patches.kernel.org/6.6.51-206-iio-adc-ad7124-fix-config-comparison.patch
|
||||
patches.kernel.org/6.6.51-207-iio-adc-ad7606-remove-frstdata-check-for-seria.patch
|
||||
patches.kernel.org/6.6.51-208-iio-adc-ad7124-fix-chip-ID-mismatch.patch
|
||||
patches.kernel.org/6.6.51-209-usb-dwc3-core-update-LC-timer-as-per-USB-Spec-.patch
|
||||
patches.kernel.org/6.6.51-210-usb-cdns2-Fix-controller-reset-issue.patch
|
||||
patches.kernel.org/6.6.51-211-usb-dwc3-Avoid-waking-up-gadget-during-startxf.patch
|
||||
patches.kernel.org/6.6.51-212-misc-fastrpc-Fix-double-free-of-buf-in-error-p.patch
|
||||
patches.kernel.org/6.6.51-213-binder-fix-UAF-caused-by-offsets-overwrite.patch
|
||||
patches.kernel.org/6.6.51-214-nvmem-Fix-return-type-of-devm_nvmem_device_get.patch
|
||||
patches.kernel.org/6.6.51-215-uio_hv_generic-Fix-kernel-NULL-pointer-derefer.patch
|
||||
patches.kernel.org/6.6.51-216-Drivers-hv-vmbus-Fix-rescind-handling-in-uio_h.patch
|
||||
patches.kernel.org/6.6.51-217-VMCI-Fix-use-after-free-when-removing-resource.patch
|
||||
patches.kernel.org/6.6.51-218-clocksource-drivers-imx-tpm-Fix-return-ETIME-w.patch
|
||||
patches.kernel.org/6.6.51-219-clocksource-drivers-imx-tpm-Fix-next-event-not.patch
|
||||
patches.kernel.org/6.6.51-220-clocksource-drivers-timer-of-Remove-percpu-irq.patch
|
||||
patches.kernel.org/6.6.51-221-uprobes-Use-kzalloc-to-allocate-xol-area.patch
|
||||
patches.kernel.org/6.6.51-222-perf-aux-Fix-AUX-buffer-serialization.patch
|
||||
patches.kernel.org/6.6.51-223-mm-vmscan-use-folio_migratetype-instead-of-get.patch
|
||||
patches.kernel.org/6.6.51-224-Revert-mm-skip-CMA-pages-when-they-are-not-ava.patch
|
||||
patches.kernel.org/6.6.51-225-workqueue-wq_watchdog_touch-is-always-called-w.patch
|
||||
patches.kernel.org/6.6.51-226-workqueue-Improve-scalability-of-workqueue-wat.patch
|
||||
patches.kernel.org/6.6.51-227-ACPI-processor-Return-an-error-if-acpi_process.patch
|
||||
patches.kernel.org/6.6.51-228-ACPI-processor-Fix-memory-leaks-in-error-paths.patch
|
||||
patches.kernel.org/6.6.51-229-arm64-acpi-Move-get_cpu_for_acpi_id-to-a-heade.patch
|
||||
patches.kernel.org/6.6.51-230-arm64-acpi-Harden-get_cpu_for_acpi_id-against-.patch
|
||||
patches.kernel.org/6.6.51-231-can-mcp251xfd-mcp251xfd_handle_rxif_ring_uinc-.patch
|
||||
patches.kernel.org/6.6.51-232-can-mcp251xfd-rx-prepare-to-workaround-broken-.patch
|
||||
patches.kernel.org/6.6.51-233-can-mcp251xfd-clarify-the-meaning-of-timestamp.patch
|
||||
patches.kernel.org/6.6.51-234-can-mcp251xfd-rx-add-workaround-for-erratum-DS.patch
|
||||
patches.kernel.org/6.6.51-235-drm-amd-Add-gfx12-swizzle-mode-defs.patch
|
||||
patches.kernel.org/6.6.51-236-drm-amdgpu-handle-gfx12-in-amdgpu_display_veri.patch
|
||||
patches.kernel.org/6.6.51-237-ata-libata-scsi-Remove-redundant-sense_buffer-.patch
|
||||
patches.kernel.org/6.6.51-238-ata-libata-scsi-Check-ATA_QCFLAG_RTF_FILLED-be.patch
|
||||
patches.kernel.org/6.6.51-239-crypto-starfive-Align-rsa-input-data-to-32-bit.patch
|
||||
patches.kernel.org/6.6.51-240-crypto-starfive-Fix-nent-assignment-in-rsa-dec.patch
|
||||
patches.kernel.org/6.6.51-241-clk-qcom-ipq9574-Update-the-alpha-PLL-type-for.patch
|
||||
patches.kernel.org/6.6.51-242-powerpc-64e-remove-unused-IBM-HTW-code.patch
|
||||
patches.kernel.org/6.6.51-243-powerpc-64e-split-out-nohash-Book3E-64-bit-cod.patch
|
||||
patches.kernel.org/6.6.51-244-powerpc-64e-Define-mmu_pte_psize-static.patch
|
||||
patches.kernel.org/6.6.51-245-powerpc-vdso-Don-t-discard-rela-sections.patch
|
||||
patches.kernel.org/6.6.51-246-ASoC-tegra-Fix-CBB-error-during-probe.patch
|
||||
patches.kernel.org/6.6.51-247-nvmet-tcp-fix-kernel-crash-if-commands-allocat.patch
|
||||
patches.kernel.org/6.6.51-248-nvme-pci-allocate-tagset-on-reset-if-necessary.patch
|
||||
patches.kernel.org/6.6.51-249-ASoc-SOF-topology-Clear-SOF-link-platform-name.patch
|
||||
patches.kernel.org/6.6.51-250-ASoC-sunxi-sun4i-i2s-fix-LRCLK-polarity-in-i2s.patch
|
||||
patches.kernel.org/6.6.51-251-clk-qcom-gcc-sm8550-Don-t-use-parking-clk_ops-.patch
|
||||
patches.kernel.org/6.6.51-252-clk-qcom-gcc-sm8550-Don-t-park-the-USB-RCG-at-.patch
|
||||
patches.kernel.org/6.6.51-253-drm-i915-fence-Mark-debug_fence_init_onstack-w.patch
|
||||
patches.kernel.org/6.6.51-254-drm-i915-fence-Mark-debug_fence_free-with-__ma.patch
|
||||
patches.kernel.org/6.6.51-255-gpio-rockchip-fix-OF-node-leak-in-probe.patch
|
||||
patches.kernel.org/6.6.51-256-gpio-modepin-Enable-module-autoloading.patch
|
||||
patches.kernel.org/6.6.51-257-smb-client-fix-double-put-of-cfile-in-smb2_ren.patch
|
||||
patches.kernel.org/6.6.51-258-riscv-Fix-toolchain-vector-detection.patch
|
||||
patches.kernel.org/6.6.51-259-riscv-Do-not-restrict-memory-size-because-of-l.patch
|
||||
patches.kernel.org/6.6.51-260-ublk_drv-fix-NULL-pointer-dereference-in-ublk_.patch
|
||||
patches.kernel.org/6.6.51-261-membarrier-riscv-Add-full-memory-barrier-in-sw.patch
|
||||
patches.kernel.org/6.6.51-262-x86-mm-Fix-PTI-for-i386-some-more.patch
|
||||
patches.kernel.org/6.6.51-263-btrfs-fix-race-between-direct-IO-write-and-fsy.patch
|
||||
patches.kernel.org/6.6.51-264-spi-spi-fsl-lpspi-Fix-off-by-one-in-prescale-m.patch
|
||||
patches.kernel.org/6.6.51-265-Bluetooth-hci_sync-Fix-UAF-in-hci_acl_create_c.patch
|
||||
patches.kernel.org/6.6.51-266-Bluetooth-hci_sync-Fix-UAF-on-create_le_conn_c.patch
|
||||
patches.kernel.org/6.6.51-267-Bluetooth-hci_sync-Fix-UAF-on-hci_abort_conn_s.patch
|
||||
patches.kernel.org/6.6.51-268-Linux-6.6.51.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
|
@ -1,3 +1,3 @@
|
||||
2024-09-08 09:48:30 +0000
|
||||
GIT Revision: e2ac9495079bda452d5e19af61c25c52dd6f89f7
|
||||
2024-09-12 11:18:33 +0000
|
||||
GIT Revision: c728bebd134dbd6ab795f5b556e3e4ff4810da75
|
||||
GIT Branch: slowroll
|
||||
|
Loading…
Reference in New Issue
Block a user