Public bug reported:
SRU Justification
Impact:
The upstream process for stable tree updates is quite similar
in scope to the Ubuntu SRU process, e.g., each patch has to
demonstrably fix a bug, and each patch is vetted by upstream
by originating either directly from a mainline/stable Linux tree or
a minimally backported form of that patch. The following upstream
stable patches should be included in the Ubuntu kernel:
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
from git://git.kernel.org/
ACPI: thermal: Drop nocrt parameter
module: Expose module_init_layout_section()
arm64: module-plts: inline linux/moduleloader.h
arm64: module: Use module_init_layout_section() to spot init sections
ARM: module: Use module_init_layout_section() to spot init sections
lockdep: fix static memory detection even more
parisc: Cleanup mmap implementation regarding color alignment
parisc: sys_parisc: parisc_personality() is called from asm code
io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc
kallsyms: Fix kallsyms_selftest failure
module/decompress: use vmalloc() for zstd decompression workspace
UBUNTU: Upstream stable to v6.1.51, v6.4.14
erofs: ensure that the post-EOF tails are all zeroed
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
ARM: pxa: remove use of symbol_get()
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
USB: serial: option: add Quectel EM05G variant (0x030e)
USB: serial: option: add FOXCONN T99W368/T99W373 product
ALSA: usb-audio: Fix init call orders for UAC1
usb: dwc3: meson-g12a: do post init to fix broken usb after resumption
usb: chipidea: imx: improve logic if samsung,picophy-* parameter is 0
HID: wacom: remove the battery when the EKR is off
staging: rtl8712: fix race condition
Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition
wifi: mt76: mt7921: do not support one stream on secondary antenna only
wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU
serial: qcom-geni: fix opp vote on shutdown
serial: sc16is7xx: fix broken port 0 uart init
serial: sc16is7xx: fix bug when first setting GPIO direction
firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe
fsi: master-ast-cf: Add MODULE_FIRMWARE macro
tcpm: Avoid soft reset when partner does not support get_status
dt-bindings: sc16is7xx: Add property to change GPIO function
nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()
nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse
usb: typec: tcpci: clear the fault status bit
pinctrl: amd: Don't show `Invalid config param` errors
wifi: rtw88: usb: kill and free rx urbs on probe failure
UBUNTU: Upstream stable to v6.1.52, v6.4.15
** Affects: linux (Ubuntu)
Importance: Undecided
Status: Invalid
** Affects: linux (Ubuntu Lunar)
Importance: Medium
Assignee: Kamal Mostafa (kamalmostafa)
Status: In Progress
** Tags: kernel-stable-tracking-bug
** Changed in: linux (Ubuntu)
Status: New => Confirmed
** Tags added: kernel-stable-tracking-bug
** Also affects: linux (Ubuntu Lunar)
Importance: Undecided
Status: New
** Changed in: linux (Ubuntu)
Status: Confirmed => Invalid
** Changed in: linux (Ubuntu Lunar)
Status: New => In Progress
** Changed in: linux (Ubuntu Lunar)
Importance: Undecided => Medium
** Changed in: linux (Ubuntu Lunar)
Assignee: (unassigned) => Kamal Mostafa (kamalmostafa)
** Description changed:
+ SRU Justification
- SRU Justification
+ Impact:
+ The upstream process for stable tree updates is quite similar
+ in scope to the Ubuntu SRU process, e.g., each patch has to
+ demonstrably fix a bug, and each patch is vetted by upstream
+ by originating either directly from a mainline/stable Linux tree or
+ a minimally backported form of that patch. The following upstream
+ stable patches should be included in the Ubuntu kernel:
- Impact:
- The upstream process for stable tree updates is quite similar
- in scope to the Ubuntu SRU process, e.g., each patch has to
- demonstrably fix a bug, and each patch is vetted by upstream
- by originating either directly from a mainline/stable Linux tree or
- a minimally backported form of that patch. The following upstream
- stable patches should be included in the Ubuntu kernel:
+ upstream stable patchset 2023-10-19
- upstream stable patchset 2023-10-19
- from git://git.kernel.org/
+ Ported from the following upstream stable releases:
+ v6.1.51, v6.4.14
+ v6.1.52, v6.4.15
+
+ from git://git.kernel.org/
+
+ ACPI: thermal: Drop nocrt parameter
+ module: Expose module_init_layout_section()
+ arm64: module-plts: inline linux/moduleloader.h
+ arm64: module: Use module_init_layout_section() to spot init sections
+ ARM: module: Use module_init_layout_section() to spot init sections
+ lockdep: fix static memory detection even more
+ parisc: Cleanup mmap implementation regarding color alignment
+ parisc: sys_parisc: parisc_personality() is called from asm code
+ io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc
+ kallsyms: Fix kallsyms_selftest failure
+ module/decompress: use vmalloc() for zstd decompression workspace
+ UBUNTU: Upstream stable to v6.1.51, v6.4.14
+ erofs: ensure that the post-EOF tails are all zeroed
+ 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
+ ARM: pxa: remove use of symbol_get()
+ 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
+ USB: serial: option: add Quectel EM05G variant (0x030e)
+ USB: serial: option: add FOXCONN T99W368/T99W373 product
+ ALSA: usb-audio: Fix init call orders for UAC1
+ usb: dwc3: meson-g12a: do post init to fix broken usb after resumption
+ usb: chipidea: imx: improve logic if samsung,picophy-* parameter is 0
+ HID: wacom: remove the battery when the EKR is off
+ staging: rtl8712: fix race condition
+ Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race
condition
+ wifi: mt76: mt7921: do not support one stream on secondary antenna only
+ wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU
+ serial: qcom-geni: fix opp vote on shutdown
+ serial: sc16is7xx: fix broken port 0 uart init
+ serial: sc16is7xx: fix bug when first setting GPIO direction
+ firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe
+ fsi: master-ast-cf: Add MODULE_FIRMWARE macro
+ tcpm: Avoid soft reset when partner does not support get_status
+ dt-bindings: sc16is7xx: Add property to change GPIO function
+ nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()
+ nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse
+ usb: typec: tcpci: clear the fault status bit
+ pinctrl: amd: Don't show `Invalid config param` errors
+ wifi: rtw88: usb: kill and free rx urbs on probe failure
+ UBUNTU: Upstream stable to v6.1.52, v6.4.15
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2039884
Title:
Lunar update: upstream stable patchset 2023-10-19
Status in linux package in Ubuntu:
Invalid
Status in linux source package in Lunar:
In Progress
Bug description:
SRU Justification
Impact:
The upstream process for stable tree updates is quite similar
in scope to the Ubuntu SRU process, e.g., each patch has to
demonstrably fix a bug, and each patch is vetted by upstream
by originating either directly from a mainline/stable Linux tree or
a minimally backported form of that patch. The following upstream
stable patches should be included in the Ubuntu kernel:
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
from git://git.kernel.org/
ACPI: thermal: Drop nocrt parameter
module: Expose module_init_layout_section()
arm64: module-plts: inline linux/moduleloader.h
arm64: module: Use module_init_layout_section() to spot init sections
ARM: module: Use module_init_layout_section() to spot init sections
lockdep: fix static memory detection even more
parisc: Cleanup mmap implementation regarding color alignment
parisc: sys_parisc: parisc_personality() is called from asm code
io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc
kallsyms: Fix kallsyms_selftest failure
module/decompress: use vmalloc() for zstd decompression workspace
UBUNTU: Upstream stable to v6.1.51, v6.4.14
erofs: ensure that the post-EOF tails are all zeroed
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
ARM: pxa: remove use of symbol_get()
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
USB: serial: option: add Quectel EM05G variant (0x030e)
USB: serial: option: add FOXCONN T99W368/T99W373 product
ALSA: usb-audio: Fix init call orders for UAC1
usb: dwc3: meson-g12a: do post init to fix broken usb after resumption
usb: chipidea: imx: improve logic if samsung,picophy-* parameter is 0
HID: wacom: remove the battery when the EKR is off
staging: rtl8712: fix race condition
Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race
condition
wifi: mt76: mt7921: do not support one stream on secondary antenna only
wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU
serial: qcom-geni: fix opp vote on shutdown
serial: sc16is7xx: fix broken port 0 uart init
serial: sc16is7xx: fix bug when first setting GPIO direction
firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe
fsi: master-ast-cf: Add MODULE_FIRMWARE macro
tcpm: Avoid soft reset when partner does not support get_status
dt-bindings: sc16is7xx: Add property to change GPIO function
nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()
nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse
usb: typec: tcpci: clear the fault status bit
pinctrl: amd: Don't show `Invalid config param` errors
wifi: rtw88: usb: kill and free rx urbs on probe failure
UBUNTU: Upstream stable to v6.1.52, v6.4.15
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2039884/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp