APPLIED: [SRU][Jammy][PULL] Jammy update: v5.15.115 upstream stable release
Stefan Bader
stefan.bader at canonical.com
Mon Jul 31 17:32:32 UTC 2023
On 26.07.23 20:54, Kamal Mostafa wrote:
> This pull request (37 commits) includes the following Jammy stable patchsets:
>
> Jammy update: v5.15.115 upstream stable release
> https://bugs.launchpad.net/bugs/2028799
>
> 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-v5.15.xx reference:
>
> git://git.launchpad.net/~ubuntu-kernel-stable/+git/jammy stable-next
>
> -Kamal
>
> -----
>
> The following changes since commit 1379641c7ae306c9ffb59408cb879af9c517cdb5:
>
> UBUNTU: Upstream stable to v5.15.114 (2023-07-25 13:03:07 -0700)
>
> are available in the Git repository at:
>
> git://git.launchpad.net/~ubuntu-kernel-stable/+git/jammy tags/jammy-stable-v5.15.115
>
> for you to fetch changes up to bb6b769d95c25e775c8d8475bedb3cfb9a4e1764:
>
> UBUNTU: Upstream stable to v5.15.115 (2023-07-25 14:58:54 -0700)
>
> ----------------------------------------------------------------
> Anton Protopopov (1):
> bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
>
> Arınç ÜNAL (1):
> net: dsa: mt7530: fix network connectivity with multiple CPU ports
>
> Carlos Llamas (5):
> binder: fix UAF caused by faulty buffer cleanup
> Revert "binder_alloc: add missing mmap_lock calls when using the VMA"
> Revert "android: binder: stop saving a pointer to the VMA"
> binder: add lockless binder_alloc_(set|get)_vma()
> binder: fix UAF of alloc->vma in race with munmap()
>
> Daniel Golle (1):
> net: dsa: mt7530: split-off common parts from mt7531_setup
>
> David Epping (1):
> net: phy: mscc: enable VSC8501/2 RGMII RX clock
>
> Frank Wunderlich (1):
> net: dsa: mt7530: rework mt753[01]_setup
>
> Greg Kroah-Hartman (1):
> Linux 5.15.115
>
> Hangbin Liu (2):
> Bonding: add arp_missed_max option
> bonding: fix send_peer_notif overflow
>
> Hans de Goede (5):
> power: supply: bq27xxx: Move bq27xxx_battery_update() down
> power: supply: bq27xxx: Ensure power_supply_changed() is called on current sign changes
> power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to stabilize
> power: supply: core: Refactor power_supply_set_input_current_limit_from_supplier()
> power: supply: bq24190: Call power_supply_changed() after updating input current
>
> Jiaxun Yang (2):
> irqchip/mips-gic: Use raw spinlock for gic_lock
> irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routable
>
> Kamal Mostafa (1):
> UBUNTU: Upstream stable to v5.15.115
>
> Marc Zyngier (1):
> irqchip/mips-gic: Get rid of the reliance on irq_cpu_online()
>
> Mark Bloch (1):
> net/mlx5: devcom only supports 2 ports
>
> Nicolas Dichtel (1):
> ipv{4,6}/raw: fix output xfrm lookup wrt protocol
>
> Paul Blakey (1):
> netfilter: ctnetlink: Support offloaded conntrack entry deletion
>
> Qingfang DENG (1):
> net: page_pool: use in_softirq() instead
>
> Rahul Rameshbabu (1):
> net/mlx5e: Fix SQ wake logic in ptp napi_poll context
>
> Ruihan Li (1):
> bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()
>
> Sebastian Andrzej Siewior (1):
> xdp: xdp_mem_allocator can be NULL in trace_mem_connect().
>
> Shay Drory (1):
> net/mlx5: Devcom, serialize devcom registration
>
> Sicelo A. Mhlongo (1):
> power: supply: bq27xxx: expose battery data when CI=1
>
> Srinivas Pandruvada (1):
> platform/x86: ISST: PUNIT device mapping with Sub-NUMA clustering
>
> Steve Wahl (1):
> platform/x86: ISST: Remove 8 socket limit
>
> Toke Høiland-Jørgensen (1):
> xdp: Allow registering memory model without rxq reference
>
> Vlad Buslov (1):
> net/mlx5e: Fix deadlock in tc route query code
>
> Vladimir Oltean (1):
> net: dsa: introduce helpers for iterating through ports using dp
>
> Yunsheng Lin (1):
> page_pool: fix inconsistency for page_pool_ring_[un]lock()
>
> Documentation/networking/bonding.rst | 11 ++
> Makefile | 2 +-
> debian.master/upstream-stable | 2 +-
> drivers/android/binder.c | 26 +++-
> drivers/android/binder_alloc.c | 64 +++-----
> drivers/android/binder_alloc.h | 2 +-
> drivers/android/binder_alloc_selftest.c | 2 +-
> drivers/irqchip/irq-mips-gic.c | 65 +++++---
> drivers/net/bonding/bond_main.c | 17 +-
> drivers/net/bonding/bond_netlink.c | 22 ++-
> drivers/net/bonding/bond_options.c | 36 ++++-
> drivers/net/bonding/bond_procfs.c | 2 +
> drivers/net/bonding/bond_sysfs.c | 13 ++
> drivers/net/dsa/mt7530.c | 124 +++++++++------
> drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c | 2 +
> drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h | 2 +
> drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 19 +--
> drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 19 ++-
> .../net/ethernet/mellanox/mlx5/core/lib/devcom.c | 81 +++++++---
> .../net/ethernet/mellanox/mlx5/core/lib/devcom.h | 3 +
> drivers/net/phy/mscc/mscc.h | 1 +
> drivers/net/phy/mscc/mscc_main.c | 54 +++----
> .../x86/intel/speed_select_if/isst_if_common.c | 49 ++++--
> drivers/power/supply/bq24190_charger.c | 13 +-
> drivers/power/supply/bq27xxx_battery.c | 171 +++++++++++----------
> drivers/power/supply/power_supply_core.c | 57 +++----
> include/linux/power/bq27xxx_battery.h | 3 +
> include/linux/power_supply.h | 5 +-
> include/net/bond_options.h | 1 +
> include/net/bonding.h | 3 +-
> include/net/dsa.h | 28 ++++
> include/net/ip.h | 2 +
> include/net/page_pool.h | 18 ---
> include/net/xdp.h | 3 +
> include/uapi/linux/if_link.h | 1 +
> include/uapi/linux/in.h | 2 +
> kernel/bpf/hashtab.c | 6 +-
> net/bluetooth/hci_sock.c | 28 ++++
> net/core/page_pool.c | 34 +++-
> net/core/xdp.c | 93 +++++++----
> net/ipv4/ip_sockglue.c | 12 +-
> net/ipv4/raw.c | 5 +-
> net/ipv6/raw.c | 3 +-
> net/netfilter/nf_conntrack_netlink.c | 8 -
> tools/include/uapi/linux/if_link.h | 1 +
> 45 files changed, 726 insertions(+), 389 deletions(-)
>
Applied to jammy:linux/master-next. Thanks.
-Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0xE8675DEECBEECEA3.asc
Type: application/pgp-keys
Size: 44613 bytes
Desc: OpenPGP public key
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20230731/c1963b4e/attachment-0001.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20230731/c1963b4e/attachment-0001.sig>
More information about the kernel-team
mailing list