APPLIED: [SRU][Lunar][PULL] Lunar upstream stable patchset 2023-10-19

Stefan Bader stefan.bader at canonical.com
Fri Oct 20 08:56:21 UTC 2023


On 19.10.23 22:34, Kamal Mostafa wrote:
> This pull request (45 commits) includes the following Lunar stable
> patchsets:
> 
> 	Lunar update: upstream stable patchset 2023-10-19
> 		Ported from the following upstream stable releases:
> 			v6.1.51, v6.4.14
> 			v6.1.52, v6.4.15
> 	https://bugs.launchpad.net/bugs/2039884
> 
> Note also that the 'stable-next' branch head contains this and all prior
> pending upstream stable releases, rebased to master-next:
> 
>     git://git.launchpad.net/~ubuntu-kernel-stable/+git/lunar stable-next
> 
>   -Kamal
> 
> -----
> 
> The following changes since commit 59c1bbcfa088e929c3cb845c72a7fad03d4f7829:
> 
>    UBUNTU: Upstream stable to v6.1.50, v6.4.13 (2023-10-18 14:22:25 -0700)
> 
> are available in the Git repository at:
> 
>    git://git.launchpad.net/~ubuntu-kernel-stable/+git/lunar tags/lunar-stable-2023-10-19
> 
> for you to fetch changes up to 1f4ba22aabc21e2d3d7eeb02947c17e4f7fbbce8:
> 
>    UBUNTU: Upstream stable to v6.1.52, v6.4.15 (2023-10-19 12:59:04 -0700)
> 
> ----------------------------------------------------------------
> Aaron Armstrong Skomra (1):
>        HID: wacom: remove the battery when the EKR is off
> 
> Andrea Righi (1):
>        module/decompress: use vmalloc() for zstd decompression workspace
> 
> Arnd Bergmann (2):
>        arm64: module-plts: inline linux/moduleloader.h
>        ARM: pxa: remove use of symbol_get()
> 
> Badhri Jagan Sridharan (1):
>        tcpm: Avoid soft reset when partner does not support get_status
> 
> Christoph Hellwig (4):
>        mmc: au1xmmc: force non-modular build and remove symbol_get usage
>        net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_index
>        rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroff
>        modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules
> 
> Deren Wu (2):
>        wifi: mt76: mt7921: do not support one stream on secondary antenna only
>        wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU
> 
> Gao Xiang (1):
>        erofs: ensure that the post-EOF tails are all zeroed
> 
> Helge Deller (3):
>        lockdep: fix static memory detection even more
>        parisc: sys_parisc: parisc_personality() is called from asm code
>        io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc
> 
> Hugo Villeneuve (3):
>        serial: sc16is7xx: fix broken port 0 uart init
>        serial: sc16is7xx: fix bug when first setting GPIO direction
>        dt-bindings: sc16is7xx: Add property to change GPIO function
> 
> James Morse (3):
>        module: Expose module_init_layout_section()
>        arm64: module: Use module_init_layout_section() to spot init sections
>        ARM: module: Use module_init_layout_section() to spot init sections
> 
> Johan Hovold (1):
>        serial: qcom-geni: fix opp vote on shutdown
> 
> John David Anglin (1):
>        parisc: Cleanup mmap implementation regarding color alignment
> 
> Juerg Haefliger (1):
>        fsi: master-ast-cf: Add MODULE_FIRMWARE macro
> 
> Kamal Mostafa (2):
>        UBUNTU: Upstream stable to v6.1.51, v6.4.14
>        UBUNTU: Upstream stable to v6.1.52, v6.4.15
> 
> Luke Lu (1):
>        usb: dwc3: meson-g12a: do post init to fix broken usb after resumption
> 
> Marco Felsch (1):
>        usb: typec: tcpci: clear the fault status bit
> 
> Mario Limonciello (2):
>        ACPI: thermal: Drop nocrt parameter
>        pinctrl: amd: Don't show `Invalid config param` errors
> 
> Martin Kohn (1):
>        USB: serial: option: add Quectel EM05G variant (0x030e)
> 
> Nam Cao (1):
>        staging: rtl8712: fix race condition
> 
> Namjae Jeon (4):
>        ksmbd: fix wrong DataOffset validation of create context
>        ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()
>        ksmbd: replace one-element array with flex-array member in struct smb2_ea_info
>        ksmbd: reduce descriptor size if remaining bytes is less than request size
> 
> Ryusuke Konishi (2):
>        nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()
>        nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse
> 
> Sascha Hauer (1):
>        wifi: rtw88: usb: kill and free rx urbs on probe failure
> 
> Slark Xiao (1):
>        USB: serial: option: add FOXCONN T99W368/T99W373 product
> 
> Takashi Iwai (1):
>        ALSA: usb-audio: Fix init call orders for UAC1
> 
> Wang Ming (1):
>        firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe
> 
> Xu Yang (1):
>        usb: chipidea: imx: improve logic if samsung,picophy-* parameter is 0
> 
> Yonghong Song (1):
>        kallsyms: Fix kallsyms_selftest failure
> 
> Zheng Wang (1):
>        Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition
> 
>   Documentation/admin-guide/kernel-parameters.txt    |   4 -
>   .../devicetree/bindings/serial/nxp,sc16is7xx.txt   |  46 ++++++
>   arch/arm/kernel/module-plts.c                      |   2 +-
>   arch/arm/mach-pxa/sharpsl_pm.c                     |   2 -
>   arch/arm/mach-pxa/spitz.c                          |  14 +-
>   arch/arm64/kernel/module-plts.c                    |   3 +-
>   arch/mips/alchemy/devboards/db1000.c               |   8 +-
>   arch/mips/alchemy/devboards/db1200.c               |  19 +--
>   arch/mips/alchemy/devboards/db1300.c               |  10 +-
>   arch/parisc/kernel/sys_parisc.c                    | 169 ++++++++-------------
>   arch/x86/include/asm/sections.h                    |  18 ---
>   debian.master/upstream-stable                      |   4 +-
>   drivers/acpi/thermal.c                             |   6 +-
>   drivers/bluetooth/btsdio.c                         |   1 +
>   drivers/firmware/stratix10-svc.c                   |   2 +-
>   drivers/fsi/fsi-master-ast-cf.c                    |   1 +
>   drivers/hid/wacom.h                                |   1 +
>   drivers/hid/wacom_sys.c                            |  25 ++-
>   drivers/hid/wacom_wac.c                            |   1 +
>   drivers/hid/wacom_wac.h                            |   1 +
>   drivers/mmc/host/Kconfig                           |   5 +-
>   drivers/net/ethernet/freescale/enetc/enetc_ptp.c   |   2 +-
>   .../net/wireless/mediatek/mt76/mt76_connac_mac.c   |   7 +-
>   drivers/net/wireless/mediatek/mt76/mt7921/main.c   |   2 +-
>   drivers/net/wireless/realtek/rtw88/usb.c           |   5 +-
>   drivers/pinctrl/pinctrl-amd.c                      |   4 +-
>   drivers/rtc/rtc-ds1685.c                           |   2 +-
>   drivers/staging/rtl8712/os_intfs.c                 |   1 +
>   drivers/staging/rtl8712/usb_intf.c                 |   1 -
>   drivers/tty/serial/qcom_geni_serial.c              |   5 +
>   drivers/tty/serial/sc16is7xx.c                     |  17 ++-
>   drivers/usb/chipidea/ci_hdrc_imx.c                 |  10 +-
>   drivers/usb/chipidea/usbmisc_imx.c                 |   6 +-
>   drivers/usb/dwc3/dwc3-meson-g12a.c                 |   6 +
>   drivers/usb/serial/option.c                        |   7 +
>   drivers/usb/typec/tcpm/tcpci.c                     |   4 +
>   drivers/usb/typec/tcpm/tcpm.c                      |   7 +
>   fs/erofs/zdata.c                                   |   2 +
>   fs/nilfs2/alloc.c                                  |   3 +-
>   fs/nilfs2/inode.c                                  |   7 +-
>   fs/nilfs2/segment.c                                |   5 +
>   fs/smb/server/auth.c                               |   3 +
>   fs/smb/server/oplock.c                             |   2 +-
>   fs/smb/server/smb2pdu.c                            |   2 +-
>   fs/smb/server/smb2pdu.h                            |   2 +-
>   fs/smb/server/transport_rdma.c                     |  25 ++-
>   include/linux/moduleloader.h                       |   5 +
>   include/linux/usb/tcpci.h                          |   1 +
>   io_uring/io_uring.c                                |  46 ++++++
>   kernel/kallsyms.c                                  |  17 +--
>   kernel/locking/lockdep.c                           |  36 ++---
>   kernel/module/decompress.c                         |   4 +-
>   kernel/module/main.c                               |  16 +-
>   sound/usb/stream.c                                 |  11 +-
>   54 files changed, 357 insertions(+), 258 deletions(-)
> 

Applied to lunar:linux/master-next maintaining API. Thanks.

-Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0xE8675DEECBEECEA3.asc
Type: application/pgp-keys
Size: 44613 bytes
Desc: OpenPGP public key
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20231020/b465b86b/attachment-0001.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20231020/b465b86b/attachment-0001.sig>


More information about the kernel-team mailing list