[Kernel-packages] [Bug 2043724] Re: Focal update: v5.4.259 upstream stable release

2024-02-07 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.4.0-171.189

---
linux (5.4.0-171.189) focal; urgency=medium

  * focal/linux: 5.4.0-171.189 -proposed tracker (LP: #2048282)

  * Packaging resync (LP: #1786013)
- [Packaging] remove helper scripts
- [Packaging] update annotations scripts
- debian/dkms-versions -- update from kernel-versions (main/2024.01.08)

  * Page fault in RDMA ODP triggers BUG_ON during MMU notifier registration
(LP: #2046534)
- RDMA/odp: Ensure the mm is still alive before creating an implicit child

  * Hotplugging SCSI disk in QEMU VM fails (LP: #2047382)
- Revert "PCI: acpiphp: Reassign resources on bridge if necessary"

  * CVE-2023-6040
- netfilter: nf_tables: Reject tables of unsupported family

  * kernel_selftests failures on kernel-P10d-LPAR10.ppc64el.10
(LP: #2032641)
- selftests: Skip TM tests on synthetic TM implementations

  * [Debian] autoreconstruct - Do not generate chmod -x for deleted  files
(LP: #2045562)
- [Debian] autoreconstruct - Do not generate chmod -x for deleted files

  * CVE-2023-6931
- perf/core: Add a new read format to get a number of lost samples
- perf: Fix perf_event_validate_size()
- perf: Fix perf_event_validate_size() lockdep splat

  * CVE-2023-6932
- ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet

  * CVE-2023-6606
- smb: client: fix OOB in smbCalcSize()

  * CVE-2023-45863
- kobject: Fix slab-out-of-bounds in fill_kobj_path()

  * Focal update: v5.4.259 upstream stable release (LP: #2043724)
- RDMA/cxgb4: Check skb value for failure to allocate
- lib/test_meminit: fix off-by-one error in test_pages()
- pwm: hibvt: Explicitly set .polarity in .get_state()
- HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect
- quota: Fix slow quotaoff
- net: prevent address rewrite in kernel_bind()
- drm: etvnaviv: fix bad backport leading to warning
- drm/msm/dsi: skip the wait for video mode done if not applicable
- ravb: Fix up dma_free_coherent() call in ravb_remove()
- ieee802154: ca8210: Fix a potential UAF in ca8210_probe
- mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return type
- xen-netback: use default TX queue size for vifs
- drm/vmwgfx: fix typo of sizeof argument
- ixgbe: fix crash with empty VF macvlan list
- net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()
- nfc: nci: assert requested protocol is valid
- workqueue: Override implicit ordered attribute in
  workqueue_apply_unbound_cpumask()
- dmaengine: stm32-mdma: abort resume if no ongoing transfer
- usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer
- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read
- usb: dwc3: Soft reset phy on probe for host
- usb: musb: Get the musb_qh poniter after musb_giveback
- usb: musb: Modify the "HWVers" register address
- iio: pressure: bmp280: Fix NULL pointer exception
- iio: pressure: dps310: Adjust Timeout Settings
- iio: pressure: ms5611: ms5611_prom_is_valid false negative bug
- mcb: remove is_added flag from mcb_device struct
- libceph: use kernel_connect()
- ceph: fix incorrect revoked caps assert in ceph_fill_file_size()
- Input: powermate - fix use-after-free in powermate_config_complete
- Input: psmouse - fix fast_reconnect function for PS/2 mode
- Input: xpad - add PXN V900 support
- cgroup: Remove duplicates in cgroup v1 tasks file
- pinctrl: avoid unsafe code pattern in find_pinctrl()
- usb: gadget: udc-xilinx: replace memcpy with memcpy_toio
- usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call
- x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs
- dmaengine: mediatek: Fix deadlock caused by synchronize_irq()
- powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE
- powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()
- ravb: Fix use-after-free issue in ravb_tx_timeout_work()
- Documentation: sysctl: align cells in second content column
- usb: hub: Guard against accesses to uninitialized BOS descriptors
- Bluetooth: hci_event: Ignore NULL link key
- Bluetooth: Reject connection with the device which has same BD_ADDR
- Bluetooth: Fix a refcnt underflow problem for hci_conn
- Bluetooth: vhci: Fix race when opening vhci device
- Bluetooth: hci_event: Fix coding style
- Bluetooth: avoid memcmp() out of bounds warning
- ice: fix over-shifted variable
- nfc: nci: fix possible NULL pointer dereference in send_acknowledge()
- regmap: fix NULL deref on lookup
- KVM: x86: Mask LVTPC when handling a PMI
- netfilter: nft_payload: fix wrong mac header matching
- qed: fix LL2 RX buffer allocation
- xfrm: fix a data-race in xfrm_gen_index()
- xfrm: interface: use DEV_STATS_INC()
- net: ipv4: fix return value check in esp_remove_trailer
- net: ipv6: fix 

[Kernel-packages] [Bug 2043724] Re: Focal update: v5.4.259 upstream stable release

2023-12-01 Thread Stefan Bader
** Changed in: linux (Ubuntu Focal)
   Status: In Progress => Fix Committed

-- 
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/2043724

Title:
  Focal update: v5.4.259 upstream stable release

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Fix Committed

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:

     v5.4.259 upstream stable release
     from git://git.kernel.org/

  RDMA/cxgb4: Check skb value for failure to allocate
  lib/test_meminit: fix off-by-one error in test_pages()
  pwm: hibvt: Explicitly set .polarity in .get_state()
  HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect
  quota: Fix slow quotaoff
  net: prevent address rewrite in kernel_bind()
  drm: etvnaviv: fix bad backport leading to warning
  drm/msm/dsi: skip the wait for video mode done if not applicable
  ravb: Fix up dma_free_coherent() call in ravb_remove()
  ieee802154: ca8210: Fix a potential UAF in ca8210_probe
  mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return type
  xen-netback: use default TX queue size for vifs
  drm/vmwgfx: fix typo of sizeof argument
  ixgbe: fix crash with empty VF macvlan list
  net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()
  nfc: nci: assert requested protocol is valid
  workqueue: Override implicit ordered attribute in 
workqueue_apply_unbound_cpumask()
  dmaengine: stm32-mdma: abort resume if no ongoing transfer
  usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer
  net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read
  usb: dwc3: Soft reset phy on probe for host
  usb: musb: Get the musb_qh poniter after musb_giveback
  usb: musb: Modify the "HWVers" register address
  iio: pressure: bmp280: Fix NULL pointer exception
  iio: pressure: dps310: Adjust Timeout Settings
  iio: pressure: ms5611: ms5611_prom_is_valid false negative bug
  mcb: remove is_added flag from mcb_device struct
  libceph: use kernel_connect()
  ceph: fix incorrect revoked caps assert in ceph_fill_file_size()
  Input: powermate - fix use-after-free in powermate_config_complete
  Input: psmouse - fix fast_reconnect function for PS/2 mode
  Input: xpad - add PXN V900 support
  cgroup: Remove duplicates in cgroup v1 tasks file
  pinctrl: avoid unsafe code pattern in find_pinctrl()
  usb: gadget: udc-xilinx: replace memcpy with memcpy_toio
  usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call
  x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs
  dmaengine: mediatek: Fix deadlock caused by synchronize_irq()
  powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE
  powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()
  ravb: Fix use-after-free issue in ravb_tx_timeout_work()
  Documentation: sysctl: align cells in second content column
  usb: hub: Guard against accesses to uninitialized BOS descriptors
  Bluetooth: hci_event: Ignore NULL link key
  Bluetooth: Reject connection with the device which has same BD_ADDR
  Bluetooth: Fix a refcnt underflow problem for hci_conn
  Bluetooth: vhci: Fix race when opening vhci device
  Bluetooth: hci_event: Fix coding style
  Bluetooth: avoid memcmp() out of bounds warning
  ice: fix over-shifted variable
  nfc: nci: fix possible NULL pointer dereference in send_acknowledge()
  regmap: fix NULL deref on lookup
  KVM: x86: Mask LVTPC when handling a PMI
  netfilter: nft_payload: fix wrong mac header matching
  qed: fix LL2 RX buffer allocation
  xfrm: fix a data-race in xfrm_gen_index()
  xfrm: interface: use DEV_STATS_INC()
  net: ipv4: fix return value check in esp_remove_trailer
  net: ipv6: fix return value check in esp_remove_trailer
  net: rfkill: gpio: prevent value glitch during probe
  tcp: fix excessive TLP and RACK timeouts from HZ rounding
  tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb
  tun: prevent negative ifindex
  ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddr
  net: usb: smsc95xx: Fix an error code in smsc95xx_reset()
  i40e: prevent crash on probe if hw registers have invalid values
  net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curve
  neighbor: tracing: Move pin6 inside CONFIG_IPV6=y section
  netfilter: nft_set_rbtree: .deactivate fails if element has expired
  net: pktgen: Fix interface flags printing
  resource: Add irqresource_disabled()
  ACPI: Drop acpi_dev_irqresource_disabled()
  ACPI: resource: Skip IRQ override on Asus Vivobook 

[Kernel-packages] [Bug 2043724] Re: Focal update: v5.4.259 upstream stable release

2023-11-16 Thread Manuel Diewald
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: linux (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** 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:
- 
-v5.4.259 upstream stable release
-from git://git.kernel.org/
+    v5.4.259 upstream stable release
+    from git://git.kernel.org/
  
  RDMA/cxgb4: Check skb value for failure to allocate
  lib/test_meminit: fix off-by-one error in test_pages()
  pwm: hibvt: Explicitly set .polarity in .get_state()
  HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect
  quota: Fix slow quotaoff
  net: prevent address rewrite in kernel_bind()
  drm: etvnaviv: fix bad backport leading to warning
  drm/msm/dsi: skip the wait for video mode done if not applicable
  ravb: Fix up dma_free_coherent() call in ravb_remove()
  ieee802154: ca8210: Fix a potential UAF in ca8210_probe
  mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return type
  xen-netback: use default TX queue size for vifs
  drm/vmwgfx: fix typo of sizeof argument
  ixgbe: fix crash with empty VF macvlan list
  net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()
  nfc: nci: assert requested protocol is valid
  workqueue: Override implicit ordered attribute in 
workqueue_apply_unbound_cpumask()
  dmaengine: stm32-mdma: abort resume if no ongoing transfer
  usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer
  net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read
  usb: dwc3: Soft reset phy on probe for host
  usb: musb: Get the musb_qh poniter after musb_giveback
  usb: musb: Modify the "HWVers" register address
  iio: pressure: bmp280: Fix NULL pointer exception
  iio: pressure: dps310: Adjust Timeout Settings
  iio: pressure: ms5611: ms5611_prom_is_valid false negative bug
  mcb: remove is_added flag from mcb_device struct
  libceph: use kernel_connect()
  ceph: fix incorrect revoked caps assert in ceph_fill_file_size()
  Input: powermate - fix use-after-free in powermate_config_complete
  Input: psmouse - fix fast_reconnect function for PS/2 mode
  Input: xpad - add PXN V900 support
  cgroup: Remove duplicates in cgroup v1 tasks file
  pinctrl: avoid unsafe code pattern in find_pinctrl()
  usb: gadget: udc-xilinx: replace memcpy with memcpy_toio
  usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call
  x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs
  dmaengine: mediatek: Fix deadlock caused by synchronize_irq()
  powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE
  powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()
  ravb: Fix use-after-free issue in ravb_tx_timeout_work()
  Documentation: sysctl: align cells in second content column
  usb: hub: Guard against accesses to uninitialized BOS descriptors
  Bluetooth: hci_event: Ignore NULL link key
  Bluetooth: Reject connection with the device which has same BD_ADDR
  Bluetooth: Fix a refcnt underflow problem for hci_conn
  Bluetooth: vhci: Fix race when opening vhci device
  Bluetooth: hci_event: Fix coding style
  Bluetooth: avoid memcmp() out of bounds warning
  ice: fix over-shifted variable
  nfc: nci: fix possible NULL pointer dereference in send_acknowledge()
  regmap: fix NULL deref on lookup
  KVM: x86: Mask LVTPC when handling a PMI
  netfilter: nft_payload: fix wrong mac header matching
  qed: fix LL2 RX buffer allocation
  xfrm: fix a data-race in xfrm_gen_index()
  xfrm: interface: use DEV_STATS_INC()
  net: ipv4: fix return value check in esp_remove_trailer
  net: ipv6: fix return value check in esp_remove_trailer
  net: rfkill: gpio: prevent value glitch during probe
  tcp: fix excessive TLP and RACK timeouts from HZ rounding
  tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb
  tun: prevent negative ifindex
  ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddr
  net: usb: smsc95xx: Fix an error code in