[Kernel-packages] [Bug 1998510] Re: Jammy update: v6.0.10 upstream stable release

2023-02-14 Thread Timo Aaltonen
** Changed in: linux-oem-6.0 (Ubuntu Jammy)
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-6.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1998510

Title:
  Jammy update: v6.0.10 upstream stable release

Status in linux-oem-6.0 package in Ubuntu:
  Invalid
Status in linux-oem-6.0 source package in Jammy:
  Won't Fix

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:

 v6.0.10 upstream stable release
 from git://git.kernel.org/

  
  Linux 6.0.10
  ntfs: check overflow when iterating ATTR_RECORDs
  ntfs: fix out-of-bounds read in ntfs_attr_find()
  ntfs: fix use-after-free in ntfs_attr_find()
  bpf: Prevent bpf program recursion for raw tracepoint probes
  net/9p: use a dedicated spinlock for trans_fd
  mm: fs: initialize fsdata passed to write_begin/write_end interface
  rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encountered
  wifi: wext: use flex array destination for memcpy()
  netlink: Bounds-check struct nlmsgerr creation
  9p/trans_fd: always use O_NONBLOCK read/write
  gfs2: Switch from strlcpy to strscpy
  gfs2: Check sb_bsize_shift after reading superblock
  9p: trans_fd/p9_conn_cancel: drop client lock earlier
  KVM: x86/xen: Fix eventfd error handling in kvm_xen_eventfd_assign()
  kcm: avoid potential race in kcm_tx_work
  tcp: cdg: allow tcp_cdg_release() to be called multiple times
  macvlan: enforce a consistent minimal mtu
  Input: i8042 - fix leaking of platform device on module removal
  arm64/mm: fix incorrect file_map_count for non-leaf pmd/pud
  tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'
  kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case
  scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper()
  scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()
  net: use struct_group to copy ip/ipv6 header addresses
  net: usb: smsc95xx: fix external PHY reset
  tracing: Fix warning on variable 'struct trace_array'
  ring-buffer: Include dropped pages in counting dirty patches
  perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and 
throttling
  vfio: Split the register_device ops call into functions
  vfio: Rename vfio_ioctl_check_extension()
  perf: Improve missing SIGTRAP checking
  ASoC: SOF: topology: No need to assign core ID if token parsing failed
  nvme: ensure subsystem reset is single threaded
  nvme: restrict management ioctls to admin
  perf/x86/intel/pt: Fix sampling using single range output
  perf/x86/amd/uncore: Fix memory leak for events array
  x86/fpu: Drop fpregs lock before inheriting FPU permissions
  x86/sgx: Add overflow check in sgx_validate_offset_length()
  blk-cgroup: properly pin the parent in blkcg_css_online
  misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()
  s390/dcssblk: fix deadlock when adding a DCSS
  docs/driver-api/miscellaneous: Remove kernel-doc of serial_core.c
  docs: update mediator contact information in CoC doc
  mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()
  mmc: sdhci-pci-o2micro: fix card detect fail issue caused by CD# debounce 
timeout
  mmc: core: properly select voltage range without power cycle
  firmware: coreboot: Register bus in module init
  iommu/vt-d: Set SRE bit only when hardware has SRS cap
  iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entries
  scsi: zfcp: Fix double free of FSF request when qdio send fails
  net: phy: marvell: add sleep time after enabling the loopback bit
  maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()
  Input: iforce - invert valid length check when fetching device IDs
  ceph: avoid putting the realm twice when decoding snaps fails
  io_uring: disallow self-propelled ring polling
  io_uring: fix multishot recv request leaks
  io_uring: fix multishot accept request leaks
  io_uring: fix tw losing poll events
  serial: 8250_lpss: Use 16B DMA burst with Elkhart Lake
  serial: 8250_lpss: Configure DMA also w/o DMA filter
  serial: 8250: Flush DMA Rx on RLSI
  serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs
  dm ioctl: fix misbehavior if list_versions races with module loading
  dm bufio: Fix missing decrement of no_sleep_enabled if dm_bufio_client_create 
failed
  iio: pressure: ms5611: changed hardcoded SPI speed to value limited
  iio: pressure: ms5611: fixed value compensation bug
  iio: adc: mp2629: fix potential array out of bound 

[Kernel-packages] [Bug 1998510] Re: Jammy update: v6.0.10 upstream stable release

2022-12-07 Thread Timo Aaltonen
** Changed in: linux-oem-6.0 (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-6.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1998510

Title:
  Jammy update: v6.0.10 upstream stable release

Status in linux-oem-6.0 package in Ubuntu:
  Invalid
Status in linux-oem-6.0 source package in Jammy:
  New

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:

 v6.0.10 upstream stable release
 from git://git.kernel.org/

  
  Linux 6.0.10
  ntfs: check overflow when iterating ATTR_RECORDs
  ntfs: fix out-of-bounds read in ntfs_attr_find()
  ntfs: fix use-after-free in ntfs_attr_find()
  bpf: Prevent bpf program recursion for raw tracepoint probes
  net/9p: use a dedicated spinlock for trans_fd
  mm: fs: initialize fsdata passed to write_begin/write_end interface
  rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encountered
  wifi: wext: use flex array destination for memcpy()
  netlink: Bounds-check struct nlmsgerr creation
  9p/trans_fd: always use O_NONBLOCK read/write
  gfs2: Switch from strlcpy to strscpy
  gfs2: Check sb_bsize_shift after reading superblock
  9p: trans_fd/p9_conn_cancel: drop client lock earlier
  KVM: x86/xen: Fix eventfd error handling in kvm_xen_eventfd_assign()
  kcm: avoid potential race in kcm_tx_work
  tcp: cdg: allow tcp_cdg_release() to be called multiple times
  macvlan: enforce a consistent minimal mtu
  Input: i8042 - fix leaking of platform device on module removal
  arm64/mm: fix incorrect file_map_count for non-leaf pmd/pud
  tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'
  kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case
  scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper()
  scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()
  net: use struct_group to copy ip/ipv6 header addresses
  net: usb: smsc95xx: fix external PHY reset
  tracing: Fix warning on variable 'struct trace_array'
  ring-buffer: Include dropped pages in counting dirty patches
  perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and 
throttling
  vfio: Split the register_device ops call into functions
  vfio: Rename vfio_ioctl_check_extension()
  perf: Improve missing SIGTRAP checking
  ASoC: SOF: topology: No need to assign core ID if token parsing failed
  nvme: ensure subsystem reset is single threaded
  nvme: restrict management ioctls to admin
  perf/x86/intel/pt: Fix sampling using single range output
  perf/x86/amd/uncore: Fix memory leak for events array
  x86/fpu: Drop fpregs lock before inheriting FPU permissions
  x86/sgx: Add overflow check in sgx_validate_offset_length()
  blk-cgroup: properly pin the parent in blkcg_css_online
  misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()
  s390/dcssblk: fix deadlock when adding a DCSS
  docs/driver-api/miscellaneous: Remove kernel-doc of serial_core.c
  docs: update mediator contact information in CoC doc
  mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()
  mmc: sdhci-pci-o2micro: fix card detect fail issue caused by CD# debounce 
timeout
  mmc: core: properly select voltage range without power cycle
  firmware: coreboot: Register bus in module init
  iommu/vt-d: Set SRE bit only when hardware has SRS cap
  iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entries
  scsi: zfcp: Fix double free of FSF request when qdio send fails
  net: phy: marvell: add sleep time after enabling the loopback bit
  maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()
  Input: iforce - invert valid length check when fetching device IDs
  ceph: avoid putting the realm twice when decoding snaps fails
  io_uring: disallow self-propelled ring polling
  io_uring: fix multishot recv request leaks
  io_uring: fix multishot accept request leaks
  io_uring: fix tw losing poll events
  serial: 8250_lpss: Use 16B DMA burst with Elkhart Lake
  serial: 8250_lpss: Configure DMA also w/o DMA filter
  serial: 8250: Flush DMA Rx on RLSI
  serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs
  dm ioctl: fix misbehavior if list_versions races with module loading
  dm bufio: Fix missing decrement of no_sleep_enabled if dm_bufio_client_create 
failed
  iio: pressure: ms5611: changed hardcoded SPI speed to value limited
  iio: pressure: ms5611: fixed value compensation bug
  iio: adc: mp2629: fix potential array out of bound access