[SRU][Jammy][PULL] Jammy update: v5.15.50 upstream stable release

Kamal Mostafa kamal at canonical.com
Tue Aug 16 22:02:55 UTC 2022


This pull request (9 commits) includes the following Jammy stable patchsets:

	Jammy update: v5.15.50 upstream stable release
	https://bugs.launchpad.net/bugs/1986715

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 223ed86885a07ecfdda048cc58ed430793458cdf:

  UBUNTU: Upstream stable to v5.15.49 (2022-08-15 08:09:48 -0700)

are available in the Git repository at:

  git://git.launchpad.net/~ubuntu-kernel-stable/+git/jammy tags/jammy-stable-v5.15.50

for you to fetch changes up to 7f17a98dfaef6757267262ceb1540b1465cf8ab2:

  UBUNTU: Upstream stable to v5.15.50 (2022-08-16 12:48:33 -0700)

----------------------------------------------------------------
Damien Le Moal (1):
      zonefs: fix zonefs_iomap_begin() for reads

Greg Kroah-Hartman (1):
      Linux 5.15.50

Haiyang Zhang (1):
      net: mana: Add handling of CQE_RX_TRUNCATED

Kamal Mostafa (1):
      UBUNTU: Upstream stable to v5.15.50

Lukas Wunner (1):
      serial: core: Initialize rs485 RTS polarity already on probe

Marian Postevca (1):
      usb: gadget: u_ether: fix regression in setting fixed MAC address

Toke Høiland-Jørgensen (2):
      bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
      selftests/bpf: Add selftest for calling global functions from freplace

Will Deacon (1):
      arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer

 Makefile                                           |  2 +-
 arch/arm64/mm/cache.S                              |  2 -
 debian.master/upstream-stable                      |  2 +-
 drivers/net/ethernet/microsoft/mana/mana_en.c      |  7 +-
 drivers/tty/serial/amba-pl011.c                    | 15 +---
 drivers/tty/serial/serial_core.c                   | 34 +++-----
 drivers/usb/gadget/function/u_ether.c              | 11 ++-
 fs/zonefs/super.c                                  | 94 +++++++++++++++-------
 kernel/bpf/btf.c                                   |  5 +-
 .../selftests/bpf/prog_tests/fexit_bpf2bpf.c       | 14 ++++
 .../selftests/bpf/progs/freplace_global_func.c     | 18 +++++
 11 files changed, 128 insertions(+), 76 deletions(-)
 create mode 100644 tools/testing/selftests/bpf/progs/freplace_global_func.c



More information about the kernel-team mailing list