APPLIED: [SRU][Jammy][PULL] Jammy update: v5.15.173 upstream stable release
Mehmet Basaran
mehmet.basaran at canonical.com
Thu Jan 9 07:48:20 UTC 2025
Manuel Diewald <manuel.diewald at canonical.com> writes:
Following 13 patches were already present in the master-next branch, so
they got relocated:
Ubuntu-5.15.0-128.138
- UBUNTU: [Config] Disable BlueZ highspeed support
- smb: client: set correct id, uid and cruid for multiuser automounts
- net: fec: remove .ndo_poll_controller to avoid deadlocks
- media: mtk-vcodec: potential null pointer deference in SCP
- drm/amd/display: Add null checks for 'stream' and 'plane' before
dereferencing
- net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT
- vsock/virtio: Initialization of the dangling pointer occurring in
vsk->trans
Ubuntu-5.15.0-130.140
- netfilter: xtables: fix typo causing some targets not to load on IPv6
Through Mailing list for current cycle:
- ufs: ufs_sb_private_info: remove unused s_{2, 3}apb fields
- UBUNTU: [Packaging] Sort build dependencies alphabetically
- UBUNTU: [Packaging] Add list of used source files to buildinfo package
- hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointer
- mm: krealloc: Fix MTE false alarm in __do_krealloc
> This pull request (24 commits) includes the following Jammy stable patchsets:
>
> Jammy update: v5.15.173 upstream stable release
> https://bugs.launchpad.net/bugs/2089541
>
> 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 ef5efe0e33b74d00f267a5845af5737b11f440f0:
>
> UBUNTU: Upstream stable to v5.15.172 (2024-11-25 11:44:14 +0100)
>
> are available in the Git repository at:
>
> git://git.launchpad.net/~ubuntu-kernel-stable/+git/jammy tags/jammy-stable-v5.15.173
>
> for you to fetch changes up to d5ac07934b8e92e327db00105ea8182d242550e9:
>
> UBUNTU: Upstream stable to v5.15.173 (2024-11-25 13:13:57 +0100)
>
> ----------------------------------------------------------------
> Alessandro Zanni (1):
> fs: Fix uninitialized value issue in from_kuid and from_kgid
>
> Greg Kroah-Hartman (1):
> Linux 5.15.173
>
> Hagar Hemdan (1):
> io_uring: fix possible deadlock in io_register_iowq_max_workers()
>
> Hans de Goede (1):
> HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard
>
> Herbert Xu (1):
> crypto: marvell/cesa - Disable hash algorithms
>
> Ian Forbes (1):
> drm/vmwgfx: Limit display layout ioctl array size to VMWGFX_NUM_DISPLAY_UNITS
>
> Jan Kara (2):
> udf: Allocate name buffer in directory iterator on heap
> udf: Avoid directory type conversion failure due to ENOMEM
>
> Julian Vetter (1):
> sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML
>
> Kenneth Albanowski (1):
> HID: multitouch: Add quirk for Logitech Bolt receiver w/ Casa touchpad
>
> Li Nan (1):
> md/raid10: improve code of mrdev in raid10_sync_request
>
> Linus Torvalds (1):
> 9p: fix slab cache name creation for real
>
> Manuel Diewald (1):
> UBUNTU: Upstream stable to v5.15.173
>
> Michael Ellerman (1):
> powerpc/powernv: Free name on error in opal_event_init()
>
> Pedro Falcato (1):
> 9p: Avoid creating multiple slab caches with the same name
>
> Qun-Wei Lin (1):
> mm: krealloc: Fix MTE false alarm in __do_krealloc
>
> Reinhard Speyerer (1):
> net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition
>
> Rik van Riel (1):
> bpf: use kvzmalloc to allocate BPF verifier environment
>
> Sergey Matsievskiy (1):
> irqchip/ocelot: Fix trigger register address
>
> Stefan Blum (1):
> HID: multitouch: Add support for B2402FVA track point
>
> SurajSonawane2415 (1):
> block: Fix elevator_get_default() checking for NULL q->tag_set
>
> WangYuli (1):
> HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpad
>
> Yuan Can (1):
> vDPA/ifcvf: Fix pci_read_config_byte() return code handling
>
> Yuanzheng Song (1):
> mm/memory: add non-anonymous page check in the copy_present_page()
>
> Makefile | 2 +-
> arch/powerpc/platforms/powernv/opal-irqchip.c | 1 +
> block/elevator.c | 4 ++--
> debian.master/upstream-stable | 2 +-
> drivers/crypto/marvell/cesa/hash.c | 12 ++++++------
> drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 4 ++--
> drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 4 +++-
> drivers/gpu/drm/vmwgfx/vmwgfx_kms.h | 3 ---
> drivers/hid/hid-ids.h | 1 +
> drivers/hid/hid-lenovo.c | 8 ++++++++
> drivers/hid/hid-multitouch.c | 13 +++++++++++++
> drivers/irqchip/irq-mscc-ocelot.c | 4 ++--
> drivers/md/raid10.c | 23 ++++++++++++-----------
> drivers/net/usb/qmi_wwan.c | 1 +
> drivers/vdpa/ifcvf/ifcvf_base.c | 2 +-
> fs/ocfs2/file.c | 9 ++++++---
> fs/udf/directory.c | 27 +++++++++++++++++++--------
> fs/udf/udfdecl.h | 2 +-
> io_uring/io_uring.c | 5 +++++
> kernel/bpf/verifier.c | 4 ++--
> mm/memory.c | 11 +++++++++++
> mm/slab_common.c | 2 +-
> net/9p/client.c | 12 +++++++++++-
> sound/Kconfig | 2 +-
> 24 files changed, 111 insertions(+), 47 deletions(-)
>
> --
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
Applied to jammy:linux master-next branch. Thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 873 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20250109/5f80c745/attachment.sig>
More information about the kernel-team
mailing list