APPLIED: [SRU][Jammy][PULL] Jammy update: v5.15.156 upstream stable release
Roxana Nicolescu
roxana.nicolescu at canonical.com
Mon May 27 09:14:44 UTC 2024
On 16/05/2024 10:18, Manuel Diewald wrote:
> This pull request (49 commits) includes the following Jammy stable patchsets:
>
> Jammy update: v5.15.156 upstream stable release
> https://bugs.launchpad.net/bugs/2065857
>
> Note also that the 'stable-next' branch head contains this and all
> prior pending upstream stable releases. I recommend fetching and
> applying just this reference ('stable-next') instead of each
> tags/jammy-stable-* reference:
>
> git://git.launchpad.net/~ubuntu-kernel-stable/+git/jammy stable-next
>
> -Manuel
>
> ------------------------------------------------------------------------
>
> The following changes since commit fb4bc260a59d29c035b716fd64b357419553497d:
>
> UBUNTU: Upstream stable to v5.15.155 (2024-05-15 15:23:36 +0200)
>
> are available in the Git repository at:
>
> git://git.launchpad.net/~ubuntu-kernel-stable/+git/jammy tags/jammy-stable-v5.15.156
>
> for you to fetch changes up to 61d31ad890d6f019985abf5266e31426445c92ed:
>
> UBUNTU: Upstream stable to v5.15.156 (2024-05-16 09:48:24 +0200)
>
> ----------------------------------------------------------------
> Adam Dunlap (1):
> x86/apic: Force native_apic_mem_read() to use the MOV instruction
>
> Alex Constantino (1):
> Revert "drm/qxl: simplify qxl_fence_wait"
>
> Arnd Bergmann (5):
> nouveau: fix function cast warning
> ipv6: fib: hide unused 'pn' variable
> ipv4/route: avoid unused-but-set-variable warning
> tracing: hide unused ftrace_event_id_fops
> irqflags: Explicitly ignore lockdep_hrtimer_exit() argument
>
> Arınç ÜNAL (1):
> net: dsa: mt7530: trap link-local frames regardless of ST Port State
>
> Boris Burkov (1):
> btrfs: qgroup: correctly model root qgroup rsv in convert
>
> Cosmin Ratiu (1):
> net/mlx5: Properly link new fs rules into the tree
>
> Dan Carpenter (1):
> scsi: qla2xxx: Fix off by one in qla_edif_app_getstats()
>
> Daniel Machon (1):
> net: sparx5: fix wrong config being used when reconfiguring PCS
>
> Daniel Sneddon (1):
> x86/bugs: Fix return type of spectre_bhi_state()
>
> David Arinzon (3):
> net: ena: Fix potential sign extension issue
> net: ena: Wrong missing IO completions check order
> net: ena: Fix incorrect descriptor free behavior
>
> Dmitry Antipov (1):
> Bluetooth: Fix memory leak in hci_req_sync_complete()
>
> Eric Dumazet (3):
> xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING
> geneve: fix header validation in geneve[6]_xmit_skb
> netfilter: complete validation of user input
>
> Frank Li (1):
> arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order
>
> Gavin Shan (1):
> vhost: Add smp_rmb() in vhost_vq_avail_empty()
>
> Geetha sowjanya (1):
> octeontx2-af: Fix NIX SQ mode and BP config
>
> Greg Kroah-Hartman (1):
> Linux 5.15.156
>
> Ilya Maximets (1):
> net: openvswitch: fix unwanted error log on timeout policy probing
>
> Ingo Molnar (1):
> x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'
>
> Jacob Pan (1):
> iommu/vt-d: Allocate local memory for page request queue
>
> Jiri Benc (1):
> ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr
>
> John Stultz (1):
> selftests: timers: Fix abs() warning in posix_timers test
>
> Josh Poimboeuf (6):
> x86/bugs: Fix BHI documentation
> x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES
> x86/bugs: Fix BHI handling of RRSBA
> x86/bugs: Clarify that syscall hardening isn't a BHI mitigation
> x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto
> x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI
>
> Kuniyuki Iwashima (2):
> af_unix: Clear stale u->oob_skb.
> af_unix: Do not use atomic ops for unix_sk(sk)->inflight.
>
> Manuel Diewald (3):
> UBUNTU: [Config] updateconfigs to remove obsolete SPECTRE_BHI_AUTO
> UBUNTU: [Config] updateconfigs to enable new MITIGATION_SPECTRE_BHI
> UBUNTU: Upstream stable to v5.15.156
>
> Michal Luczaj (1):
> af_unix: Fix garbage collector racing against connect()
>
> Namhyung Kim (1):
> perf/x86: Fix out of range data
>
> Nini Song (1):
> media: cec: core: remove length check of Timer Status
>
> Sean Christopherson (1):
> x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n
>
> Sebastian Andrzej Siewior (1):
> u64_stats: Disable preemption on 32bit UP+SMP PREEMPT_RT during updates.
>
> Steven Rostedt (Google) (1):
> ring-buffer: Only update pages_touched when a new page is touched
>
> Sven Eckelmann (1):
> batman-adv: Avoid infinite loop trying to resize local TT
>
> Ville Syrjälä (2):
> drm/client: Fully protect modes[] with dev->mode_config.mutex
> drm/i915/cdclk: Fix CDCLK programming order when pipes are active
>
> Documentation/admin-guide/hw-vuln/spectre.rst | 22 +-
> Documentation/admin-guide/kernel-parameters.txt | 12 +-
> Makefile | 2 +-
> arch/arm64/boot/dts/freescale/imx8-ss-conn.dtsi | 12 +-
> arch/x86/Kconfig | 21 +-
> arch/x86/events/core.c | 1 +
> arch/x86/include/asm/apic.h | 3 +-
> arch/x86/kernel/cpu/bugs.c | 82 ++++----
> arch/x86/kernel/cpu/common.c | 48 ++---
> debian.master/config/annotations | 4 +-
> debian.master/upstream-stable | 2 +-
> drivers/gpu/drm/drm_client_modeset.c | 3 +-
> drivers/gpu/drm/i915/display/intel_cdclk.c | 7 +-
> drivers/gpu/drm/i915/display/intel_cdclk.h | 3 +
> .../gpu/drm/nouveau/nvkm/subdev/bios/shadowof.c | 7 +-
> drivers/gpu/drm/qxl/qxl_release.c | 50 ++++-
> drivers/iommu/intel/svm.c | 2 +-
> drivers/media/cec/core/cec-adap.c | 14 --
> drivers/net/dsa/mt7530.c | 229 ++++++++++++++++++---
> drivers/net/dsa/mt7530.h | 5 +
> drivers/net/ethernet/amazon/ena/ena_com.c | 2 +-
> drivers/net/ethernet/amazon/ena/ena_netdev.c | 35 ++--
> .../net/ethernet/marvell/octeontx2/af/rvu_nix.c | 20 +-
> drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 3 +-
> .../net/ethernet/microchip/sparx5/sparx5_port.c | 4 +-
> drivers/net/geneve.c | 4 +-
> drivers/scsi/qla2xxx/qla_edif.c | 2 +-
> drivers/vhost/vhost.c | 12 +-
> fs/btrfs/qgroup.c | 2 +
> include/linux/dma-fence.h | 7 +
> include/linux/irqflags.h | 2 +-
> include/linux/u64_stats_sync.h | 42 ++--
> include/net/addrconf.h | 4 +
> include/net/af_unix.h | 2 +-
> include/net/ip_tunnels.h | 33 +++
> kernel/cpu.c | 3 +-
> kernel/trace/ring_buffer.c | 6 +-
> kernel/trace/trace_events.c | 4 +
> net/batman-adv/translation-table.c | 2 +-
> net/bluetooth/hci_request.c | 4 +-
> net/ipv4/netfilter/arp_tables.c | 4 +
> net/ipv4/netfilter/ip_tables.c | 4 +
> net/ipv4/route.c | 4 +-
> net/ipv6/addrconf.c | 7 +-
> net/ipv6/ip6_fib.c | 7 +-
> net/ipv6/netfilter/ip6_tables.c | 4 +
> net/openvswitch/conntrack.c | 5 +-
> net/unix/af_unix.c | 8 +-
> net/unix/garbage.c | 35 +++-
> net/unix/scm.c | 8 +-
> net/xdp/xsk.c | 2 +
> tools/testing/selftests/timers/posix_timers.c | 2 +-
> 52 files changed, 555 insertions(+), 257 deletions(-)
>
Applied to jammy:linux master-next branch. Thanks!
More information about the kernel-team
mailing list