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 2022-10-06


       from git://git.kernel.org/

audit: fix potential double free on error path from fsnotify_add_inode_mark
parisc: Fix exception handler for fldw and fstw instructions
pinctrl: amd: Don't save/restore interrupt status and wake status bits
xfrm: fix refcount leak in __xfrm_policy_check()
rose: check NULL rose_loopback_neigh->loopback
bonding: 802.3ad: fix no transmission of LACPDUs
net: ipvtap - add __init/__exit annotations to module init/exit funcs
netfilter: ebtables: reject blobs that don't provide all entry points
netfilter: nft_payload: report ERANGE for too long offset and length
netfilter: nft_payload: do not truncate csum_offset and csum_type
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
ratelimit: Fix data-races in ___ratelimit().
net: Fix a data-race around sysctl_tstamp_allow_data.
net: Fix a data-race around sysctl_net_busy_poll.
net: Fix a data-race around sysctl_net_busy_read.
net: Fix a data-race around netdev_budget.
net: Fix a data-race around netdev_budget_usecs.
net: Fix a data-race around sysctl_somaxconn.
ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounter
btrfs: check if root is readonly while setting security xattr
loop: Check for overflow while configuring loop
asm-generic: sections: refactor memory_intersects
mm/hugetlb: fix hugetlb not supporting softdirty tracking
md: call __md_stop_writes in md_stop
mm: Force TLB flush for PFNMAP mappings before unlink_file_vma()
arm64: map FDT as RW for early_init_dt_scan()
s390/mm: do not trigger write fault when vma does not allow VM_WRITE
x86/bugs: Add "unknown" reporting for MMIO Stale Data
kbuild: Fix include path in scripts/Makefile.modpost
Bluetooth: L2CAP: Fix build errors in some archs
media: pvrusb2: fix memory leak in pvr_probe
HID: hidraw: fix memory leak in hidraw_release()
fbdev: fb_pm2fb: Avoid potential divide by zero error
ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead
mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse
neigh: fix possible DoS due to net iface start/stop loop
s390/hypfs: avoid error message under KVM
netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y
kprobes: don't call disarm_kprobe() for disabled kprobes
net: neigh: don't call kfree_skb() under spin_lock_irqsave()
net: Fix data-races around netdev_tstamp_prequeue.
x86/unwind/orc: Unwind ftrace trampolines with correct ORC entry
s390: fix double free of GS and RI CBs on fork() failure
scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wq
bpf: Fix the off-by-two error in range markings
UBUNTU: Upstream stable to v4.14.292, v4.19.257

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: Invalid

** Affects: linux (Ubuntu Bionic)
     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 Bionic)
   Importance: Undecided
       Status: New

** 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 2022-10-06
  
-        upstream stable patchset 2022-10-06
-        from git://git.kernel.org/
+ 
+        from git://git.kernel.org/
+ 
+ audit: fix potential double free on error path from fsnotify_add_inode_mark
+ parisc: Fix exception handler for fldw and fstw instructions
+ pinctrl: amd: Don't save/restore interrupt status and wake status bits
+ xfrm: fix refcount leak in __xfrm_policy_check()
+ rose: check NULL rose_loopback_neigh->loopback
+ bonding: 802.3ad: fix no transmission of LACPDUs
+ net: ipvtap - add __init/__exit annotations to module init/exit funcs
+ netfilter: ebtables: reject blobs that don't provide all entry points
+ netfilter: nft_payload: report ERANGE for too long offset and length
+ netfilter: nft_payload: do not truncate csum_offset and csum_type
+ net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
+ ratelimit: Fix data-races in ___ratelimit().
+ net: Fix a data-race around sysctl_tstamp_allow_data.
+ net: Fix a data-race around sysctl_net_busy_poll.
+ net: Fix a data-race around sysctl_net_busy_read.
+ net: Fix a data-race around netdev_budget.
+ net: Fix a data-race around netdev_budget_usecs.
+ net: Fix a data-race around sysctl_somaxconn.
+ ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounter
+ btrfs: check if root is readonly while setting security xattr
+ loop: Check for overflow while configuring loop
+ asm-generic: sections: refactor memory_intersects
+ mm/hugetlb: fix hugetlb not supporting softdirty tracking
+ md: call __md_stop_writes in md_stop
+ mm: Force TLB flush for PFNMAP mappings before unlink_file_vma()
+ arm64: map FDT as RW for early_init_dt_scan()
+ s390/mm: do not trigger write fault when vma does not allow VM_WRITE
+ x86/bugs: Add "unknown" reporting for MMIO Stale Data
+ kbuild: Fix include path in scripts/Makefile.modpost
+ Bluetooth: L2CAP: Fix build errors in some archs
+ media: pvrusb2: fix memory leak in pvr_probe
+ HID: hidraw: fix memory leak in hidraw_release()
+ fbdev: fb_pm2fb: Avoid potential divide by zero error
+ ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is 
dead
+ mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse
+ neigh: fix possible DoS due to net iface start/stop loop
+ s390/hypfs: avoid error message under KVM
+ netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y
+ kprobes: don't call disarm_kprobe() for disabled kprobes
+ net: neigh: don't call kfree_skb() under spin_lock_irqsave()
+ net: Fix data-races around netdev_tstamp_prequeue.
+ x86/unwind/orc: Unwind ftrace trampolines with correct ORC entry
+ s390: fix double free of GS and RI CBs on fork() failure
+ scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wq
+ bpf: Fix the off-by-two error in range markings
+ UBUNTU: Upstream stable to v4.14.292, v4.19.257

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

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

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

** Changed in: linux (Ubuntu Bionic)
     Assignee: (unassigned) => Kamal Mostafa (kamalmostafa)

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

Title:
  Bionic update: upstream stable patchset 2022-10-06

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  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 2022-10-06

  
         from git://git.kernel.org/

  audit: fix potential double free on error path from fsnotify_add_inode_mark
  parisc: Fix exception handler for fldw and fstw instructions
  pinctrl: amd: Don't save/restore interrupt status and wake status bits
  xfrm: fix refcount leak in __xfrm_policy_check()
  rose: check NULL rose_loopback_neigh->loopback
  bonding: 802.3ad: fix no transmission of LACPDUs
  net: ipvtap - add __init/__exit annotations to module init/exit funcs
  netfilter: ebtables: reject blobs that don't provide all entry points
  netfilter: nft_payload: report ERANGE for too long offset and length
  netfilter: nft_payload: do not truncate csum_offset and csum_type
  net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
  ratelimit: Fix data-races in ___ratelimit().
  net: Fix a data-race around sysctl_tstamp_allow_data.
  net: Fix a data-race around sysctl_net_busy_poll.
  net: Fix a data-race around sysctl_net_busy_read.
  net: Fix a data-race around netdev_budget.
  net: Fix a data-race around netdev_budget_usecs.
  net: Fix a data-race around sysctl_somaxconn.
  ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounter
  btrfs: check if root is readonly while setting security xattr
  loop: Check for overflow while configuring loop
  asm-generic: sections: refactor memory_intersects
  mm/hugetlb: fix hugetlb not supporting softdirty tracking
  md: call __md_stop_writes in md_stop
  mm: Force TLB flush for PFNMAP mappings before unlink_file_vma()
  arm64: map FDT as RW for early_init_dt_scan()
  s390/mm: do not trigger write fault when vma does not allow VM_WRITE
  x86/bugs: Add "unknown" reporting for MMIO Stale Data
  kbuild: Fix include path in scripts/Makefile.modpost
  Bluetooth: L2CAP: Fix build errors in some archs
  media: pvrusb2: fix memory leak in pvr_probe
  HID: hidraw: fix memory leak in hidraw_release()
  fbdev: fb_pm2fb: Avoid potential divide by zero error
  ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is 
dead
  mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse
  neigh: fix possible DoS due to net iface start/stop loop
  s390/hypfs: avoid error message under KVM
  netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y
  kprobes: don't call disarm_kprobe() for disabled kprobes
  net: neigh: don't call kfree_skb() under spin_lock_irqsave()
  net: Fix data-races around netdev_tstamp_prequeue.
  x86/unwind/orc: Unwind ftrace trampolines with correct ORC entry
  s390: fix double free of GS and RI CBs on fork() failure
  scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wq
  bpf: Fix the off-by-two error in range markings
  UBUNTU: Upstream stable to v4.14.292, v4.19.257

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1992112/+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