1
0

commit ccf0ab8212d31be7349e66cbfedfed598cc8be3c

OBS-URL: https://build.opensuse.org/package/show/Kernel:slowroll/kernel-source-longterm?expand=0&rev=44
This commit is contained in:
Kernel Bugs 2024-06-23 06:08:26 +00:00 committed by Git OBS Bridge
parent 22790db3de
commit 27dad6dc25
9 changed files with 1782 additions and 16 deletions

View File

@ -1,3 +1,502 @@
-------------------------------------------------------------------
Sat Jun 22 09:49:30 CEST 2024 - rfrohl@suse.com
- Fix wrong Git-commit line for backport
- commit ccf0ab8
-------------------------------------------------------------------
Sat Jun 22 09:15:06 CEST 2024 - rfrohl@suse.com
- netfilter: ipset: Fix suspicious rcu_dereference_protected() (git-fixes)
- commit c0635f5
-------------------------------------------------------------------
Sat Jun 22 09:13:52 CEST 2024 - rfrohl@suse.com
- net: stmmac: No need to calculate speed divider when offload is disabled (git-fixes)
- commit 25001eb
-------------------------------------------------------------------
Fri Jun 21 19:31:38 CEST 2024 - rfrohl@suse.com
- Linux 6.6.35 (bsc#1218260).
- wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects
(bsc#1218260).
- wifi: mac80211: Fix deadlock in
ieee80211_sta_ps_deliver_wakeup() (bsc#1218260).
- wifi: cfg80211: fully move wiphy work to unbound workqueue
(bsc#1218260).
- wifi: cfg80211: Lock wiphy in cfg80211_get_station
(bsc#1218260).
- wifi: cfg80211: pmsr: use correct nla_get_uX functions
(bsc#1218260).
- wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64
(bsc#1218260).
- wifi: iwlwifi: mvm: set properly mac header (bsc#1218260).
- wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of
debugfs ifdef (bsc#1218260).
- wifi: iwlwifi: mvm: check n_ssids before accessing the ssids
(bsc#1218260).
- wifi: iwlwifi: mvm: don't read past the mfuart notifcation
(bsc#1218260).
- wifi: mac80211: correctly parse Spatial Reuse Parameter Set
element (bsc#1218260).
- scsi: ufs: mcq: Fix error output and clean up ufshcd_mcq_abort()
(bsc#1218260).
- RISC-V: KVM: No need to use mask when hart-index-bit is 0
(bsc#1218260).
- RISC-V: KVM: Fix incorrect reg_subtype labels in
kvm_riscv_vcpu_set_reg_isa_ext function (bsc#1218260).
- ax25: Fix refcount imbalance on inbound connections
(bsc#1218260).
- ax25: Replace kfree() in ax25_dev_free() with ax25_dev_put()
(bsc#1218260).
- net/ncsi: Simplify Kconfig/dts control flow (bsc#1218260).
- net/ncsi: Fix the multi thread manner of NCSI driver
(bsc#1218260).
- net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume
(bsc#1218260).
- bpf: Store ref_ctr_offsets values in bpf_uprobe array
(bsc#1218260).
- bpf: Optimize the free of inner map (bsc#1218260).
- bpf: Fix a potential use-after-free in bpf_link_free()
(bsc#1218260).
- KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is
absent (bsc#1218260).
- KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES
guests (bsc#1218260).
- KVM: SEV-ES: Delegate LBR virtualization to the processor
(bsc#1218260).
- vmxnet3: disable rx data ring on dma allocation failure
(bsc#1218260).
- ipv6: ioam: block BH from ioam6_output() (bsc#1218260).
- ipv6: sr: block BH in seg6_output_core() and seg6_input_core()
(bsc#1218260).
- net: tls: fix marking packets as decrypted (bsc#1218260).
- bpf: Set run context for rawtp test_run callback (bsc#1218260).
- octeontx2-af: Always allocate PF entries from low prioriy zone
(bsc#1218260).
- net/smc: avoid overwriting when adjusting sock bufsizes
(bsc#1218260).
- net: phy: Micrel KSZ8061: fix errata solution not taking effect
problem (bsc#1218260).
- net: sched: sch_multiq: fix possible OOB write in multiq_tune()
(bsc#1218260).
- vxlan: Fix regression when dropping packets due to invalid
src addresses (bsc#1218260).
- tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB
(bsc#1218260).
- mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTAB
(bsc#1218260).
- net/mlx5: Stop waiting for PCI if pci channel is offline
(bsc#1218260).
- net/mlx5: Always stop health timer during driver removal
(bsc#1218260).
- net/mlx5: Fix tainted pointer delete is case of flow rules
creation fail (bsc#1218260).
- net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP
(bsc#1218260).
- ptp: Fix error message on failed pin verification (bsc#1218260).
- ice: fix iteration of TLVs in Preserved Fields Area
(bsc#1218260).
- ice: remove af_xdp_zc_qps bitmap (bsc#1218260).
- ice: add flag to distinguish reset from .ndo_bpf in XDP rings
config (bsc#1218260).
- net: wwan: iosm: Fix tainted pointer delete is case of region
creation fail (bsc#1218260).
- af_unix: Set sk->sk_state under unix_state_lock() for truly
disconencted peer (bsc#1218260).
- af_unix: Annodate data-races around sk->sk_state for writers
(bsc#1218260).
- af_unix: Annotate data-race of sk->sk_state in unix_inq_len()
(bsc#1218260).
- af_unix: Annotate data-races around sk->sk_state in
unix_write_space() and poll() (bsc#1218260).
- af_unix: Annotate data-race of sk->sk_state in
unix_stream_connect() (bsc#1218260).
- af_unix: Annotate data-races around sk->sk_state in sendmsg()
and recvmsg() (bsc#1218260).
- af_unix: Annotate data-race of sk->sk_state in
unix_stream_read_skb() (bsc#1218260).
- af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG
(bsc#1218260).
- af_unix: Annotate data-races around sk->sk_sndbuf (bsc#1218260).
- af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen
(bsc#1218260).
- af_unix: Use unix_recvq_full_lockless() in unix_stream_connect()
(bsc#1218260).
- af_unix: Use skb_queue_empty_lockless() in unix_release_sock()
(bsc#1218260).
- af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen()
(bsc#1218260).
- af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill()
(bsc#1218260).
- ipv6: fix possible race in __fib6_drop_pcpu_from()
(bsc#1218260).
- net: ethtool: fix the error condition in
ethtool_get_phy_stats_ethtool() (bsc#1218260).
- ksmbd: use rwsem instead of rwlock for lease break
(bsc#1218260).
- firmware: qcom_scm: disable clocks if qcom_scm_bw_enable()
fails (bsc#1218260).
- memory-failure: use a folio in me_huge_page() (bsc#1218260).
- mm/memory-failure: fix handling of dissolved but not taken
off from buddy pages (bsc#1218260).
- selftests/mm: conform test to TAP format output (bsc#1218260).
- selftests/mm: log a consistent test name for check_compaction
(bsc#1218260).
- selftests/mm: compaction_test: fix bogus test success on Aarch64
(bsc#1218260).
- irqchip/riscv-intc: Allow large non-standard interrupt number
(bsc#1218260).
- irqchip/riscv-intc: Introduce Andes hart-level interrupt
controller (bsc#1218260).
- irqchip/riscv-intc: Prevent memory leak when
riscv_intc_init_common() fails (bsc#1218260).
- eventfs: Update all the eventfs_inodes from the events
descriptor (bsc#1218260).
- bpf: fix multi-uprobe PID filtering logic (bsc#1218260).
- nilfs2: return the mapped address from nilfs_get_page()
(bsc#1218260).
- nilfs2: fix nilfs_empty_dir() misjudgment and long loop on
I/O errors (bsc#1218260).
- io_uring/rsrc: don't lock while !TASK_RUNNING (bsc#1218260).
- io_uring: check for non-NULL file pointer in io_file_can_poll()
(bsc#1218260).
- USB: class: cdc-wdm: Fix CPU lockup caused by excessive log
messages (bsc#1218260).
- USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected
(bsc#1218260).
- usb: typec: tcpm: fix use-after-free case in
tcpm_register_source_caps (bsc#1218260).
- usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state
(bsc#1218260).
- mei: me: release irq in mei_me_pci_resume error path
(bsc#1218260).
- tty: n_tty: Fix buffer offsets when lookahead is used
(bsc#1218260).
- serial: port: Don't block system suspend even if bytes are
left to xmit (bsc#1218260).
- landlock: Fix d_parent walk (bsc#1218260).
- jfs: xattr: fix buffer overflow for invalid xattr (bsc#1218260).
- xhci: Set correct transferred length for cancelled bulk
transfers (bsc#1218260).
- xhci: Apply reset resume quirk to Etron EJ188 xHCI host
(bsc#1218260).
- xhci: Handle TD clearing for multiple streams case
(bsc#1218260).
- xhci: Apply broken streams quirk to Etron EJ188 xHCI host
(bsc#1218260).
- thunderbolt: debugfs: Fix margin debugfs node creation condition
(bsc#1218260).
- scsi: core: Disable CDL by default (bsc#1218260).
- scsi: mpi3mr: Fix ATA NCQ priority support (bsc#1218260).
- scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated
memory (bsc#1218260).
- scsi: sd: Use READ(16) when reading block zero on large capacity
disks (bsc#1218260).
- gve: Clear napi->skb before dev_kfree_skb_any() (bsc#1218260).
- powerpc/uaccess: Fix build errors seen with GCC 13/14
(bsc#1218260).
- HID: nvidia-shield: Add missing check for
input_ff_create_memless (bsc#1218260).
- cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c
(bsc#1218260).
- cxl/region: Fix memregion leaks in devm_cxl_add_region()
(bsc#1218260).
- cachefiles: add output string to
cachefiles_obj_[get|put]_ondemand_fd (bsc#1218260).
- cachefiles: remove requests from xarray during flushing requests
(bsc#1218260).
- cachefiles: introduce object ondemand state (bsc#1218260).
- cachefiles: extract ondemand info field from cachefiles_object
(bsc#1218260).
- cachefiles: resend an open request if the read request's object
is closed (bsc#1218260).
- cachefiles: add spin_lock for cachefiles_ondemand_info
(bsc#1218260).
- cachefiles: add restore command to recover inflight ondemand
read requests (bsc#1218260).
- cachefiles: fix slab-use-after-free in
cachefiles_ondemand_get_fd() (bsc#1218260).
- cachefiles: fix slab-use-after-free in
cachefiles_ondemand_daemon_read() (bsc#1218260).
- cachefiles: remove err_put_fd label in
cachefiles_ondemand_daemon_read() (bsc#1218260).
- cachefiles: never get a new anonymous fd if ondemand_id is valid
(bsc#1218260).
- cachefiles: defer exposing anon_fd until after copy_to_user()
succeeds (bsc#1218260).
- cachefiles: flush all requests after setting CACHEFILES_DEAD
(bsc#1218260).
- selftests/ftrace: Fix to check required event file
(bsc#1218260).
- clk: sifive: Do not register clkdevs for PRCI clocks
(bsc#1218260).
- NFSv4.1 enforce rootpath check in fs_location query
(bsc#1218260).
- SUNRPC: return proper error from gss_wrap_req_priv
(bsc#1218260).
- NFS: add barriers when testing for NFS_FSDATA_BLOCKED
(bsc#1218260).
- selftests/tracing: Fix event filter test to retry up to 10 times
(bsc#1218260).
- nvme: fix nvme_pr_* status code parsing (bsc#1218260).
- drm/panel: sitronix-st7789v: Add check for
of_drm_get_panel_orientation (bsc#1218260).
- platform/x86: dell-smbios: Fix wrong token data in sysfs
(bsc#1218260).
- gpio: tqmx86: fix typo in Kconfig label (bsc#1218260).
- gpio: tqmx86: introduce shadow register for GPIO output value
(bsc#1218260).
- gpio: tqmx86: store IRQ trigger type and unmask status
separately (bsc#1218260).
- gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type
(bsc#1218260).
- HID: core: remove unnecessary WARN_ON() in implement()
(bsc#1218260).
- iommu/amd: Fix sysfs leak in iommu init (bsc#1218260).
- iommu: Return right value in iommu_sva_bind_device()
(bsc#1218260).
- io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
(bsc#1218260).
- io_uring/io-wq: avoid garbage value of 'match' in
io_wq_enqueue() (bsc#1218260).
- HID: logitech-dj: Fix memory leak in
logi_dj_recv_switch_to_dj_mode() (bsc#1218260).
- drm/vmwgfx: Refactor drm connector probing for display modes
(bsc#1218260).
- drm/vmwgfx: Filter modes which exceed graphics memory
(bsc#1218260).
- drm/vmwgfx: 3D disabled should not effect STDU memory limits
(bsc#1218260).
- drm/vmwgfx: Remove STDU logic from generic mode_valid function
(bsc#1218260).
- drm/vmwgfx: Don't memcmp equivalent pointers (bsc#1218260).
- af_unix: Annotate data-race of sk->sk_state in unix_accept()
(bsc#1218260).
- modpost: do not warn about missing MODULE_DESCRIPTION() for
vmlinux.o (bsc#1218260).
- net: sfp: Always call `sfp_sm_mod_remove()` on remove
(bsc#1218260).
- net: hns3: fix kernel crash problem in concurrent scenario
(bsc#1218260).
- net: hns3: add cond_resched() to hns3 ring buffer init process
(bsc#1218260).
- liquidio: Adjust a NULL pointer handling path in
lio_vf_rep_copy_packet (bsc#1218260).
- net: stmmac: dwmac-qcom-ethqos: Configure host DMA width
(bsc#1218260).
- drm/komeda: check for error-valued pointer (bsc#1218260).
- drm/bridge/panel: Fix runtime warning on panel bridge release
(bsc#1218260).
- tcp: fix race in tcp_v6_syn_recv_sock() (bsc#1218260).
- net dsa: qca8k: fix usages of device_get_named_child_node()
(bsc#1218260).
- geneve: Fix incorrect inner network header offset when
innerprotoinherit is set (bsc#1218260).
- net/mlx5e: Fix features validation check for tunneled UDP
(non-VXLAN) packets (bsc#1218260).
- Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ
(bsc#1218260).
- Bluetooth: fix connection setup in l2cap_connect (bsc#1218260).
- netfilter: nft_inner: validate mandatory meta and payload
(bsc#1218260).
- netfilter: ipset: Fix race between namespace cleanup and gc
in the list:set type (bsc#1218260).
- x86/asm: Use %c/%n instead of %P operand modifier in asm
templates (bsc#1218260).
- x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range
checking (bsc#1218260).
- scsi: ufs: core: Quiesce request queues before checking pending
cmds (bsc#1218260).
- net: pse-pd: Use EOPNOTSUPP error code instead of ENOTSUPP
(bsc#1218260).
- gve: ignore nonrelevant GSO type bits when processing TSO
headers (bsc#1218260).
- net: stmmac: replace priv->speed with the portTransmitRate
from the tc-cbs parameters (bsc#1218260).
- block: sed-opal: avoid possible wrong address reference in
read_sed_opal_key() (bsc#1218260).
- block: fix request.queuelist usage in flush (bsc#1218260).
- nvmet-passthru: propagate status from id override functions
(bsc#1218260).
- net/ipv6: Fix the RT cache flush via sysctl using a previous
delay (bsc#1218260).
- net: bridge: mst: pass vlan group directly to
br_mst_vlan_set_state (bsc#1218260).
- net: bridge: mst: fix suspicious rcu usage in br_mst_set_state
(bsc#1218260).
- ionic: fix use after netif_napi_del() (bsc#1218260).
- af_unix: Read with MSG_PEEK loops if the first unread byte is
OOB (bsc#1218260).
- bnxt_en: Adjust logging of firmware messages in case of released
token in __hwrm_send() (bsc#1218260).
- misc: microchip: pci1xxxx: fix double free in the error handling
of gp_aux_bus_probe() (bsc#1218260).
- ksmbd: move leading slash check to smb2_get_name()
(bsc#1218260).
- ksmbd: fix missing use of get_write in in smb2_set_ea()
(bsc#1218260).
- x86/boot: Don't add the EFI stub to targets, again
(bsc#1218260).
- iio: adc: ad9467: fix scan type sign (bsc#1218260).
- iio: dac: ad5592r: fix temperature channel scaling value
(bsc#1218260).
- iio: invensense: fix odr switching to same value (bsc#1218260).
- iio: imu: inv_icm42600: delete unneeded update watermark call
(bsc#1218260).
- drivers: core: synchronize really_probe() and dev_uevent()
(bsc#1218260).
- parisc: Try to fix random segmentation faults in package builds
(bsc#1218260).
- ACPI: x86: Force StorageD3Enable on more products (bsc#1218260).
- drm/exynos/vidi: fix memory leak in .get_modes() (bsc#1218260).
- drm/exynos: hdmi: report safe 640x480 mode as a fallback when
no EDID found (bsc#1218260).
- mptcp: ensure snd_una is properly initialized on connect
(bsc#1218260).
- mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID
(bsc#1218260).
- mptcp: pm: update add_addr counters after connect (bsc#1218260).
- clkdev: Update clkdev id usage to allow for longer names
(bsc#1218260).
- irqchip/gic-v3-its: Fix potential race condition in
its_vlpi_prop_update() (bsc#1218260).
- x86/kexec: Fix bug with call depth tracking (bsc#1218260).
- x86/amd_nb: Check for invalid SMN reads (bsc#1218260).
- perf/core: Fix missing wakeup when waiting for context reference
(bsc#1218260).
- perf auxtrace: Fix multiple use of --itrace option
(bsc#1218260).
- riscv: fix overlap of allocated page and PTR_ERR (bsc#1218260).
- tracing/selftests: Fix kprobe event name test for
.isra. functions (bsc#1218260).
- kheaders: explicitly define file modes for archived headers
(bsc#1218260).
- null_blk: Print correct max open zones limit in
null_init_zoned_dev() (bsc#1218260).
- sock_map: avoid race between sock_map_close and sk_psock_put
(bsc#1218260).
- dma-buf: handle testing kthreads creation failure (bsc#1218260).
- vmci: prevent speculation leaks by sanitizing event in
event_deliver() (bsc#1218260).
- spmi: hisi-spmi-controller: Do not override device identifier
(bsc#1218260).
- knfsd: LOOKUP can return an illegal error value (bsc#1218260).
- fs/proc: fix softlockup in __read_vmcore (bsc#1218260).
- ocfs2: use coarse time for new created files (bsc#1218260).
- ocfs2: fix races between hole punching and AIO+DIO
(bsc#1218260).
- PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id
(bsc#1218260).
- dmaengine: axi-dmac: fix possible race in remove()
(bsc#1218260).
- remoteproc: k3-r5: Wait for core0 power-up before powering up
core1 (bsc#1218260).
- remoteproc: k3-r5: Do not allow core1 to power up before core0
via sysfs (bsc#1218260).
- iio: adc: axi-adc: make sure AXI clock is enabled (bsc#1218260).
- iio: invensense: fix interrupt timestamp alignment
(bsc#1218260).
- riscv: rewrite __kernel_map_pages() to fix sleeping in invalid
context (bsc#1218260).
- rtla/timerlat: Simplify "no value" printing on top
(bsc#1218260).
- rtla/auto-analysis: Replace \t with spaces (bsc#1218260).
- drm/i915/gt: Disarm breadcrumbs if engines are already idle
(bsc#1218260).
- drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)
(bsc#1218260).
- drm/i915/dpt: Make DPT object unshrinkable (bsc#1218260).
- drm/i915: Fix audio component initialization (bsc#1218260).
- intel_th: pci: Add Granite Rapids support (bsc#1218260).
- intel_th: pci: Add Granite Rapids SOC support (bsc#1218260).
- intel_th: pci: Add Sapphire Rapids SOC support (bsc#1218260).
- intel_th: pci: Add Meteor Lake-S support (bsc#1218260).
- intel_th: pci: Add Lunar Lake support (bsc#1218260).
- pmdomain: ti-sci: Fix duplicate PD referrals (bsc#1218260).
- btrfs: zoned: introduce a zone_info struct in
btrfs_load_block_group_zone_info (bsc#1218260).
- btrfs: zoned: factor out per-zone logic from
btrfs_load_block_group_zone_info (bsc#1218260).
- btrfs: zoned: factor out single bg handling from
btrfs_load_block_group_zone_info (bsc#1218260).
- btrfs: zoned: factor out DUP bg handling from
btrfs_load_block_group_zone_info (bsc#1218260).
- btrfs: zoned: fix use-after-free due to race with dev replace
(bsc#1218260).
- xfs: fix imprecise logic in xchk_btree_check_block_owner
(bsc#1218260).
- xfs: fix scrub stats file permissions (bsc#1218260).
- xfs: fix SEEK_HOLE/DATA for regions with active COW extents
(bsc#1218260).
- xfs: shrink failure needs to hold AGI buffer (bsc#1218260).
- xfs: ensure submit buffers on LSN boundaries in error handlers
(bsc#1218260).
- xfs: allow sunit mount option to repair bad primary sb stripe
values (bsc#1218260).
- xfs: don't use current->journal_info (bsc#1218260).
- xfs: allow cross-linking special files without project quota
(bsc#1218260).
- swiotlb: Enforce page alignment in swiotlb_alloc()
(bsc#1218260).
- swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZE
(bsc#1218260).
- swiotlb: extend buffer pre-padding to alloc_align_mask if
necessary (bsc#1218260).
- nilfs2: fix potential kernel bug due to lack of writeback flag
waiting (bsc#1218260).
- tick/nohz_full: Don't abuse smp_call_function_single() in
tick_setup_device() (bsc#1218260).
- mm/huge_memory: don't unpoison huge_zero_folio (bsc#1218260).
- serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ level
(bsc#1218260).
- Revert "fork: defer linking file vma until vma is fully
initialized" (bsc#1218260).
- selftests/net: add lib.sh (bsc#1218260).
- selftests/net: add variable NS_LIST for lib.sh (bsc#1218260).
- selftests: forwarding: Avoid failures to source net/lib.sh
(bsc#1218260).
- remoteproc: k3-r5: Jump to error handling labels in start/stop
errors (bsc#1218260).
- cachefiles, erofs: Fix NULL deref in when cachefiles is not
doing ondemand-mode (bsc#1218260).
- selftests/net/lib: update busywait timeout value (bsc#1218260).
- selftests/net/lib: no need to record ns name if it already exist
(bsc#1218260).
- selftests: net: lib: support errexit with busywait
(bsc#1218260).
- selftests: net: lib: avoid error removing empty netns name
(bsc#1218260).
- greybus: Fix use-after-free bug in gb_interface_release due
to race condition (bsc#1218260).
- ima: Fix use-after-free on a dentry's dname.name (bsc#1218260).
- device property: Implement device_is_big_endian() (bsc#1218260).
- serial: core: Add UPIO_UNKNOWN constant for unknown port type
(bsc#1218260).
- serial: port: Introduce a common helper to read properties
(bsc#1218260).
- serial: 8250_dw: Switch to use uart_read_port_properties()
(bsc#1218260).
- serial: 8250_dw: Replace ACPI device check by a quirk
(bsc#1218260).
- serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dw
(bsc#1218260).
- usb-storage: alauda: Check whether the media is initialized
(bsc#1218260).
- misc: microchip: pci1xxxx: Fix a memory leak in the error
handling of gp_aux_bus_probe() (bsc#1218260).
- i2c: at91: Fix the functionality flags of the slave-only
interface (bsc#1218260).
- i2c: designware: Fix the functionality flags of the slave-only
interface (bsc#1218260).
- zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with
TIF_SIGPENDING (bsc#1218260).
- Rename to
patches.kernel.org/6.6.35-006-wifi-iwlwifi-mvm-don-t-initialize-csa_work-twi.patch.
- commit 169ddc7
-------------------------------------------------------------------
Mon Jun 17 10:38:40 CEST 2024 - rfrohl@suse.com

View File

@ -18,8 +18,8 @@
%define srcversion 6.6
%define patchversion 6.6.34
%define git_commit 69bfff07067b51dc79c1639c44318712cc40b0ee
%define patchversion 6.6.35
%define git_commit ccf0ab8212d31be7349e66cbfedfed598cc8be3c
%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.34
Version: 6.6.35
%if 0%{?is_kotd}
Release: <RELEASE>.g69bfff0
Release: <RELEASE>.gccf0ab8
%else
Release: 0
%endif

View File

@ -1,3 +1,502 @@
-------------------------------------------------------------------
Sat Jun 22 09:49:30 CEST 2024 - rfrohl@suse.com
- Fix wrong Git-commit line for backport
- commit ccf0ab8
-------------------------------------------------------------------
Sat Jun 22 09:15:06 CEST 2024 - rfrohl@suse.com
- netfilter: ipset: Fix suspicious rcu_dereference_protected() (git-fixes)
- commit c0635f5
-------------------------------------------------------------------
Sat Jun 22 09:13:52 CEST 2024 - rfrohl@suse.com
- net: stmmac: No need to calculate speed divider when offload is disabled (git-fixes)
- commit 25001eb
-------------------------------------------------------------------
Fri Jun 21 19:31:38 CEST 2024 - rfrohl@suse.com
- Linux 6.6.35 (bsc#1218260).
- wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects
(bsc#1218260).
- wifi: mac80211: Fix deadlock in
ieee80211_sta_ps_deliver_wakeup() (bsc#1218260).
- wifi: cfg80211: fully move wiphy work to unbound workqueue
(bsc#1218260).
- wifi: cfg80211: Lock wiphy in cfg80211_get_station
(bsc#1218260).
- wifi: cfg80211: pmsr: use correct nla_get_uX functions
(bsc#1218260).
- wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64
(bsc#1218260).
- wifi: iwlwifi: mvm: set properly mac header (bsc#1218260).
- wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of
debugfs ifdef (bsc#1218260).
- wifi: iwlwifi: mvm: check n_ssids before accessing the ssids
(bsc#1218260).
- wifi: iwlwifi: mvm: don't read past the mfuart notifcation
(bsc#1218260).
- wifi: mac80211: correctly parse Spatial Reuse Parameter Set
element (bsc#1218260).
- scsi: ufs: mcq: Fix error output and clean up ufshcd_mcq_abort()
(bsc#1218260).
- RISC-V: KVM: No need to use mask when hart-index-bit is 0
(bsc#1218260).
- RISC-V: KVM: Fix incorrect reg_subtype labels in
kvm_riscv_vcpu_set_reg_isa_ext function (bsc#1218260).
- ax25: Fix refcount imbalance on inbound connections
(bsc#1218260).
- ax25: Replace kfree() in ax25_dev_free() with ax25_dev_put()
(bsc#1218260).
- net/ncsi: Simplify Kconfig/dts control flow (bsc#1218260).
- net/ncsi: Fix the multi thread manner of NCSI driver
(bsc#1218260).
- net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume
(bsc#1218260).
- bpf: Store ref_ctr_offsets values in bpf_uprobe array
(bsc#1218260).
- bpf: Optimize the free of inner map (bsc#1218260).
- bpf: Fix a potential use-after-free in bpf_link_free()
(bsc#1218260).
- KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is
absent (bsc#1218260).
- KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES
guests (bsc#1218260).
- KVM: SEV-ES: Delegate LBR virtualization to the processor
(bsc#1218260).
- vmxnet3: disable rx data ring on dma allocation failure
(bsc#1218260).
- ipv6: ioam: block BH from ioam6_output() (bsc#1218260).
- ipv6: sr: block BH in seg6_output_core() and seg6_input_core()
(bsc#1218260).
- net: tls: fix marking packets as decrypted (bsc#1218260).
- bpf: Set run context for rawtp test_run callback (bsc#1218260).
- octeontx2-af: Always allocate PF entries from low prioriy zone
(bsc#1218260).
- net/smc: avoid overwriting when adjusting sock bufsizes
(bsc#1218260).
- net: phy: Micrel KSZ8061: fix errata solution not taking effect
problem (bsc#1218260).
- net: sched: sch_multiq: fix possible OOB write in multiq_tune()
(bsc#1218260).
- vxlan: Fix regression when dropping packets due to invalid
src addresses (bsc#1218260).
- tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB
(bsc#1218260).
- mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTAB
(bsc#1218260).
- net/mlx5: Stop waiting for PCI if pci channel is offline
(bsc#1218260).
- net/mlx5: Always stop health timer during driver removal
(bsc#1218260).
- net/mlx5: Fix tainted pointer delete is case of flow rules
creation fail (bsc#1218260).
- net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP
(bsc#1218260).
- ptp: Fix error message on failed pin verification (bsc#1218260).
- ice: fix iteration of TLVs in Preserved Fields Area
(bsc#1218260).
- ice: remove af_xdp_zc_qps bitmap (bsc#1218260).
- ice: add flag to distinguish reset from .ndo_bpf in XDP rings
config (bsc#1218260).
- net: wwan: iosm: Fix tainted pointer delete is case of region
creation fail (bsc#1218260).
- af_unix: Set sk->sk_state under unix_state_lock() for truly
disconencted peer (bsc#1218260).
- af_unix: Annodate data-races around sk->sk_state for writers
(bsc#1218260).
- af_unix: Annotate data-race of sk->sk_state in unix_inq_len()
(bsc#1218260).
- af_unix: Annotate data-races around sk->sk_state in
unix_write_space() and poll() (bsc#1218260).
- af_unix: Annotate data-race of sk->sk_state in
unix_stream_connect() (bsc#1218260).
- af_unix: Annotate data-races around sk->sk_state in sendmsg()
and recvmsg() (bsc#1218260).
- af_unix: Annotate data-race of sk->sk_state in
unix_stream_read_skb() (bsc#1218260).
- af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG
(bsc#1218260).
- af_unix: Annotate data-races around sk->sk_sndbuf (bsc#1218260).
- af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen
(bsc#1218260).
- af_unix: Use unix_recvq_full_lockless() in unix_stream_connect()
(bsc#1218260).
- af_unix: Use skb_queue_empty_lockless() in unix_release_sock()
(bsc#1218260).
- af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen()
(bsc#1218260).
- af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill()
(bsc#1218260).
- ipv6: fix possible race in __fib6_drop_pcpu_from()
(bsc#1218260).
- net: ethtool: fix the error condition in
ethtool_get_phy_stats_ethtool() (bsc#1218260).
- ksmbd: use rwsem instead of rwlock for lease break
(bsc#1218260).
- firmware: qcom_scm: disable clocks if qcom_scm_bw_enable()
fails (bsc#1218260).
- memory-failure: use a folio in me_huge_page() (bsc#1218260).
- mm/memory-failure: fix handling of dissolved but not taken
off from buddy pages (bsc#1218260).
- selftests/mm: conform test to TAP format output (bsc#1218260).
- selftests/mm: log a consistent test name for check_compaction
(bsc#1218260).
- selftests/mm: compaction_test: fix bogus test success on Aarch64
(bsc#1218260).
- irqchip/riscv-intc: Allow large non-standard interrupt number
(bsc#1218260).
- irqchip/riscv-intc: Introduce Andes hart-level interrupt
controller (bsc#1218260).
- irqchip/riscv-intc: Prevent memory leak when
riscv_intc_init_common() fails (bsc#1218260).
- eventfs: Update all the eventfs_inodes from the events
descriptor (bsc#1218260).
- bpf: fix multi-uprobe PID filtering logic (bsc#1218260).
- nilfs2: return the mapped address from nilfs_get_page()
(bsc#1218260).
- nilfs2: fix nilfs_empty_dir() misjudgment and long loop on
I/O errors (bsc#1218260).
- io_uring/rsrc: don't lock while !TASK_RUNNING (bsc#1218260).
- io_uring: check for non-NULL file pointer in io_file_can_poll()
(bsc#1218260).
- USB: class: cdc-wdm: Fix CPU lockup caused by excessive log
messages (bsc#1218260).
- USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected
(bsc#1218260).
- usb: typec: tcpm: fix use-after-free case in
tcpm_register_source_caps (bsc#1218260).
- usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state
(bsc#1218260).
- mei: me: release irq in mei_me_pci_resume error path
(bsc#1218260).
- tty: n_tty: Fix buffer offsets when lookahead is used
(bsc#1218260).
- serial: port: Don't block system suspend even if bytes are
left to xmit (bsc#1218260).
- landlock: Fix d_parent walk (bsc#1218260).
- jfs: xattr: fix buffer overflow for invalid xattr (bsc#1218260).
- xhci: Set correct transferred length for cancelled bulk
transfers (bsc#1218260).
- xhci: Apply reset resume quirk to Etron EJ188 xHCI host
(bsc#1218260).
- xhci: Handle TD clearing for multiple streams case
(bsc#1218260).
- xhci: Apply broken streams quirk to Etron EJ188 xHCI host
(bsc#1218260).
- thunderbolt: debugfs: Fix margin debugfs node creation condition
(bsc#1218260).
- scsi: core: Disable CDL by default (bsc#1218260).
- scsi: mpi3mr: Fix ATA NCQ priority support (bsc#1218260).
- scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated
memory (bsc#1218260).
- scsi: sd: Use READ(16) when reading block zero on large capacity
disks (bsc#1218260).
- gve: Clear napi->skb before dev_kfree_skb_any() (bsc#1218260).
- powerpc/uaccess: Fix build errors seen with GCC 13/14
(bsc#1218260).
- HID: nvidia-shield: Add missing check for
input_ff_create_memless (bsc#1218260).
- cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c
(bsc#1218260).
- cxl/region: Fix memregion leaks in devm_cxl_add_region()
(bsc#1218260).
- cachefiles: add output string to
cachefiles_obj_[get|put]_ondemand_fd (bsc#1218260).
- cachefiles: remove requests from xarray during flushing requests
(bsc#1218260).
- cachefiles: introduce object ondemand state (bsc#1218260).
- cachefiles: extract ondemand info field from cachefiles_object
(bsc#1218260).
- cachefiles: resend an open request if the read request's object
is closed (bsc#1218260).
- cachefiles: add spin_lock for cachefiles_ondemand_info
(bsc#1218260).
- cachefiles: add restore command to recover inflight ondemand
read requests (bsc#1218260).
- cachefiles: fix slab-use-after-free in
cachefiles_ondemand_get_fd() (bsc#1218260).
- cachefiles: fix slab-use-after-free in
cachefiles_ondemand_daemon_read() (bsc#1218260).
- cachefiles: remove err_put_fd label in
cachefiles_ondemand_daemon_read() (bsc#1218260).
- cachefiles: never get a new anonymous fd if ondemand_id is valid
(bsc#1218260).
- cachefiles: defer exposing anon_fd until after copy_to_user()
succeeds (bsc#1218260).
- cachefiles: flush all requests after setting CACHEFILES_DEAD
(bsc#1218260).
- selftests/ftrace: Fix to check required event file
(bsc#1218260).
- clk: sifive: Do not register clkdevs for PRCI clocks
(bsc#1218260).
- NFSv4.1 enforce rootpath check in fs_location query
(bsc#1218260).
- SUNRPC: return proper error from gss_wrap_req_priv
(bsc#1218260).
- NFS: add barriers when testing for NFS_FSDATA_BLOCKED
(bsc#1218260).
- selftests/tracing: Fix event filter test to retry up to 10 times
(bsc#1218260).
- nvme: fix nvme_pr_* status code parsing (bsc#1218260).
- drm/panel: sitronix-st7789v: Add check for
of_drm_get_panel_orientation (bsc#1218260).
- platform/x86: dell-smbios: Fix wrong token data in sysfs
(bsc#1218260).
- gpio: tqmx86: fix typo in Kconfig label (bsc#1218260).
- gpio: tqmx86: introduce shadow register for GPIO output value
(bsc#1218260).
- gpio: tqmx86: store IRQ trigger type and unmask status
separately (bsc#1218260).
- gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type
(bsc#1218260).
- HID: core: remove unnecessary WARN_ON() in implement()
(bsc#1218260).
- iommu/amd: Fix sysfs leak in iommu init (bsc#1218260).
- iommu: Return right value in iommu_sva_bind_device()
(bsc#1218260).
- io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
(bsc#1218260).
- io_uring/io-wq: avoid garbage value of 'match' in
io_wq_enqueue() (bsc#1218260).
- HID: logitech-dj: Fix memory leak in
logi_dj_recv_switch_to_dj_mode() (bsc#1218260).
- drm/vmwgfx: Refactor drm connector probing for display modes
(bsc#1218260).
- drm/vmwgfx: Filter modes which exceed graphics memory
(bsc#1218260).
- drm/vmwgfx: 3D disabled should not effect STDU memory limits
(bsc#1218260).
- drm/vmwgfx: Remove STDU logic from generic mode_valid function
(bsc#1218260).
- drm/vmwgfx: Don't memcmp equivalent pointers (bsc#1218260).
- af_unix: Annotate data-race of sk->sk_state in unix_accept()
(bsc#1218260).
- modpost: do not warn about missing MODULE_DESCRIPTION() for
vmlinux.o (bsc#1218260).
- net: sfp: Always call `sfp_sm_mod_remove()` on remove
(bsc#1218260).
- net: hns3: fix kernel crash problem in concurrent scenario
(bsc#1218260).
- net: hns3: add cond_resched() to hns3 ring buffer init process
(bsc#1218260).
- liquidio: Adjust a NULL pointer handling path in
lio_vf_rep_copy_packet (bsc#1218260).
- net: stmmac: dwmac-qcom-ethqos: Configure host DMA width
(bsc#1218260).
- drm/komeda: check for error-valued pointer (bsc#1218260).
- drm/bridge/panel: Fix runtime warning on panel bridge release
(bsc#1218260).
- tcp: fix race in tcp_v6_syn_recv_sock() (bsc#1218260).
- net dsa: qca8k: fix usages of device_get_named_child_node()
(bsc#1218260).
- geneve: Fix incorrect inner network header offset when
innerprotoinherit is set (bsc#1218260).
- net/mlx5e: Fix features validation check for tunneled UDP
(non-VXLAN) packets (bsc#1218260).
- Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ
(bsc#1218260).
- Bluetooth: fix connection setup in l2cap_connect (bsc#1218260).
- netfilter: nft_inner: validate mandatory meta and payload
(bsc#1218260).
- netfilter: ipset: Fix race between namespace cleanup and gc
in the list:set type (bsc#1218260).
- x86/asm: Use %c/%n instead of %P operand modifier in asm
templates (bsc#1218260).
- x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range
checking (bsc#1218260).
- scsi: ufs: core: Quiesce request queues before checking pending
cmds (bsc#1218260).
- net: pse-pd: Use EOPNOTSUPP error code instead of ENOTSUPP
(bsc#1218260).
- gve: ignore nonrelevant GSO type bits when processing TSO
headers (bsc#1218260).
- net: stmmac: replace priv->speed with the portTransmitRate
from the tc-cbs parameters (bsc#1218260).
- block: sed-opal: avoid possible wrong address reference in
read_sed_opal_key() (bsc#1218260).
- block: fix request.queuelist usage in flush (bsc#1218260).
- nvmet-passthru: propagate status from id override functions
(bsc#1218260).
- net/ipv6: Fix the RT cache flush via sysctl using a previous
delay (bsc#1218260).
- net: bridge: mst: pass vlan group directly to
br_mst_vlan_set_state (bsc#1218260).
- net: bridge: mst: fix suspicious rcu usage in br_mst_set_state
(bsc#1218260).
- ionic: fix use after netif_napi_del() (bsc#1218260).
- af_unix: Read with MSG_PEEK loops if the first unread byte is
OOB (bsc#1218260).
- bnxt_en: Adjust logging of firmware messages in case of released
token in __hwrm_send() (bsc#1218260).
- misc: microchip: pci1xxxx: fix double free in the error handling
of gp_aux_bus_probe() (bsc#1218260).
- ksmbd: move leading slash check to smb2_get_name()
(bsc#1218260).
- ksmbd: fix missing use of get_write in in smb2_set_ea()
(bsc#1218260).
- x86/boot: Don't add the EFI stub to targets, again
(bsc#1218260).
- iio: adc: ad9467: fix scan type sign (bsc#1218260).
- iio: dac: ad5592r: fix temperature channel scaling value
(bsc#1218260).
- iio: invensense: fix odr switching to same value (bsc#1218260).
- iio: imu: inv_icm42600: delete unneeded update watermark call
(bsc#1218260).
- drivers: core: synchronize really_probe() and dev_uevent()
(bsc#1218260).
- parisc: Try to fix random segmentation faults in package builds
(bsc#1218260).
- ACPI: x86: Force StorageD3Enable on more products (bsc#1218260).
- drm/exynos/vidi: fix memory leak in .get_modes() (bsc#1218260).
- drm/exynos: hdmi: report safe 640x480 mode as a fallback when
no EDID found (bsc#1218260).
- mptcp: ensure snd_una is properly initialized on connect
(bsc#1218260).
- mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID
(bsc#1218260).
- mptcp: pm: update add_addr counters after connect (bsc#1218260).
- clkdev: Update clkdev id usage to allow for longer names
(bsc#1218260).
- irqchip/gic-v3-its: Fix potential race condition in
its_vlpi_prop_update() (bsc#1218260).
- x86/kexec: Fix bug with call depth tracking (bsc#1218260).
- x86/amd_nb: Check for invalid SMN reads (bsc#1218260).
- perf/core: Fix missing wakeup when waiting for context reference
(bsc#1218260).
- perf auxtrace: Fix multiple use of --itrace option
(bsc#1218260).
- riscv: fix overlap of allocated page and PTR_ERR (bsc#1218260).
- tracing/selftests: Fix kprobe event name test for
.isra. functions (bsc#1218260).
- kheaders: explicitly define file modes for archived headers
(bsc#1218260).
- null_blk: Print correct max open zones limit in
null_init_zoned_dev() (bsc#1218260).
- sock_map: avoid race between sock_map_close and sk_psock_put
(bsc#1218260).
- dma-buf: handle testing kthreads creation failure (bsc#1218260).
- vmci: prevent speculation leaks by sanitizing event in
event_deliver() (bsc#1218260).
- spmi: hisi-spmi-controller: Do not override device identifier
(bsc#1218260).
- knfsd: LOOKUP can return an illegal error value (bsc#1218260).
- fs/proc: fix softlockup in __read_vmcore (bsc#1218260).
- ocfs2: use coarse time for new created files (bsc#1218260).
- ocfs2: fix races between hole punching and AIO+DIO
(bsc#1218260).
- PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id
(bsc#1218260).
- dmaengine: axi-dmac: fix possible race in remove()
(bsc#1218260).
- remoteproc: k3-r5: Wait for core0 power-up before powering up
core1 (bsc#1218260).
- remoteproc: k3-r5: Do not allow core1 to power up before core0
via sysfs (bsc#1218260).
- iio: adc: axi-adc: make sure AXI clock is enabled (bsc#1218260).
- iio: invensense: fix interrupt timestamp alignment
(bsc#1218260).
- riscv: rewrite __kernel_map_pages() to fix sleeping in invalid
context (bsc#1218260).
- rtla/timerlat: Simplify "no value" printing on top
(bsc#1218260).
- rtla/auto-analysis: Replace \t with spaces (bsc#1218260).
- drm/i915/gt: Disarm breadcrumbs if engines are already idle
(bsc#1218260).
- drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)
(bsc#1218260).
- drm/i915/dpt: Make DPT object unshrinkable (bsc#1218260).
- drm/i915: Fix audio component initialization (bsc#1218260).
- intel_th: pci: Add Granite Rapids support (bsc#1218260).
- intel_th: pci: Add Granite Rapids SOC support (bsc#1218260).
- intel_th: pci: Add Sapphire Rapids SOC support (bsc#1218260).
- intel_th: pci: Add Meteor Lake-S support (bsc#1218260).
- intel_th: pci: Add Lunar Lake support (bsc#1218260).
- pmdomain: ti-sci: Fix duplicate PD referrals (bsc#1218260).
- btrfs: zoned: introduce a zone_info struct in
btrfs_load_block_group_zone_info (bsc#1218260).
- btrfs: zoned: factor out per-zone logic from
btrfs_load_block_group_zone_info (bsc#1218260).
- btrfs: zoned: factor out single bg handling from
btrfs_load_block_group_zone_info (bsc#1218260).
- btrfs: zoned: factor out DUP bg handling from
btrfs_load_block_group_zone_info (bsc#1218260).
- btrfs: zoned: fix use-after-free due to race with dev replace
(bsc#1218260).
- xfs: fix imprecise logic in xchk_btree_check_block_owner
(bsc#1218260).
- xfs: fix scrub stats file permissions (bsc#1218260).
- xfs: fix SEEK_HOLE/DATA for regions with active COW extents
(bsc#1218260).
- xfs: shrink failure needs to hold AGI buffer (bsc#1218260).
- xfs: ensure submit buffers on LSN boundaries in error handlers
(bsc#1218260).
- xfs: allow sunit mount option to repair bad primary sb stripe
values (bsc#1218260).
- xfs: don't use current->journal_info (bsc#1218260).
- xfs: allow cross-linking special files without project quota
(bsc#1218260).
- swiotlb: Enforce page alignment in swiotlb_alloc()
(bsc#1218260).
- swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZE
(bsc#1218260).
- swiotlb: extend buffer pre-padding to alloc_align_mask if
necessary (bsc#1218260).
- nilfs2: fix potential kernel bug due to lack of writeback flag
waiting (bsc#1218260).
- tick/nohz_full: Don't abuse smp_call_function_single() in
tick_setup_device() (bsc#1218260).
- mm/huge_memory: don't unpoison huge_zero_folio (bsc#1218260).
- serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ level
(bsc#1218260).
- Revert "fork: defer linking file vma until vma is fully
initialized" (bsc#1218260).
- selftests/net: add lib.sh (bsc#1218260).
- selftests/net: add variable NS_LIST for lib.sh (bsc#1218260).
- selftests: forwarding: Avoid failures to source net/lib.sh
(bsc#1218260).
- remoteproc: k3-r5: Jump to error handling labels in start/stop
errors (bsc#1218260).
- cachefiles, erofs: Fix NULL deref in when cachefiles is not
doing ondemand-mode (bsc#1218260).
- selftests/net/lib: update busywait timeout value (bsc#1218260).
- selftests/net/lib: no need to record ns name if it already exist
(bsc#1218260).
- selftests: net: lib: support errexit with busywait
(bsc#1218260).
- selftests: net: lib: avoid error removing empty netns name
(bsc#1218260).
- greybus: Fix use-after-free bug in gb_interface_release due
to race condition (bsc#1218260).
- ima: Fix use-after-free on a dentry's dname.name (bsc#1218260).
- device property: Implement device_is_big_endian() (bsc#1218260).
- serial: core: Add UPIO_UNKNOWN constant for unknown port type
(bsc#1218260).
- serial: port: Introduce a common helper to read properties
(bsc#1218260).
- serial: 8250_dw: Switch to use uart_read_port_properties()
(bsc#1218260).
- serial: 8250_dw: Replace ACPI device check by a quirk
(bsc#1218260).
- serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dw
(bsc#1218260).
- usb-storage: alauda: Check whether the media is initialized
(bsc#1218260).
- misc: microchip: pci1xxxx: Fix a memory leak in the error
handling of gp_aux_bus_probe() (bsc#1218260).
- i2c: at91: Fix the functionality flags of the slave-only
interface (bsc#1218260).
- i2c: designware: Fix the functionality flags of the slave-only
interface (bsc#1218260).
- zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with
TIF_SIGPENDING (bsc#1218260).
- Rename to
patches.kernel.org/6.6.35-006-wifi-iwlwifi-mvm-don-t-initialize-csa_work-twi.patch.
- commit 169ddc7
-------------------------------------------------------------------
Mon Jun 17 10:38:40 CEST 2024 - rfrohl@suse.com

View File

@ -17,8 +17,8 @@
%define srcversion 6.6
%define patchversion 6.6.34
%define git_commit 69bfff07067b51dc79c1639c44318712cc40b0ee
%define patchversion 6.6.35
%define git_commit ccf0ab8212d31be7349e66cbfedfed598cc8be3c
%define variant -longterm%{nil}
%include %_sourcedir/kernel-spec-macros
@ -31,9 +31,9 @@
%endif
Name: kernel-source-longterm
Version: 6.6.34
Version: 6.6.35
%if 0%{?is_kotd}
Release: <RELEASE>.g69bfff0
Release: <RELEASE>.gccf0ab8
%else
Release: 0
%endif

View File

@ -1,3 +1,502 @@
-------------------------------------------------------------------
Sat Jun 22 09:49:30 CEST 2024 - rfrohl@suse.com
- Fix wrong Git-commit line for backport
- commit ccf0ab8
-------------------------------------------------------------------
Sat Jun 22 09:15:06 CEST 2024 - rfrohl@suse.com
- netfilter: ipset: Fix suspicious rcu_dereference_protected() (git-fixes)
- commit c0635f5
-------------------------------------------------------------------
Sat Jun 22 09:13:52 CEST 2024 - rfrohl@suse.com
- net: stmmac: No need to calculate speed divider when offload is disabled (git-fixes)
- commit 25001eb
-------------------------------------------------------------------
Fri Jun 21 19:31:38 CEST 2024 - rfrohl@suse.com
- Linux 6.6.35 (bsc#1218260).
- wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects
(bsc#1218260).
- wifi: mac80211: Fix deadlock in
ieee80211_sta_ps_deliver_wakeup() (bsc#1218260).
- wifi: cfg80211: fully move wiphy work to unbound workqueue
(bsc#1218260).
- wifi: cfg80211: Lock wiphy in cfg80211_get_station
(bsc#1218260).
- wifi: cfg80211: pmsr: use correct nla_get_uX functions
(bsc#1218260).
- wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64
(bsc#1218260).
- wifi: iwlwifi: mvm: set properly mac header (bsc#1218260).
- wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of
debugfs ifdef (bsc#1218260).
- wifi: iwlwifi: mvm: check n_ssids before accessing the ssids
(bsc#1218260).
- wifi: iwlwifi: mvm: don't read past the mfuart notifcation
(bsc#1218260).
- wifi: mac80211: correctly parse Spatial Reuse Parameter Set
element (bsc#1218260).
- scsi: ufs: mcq: Fix error output and clean up ufshcd_mcq_abort()
(bsc#1218260).
- RISC-V: KVM: No need to use mask when hart-index-bit is 0
(bsc#1218260).
- RISC-V: KVM: Fix incorrect reg_subtype labels in
kvm_riscv_vcpu_set_reg_isa_ext function (bsc#1218260).
- ax25: Fix refcount imbalance on inbound connections
(bsc#1218260).
- ax25: Replace kfree() in ax25_dev_free() with ax25_dev_put()
(bsc#1218260).
- net/ncsi: Simplify Kconfig/dts control flow (bsc#1218260).
- net/ncsi: Fix the multi thread manner of NCSI driver
(bsc#1218260).
- net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume
(bsc#1218260).
- bpf: Store ref_ctr_offsets values in bpf_uprobe array
(bsc#1218260).
- bpf: Optimize the free of inner map (bsc#1218260).
- bpf: Fix a potential use-after-free in bpf_link_free()
(bsc#1218260).
- KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is
absent (bsc#1218260).
- KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES
guests (bsc#1218260).
- KVM: SEV-ES: Delegate LBR virtualization to the processor
(bsc#1218260).
- vmxnet3: disable rx data ring on dma allocation failure
(bsc#1218260).
- ipv6: ioam: block BH from ioam6_output() (bsc#1218260).
- ipv6: sr: block BH in seg6_output_core() and seg6_input_core()
(bsc#1218260).
- net: tls: fix marking packets as decrypted (bsc#1218260).
- bpf: Set run context for rawtp test_run callback (bsc#1218260).
- octeontx2-af: Always allocate PF entries from low prioriy zone
(bsc#1218260).
- net/smc: avoid overwriting when adjusting sock bufsizes
(bsc#1218260).
- net: phy: Micrel KSZ8061: fix errata solution not taking effect
problem (bsc#1218260).
- net: sched: sch_multiq: fix possible OOB write in multiq_tune()
(bsc#1218260).
- vxlan: Fix regression when dropping packets due to invalid
src addresses (bsc#1218260).
- tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB
(bsc#1218260).
- mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTAB
(bsc#1218260).
- net/mlx5: Stop waiting for PCI if pci channel is offline
(bsc#1218260).
- net/mlx5: Always stop health timer during driver removal
(bsc#1218260).
- net/mlx5: Fix tainted pointer delete is case of flow rules
creation fail (bsc#1218260).
- net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP
(bsc#1218260).
- ptp: Fix error message on failed pin verification (bsc#1218260).
- ice: fix iteration of TLVs in Preserved Fields Area
(bsc#1218260).
- ice: remove af_xdp_zc_qps bitmap (bsc#1218260).
- ice: add flag to distinguish reset from .ndo_bpf in XDP rings
config (bsc#1218260).
- net: wwan: iosm: Fix tainted pointer delete is case of region
creation fail (bsc#1218260).
- af_unix: Set sk->sk_state under unix_state_lock() for truly
disconencted peer (bsc#1218260).
- af_unix: Annodate data-races around sk->sk_state for writers
(bsc#1218260).
- af_unix: Annotate data-race of sk->sk_state in unix_inq_len()
(bsc#1218260).
- af_unix: Annotate data-races around sk->sk_state in
unix_write_space() and poll() (bsc#1218260).
- af_unix: Annotate data-race of sk->sk_state in
unix_stream_connect() (bsc#1218260).
- af_unix: Annotate data-races around sk->sk_state in sendmsg()
and recvmsg() (bsc#1218260).
- af_unix: Annotate data-race of sk->sk_state in
unix_stream_read_skb() (bsc#1218260).
- af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG
(bsc#1218260).
- af_unix: Annotate data-races around sk->sk_sndbuf (bsc#1218260).
- af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen
(bsc#1218260).
- af_unix: Use unix_recvq_full_lockless() in unix_stream_connect()
(bsc#1218260).
- af_unix: Use skb_queue_empty_lockless() in unix_release_sock()
(bsc#1218260).
- af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen()
(bsc#1218260).
- af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill()
(bsc#1218260).
- ipv6: fix possible race in __fib6_drop_pcpu_from()
(bsc#1218260).
- net: ethtool: fix the error condition in
ethtool_get_phy_stats_ethtool() (bsc#1218260).
- ksmbd: use rwsem instead of rwlock for lease break
(bsc#1218260).
- firmware: qcom_scm: disable clocks if qcom_scm_bw_enable()
fails (bsc#1218260).
- memory-failure: use a folio in me_huge_page() (bsc#1218260).
- mm/memory-failure: fix handling of dissolved but not taken
off from buddy pages (bsc#1218260).
- selftests/mm: conform test to TAP format output (bsc#1218260).
- selftests/mm: log a consistent test name for check_compaction
(bsc#1218260).
- selftests/mm: compaction_test: fix bogus test success on Aarch64
(bsc#1218260).
- irqchip/riscv-intc: Allow large non-standard interrupt number
(bsc#1218260).
- irqchip/riscv-intc: Introduce Andes hart-level interrupt
controller (bsc#1218260).
- irqchip/riscv-intc: Prevent memory leak when
riscv_intc_init_common() fails (bsc#1218260).
- eventfs: Update all the eventfs_inodes from the events
descriptor (bsc#1218260).
- bpf: fix multi-uprobe PID filtering logic (bsc#1218260).
- nilfs2: return the mapped address from nilfs_get_page()
(bsc#1218260).
- nilfs2: fix nilfs_empty_dir() misjudgment and long loop on
I/O errors (bsc#1218260).
- io_uring/rsrc: don't lock while !TASK_RUNNING (bsc#1218260).
- io_uring: check for non-NULL file pointer in io_file_can_poll()
(bsc#1218260).
- USB: class: cdc-wdm: Fix CPU lockup caused by excessive log
messages (bsc#1218260).
- USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected
(bsc#1218260).
- usb: typec: tcpm: fix use-after-free case in
tcpm_register_source_caps (bsc#1218260).
- usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state
(bsc#1218260).
- mei: me: release irq in mei_me_pci_resume error path
(bsc#1218260).
- tty: n_tty: Fix buffer offsets when lookahead is used
(bsc#1218260).
- serial: port: Don't block system suspend even if bytes are
left to xmit (bsc#1218260).
- landlock: Fix d_parent walk (bsc#1218260).
- jfs: xattr: fix buffer overflow for invalid xattr (bsc#1218260).
- xhci: Set correct transferred length for cancelled bulk
transfers (bsc#1218260).
- xhci: Apply reset resume quirk to Etron EJ188 xHCI host
(bsc#1218260).
- xhci: Handle TD clearing for multiple streams case
(bsc#1218260).
- xhci: Apply broken streams quirk to Etron EJ188 xHCI host
(bsc#1218260).
- thunderbolt: debugfs: Fix margin debugfs node creation condition
(bsc#1218260).
- scsi: core: Disable CDL by default (bsc#1218260).
- scsi: mpi3mr: Fix ATA NCQ priority support (bsc#1218260).
- scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated
memory (bsc#1218260).
- scsi: sd: Use READ(16) when reading block zero on large capacity
disks (bsc#1218260).
- gve: Clear napi->skb before dev_kfree_skb_any() (bsc#1218260).
- powerpc/uaccess: Fix build errors seen with GCC 13/14
(bsc#1218260).
- HID: nvidia-shield: Add missing check for
input_ff_create_memless (bsc#1218260).
- cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c
(bsc#1218260).
- cxl/region: Fix memregion leaks in devm_cxl_add_region()
(bsc#1218260).
- cachefiles: add output string to
cachefiles_obj_[get|put]_ondemand_fd (bsc#1218260).
- cachefiles: remove requests from xarray during flushing requests
(bsc#1218260).
- cachefiles: introduce object ondemand state (bsc#1218260).
- cachefiles: extract ondemand info field from cachefiles_object
(bsc#1218260).
- cachefiles: resend an open request if the read request's object
is closed (bsc#1218260).
- cachefiles: add spin_lock for cachefiles_ondemand_info
(bsc#1218260).
- cachefiles: add restore command to recover inflight ondemand
read requests (bsc#1218260).
- cachefiles: fix slab-use-after-free in
cachefiles_ondemand_get_fd() (bsc#1218260).
- cachefiles: fix slab-use-after-free in
cachefiles_ondemand_daemon_read() (bsc#1218260).
- cachefiles: remove err_put_fd label in
cachefiles_ondemand_daemon_read() (bsc#1218260).
- cachefiles: never get a new anonymous fd if ondemand_id is valid
(bsc#1218260).
- cachefiles: defer exposing anon_fd until after copy_to_user()
succeeds (bsc#1218260).
- cachefiles: flush all requests after setting CACHEFILES_DEAD
(bsc#1218260).
- selftests/ftrace: Fix to check required event file
(bsc#1218260).
- clk: sifive: Do not register clkdevs for PRCI clocks
(bsc#1218260).
- NFSv4.1 enforce rootpath check in fs_location query
(bsc#1218260).
- SUNRPC: return proper error from gss_wrap_req_priv
(bsc#1218260).
- NFS: add barriers when testing for NFS_FSDATA_BLOCKED
(bsc#1218260).
- selftests/tracing: Fix event filter test to retry up to 10 times
(bsc#1218260).
- nvme: fix nvme_pr_* status code parsing (bsc#1218260).
- drm/panel: sitronix-st7789v: Add check for
of_drm_get_panel_orientation (bsc#1218260).
- platform/x86: dell-smbios: Fix wrong token data in sysfs
(bsc#1218260).
- gpio: tqmx86: fix typo in Kconfig label (bsc#1218260).
- gpio: tqmx86: introduce shadow register for GPIO output value
(bsc#1218260).
- gpio: tqmx86: store IRQ trigger type and unmask status
separately (bsc#1218260).
- gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type
(bsc#1218260).
- HID: core: remove unnecessary WARN_ON() in implement()
(bsc#1218260).
- iommu/amd: Fix sysfs leak in iommu init (bsc#1218260).
- iommu: Return right value in iommu_sva_bind_device()
(bsc#1218260).
- io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
(bsc#1218260).
- io_uring/io-wq: avoid garbage value of 'match' in
io_wq_enqueue() (bsc#1218260).
- HID: logitech-dj: Fix memory leak in
logi_dj_recv_switch_to_dj_mode() (bsc#1218260).
- drm/vmwgfx: Refactor drm connector probing for display modes
(bsc#1218260).
- drm/vmwgfx: Filter modes which exceed graphics memory
(bsc#1218260).
- drm/vmwgfx: 3D disabled should not effect STDU memory limits
(bsc#1218260).
- drm/vmwgfx: Remove STDU logic from generic mode_valid function
(bsc#1218260).
- drm/vmwgfx: Don't memcmp equivalent pointers (bsc#1218260).
- af_unix: Annotate data-race of sk->sk_state in unix_accept()
(bsc#1218260).
- modpost: do not warn about missing MODULE_DESCRIPTION() for
vmlinux.o (bsc#1218260).
- net: sfp: Always call `sfp_sm_mod_remove()` on remove
(bsc#1218260).
- net: hns3: fix kernel crash problem in concurrent scenario
(bsc#1218260).
- net: hns3: add cond_resched() to hns3 ring buffer init process
(bsc#1218260).
- liquidio: Adjust a NULL pointer handling path in
lio_vf_rep_copy_packet (bsc#1218260).
- net: stmmac: dwmac-qcom-ethqos: Configure host DMA width
(bsc#1218260).
- drm/komeda: check for error-valued pointer (bsc#1218260).
- drm/bridge/panel: Fix runtime warning on panel bridge release
(bsc#1218260).
- tcp: fix race in tcp_v6_syn_recv_sock() (bsc#1218260).
- net dsa: qca8k: fix usages of device_get_named_child_node()
(bsc#1218260).
- geneve: Fix incorrect inner network header offset when
innerprotoinherit is set (bsc#1218260).
- net/mlx5e: Fix features validation check for tunneled UDP
(non-VXLAN) packets (bsc#1218260).
- Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ
(bsc#1218260).
- Bluetooth: fix connection setup in l2cap_connect (bsc#1218260).
- netfilter: nft_inner: validate mandatory meta and payload
(bsc#1218260).
- netfilter: ipset: Fix race between namespace cleanup and gc
in the list:set type (bsc#1218260).
- x86/asm: Use %c/%n instead of %P operand modifier in asm
templates (bsc#1218260).
- x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range
checking (bsc#1218260).
- scsi: ufs: core: Quiesce request queues before checking pending
cmds (bsc#1218260).
- net: pse-pd: Use EOPNOTSUPP error code instead of ENOTSUPP
(bsc#1218260).
- gve: ignore nonrelevant GSO type bits when processing TSO
headers (bsc#1218260).
- net: stmmac: replace priv->speed with the portTransmitRate
from the tc-cbs parameters (bsc#1218260).
- block: sed-opal: avoid possible wrong address reference in
read_sed_opal_key() (bsc#1218260).
- block: fix request.queuelist usage in flush (bsc#1218260).
- nvmet-passthru: propagate status from id override functions
(bsc#1218260).
- net/ipv6: Fix the RT cache flush via sysctl using a previous
delay (bsc#1218260).
- net: bridge: mst: pass vlan group directly to
br_mst_vlan_set_state (bsc#1218260).
- net: bridge: mst: fix suspicious rcu usage in br_mst_set_state
(bsc#1218260).
- ionic: fix use after netif_napi_del() (bsc#1218260).
- af_unix: Read with MSG_PEEK loops if the first unread byte is
OOB (bsc#1218260).
- bnxt_en: Adjust logging of firmware messages in case of released
token in __hwrm_send() (bsc#1218260).
- misc: microchip: pci1xxxx: fix double free in the error handling
of gp_aux_bus_probe() (bsc#1218260).
- ksmbd: move leading slash check to smb2_get_name()
(bsc#1218260).
- ksmbd: fix missing use of get_write in in smb2_set_ea()
(bsc#1218260).
- x86/boot: Don't add the EFI stub to targets, again
(bsc#1218260).
- iio: adc: ad9467: fix scan type sign (bsc#1218260).
- iio: dac: ad5592r: fix temperature channel scaling value
(bsc#1218260).
- iio: invensense: fix odr switching to same value (bsc#1218260).
- iio: imu: inv_icm42600: delete unneeded update watermark call
(bsc#1218260).
- drivers: core: synchronize really_probe() and dev_uevent()
(bsc#1218260).
- parisc: Try to fix random segmentation faults in package builds
(bsc#1218260).
- ACPI: x86: Force StorageD3Enable on more products (bsc#1218260).
- drm/exynos/vidi: fix memory leak in .get_modes() (bsc#1218260).
- drm/exynos: hdmi: report safe 640x480 mode as a fallback when
no EDID found (bsc#1218260).
- mptcp: ensure snd_una is properly initialized on connect
(bsc#1218260).
- mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID
(bsc#1218260).
- mptcp: pm: update add_addr counters after connect (bsc#1218260).
- clkdev: Update clkdev id usage to allow for longer names
(bsc#1218260).
- irqchip/gic-v3-its: Fix potential race condition in
its_vlpi_prop_update() (bsc#1218260).
- x86/kexec: Fix bug with call depth tracking (bsc#1218260).
- x86/amd_nb: Check for invalid SMN reads (bsc#1218260).
- perf/core: Fix missing wakeup when waiting for context reference
(bsc#1218260).
- perf auxtrace: Fix multiple use of --itrace option
(bsc#1218260).
- riscv: fix overlap of allocated page and PTR_ERR (bsc#1218260).
- tracing/selftests: Fix kprobe event name test for
.isra. functions (bsc#1218260).
- kheaders: explicitly define file modes for archived headers
(bsc#1218260).
- null_blk: Print correct max open zones limit in
null_init_zoned_dev() (bsc#1218260).
- sock_map: avoid race between sock_map_close and sk_psock_put
(bsc#1218260).
- dma-buf: handle testing kthreads creation failure (bsc#1218260).
- vmci: prevent speculation leaks by sanitizing event in
event_deliver() (bsc#1218260).
- spmi: hisi-spmi-controller: Do not override device identifier
(bsc#1218260).
- knfsd: LOOKUP can return an illegal error value (bsc#1218260).
- fs/proc: fix softlockup in __read_vmcore (bsc#1218260).
- ocfs2: use coarse time for new created files (bsc#1218260).
- ocfs2: fix races between hole punching and AIO+DIO
(bsc#1218260).
- PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id
(bsc#1218260).
- dmaengine: axi-dmac: fix possible race in remove()
(bsc#1218260).
- remoteproc: k3-r5: Wait for core0 power-up before powering up
core1 (bsc#1218260).
- remoteproc: k3-r5: Do not allow core1 to power up before core0
via sysfs (bsc#1218260).
- iio: adc: axi-adc: make sure AXI clock is enabled (bsc#1218260).
- iio: invensense: fix interrupt timestamp alignment
(bsc#1218260).
- riscv: rewrite __kernel_map_pages() to fix sleeping in invalid
context (bsc#1218260).
- rtla/timerlat: Simplify "no value" printing on top
(bsc#1218260).
- rtla/auto-analysis: Replace \t with spaces (bsc#1218260).
- drm/i915/gt: Disarm breadcrumbs if engines are already idle
(bsc#1218260).
- drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)
(bsc#1218260).
- drm/i915/dpt: Make DPT object unshrinkable (bsc#1218260).
- drm/i915: Fix audio component initialization (bsc#1218260).
- intel_th: pci: Add Granite Rapids support (bsc#1218260).
- intel_th: pci: Add Granite Rapids SOC support (bsc#1218260).
- intel_th: pci: Add Sapphire Rapids SOC support (bsc#1218260).
- intel_th: pci: Add Meteor Lake-S support (bsc#1218260).
- intel_th: pci: Add Lunar Lake support (bsc#1218260).
- pmdomain: ti-sci: Fix duplicate PD referrals (bsc#1218260).
- btrfs: zoned: introduce a zone_info struct in
btrfs_load_block_group_zone_info (bsc#1218260).
- btrfs: zoned: factor out per-zone logic from
btrfs_load_block_group_zone_info (bsc#1218260).
- btrfs: zoned: factor out single bg handling from
btrfs_load_block_group_zone_info (bsc#1218260).
- btrfs: zoned: factor out DUP bg handling from
btrfs_load_block_group_zone_info (bsc#1218260).
- btrfs: zoned: fix use-after-free due to race with dev replace
(bsc#1218260).
- xfs: fix imprecise logic in xchk_btree_check_block_owner
(bsc#1218260).
- xfs: fix scrub stats file permissions (bsc#1218260).
- xfs: fix SEEK_HOLE/DATA for regions with active COW extents
(bsc#1218260).
- xfs: shrink failure needs to hold AGI buffer (bsc#1218260).
- xfs: ensure submit buffers on LSN boundaries in error handlers
(bsc#1218260).
- xfs: allow sunit mount option to repair bad primary sb stripe
values (bsc#1218260).
- xfs: don't use current->journal_info (bsc#1218260).
- xfs: allow cross-linking special files without project quota
(bsc#1218260).
- swiotlb: Enforce page alignment in swiotlb_alloc()
(bsc#1218260).
- swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZE
(bsc#1218260).
- swiotlb: extend buffer pre-padding to alloc_align_mask if
necessary (bsc#1218260).
- nilfs2: fix potential kernel bug due to lack of writeback flag
waiting (bsc#1218260).
- tick/nohz_full: Don't abuse smp_call_function_single() in
tick_setup_device() (bsc#1218260).
- mm/huge_memory: don't unpoison huge_zero_folio (bsc#1218260).
- serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ level
(bsc#1218260).
- Revert "fork: defer linking file vma until vma is fully
initialized" (bsc#1218260).
- selftests/net: add lib.sh (bsc#1218260).
- selftests/net: add variable NS_LIST for lib.sh (bsc#1218260).
- selftests: forwarding: Avoid failures to source net/lib.sh
(bsc#1218260).
- remoteproc: k3-r5: Jump to error handling labels in start/stop
errors (bsc#1218260).
- cachefiles, erofs: Fix NULL deref in when cachefiles is not
doing ondemand-mode (bsc#1218260).
- selftests/net/lib: update busywait timeout value (bsc#1218260).
- selftests/net/lib: no need to record ns name if it already exist
(bsc#1218260).
- selftests: net: lib: support errexit with busywait
(bsc#1218260).
- selftests: net: lib: avoid error removing empty netns name
(bsc#1218260).
- greybus: Fix use-after-free bug in gb_interface_release due
to race condition (bsc#1218260).
- ima: Fix use-after-free on a dentry's dname.name (bsc#1218260).
- device property: Implement device_is_big_endian() (bsc#1218260).
- serial: core: Add UPIO_UNKNOWN constant for unknown port type
(bsc#1218260).
- serial: port: Introduce a common helper to read properties
(bsc#1218260).
- serial: 8250_dw: Switch to use uart_read_port_properties()
(bsc#1218260).
- serial: 8250_dw: Replace ACPI device check by a quirk
(bsc#1218260).
- serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dw
(bsc#1218260).
- usb-storage: alauda: Check whether the media is initialized
(bsc#1218260).
- misc: microchip: pci1xxxx: Fix a memory leak in the error
handling of gp_aux_bus_probe() (bsc#1218260).
- i2c: at91: Fix the functionality flags of the slave-only
interface (bsc#1218260).
- i2c: designware: Fix the functionality flags of the slave-only
interface (bsc#1218260).
- zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with
TIF_SIGPENDING (bsc#1218260).
- Rename to
patches.kernel.org/6.6.35-006-wifi-iwlwifi-mvm-don-t-initialize-csa_work-twi.patch.
- commit 169ddc7
-------------------------------------------------------------------
Mon Jun 17 10:38:40 CEST 2024 - rfrohl@suse.com

View File

@ -16,7 +16,7 @@
#
%define git_commit 69bfff07067b51dc79c1639c44318712cc40b0ee
%define git_commit ccf0ab8212d31be7349e66cbfedfed598cc8be3c
%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.34
Version: 6.6.35
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g69bfff0
Release: <RELEASE>.gccf0ab8
%else
Release: 0
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de7cd2e8038bbd42c9783d9ae97f43b6d5b412feb7d1cc82d68e6f1ea7efd407
size 6102562
oid sha256:2a2566bb7b09faeeb78eb792cb638bcac4566a918e32ef97d0b72b4929708193
size 6319604

View File

@ -7568,7 +7568,6 @@
patches.kernel.org/6.6.33-736-riscv-prevent-pt_regs-corruption-for-secondary.patch
patches.kernel.org/6.6.33-737-riscv-stacktrace-fixed-walk_stackframe.patch
patches.kernel.org/6.6.33-738-Linux-6.6.33.patch
patches.kernel.org/wifi-iwlwifi-mvm-dont-initialize-csa_work-twice.patch
patches.kernel.org/6.6.34-001-drm-i915-hwmon-Get-rid-of-devm.patch
patches.kernel.org/6.6.34-002-mmc-core-Do-not-force-a-retune-before-RPMB-swi.patch
patches.kernel.org/6.6.34-003-afs-Don-t-cross-.backup-mountpoint-from-backup.patch
@ -7706,6 +7705,276 @@
patches.kernel.org/6.6.34-135-selftests-net-more-strict-check-in-net_helper.patch
patches.kernel.org/6.6.34-136-smp-Provide-setup_max_cpus-definition-on-UP-to.patch
patches.kernel.org/6.6.34-137-Linux-6.6.34.patch
patches.kernel.org/6.6.35-001-wifi-mac80211-mesh-Fix-leak-of-mesh_preq_queue.patch
patches.kernel.org/6.6.35-002-wifi-mac80211-Fix-deadlock-in-ieee80211_sta_ps.patch
patches.kernel.org/6.6.35-003-wifi-cfg80211-fully-move-wiphy-work-to-unbound.patch
patches.kernel.org/6.6.35-004-wifi-cfg80211-Lock-wiphy-in-cfg80211_get_stati.patch
patches.kernel.org/6.6.35-005-wifi-cfg80211-pmsr-use-correct-nla_get_uX-func.patch
patches.kernel.org/6.6.35-006-wifi-iwlwifi-mvm-don-t-initialize-csa_work-twi.patch
patches.kernel.org/6.6.35-007-wifi-iwlwifi-mvm-revert-gen2-TX-A-MPDU-size-to.patch
patches.kernel.org/6.6.35-008-wifi-iwlwifi-mvm-set-properly-mac-header.patch
patches.kernel.org/6.6.35-009-wifi-iwlwifi-dbg_ini-move-iwl_dbg_tlv_free-out.patch
patches.kernel.org/6.6.35-010-wifi-iwlwifi-mvm-check-n_ssids-before-accessin.patch
patches.kernel.org/6.6.35-011-wifi-iwlwifi-mvm-don-t-read-past-the-mfuart-no.patch
patches.kernel.org/6.6.35-012-wifi-mac80211-correctly-parse-Spatial-Reuse-Pa.patch
patches.kernel.org/6.6.35-013-scsi-ufs-mcq-Fix-error-output-and-clean-up-ufs.patch
patches.kernel.org/6.6.35-014-RISC-V-KVM-No-need-to-use-mask-when-hart-index.patch
patches.kernel.org/6.6.35-015-RISC-V-KVM-Fix-incorrect-reg_subtype-labels-in.patch
patches.kernel.org/6.6.35-016-ax25-Fix-refcount-imbalance-on-inbound-connect.patch
patches.kernel.org/6.6.35-017-ax25-Replace-kfree-in-ax25_dev_free-with-ax25_.patch
patches.kernel.org/6.6.35-018-net-ncsi-Simplify-Kconfig-dts-control-flow.patch
patches.kernel.org/6.6.35-019-net-ncsi-Fix-the-multi-thread-manner-of-NCSI-d.patch
patches.kernel.org/6.6.35-020-net-phy-micrel-fix-KSZ9477-PHY-issues-after-su.patch
patches.kernel.org/6.6.35-021-bpf-Store-ref_ctr_offsets-values-in-bpf_uprobe.patch
patches.kernel.org/6.6.35-022-bpf-Optimize-the-free-of-inner-map.patch
patches.kernel.org/6.6.35-023-bpf-Fix-a-potential-use-after-free-in-bpf_link.patch
patches.kernel.org/6.6.35-024-KVM-SEV-ES-Disallow-SEV-ES-guests-when-X86_FEA.patch
patches.kernel.org/6.6.35-025-KVM-SEV-Do-not-intercept-accesses-to-MSR_IA32_.patch
patches.kernel.org/6.6.35-026-KVM-SEV-ES-Delegate-LBR-virtualization-to-the-.patch
patches.kernel.org/6.6.35-027-vmxnet3-disable-rx-data-ring-on-dma-allocation.patch
patches.kernel.org/6.6.35-028-ipv6-ioam-block-BH-from-ioam6_output.patch
patches.kernel.org/6.6.35-029-ipv6-sr-block-BH-in-seg6_output_core-and-seg6_.patch
patches.kernel.org/6.6.35-030-net-tls-fix-marking-packets-as-decrypted.patch
patches.kernel.org/6.6.35-031-bpf-Set-run-context-for-rawtp-test_run-callbac.patch
patches.kernel.org/6.6.35-032-octeontx2-af-Always-allocate-PF-entries-from-l.patch
patches.kernel.org/6.6.35-033-net-smc-avoid-overwriting-when-adjusting-sock-.patch
patches.kernel.org/6.6.35-034-net-phy-Micrel-KSZ8061-fix-errata-solution-not.patch
patches.kernel.org/6.6.35-035-net-sched-sch_multiq-fix-possible-OOB-write-in.patch
patches.kernel.org/6.6.35-036-vxlan-Fix-regression-when-dropping-packets-due.patch
patches.kernel.org/6.6.35-037-tcp-count-CLOSE-WAIT-sockets-for-TCP_MIB_CURRE.patch
patches.kernel.org/6.6.35-038-mptcp-count-CLOSE-WAIT-sockets-for-MPTCP_MIB_C.patch
patches.kernel.org/6.6.35-039-net-mlx5-Stop-waiting-for-PCI-if-pci-channel-i.patch
patches.kernel.org/6.6.35-040-net-mlx5-Always-stop-health-timer-during-drive.patch
patches.kernel.org/6.6.35-041-net-mlx5-Fix-tainted-pointer-delete-is-case-of.patch
patches.kernel.org/6.6.35-042-net-sched-taprio-always-validate-TCA_TAPRIO_AT.patch
patches.kernel.org/6.6.35-043-ptp-Fix-error-message-on-failed-pin-verificati.patch
patches.kernel.org/6.6.35-044-ice-fix-iteration-of-TLVs-in-Preserved-Fields-.patch
patches.kernel.org/6.6.35-045-ice-remove-af_xdp_zc_qps-bitmap.patch
patches.kernel.org/6.6.35-046-ice-add-flag-to-distinguish-reset-from-.ndo_bp.patch
patches.kernel.org/6.6.35-047-net-wwan-iosm-Fix-tainted-pointer-delete-is-ca.patch
patches.kernel.org/6.6.35-048-af_unix-Set-sk-sk_state-under-unix_state_lock-.patch
patches.kernel.org/6.6.35-049-af_unix-Annodate-data-races-around-sk-sk_state.patch
patches.kernel.org/6.6.35-050-af_unix-Annotate-data-race-of-sk-sk_state-in-u.patch
patches.kernel.org/6.6.35-051-af_unix-Annotate-data-races-around-sk-sk_state.patch
patches.kernel.org/6.6.35-052-af_unix-Annotate-data-race-of-sk-sk_state-in-u.patch
patches.kernel.org/6.6.35-053-af_unix-Annotate-data-races-around-sk-sk_state.patch
patches.kernel.org/6.6.35-054-af_unix-Annotate-data-race-of-sk-sk_state-in-u.patch
patches.kernel.org/6.6.35-055-af_unix-Annotate-data-races-around-sk-sk_state.patch
patches.kernel.org/6.6.35-056-af_unix-Annotate-data-races-around-sk-sk_sndbu.patch
patches.kernel.org/6.6.35-057-af_unix-Annotate-data-race-of-net-unx.sysctl_m.patch
patches.kernel.org/6.6.35-058-af_unix-Use-unix_recvq_full_lockless-in-unix_s.patch
patches.kernel.org/6.6.35-059-af_unix-Use-skb_queue_empty_lockless-in-unix_r.patch
patches.kernel.org/6.6.35-060-af_unix-Use-skb_queue_len_lockless-in-sk_diag_.patch
patches.kernel.org/6.6.35-061-af_unix-Annotate-data-race-of-sk-sk_shutdown-i.patch
patches.kernel.org/6.6.35-062-ipv6-fix-possible-race-in-__fib6_drop_pcpu_fro.patch
patches.kernel.org/6.6.35-063-net-ethtool-fix-the-error-condition-in-ethtool.patch
patches.kernel.org/6.6.35-064-ksmbd-use-rwsem-instead-of-rwlock-for-lease-br.patch
patches.kernel.org/6.6.35-065-firmware-qcom_scm-disable-clocks-if-qcom_scm_b.patch
patches.kernel.org/6.6.35-066-memory-failure-use-a-folio-in-me_huge_page.patch
patches.kernel.org/6.6.35-067-mm-memory-failure-fix-handling-of-dissolved-bu.patch
patches.kernel.org/6.6.35-068-selftests-mm-conform-test-to-TAP-format-output.patch
patches.kernel.org/6.6.35-069-selftests-mm-log-a-consistent-test-name-for-ch.patch
patches.kernel.org/6.6.35-070-selftests-mm-compaction_test-fix-bogus-test-su.patch
patches.kernel.org/6.6.35-071-irqchip-riscv-intc-Allow-large-non-standard-in.patch
patches.kernel.org/6.6.35-072-irqchip-riscv-intc-Introduce-Andes-hart-level-.patch
patches.kernel.org/6.6.35-073-irqchip-riscv-intc-Prevent-memory-leak-when-ri.patch
patches.kernel.org/6.6.35-074-eventfs-Update-all-the-eventfs_inodes-from-the.patch
patches.kernel.org/6.6.35-075-bpf-fix-multi-uprobe-PID-filtering-logic.patch
patches.kernel.org/6.6.35-076-nilfs2-return-the-mapped-address-from-nilfs_ge.patch
patches.kernel.org/6.6.35-077-nilfs2-fix-nilfs_empty_dir-misjudgment-and-lon.patch
patches.kernel.org/6.6.35-078-io_uring-rsrc-don-t-lock-while-TASK_RUNNING.patch
patches.kernel.org/6.6.35-079-io_uring-check-for-non-NULL-file-pointer-in-io.patch
patches.kernel.org/6.6.35-080-USB-class-cdc-wdm-Fix-CPU-lockup-caused-by-exc.patch
patches.kernel.org/6.6.35-081-USB-xen-hcd-Traverse-host-when-CONFIG_USB_XEN_.patch
patches.kernel.org/6.6.35-082-usb-typec-tcpm-fix-use-after-free-case-in-tcpm.patch
patches.kernel.org/6.6.35-083-usb-typec-tcpm-Ignore-received-Hard-Reset-in-T.patch
patches.kernel.org/6.6.35-084-mei-me-release-irq-in-mei_me_pci_resume-error-.patch
patches.kernel.org/6.6.35-085-tty-n_tty-Fix-buffer-offsets-when-lookahead-is.patch
patches.kernel.org/6.6.35-086-serial-port-Don-t-block-system-suspend-even-if.patch
patches.kernel.org/6.6.35-087-landlock-Fix-d_parent-walk.patch
patches.kernel.org/6.6.35-088-jfs-xattr-fix-buffer-overflow-for-invalid-xatt.patch
patches.kernel.org/6.6.35-089-xhci-Set-correct-transferred-length-for-cancel.patch
patches.kernel.org/6.6.35-090-xhci-Apply-reset-resume-quirk-to-Etron-EJ188-x.patch
patches.kernel.org/6.6.35-091-xhci-Handle-TD-clearing-for-multiple-streams-c.patch
patches.kernel.org/6.6.35-092-xhci-Apply-broken-streams-quirk-to-Etron-EJ188.patch
patches.kernel.org/6.6.35-093-thunderbolt-debugfs-Fix-margin-debugfs-node-cr.patch
patches.kernel.org/6.6.35-094-scsi-core-Disable-CDL-by-default.patch
patches.kernel.org/6.6.35-095-scsi-mpi3mr-Fix-ATA-NCQ-priority-support.patch
patches.kernel.org/6.6.35-096-scsi-mpt3sas-Avoid-test-set_bit-operating-in-n.patch
patches.kernel.org/6.6.35-097-scsi-sd-Use-READ-16-when-reading-block-zero-on.patch
patches.kernel.org/6.6.35-098-gve-Clear-napi-skb-before-dev_kfree_skb_any.patch
patches.kernel.org/6.6.35-099-powerpc-uaccess-Fix-build-errors-seen-with-GCC.patch
patches.kernel.org/6.6.35-100-HID-nvidia-shield-Add-missing-check-for-input_.patch
patches.kernel.org/6.6.35-101-cxl-test-Add-missing-vmalloc.h-for-tools-testi.patch
patches.kernel.org/6.6.35-102-cxl-region-Fix-memregion-leaks-in-devm_cxl_add.patch
patches.kernel.org/6.6.35-103-cachefiles-add-output-string-to-cachefiles_obj.patch
patches.kernel.org/6.6.35-104-cachefiles-remove-requests-from-xarray-during-.patch
patches.kernel.org/6.6.35-105-cachefiles-introduce-object-ondemand-state.patch
patches.kernel.org/6.6.35-106-cachefiles-extract-ondemand-info-field-from-ca.patch
patches.kernel.org/6.6.35-107-cachefiles-resend-an-open-request-if-the-read-.patch
patches.kernel.org/6.6.35-108-cachefiles-add-spin_lock-for-cachefiles_ondema.patch
patches.kernel.org/6.6.35-109-cachefiles-add-restore-command-to-recover-infl.patch
patches.kernel.org/6.6.35-110-cachefiles-fix-slab-use-after-free-in-cachefil.patch
patches.kernel.org/6.6.35-111-cachefiles-fix-slab-use-after-free-in-cachefil.patch
patches.kernel.org/6.6.35-112-cachefiles-remove-err_put_fd-label-in-cachefil.patch
patches.kernel.org/6.6.35-113-cachefiles-never-get-a-new-anonymous-fd-if-ond.patch
patches.kernel.org/6.6.35-114-cachefiles-defer-exposing-anon_fd-until-after-.patch
patches.kernel.org/6.6.35-115-cachefiles-flush-all-requests-after-setting-CA.patch
patches.kernel.org/6.6.35-116-selftests-ftrace-Fix-to-check-required-event-f.patch
patches.kernel.org/6.6.35-117-clk-sifive-Do-not-register-clkdevs-for-PRCI-cl.patch
patches.kernel.org/6.6.35-118-NFSv4.1-enforce-rootpath-check-in-fs_location-.patch
patches.kernel.org/6.6.35-119-SUNRPC-return-proper-error-from-gss_wrap_req_p.patch
patches.kernel.org/6.6.35-120-NFS-add-barriers-when-testing-for-NFS_FSDATA_B.patch
patches.kernel.org/6.6.35-121-selftests-tracing-Fix-event-filter-test-to-ret.patch
patches.kernel.org/6.6.35-122-nvme-fix-nvme_pr_-status-code-parsing.patch
patches.kernel.org/6.6.35-123-drm-panel-sitronix-st7789v-Add-check-for-of_dr.patch
patches.kernel.org/6.6.35-124-platform-x86-dell-smbios-Fix-wrong-token-data-.patch
patches.kernel.org/6.6.35-125-gpio-tqmx86-fix-typo-in-Kconfig-label.patch
patches.kernel.org/6.6.35-126-gpio-tqmx86-introduce-shadow-register-for-GPIO.patch
patches.kernel.org/6.6.35-127-gpio-tqmx86-store-IRQ-trigger-type-and-unmask-.patch
patches.kernel.org/6.6.35-128-gpio-tqmx86-fix-broken-IRQ_TYPE_EDGE_BOTH-inte.patch
patches.kernel.org/6.6.35-129-HID-core-remove-unnecessary-WARN_ON-in-impleme.patch
patches.kernel.org/6.6.35-130-iommu-amd-Fix-sysfs-leak-in-iommu-init.patch
patches.kernel.org/6.6.35-131-iommu-Return-right-value-in-iommu_sva_bind_dev.patch
patches.kernel.org/6.6.35-132-io_uring-io-wq-Use-set_bit-and-test_bit-at-wor.patch
patches.kernel.org/6.6.35-133-io_uring-io-wq-avoid-garbage-value-of-match-in.patch
patches.kernel.org/6.6.35-134-HID-logitech-dj-Fix-memory-leak-in-logi_dj_rec.patch
patches.kernel.org/6.6.35-135-drm-vmwgfx-Refactor-drm-connector-probing-for-.patch
patches.kernel.org/6.6.35-136-drm-vmwgfx-Filter-modes-which-exceed-graphics-.patch
patches.kernel.org/6.6.35-137-drm-vmwgfx-3D-disabled-should-not-effect-STDU-.patch
patches.kernel.org/6.6.35-138-drm-vmwgfx-Remove-STDU-logic-from-generic-mode.patch
patches.kernel.org/6.6.35-139-drm-vmwgfx-Don-t-memcmp-equivalent-pointers.patch
patches.kernel.org/6.6.35-140-af_unix-Annotate-data-race-of-sk-sk_state-in-u.patch
patches.kernel.org/6.6.35-141-modpost-do-not-warn-about-missing-MODULE_DESCR.patch
patches.kernel.org/6.6.35-142-net-sfp-Always-call-sfp_sm_mod_remove-on-remov.patch
patches.kernel.org/6.6.35-143-net-hns3-fix-kernel-crash-problem-in-concurren.patch
patches.kernel.org/6.6.35-144-net-hns3-add-cond_resched-to-hns3-ring-buffer-.patch
patches.kernel.org/6.6.35-145-liquidio-Adjust-a-NULL-pointer-handling-path-i.patch
patches.kernel.org/6.6.35-146-net-stmmac-dwmac-qcom-ethqos-Configure-host-DM.patch
patches.kernel.org/6.6.35-147-drm-komeda-check-for-error-valued-pointer.patch
patches.kernel.org/6.6.35-148-drm-bridge-panel-Fix-runtime-warning-on-panel-.patch
patches.kernel.org/6.6.35-149-tcp-fix-race-in-tcp_v6_syn_recv_sock.patch
patches.kernel.org/6.6.35-150-net-dsa-qca8k-fix-usages-of-device_get_named_c.patch
patches.kernel.org/6.6.35-151-geneve-Fix-incorrect-inner-network-header-offs.patch
patches.kernel.org/6.6.35-152-net-mlx5e-Fix-features-validation-check-for-tu.patch
patches.kernel.org/6.6.35-153-Bluetooth-L2CAP-Fix-rejecting-L2CAP_CONN_PARAM.patch
patches.kernel.org/6.6.35-154-Bluetooth-fix-connection-setup-in-l2cap_connec.patch
patches.kernel.org/6.6.35-155-netfilter-nft_inner-validate-mandatory-meta-an.patch
patches.kernel.org/6.6.35-156-netfilter-ipset-Fix-race-between-namespace-cle.patch
patches.kernel.org/6.6.35-157-x86-asm-Use-c-n-instead-of-P-operand-modifier-.patch
patches.kernel.org/6.6.35-158-x86-uaccess-Fix-missed-zeroing-of-ia32-u64-get.patch
patches.kernel.org/6.6.35-159-scsi-ufs-core-Quiesce-request-queues-before-ch.patch
patches.kernel.org/6.6.35-160-net-pse-pd-Use-EOPNOTSUPP-error-code-instead-o.patch
patches.kernel.org/6.6.35-161-gve-ignore-nonrelevant-GSO-type-bits-when-proc.patch
patches.kernel.org/6.6.35-162-net-stmmac-replace-priv-speed-with-the-portTra.patch
patches.kernel.org/6.6.35-163-block-sed-opal-avoid-possible-wrong-address-re.patch
patches.kernel.org/6.6.35-164-block-fix-request.queuelist-usage-in-flush.patch
patches.kernel.org/6.6.35-165-nvmet-passthru-propagate-status-from-id-overri.patch
patches.kernel.org/6.6.35-166-net-ipv6-Fix-the-RT-cache-flush-via-sysctl-usi.patch
patches.kernel.org/6.6.35-167-net-bridge-mst-pass-vlan-group-directly-to-br_.patch
patches.kernel.org/6.6.35-168-net-bridge-mst-fix-suspicious-rcu-usage-in-br_.patch
patches.kernel.org/6.6.35-169-ionic-fix-use-after-netif_napi_del.patch
patches.kernel.org/6.6.35-170-af_unix-Read-with-MSG_PEEK-loops-if-the-first-.patch
patches.kernel.org/6.6.35-171-bnxt_en-Adjust-logging-of-firmware-messages-in.patch
patches.kernel.org/6.6.35-172-misc-microchip-pci1xxxx-fix-double-free-in-the.patch
patches.kernel.org/6.6.35-173-ksmbd-move-leading-slash-check-to-smb2_get_nam.patch
patches.kernel.org/6.6.35-174-ksmbd-fix-missing-use-of-get_write-in-in-smb2_.patch
patches.kernel.org/6.6.35-175-x86-boot-Don-t-add-the-EFI-stub-to-targets-aga.patch
patches.kernel.org/6.6.35-176-iio-adc-ad9467-fix-scan-type-sign.patch
patches.kernel.org/6.6.35-177-iio-dac-ad5592r-fix-temperature-channel-scalin.patch
patches.kernel.org/6.6.35-178-iio-invensense-fix-odr-switching-to-same-value.patch
patches.kernel.org/6.6.35-179-iio-imu-inv_icm42600-delete-unneeded-update-wa.patch
patches.kernel.org/6.6.35-180-drivers-core-synchronize-really_probe-and-dev_.patch
patches.kernel.org/6.6.35-181-parisc-Try-to-fix-random-segmentation-faults-i.patch
patches.kernel.org/6.6.35-182-ACPI-x86-Force-StorageD3Enable-on-more-product.patch
patches.kernel.org/6.6.35-183-drm-exynos-vidi-fix-memory-leak-in-.get_modes.patch
patches.kernel.org/6.6.35-184-drm-exynos-hdmi-report-safe-640x480-mode-as-a-.patch
patches.kernel.org/6.6.35-185-mptcp-ensure-snd_una-is-properly-initialized-o.patch
patches.kernel.org/6.6.35-186-mptcp-pm-inc-RmAddr-MIB-counter-once-per-RM_AD.patch
patches.kernel.org/6.6.35-187-mptcp-pm-update-add_addr-counters-after-connec.patch
patches.kernel.org/6.6.35-188-clkdev-Update-clkdev-id-usage-to-allow-for-lon.patch
patches.kernel.org/6.6.35-189-irqchip-gic-v3-its-Fix-potential-race-conditio.patch
patches.kernel.org/6.6.35-190-x86-kexec-Fix-bug-with-call-depth-tracking.patch
patches.kernel.org/6.6.35-191-x86-amd_nb-Check-for-invalid-SMN-reads.patch
patches.kernel.org/6.6.35-192-perf-core-Fix-missing-wakeup-when-waiting-for-.patch
patches.kernel.org/6.6.35-193-perf-auxtrace-Fix-multiple-use-of-itrace-optio.patch
patches.kernel.org/6.6.35-194-riscv-fix-overlap-of-allocated-page-and-PTR_ER.patch
patches.kernel.org/6.6.35-195-tracing-selftests-Fix-kprobe-event-name-test-f.patch
patches.kernel.org/6.6.35-196-kheaders-explicitly-define-file-modes-for-arch.patch
patches.kernel.org/6.6.35-197-null_blk-Print-correct-max-open-zones-limit-in.patch
patches.kernel.org/6.6.35-198-sock_map-avoid-race-between-sock_map_close-and.patch
patches.kernel.org/6.6.35-199-dma-buf-handle-testing-kthreads-creation-failu.patch
patches.kernel.org/6.6.35-200-vmci-prevent-speculation-leaks-by-sanitizing-e.patch
patches.kernel.org/6.6.35-201-spmi-hisi-spmi-controller-Do-not-override-devi.patch
patches.kernel.org/6.6.35-202-knfsd-LOOKUP-can-return-an-illegal-error-value.patch
patches.kernel.org/6.6.35-203-fs-proc-fix-softlockup-in-__read_vmcore.patch
patches.kernel.org/6.6.35-204-ocfs2-use-coarse-time-for-new-created-files.patch
patches.kernel.org/6.6.35-205-ocfs2-fix-races-between-hole-punching-and-AIO-.patch
patches.kernel.org/6.6.35-206-PCI-rockchip-ep-Remove-wrong-mask-on-subsys_ve.patch
patches.kernel.org/6.6.35-207-dmaengine-axi-dmac-fix-possible-race-in-remove.patch
patches.kernel.org/6.6.35-208-remoteproc-k3-r5-Wait-for-core0-power-up-befor.patch
patches.kernel.org/6.6.35-209-remoteproc-k3-r5-Do-not-allow-core1-to-power-u.patch
patches.kernel.org/6.6.35-210-iio-adc-axi-adc-make-sure-AXI-clock-is-enabled.patch
patches.kernel.org/6.6.35-211-iio-invensense-fix-interrupt-timestamp-alignme.patch
patches.kernel.org/6.6.35-212-riscv-rewrite-__kernel_map_pages-to-fix-sleepi.patch
patches.kernel.org/6.6.35-213-rtla-timerlat-Simplify-no-value-printing-on-to.patch
patches.kernel.org/6.6.35-214-rtla-auto-analysis-Replace-t-with-spaces.patch
patches.kernel.org/6.6.35-215-drm-i915-gt-Disarm-breadcrumbs-if-engines-are-.patch
patches.kernel.org/6.6.35-216-drm-shmem-helper-Fix-BUG_ON-on-mmap-PROT_WRITE.patch
patches.kernel.org/6.6.35-217-drm-i915-dpt-Make-DPT-object-unshrinkable.patch
patches.kernel.org/6.6.35-218-drm-i915-Fix-audio-component-initialization.patch
patches.kernel.org/6.6.35-219-intel_th-pci-Add-Granite-Rapids-support.patch
patches.kernel.org/6.6.35-220-intel_th-pci-Add-Granite-Rapids-SOC-support.patch
patches.kernel.org/6.6.35-221-intel_th-pci-Add-Sapphire-Rapids-SOC-support.patch
patches.kernel.org/6.6.35-222-intel_th-pci-Add-Meteor-Lake-S-support.patch
patches.kernel.org/6.6.35-223-intel_th-pci-Add-Lunar-Lake-support.patch
patches.kernel.org/6.6.35-224-pmdomain-ti-sci-Fix-duplicate-PD-referrals.patch
patches.kernel.org/6.6.35-225-btrfs-zoned-introduce-a-zone_info-struct-in-bt.patch
patches.kernel.org/6.6.35-226-btrfs-zoned-factor-out-per-zone-logic-from-btr.patch
patches.kernel.org/6.6.35-227-btrfs-zoned-factor-out-single-bg-handling-from.patch
patches.kernel.org/6.6.35-228-btrfs-zoned-factor-out-DUP-bg-handling-from-bt.patch
patches.kernel.org/6.6.35-229-btrfs-zoned-fix-use-after-free-due-to-race-wit.patch
patches.kernel.org/6.6.35-230-xfs-fix-imprecise-logic-in-xchk_btree_check_bl.patch
patches.kernel.org/6.6.35-231-xfs-fix-scrub-stats-file-permissions.patch
patches.kernel.org/6.6.35-232-xfs-fix-SEEK_HOLE-DATA-for-regions-with-active.patch
patches.kernel.org/6.6.35-233-xfs-shrink-failure-needs-to-hold-AGI-buffer.patch
patches.kernel.org/6.6.35-234-xfs-ensure-submit-buffers-on-LSN-boundaries-in.patch
patches.kernel.org/6.6.35-235-xfs-allow-sunit-mount-option-to-repair-bad-pri.patch
patches.kernel.org/6.6.35-236-xfs-don-t-use-current-journal_info.patch
patches.kernel.org/6.6.35-237-xfs-allow-cross-linking-special-files-without-.patch
patches.kernel.org/6.6.35-238-swiotlb-Enforce-page-alignment-in-swiotlb_allo.patch
patches.kernel.org/6.6.35-239-swiotlb-Reinstate-page-alignment-for-mappings-.patch
patches.kernel.org/6.6.35-240-swiotlb-extend-buffer-pre-padding-to-alloc_ali.patch
patches.kernel.org/6.6.35-241-nilfs2-fix-potential-kernel-bug-due-to-lack-of.patch
patches.kernel.org/6.6.35-242-tick-nohz_full-Don-t-abuse-smp_call_function_s.patch
patches.kernel.org/6.6.35-243-mm-huge_memory-don-t-unpoison-huge_zero_folio.patch
patches.kernel.org/6.6.35-244-serial-8250_pxa-Configure-tx_loadsz-to-match-F.patch
patches.kernel.org/6.6.35-245-Revert-fork-defer-linking-file-vma-until-vma-i.patch
patches.kernel.org/6.6.35-246-selftests-net-add-lib.sh.patch
patches.kernel.org/6.6.35-247-selftests-net-add-variable-NS_LIST-for-lib.sh.patch
patches.kernel.org/6.6.35-248-selftests-forwarding-Avoid-failures-to-source-.patch
patches.kernel.org/6.6.35-249-remoteproc-k3-r5-Jump-to-error-handling-labels.patch
patches.kernel.org/6.6.35-250-cachefiles-erofs-Fix-NULL-deref-in-when-cachef.patch
patches.kernel.org/6.6.35-251-selftests-net-lib-update-busywait-timeout-valu.patch
patches.kernel.org/6.6.35-252-selftests-net-lib-no-need-to-record-ns-name-if.patch
patches.kernel.org/6.6.35-253-selftests-net-lib-support-errexit-with-busywai.patch
patches.kernel.org/6.6.35-254-selftests-net-lib-avoid-error-removing-empty-n.patch
patches.kernel.org/6.6.35-255-greybus-Fix-use-after-free-bug-in-gb_interface.patch
patches.kernel.org/6.6.35-256-ima-Fix-use-after-free-on-a-dentry-s-dname.nam.patch
patches.kernel.org/6.6.35-257-device-property-Implement-device_is_big_endian.patch
patches.kernel.org/6.6.35-258-serial-core-Add-UPIO_UNKNOWN-constant-for-unkn.patch
patches.kernel.org/6.6.35-259-serial-port-Introduce-a-common-helper-to-read-.patch
patches.kernel.org/6.6.35-260-serial-8250_dw-Switch-to-use-uart_read_port_pr.patch
patches.kernel.org/6.6.35-261-serial-8250_dw-Replace-ACPI-device-check-by-a-.patch
patches.kernel.org/6.6.35-262-serial-8250_dw-Don-t-use-struct-dw8250_data-ou.patch
patches.kernel.org/6.6.35-263-usb-storage-alauda-Check-whether-the-media-is-.patch
patches.kernel.org/6.6.35-264-misc-microchip-pci1xxxx-Fix-a-memory-leak-in-t.patch
patches.kernel.org/6.6.35-265-i2c-at91-Fix-the-functionality-flags-of-the-sl.patch
patches.kernel.org/6.6.35-266-i2c-designware-Fix-the-functionality-flags-of-.patch
patches.kernel.org/6.6.35-267-zap_pid_ns_processes-clear-TIF_NOTIFY_SIGNAL-a.patch
patches.kernel.org/6.6.35-268-Linux-6.6.35.patch
patches.kernel.org/net-stmmac-No-need-to-calculate-speed-divider-when-offload-is-disabled.patch
patches.kernel.org/netfilter-ipset-Fix-suspicious-rcu_dereference_protected.patch
########################################################
# Build fixes that apply to the vanilla kernel too.

View File

@ -1,3 +1,3 @@
2024-06-17 08:38:40 +0000
GIT Revision: 69bfff07067b51dc79c1639c44318712cc40b0ee
2024-06-22 07:49:30 +0000
GIT Revision: ccf0ab8212d31be7349e66cbfedfed598cc8be3c
GIT Branch: slowroll