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

Stefan Bader stefan.bader at canonical.com
Fri Oct 1 09:35:03 UTC 2021


On 29.09.21 19:49, Kamal Mostafa wrote:
> This pull request (38 commits) includes the following Focal stable patchsets:
> 
> 	Focal update: v5.4.145 upstream stable release
> 	https://bugs.launchpad.net/bugs/1945517
> 
> 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://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git stable-next
> 
>   -Kamal
> 
> -----
> 
> The following changes since commit 9f55fbecab8dbc665a63d4ca23eba1f2dc5798c0:
> 
>    UBUNTU: upstream stable to v5.4.144 (2021-09-29 10:19:16 -0700)
> 
> are available in the Git repository at:
> 
>    git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.145
> 
> for you to fetch changes up to 3084b6885d52d5e4df8f6959b3a0cf1f6bee69ce:
> 
>    UBUNTU: upstream stable to v5.4.145 (2021-09-29 10:20:46 -0700)
> 
> ----------------------------------------------------------------
> Alexander Tsoy (1):
>        ALSA: usb-audio: Add registration quirk for JBL Quantum 800
> 
> Ben Dooks (1):
>        ARM: 8918/2: only build return_address() if needed
> 
> Christoph Hellwig (1):
>        cryptoloop: add a deprecation warning
> 
> Chunfeng Yun (2):
>        usb: mtu3: use @mult for HS isoc or intr
>        usb: mtu3: fix the wrong HS mult value
> 
> Eric Biggers (4):
>        fscrypt: add fscrypt_symlink_getattr() for computing st_size
>        ext4: report correct st_size for encrypted symlinks
>        f2fs: report correct st_size for encrypted symlinks
>        ubifs: report correct st_size for encrypted symlinks
> 
> Esben Haabendal (1):
>        net: ll_temac: Remove left-over debug message
> 
> Fangrui Song (1):
>        powerpc/boot: Delete unneeded .globl _zimage_start
> 
> Greg Kroah-Hartman (1):
>        Linux 5.4.145
> 
> Harini Katakam (1):
>        net: macb: Add a NULL check on desc_ptp
> 
> Hayes Wang (1):
>        Revert "r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPM"
> 
> Kamal Mostafa (1):
>        UBUNTU: upstream stable to v5.4.145
> 
> Kim Phillips (2):
>        perf/x86/amd/ibs: Work around erratum #1197
>        perf/x86/amd/power: Assign pmu.module
> 
> Krzysztof Hałasa (1):
>        gpu: ipu-v3: Fix i.MX IPU-v3 offset calculations for (semi)planar U/V formats
> 
> Liu Jian (1):
>        igmp: Add ip_mc_list lock in ip_check_mc_rcu
> 
> Marek Behún (1):
>        PCI: Call Max Payload Size-related fixup quirks early
> 
> Mathias Nyman (1):
>        xhci: fix unsafe memory usage in xhci tracing
> 
> Mathieu Desnoyers (1):
>        ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)
> 
> Muchun Song (1):
>        mm/page_alloc: speed up the iteration of max_order
> 
> Paul Gortmaker (1):
>        x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versions
> 
> Pavel Skripkin (1):
>        media: stkwebcam: fix memory leak in stk_camera_probe
> 
> Peter Zijlstra (1):
>        kthread: Fix PF_KTHREAD vs to_kthread() race
> 
> Qu Wenruo (1):
>        Revert "btrfs: compression: don't try to compress if we don't have enough pages"
> 
> Randy Dunlap (1):
>        xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHG
> 
> Sai Krishna Potthuri (1):
>        reset: reset-zynqmp: Fixed the argument data type
> 
> Shai Malin (2):
>        qed: Fix the VF msix vectors flow
>        qede: Fix memset corruption
> 
> Suravee Suthikulpanit (1):
>        x86/events/amd/iommu: Fix invalid Perf result due to IOMMU PMC power-gating
> 
> Takashi Iwai (1):
>        ALSA: hda/realtek: Workaround for conflicting SSID on ASUS ROG Strix G17
> 
> Tom Rix (1):
>        USB: serial: mos7720: improve OOM-handling in read_mos_reg()
> 
> Vineet Gupta (1):
>        ARC: wireup clone3 syscall
> 
> Xiaoyao Li (1):
>        perf/x86/intel/pt: Fix mask of num_address_ranges
> 
> Yoshihiro Shimoda (1):
>        usb: host: xhci-rcar: Don't reload firmware after the completion
> 
> Zubin Mithra (1):
>        ALSA: pcm: fix divide error in snd_pcm_lib_ioctl
> 
>   Makefile                                     |  2 +-
>   arch/arc/Kconfig                             |  1 +
>   arch/arc/include/asm/syscalls.h              |  1 +
>   arch/arc/include/uapi/asm/unistd.h           |  1 +
>   arch/arc/kernel/entry.S                      | 12 +++++++
>   arch/arc/kernel/process.c                    |  7 ++--
>   arch/arc/kernel/sys.c                        |  1 +
>   arch/arm/kernel/Makefile                     |  6 +++-
>   arch/arm/kernel/return_address.c             |  4 ---
>   arch/powerpc/boot/crt0.S                     |  3 --
>   arch/x86/events/amd/ibs.c                    |  8 +++++
>   arch/x86/events/amd/iommu.c                  | 47 ++++++++++++++-----------
>   arch/x86/events/amd/power.c                  |  1 +
>   arch/x86/events/intel/pt.c                   |  2 +-
>   arch/x86/kernel/reboot.c                     |  3 +-
>   arch/xtensa/Kconfig                          |  2 +-
>   debian.master/upstream-stable                |  2 +-
>   drivers/block/Kconfig                        |  4 +--
>   drivers/block/cryptoloop.c                   |  2 ++
>   drivers/gpu/ipu-v3/ipu-cpmem.c               | 30 ++++++++--------
>   drivers/media/usb/stkwebcam/stk-webcam.c     |  6 ++--
>   drivers/net/ethernet/cadence/macb_ptp.c      | 11 +++++-
>   drivers/net/ethernet/qlogic/qed/qed_main.c   |  7 +++-
>   drivers/net/ethernet/qlogic/qede/qede_main.c |  2 +-
>   drivers/net/ethernet/realtek/r8169_main.c    |  1 +
>   drivers/net/ethernet/xilinx/ll_temac_main.c  |  4 +--
>   drivers/pci/quirks.c                         | 12 +++----
>   drivers/reset/reset-zynqmp.c                 |  3 +-
>   drivers/usb/host/xhci-debugfs.c              |  6 ++--
>   drivers/usb/host/xhci-rcar.c                 |  7 ++++
>   drivers/usb/host/xhci-trace.h                |  8 ++---
>   drivers/usb/host/xhci.h                      | 52 +++++++++++++++-------------
>   drivers/usb/mtu3/mtu3_gadget.c               |  6 ++--
>   drivers/usb/serial/mos7720.c                 |  4 ++-
>   fs/btrfs/inode.c                             |  2 +-
>   fs/crypto/hooks.c                            | 44 +++++++++++++++++++++++
>   fs/ext4/symlink.c                            | 11 +++++-
>   fs/f2fs/namei.c                              | 11 +++++-
>   fs/ubifs/file.c                              | 12 ++++++-
>   include/linux/fscrypt.h                      |  7 ++++
>   kernel/kthread.c                             | 43 +++++++++++++++--------
>   kernel/sched/fair.c                          |  2 +-
>   mm/page_alloc.c                              |  8 ++---
>   net/ipv4/icmp.c                              | 23 ++++++++++--
>   net/ipv4/igmp.c                              |  2 ++
>   sound/core/pcm_lib.c                         |  2 +-
>   sound/pci/hda/patch_realtek.c                | 10 ++++++
>   sound/usb/quirks.c                           |  1 +
>   48 files changed, 315 insertions(+), 131 deletions(-)
> 

Applied to focal:linux/master-next. Thanks.

-Stefan


-------------- 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/20211001/47f2d7c8/attachment.sig>


More information about the kernel-team mailing list