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

Stefan Bader stefan.bader at canonical.com
Thu Nov 10 10:12:23 UTC 2022


On 02.11.22 22:41, Kamal Mostafa wrote:
> This pull request (31 commits) includes the following Focal stable patchsets:
> 
> 	Focal update: v5.4.218 upstream stable release
> 	https://bugs.launchpad.net/bugs/1995530
> 
> 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 56db1adc43ded9576fe3c9d5cad34c9481881641:
> 
>    UBUNTU: Upstream stable to v5.4.217 (2022-11-02 13:21:12 -0700)
> 
> are available in the Git repository at:
> 
>    git://git.launchpad.net/~ubuntu-kernel-stable/+git/focal tags/focal-stable-v5.4.218
> 
> for you to fetch changes up to 5707e16bb9f7bd24f4c94494fa5f5362fa4a1ae2:
> 
>    UBUNTU: Upstream stable to v5.4.218 (2022-11-02 13:48:50 -0700)
> 
> ----------------------------------------------------------------
> Alexey Dobriyan (1):
>        perf tools: Fixup get_current_dir_name() compilation
> 
> Brian Norris (1):
>        mmc: core: Terminate infinite loop in SD-UHS voltage switch
> 
> Cameron Gutman (1):
>        Input: xpad - fix wireless 360 controller breaking after suspend
> 
> ChanWoo Lee (1):
>        mmc: core: Replace with already defined values for readability
> 
> Cristian Marussi (1):
>        firmware: arm_scmi: Add SCMI PM driver remove routine
> 
> David Gow (1):
>        arch: um: Mark the stack non-executable to fix a binutils warning
> 
> Frank Wunderlich (1):
>        USB: serial: qcserial: add new usb-id for Dell branded EM7455
> 
> Greg Kroah-Hartman (1):
>        Linux 5.4.218
> 
> Haimin Zhang (1):
>        net/ieee802154: fix uninit value bug in dgram_sendmsg
> 
> Hu Weiwen (1):
>        ceph: don't truncate file in atomic_open
> 
> Jason A. Donenfeld (4):
>        random: clamp credited irq bits to maximum mixed
>        random: restore O_NONBLOCK support
>        random: avoid reading two cache lines on irq randomness
>        random: use expired timer rather than wq for mixing fast pool
> 
> Johan Hovold (1):
>        USB: serial: ftdi_sio: fix 300 bps rate for SIO
> 
> Kamal Mostafa (1):
>        UBUNTU: Upstream stable to v5.4.218
> 
> Krzysztof Kozlowski (1):
>        rpmsg: qcom: glink: replace strncpy() with strscpy_pad()
> 
> Letu Ren (1):
>        scsi: qedf: Fix a UAF bug in __qedf_probe()
> 
> Lukas Straub (2):
>        um: Cleanup syscall_handler_t cast in syscalls_32.h
>        um: Cleanup compiler warning in arch/x86/um/tls_32.c
> 
> Orlando Chamberlain (1):
>        efi: Correct Macmini DMI match in uefi cert quirk
> 
> Pavel Rojtberg (1):
>        Input: xpad - add supported devices as contributed on github
> 
> Ryusuke Konishi (3):
>        nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()
>        nilfs2: fix leak of nilfs_root in case of writer thread creation failure
>        nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure
> 
> Sergei Antonov (1):
>        ARM: dts: fix Moxa SDIO 'compatible', remove 'sdhci' misnomer
> 
> Steven Price (1):
>        mm: pagewalk: Fix race between unmap and page walker
> 
> Swati Agarwal (2):
>        dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property
>        dmaengine: xilinx_dma: Report error in case of dma_set_mask_and_coherent API failure
> 
> Tadeusz Struk (1):
>        usb: mon: make mmapped memory read only
> 
> Takashi Iwai (1):
>        ALSA: hda: Fix position reporting on Poulsbo
> 
>   .../devicetree/bindings/dma/moxa,moxart-dma.txt    |  4 +--
>   Makefile                                           |  2 +-
>   arch/arm/boot/dts/moxart-uc7112lx.dts              |  2 +-
>   arch/arm/boot/dts/moxart.dtsi                      |  4 +--
>   arch/um/Makefile                                   |  8 +++++
>   arch/x86/um/shared/sysdep/syscalls_32.h            |  5 ++-
>   arch/x86/um/tls_32.c                               |  6 ----
>   arch/x86/um/vdso/Makefile                          |  2 +-
>   debian.master/upstream-stable                      |  2 +-
>   drivers/char/mem.c                                 |  4 +--
>   drivers/char/random.c                              | 25 ++++++++-----
>   drivers/dma/xilinx/xilinx_dma.c                    |  8 +++--
>   drivers/firmware/arm_scmi/scmi_pm_domain.c         | 20 +++++++++++
>   drivers/input/joystick/xpad.c                      | 20 ++++++++++-
>   drivers/mmc/core/sd.c                              |  3 +-
>   drivers/rpmsg/qcom_glink_native.c                  |  2 +-
>   drivers/rpmsg/qcom_smd.c                           |  4 +--
>   drivers/scsi/qedf/qedf_main.c                      |  5 ---
>   drivers/usb/mon/mon_bin.c                          |  5 +++
>   drivers/usb/serial/ftdi_sio.c                      |  3 +-
>   drivers/usb/serial/qcserial.c                      |  1 +
>   fs/ceph/file.c                                     | 10 ++++--
>   fs/nilfs2/inode.c                                  |  2 ++
>   fs/nilfs2/segment.c                                | 21 ++++++-----
>   include/net/ieee802154_netdev.h                    | 37 +++++++++++++++++++
>   mm/pagewalk.c                                      | 13 ++++---
>   net/ieee802154/socket.c                            | 42 ++++++++++++----------
>   security/integrity/platform_certs/load_uefi.c      |  2 +-
>   sound/pci/hda/hda_intel.c                          |  3 +-
>   tools/perf/util/get_current_dir_name.c             |  3 +-
>   30 files changed, 189 insertions(+), 79 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/20221110/504b37f3/attachment-0001.sig>


More information about the kernel-team mailing list