1
0

commit 6e2e453c63e54d8c0fd2eaca694d964a0c87bd55

OBS-URL: https://build.opensuse.org/package/show/Kernel:slowroll/kernel-source-longterm?expand=0&rev=30
This commit is contained in:
Kernel Bugs
2024-03-19 07:06:35 +00:00
committed by Git OBS Bridge
parent 94b6e14570
commit 590910047e
10 changed files with 412 additions and 17 deletions

View File

@@ -1,3 +1,116 @@
-------------------------------------------------------------------
Sat Mar 16 08:32:39 CET 2024 - rfrohl@suse.com
- config: updated, enable CONFIG_MITIGATION_RFDS (bsc#1218260).
- commit 6e2e453
-------------------------------------------------------------------
Fri Mar 15 23:01:00 CET 2024 - rfrohl@suse.com
- Linux 6.6.22 (bsc#1218260).
- KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests (bsc#1218260).
- x86/rfds: Mitigate Register File Data Sampling (RFDS)
(bsc#1218260).
- Documentation/hw-vuln: Add documentation for RFDS (bsc#1218260).
- x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF
is set (bsc#1218260).
- selftests: mptcp: decrease BW in simult flows (bsc#1218260).
- readahead: avoid multiple marked readahead pages (bsc#1218260).
- KVM: s390: vsie: fix race during shadow creation (bsc#1218260).
- KVM: s390: add stat counter for shadow gmap events
(bsc#1218260).
- net: pds_core: Fix possible double free in error handling path
(bsc#1218260).
- netrom: Fix data-races around sysctl_net_busy_read
(bsc#1218260).
- netrom: Fix a data-race around sysctl_netrom_link_fails_count
(bsc#1218260).
- netrom: Fix a data-race around sysctl_netrom_routing_control
(bsc#1218260).
- netrom: Fix a data-race around
sysctl_netrom_transport_no_activity_timeout (bsc#1218260).
- netrom: Fix a data-race around
sysctl_netrom_transport_requested_window_size (bsc#1218260).
- netrom: Fix a data-race around
sysctl_netrom_transport_busy_delay (bsc#1218260).
- netrom: Fix a data-race around
sysctl_netrom_transport_acknowledge_delay (bsc#1218260).
- netrom: Fix a data-race around
sysctl_netrom_transport_maximum_tries (bsc#1218260).
- netrom: Fix a data-race around sysctl_netrom_transport_timeout
(bsc#1218260).
- netrom: Fix data-races around
sysctl_netrom_network_ttl_initialiser (bsc#1218260).
- netrom: Fix a data-race around
sysctl_netrom_obsolescence_count_initialiser (bsc#1218260).
- netrom: Fix a data-race around
sysctl_netrom_default_path_quality (bsc#1218260).
- erofs: apply proper VMA alignment for memory mapped files on
THP (bsc#1218260).
- netfilter: nf_conntrack_h323: Add protection for bmp length
out of range (bsc#1218260).
- netfilter: nft_ct: fix l3num expectations with inet pseudo
family (bsc#1218260).
- net/rds: fix WARNING in rds_conn_connect_if_down (bsc#1218260).
- net: dsa: microchip: fix register write order in
ksz8_ind_write8() (bsc#1218260).
- cpumap: Zero-initialise xdp_rxq_info struct before running
XDP program (bsc#1218260).
- selftests/bpf: Fix up xdp bonding test wrt feature flags
(bsc#1218260).
- xdp, bonding: Fix feature flags when there are no slave devs
anymore (bsc#1218260).
- bpf: check bpf_func_state->callback_depth when pruning states
(bsc#1218260).
- net/ipv6: avoid possible UAF in ip6_route_mpath_notify()
(bsc#1218260).
- igc: avoid returning frame twice in XDP_REDIRECT (bsc#1218260).
- net: ice: Fix potential NULL pointer dereference in
ice_bridge_setlink() (bsc#1218260).
- ice: virtchnl: stop pretending to support RSS over AQ or
registers (bsc#1218260).
- net: sparx5: Fix use after free inside sparx5_del_mact_entry
(bsc#1218260).
- geneve: make sure to pull inner header in geneve_rx()
(bsc#1218260).
- tracing/net_sched: Fix tracepoints that save qdisc_dev()
as a string (bsc#1218260).
- net/mlx5e: Switch to using _bh variant of of spinlock API in
port timestamping NAPI poll context (bsc#1218260).
- net/mlx5e: Use a memory barrier to enforce PTP WQ xmit
submission tracking occurs after populating the metadata_map
(bsc#1218260).
- net/mlx5e: Fix MACsec state loss upon state update in offload
path (bsc#1218260).
- net/mlx5e: Change the warning when ignore_flow_level is not
supported (bsc#1218260).
- net/mlx5: Check capability for fw_reset (bsc#1218260).
- net/mlx5: E-switch, Change flow rule destination checking
(bsc#1218260).
- Revert "net/mlx5e: Check the number of elements before walk
TC rhashtable" (bsc#1218260).
- Revert "net/mlx5: Block entering switchdev mode with ns
inconsistency" (bsc#1218260).
- ice: reorder disabling IRQ and NAPI in ice_qp_dis (bsc#1218260).
- i40e: disable NAPI right after disabling irqs when handling
xsk_pool (bsc#1218260).
- ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able
(bsc#1218260).
- net: lan78xx: fix runtime PM count underflow on link stop
(bsc#1218260).
- xfrm: Pass UDP encapsulation in TX packet offload (bsc#1218260).
- mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone
index (bsc#1218260).
- ceph: switch to corrected encoding of max_xattr_size in mdsmap
(bsc#1218260).
- dmaengine: fsl-edma: correct max_segment_size setting
(bsc#1218260).
- dmaengine: fsl-edma: utilize common dt-binding header file
(bsc#1218260).
- dt-bindings: dma: fsl-edma: Add fsl-edma.h to prevent hardcoding
in dts (bsc#1218260).
- commit 1b82952
-------------------------------------------------------------------
Wed Mar 6 17:30:36 CET 2024 - rfrohl@suse.com