[SRU][Focal][PULL] Focal update: v5.4.210 upstream stable release

Kamal Mostafa kamal at canonical.com
Fri Sep 9 22:42:43 UTC 2022


This pull request (15 commits) includes the following Focal stable patchsets:

	Focal update: v5.4.210 upstream stable release
	https://bugs.launchpad.net/bugs/1989230

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/focal-stable-v5.4.xx reference:

   git://git.launchpad.net/~ubuntu-kernel-stable/+git/focal stable-next

 -Kamal

-----

The following changes since commit b048381e7f71db625babdeb5cb54592adb019840:

  UBUNTU: Upstream stable to v5.4.209 (2022-09-09 14:11:33 -0700)

are available in the Git repository at:

  git://git.launchpad.net/~ubuntu-kernel-stable/+git/focal tags/focal-stable-v5.4.210

for you to fetch changes up to 22affa6d301bc8abec0e70d0a6ffa235881feff0:

  UBUNTU: Upstream stable to v5.4.210 (2022-09-09 14:59:30 -0700)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      KVM: Don't null dereference ops->destroy

Chen-Yu Tsai (1):
      media: v4l2-mem2mem: Apply DST_QUEUE_OFF_BASE on MMAP buffers across ioctls

Daniel Sneddon (1):
      x86/speculation: Add RSB VM Exit protections

Greg Kroah-Hartman (1):
      Linux 5.4.210

Jakub Sitnicki (1):
      selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads

John Fastabend (2):
      bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()
      bpf: Test_verifier, #70 error message updates for 32-bit right shift

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

Ning Qiang (1):
      macintosh/adb: fix oob read in do_adb_query() function

Pawan Gupta (1):
      x86/speculation: Add LFENCE to RSB fill sequence

Raghavendra Rao Ananta (1):
      selftests: KVM: Handle compiler optimizations in ucall

Subbaraman Narayanamurthy (1):
      thermal: Fix NULL pointer dereferences in of_thermal_ functions

Tony Luck (1):
      ACPI: APEI: Better fix to avoid spamming the console with old error logs

Werner Sembach (2):
      ACPI: video: Force backlight native for some TongFang devices
      ACPI: video: Shortening quirk list by identifying Clevo by board_name only

 Documentation/admin-guide/hw-vuln/spectre.rst   |  8 +++
 Makefile                                        |  2 +-
 arch/x86/include/asm/cpufeatures.h              |  2 +
 arch/x86/include/asm/msr-index.h                |  4 ++
 arch/x86/include/asm/nospec-branch.h            | 19 +++++-
 arch/x86/kernel/cpu/bugs.c                      | 61 ++++++++++++++++++-
 arch/x86/kernel/cpu/common.c                    | 12 +++-
 arch/x86/kvm/vmx/vmenter.S                      |  1 +
 debian.master/upstream-stable                   |  2 +-
 drivers/acpi/apei/bert.c                        | 31 +++++++---
 drivers/acpi/video_detect.c                     | 55 +++++++++++------
 drivers/macintosh/adb.c                         |  2 +-
 drivers/media/v4l2-core/v4l2-mem2mem.c          | 60 +++++++++++++-----
 drivers/thermal/of-thermal.c                    |  9 ++-
 kernel/bpf/verifier.c                           |  1 +
 tools/arch/x86/include/asm/cpufeatures.h        |  1 +
 tools/include/uapi/linux/bpf.h                  |  3 +-
 tools/testing/selftests/bpf/verifier/bounds.c   |  6 +-
 tools/testing/selftests/bpf/verifier/sock.c     | 81 ++++++++++++++++++++++++-
 tools/testing/selftests/kvm/lib/aarch64/ucall.c |  9 ++-
 virt/kvm/kvm_main.c                             |  5 +-
 21 files changed, 308 insertions(+), 66 deletions(-)



More information about the kernel-team mailing list