** Changed in: linux (Ubuntu)
       Status: Confirmed => Invalid

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

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

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

** Description changed:

  
      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 2024-02-09
+ 
+                 Ported from the following upstream stable releases:
+                         v6.1.71, v6.6.10
+ 
         from git://git.kernel.org/
+ 
+ ksmbd: switch to use kmemdup_nul() helper
+ ksmbd: add support for read compound
+ ksmbd: fix wrong interim response on compound
+ ksmbd: fix `force create mode' and `force directory mode'
+ ksmbd: Fix one kernel-doc comment
+ ksmbd: add missing calling smb2_set_err_rsp() on error
+ ksmbd: remove experimental warning
+ ksmbd: remove unneeded mark_inode_dirty in set_info_sec()
+ ksmbd: fix passing freed memory 'aux_payload_buf'
+ ksmbd: return invalid parameter error response if smb2 request is invalid
+ ksmbd: check iov vector index in ksmbd_conn_write()
+ ksmbd: fix race condition with fp
+ ksmbd: fix race condition from parallel smb2 logoff requests
+ ksmbd: fix race condition between tree conn lookup and disconnect
+ ksmbd: fix wrong error response status by using set_smb2_rsp_status()
+ ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()
+ ksmbd: fix potential double free on smb2_read_pipe() error path
+ ksmbd: Remove unused field in ksmbd_user struct
+ ksmbd: reorganize ksmbd_iov_pin_rsp()
+ ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()
+ ksmbd: fix missing RDMA-capable flag for IPoIB device in 
ksmbd_rdma_capable_netdev()
+ ksmbd: add support for surrogate pair conversion
+ ksmbd: no need to wait for binded connection termination at logoff
+ ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()
+ ksmbd: prevent memory leak on error return
+ ksmbd: separately allocate ci per dentry
+ ksmbd: move oplock handling after unlock parent dir
+ ksmbd: release interim response after sending status pending response
+ ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId
+ ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error
+ ksmbd: set epoch in create context v2 lease
+ ksmbd: set v2 lease capability
+ ksmbd: downgrade RWH lease caching state to RH for directory
+ ksmbd: send v2 lease break notification for directory
+ ksmbd: lazy v2 lease break on smb2_write()
+ ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()
+ ksmbd: fix wrong allocation size update in smb2_open()
+ linux/export: Ensure natural alignment of kcrctab array
+ block: renumber QUEUE_FLAG_HW_WC
+ ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
+ platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
+ mm/filemap: avoid buffered read/write race to read inconsistent data
+ mm: migrate high-order folios in swap cache correctly
+ mm/memory-failure: cast index to loff_t before shifting it
+ mm/memory-failure: check the mapcount of the precise page
+ ring-buffer: Fix wake ups when buffer_percent is set to 100
+ tracing: Fix blocked reader of snapshot buffer
+ NFSD: fix possible oops when nfsd/pool_stats is closed.
+ Revert "platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe"
+ fs: cifs: Fix atime update check
+ linux/export: Fix alignment for 64-bit ksymtab entries
+ mptcp: refactor sndbuf auto-tuning
+ mptcp: fix possible NULL pointer dereference on close
+ mptcp: fix inconsistent state on fastopen race
+ platform/x86/intel/pmc: Add suspend callback
+ platform/x86/intel/pmc: Allow reenabling LTRs
+ platform/x86/intel/pmc: Move GBE LTR ignore to suspend callback
+ selftests: secretmem: floor the memory size to the multiple of page_size
+ Revert "nvme-fc: fix race between error recovery and creating association"
+ ftrace: Fix modification of direct_function hash while in use
+ UBUNTU: Upstream stable to v6.1.71, v6.6.10

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

Title:
  Mantic update: upstream stable patchset 2024-02-09

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Mantic:
  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 2024-02-09

                  Ported from the following upstream stable releases:
                          v6.1.71, v6.6.10

         from git://git.kernel.org/

  ksmbd: switch to use kmemdup_nul() helper
  ksmbd: add support for read compound
  ksmbd: fix wrong interim response on compound
  ksmbd: fix `force create mode' and `force directory mode'
  ksmbd: Fix one kernel-doc comment
  ksmbd: add missing calling smb2_set_err_rsp() on error
  ksmbd: remove experimental warning
  ksmbd: remove unneeded mark_inode_dirty in set_info_sec()
  ksmbd: fix passing freed memory 'aux_payload_buf'
  ksmbd: return invalid parameter error response if smb2 request is invalid
  ksmbd: check iov vector index in ksmbd_conn_write()
  ksmbd: fix race condition with fp
  ksmbd: fix race condition from parallel smb2 logoff requests
  ksmbd: fix race condition between tree conn lookup and disconnect
  ksmbd: fix wrong error response status by using set_smb2_rsp_status()
  ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()
  ksmbd: fix potential double free on smb2_read_pipe() error path
  ksmbd: Remove unused field in ksmbd_user struct
  ksmbd: reorganize ksmbd_iov_pin_rsp()
  ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()
  ksmbd: fix missing RDMA-capable flag for IPoIB device in 
ksmbd_rdma_capable_netdev()
  ksmbd: add support for surrogate pair conversion
  ksmbd: no need to wait for binded connection termination at logoff
  ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()
  ksmbd: prevent memory leak on error return
  ksmbd: separately allocate ci per dentry
  ksmbd: move oplock handling after unlock parent dir
  ksmbd: release interim response after sending status pending response
  ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId
  ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error
  ksmbd: set epoch in create context v2 lease
  ksmbd: set v2 lease capability
  ksmbd: downgrade RWH lease caching state to RH for directory
  ksmbd: send v2 lease break notification for directory
  ksmbd: lazy v2 lease break on smb2_write()
  ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()
  ksmbd: fix wrong allocation size update in smb2_open()
  linux/export: Ensure natural alignment of kcrctab array
  block: renumber QUEUE_FLAG_HW_WC
  ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
  platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
  mm/filemap: avoid buffered read/write race to read inconsistent data
  mm: migrate high-order folios in swap cache correctly
  mm/memory-failure: cast index to loff_t before shifting it
  mm/memory-failure: check the mapcount of the precise page
  ring-buffer: Fix wake ups when buffer_percent is set to 100
  tracing: Fix blocked reader of snapshot buffer
  NFSD: fix possible oops when nfsd/pool_stats is closed.
  Revert "platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe"
  fs: cifs: Fix atime update check
  linux/export: Fix alignment for 64-bit ksymtab entries
  mptcp: refactor sndbuf auto-tuning
  mptcp: fix possible NULL pointer dereference on close
  mptcp: fix inconsistent state on fastopen race
  platform/x86/intel/pmc: Add suspend callback
  platform/x86/intel/pmc: Allow reenabling LTRs
  platform/x86/intel/pmc: Move GBE LTR ignore to suspend callback
  selftests: secretmem: floor the memory size to the multiple of page_size
  Revert "nvme-fc: fix race between error recovery and creating association"
  ftrace: Fix modification of direct_function hash while in use
  UBUNTU: Upstream stable to v6.1.71, v6.6.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2052792/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to