** 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:
+ * HID: Add 044f:b320 ThrustMaster, Inc. 2 in 1 DT
+ * MIPS: kernel: only use i8253 clocksource with periodic clockevent
+ * netfilter: ebtables: fix a memory leak bug in compat
+ * bonding: Force slave speed check after link state recovery for 802.3ad
+ * can: dev: call netif_carrier_off() in register_candev()
+ * st21nfca_connectivity_event_received: null check the allocation
+ * st_nci_hci_connectivity_event_received: null check the allocation
+ * ASoC: ti: davinci-mcasp: Correct slot_width posed constraint
+ * net: usb: qmi_wwan: Add the BroadMobi BM818 card
+ * isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in 
start_isoc_chain()
+ * isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stack
+ * perf bench numa: Fix cpu0 binding
+ * can: sja1000: force the string buffer NULL-terminated
+ * can: peak_usb: force the string buffer NULL-terminated
+ * NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()
+ * net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'
+ * net: hisilicon: make hip04_tx_reclaim non-reentrant
+ * net: hisilicon: fix hip04-xmit never return TX_BUSY
+ * net: hisilicon: Fix dma_map_single failed on arm64
+ * libata: add SG safety checks in SFF pio transfers
+ * selftests: kvm: Adding config fragments
+ * HID: wacom: correct misreported EKR ring values
+ * Revert "dm bufio: fix deadlock with loop device"
+ * userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctx
+ * x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386
+ * x86/apic: Handle missing global clockevent gracefully
+ * x86/boot: Save fields explicitly, zero out everything else
+ * x86/boot: Fix boot regression caused by bootparam sanitizing
+ * dm btree: fix order of block initialization in btree_split_beneath
+ * dm space map metadata: fix missing store of apply_bops() return value
+ * dm table: fix invalid memory accesses with too high sector number
+ * cgroup: Disable IRQs while holding css_set_lock
+ * net: arc_emac: fix koops caused by sk_buff free
+ * siphash: implement HalfSipHash1-3 for hash tables
+ * netfilter: ctnetlink: don't use conntrack/expect object addresses as id
+ * netfilter: conntrack: Use consistent ct id hash calculation
+ * Revert "perf test 6: Fix missing kvm module load for s390"
+ * x86/pm: Introduce quirk framework to save/restore extra MSR registers 
around suspend/resume
+ * x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h
+ * scsi: ufs: Fix NULL pointer dereference in ufshcd_config_vreg_hpm()
+ * dmaengine: ste_dma40: fix unneeded variable warning
+ * usb: gadget: composite: Clear "suspended" on reset/disconnect
+ * usb: host: fotg2: restart hcd after port reset
+ * tools: hv: fix KVP and VSS daemons exit code
+ * watchdog: bcm2835_wdt: Fix module autoload
+ * tcp: fix tcp_rtx_queue_tail in case of empty retransmit queue
+ * ALSA: usb-audio: Fix a stack buffer overflow bug in check_input_term
+ * ALSA: usb-audio: Fix an OOB bug in parse_audio_mixer_unit
+ * tcp: make sure EPOLLOUT wont be missed
+ * ALSA: seq: Fix potential concurrent access to the deleted pool
+ * KVM: x86: Don't update RIP or do single-step on faulting emulation
+ * x86/apic: Do not initialize LDR and DFR for bigsmp
+ * x86/apic: Include the LDR when clearing out APIC registers
+ * usb-storage: Add new JMS567 revision to unusual_devs
+ * USB: cdc-wdm: fix race between write and disconnect due to flag abuse
+ * usb: host: ohci: fix a race condition between shutdown and irq
+ * USB: storage: ums-realtek: Update module parameter description for 
auto_delink_en
+ * USB: storage: ums-realtek: Whitelist auto-delink support
+ * ptrace,x86: Make user_64bit_mode() available to 32-bit builds
+ * uprobes/x86: Fix detection of 32-bit user mode
+ * mmc: sdhci-of-at91: add quirk for broken HS200
+ * mmc: core: Fix init of SD cards reporting an invalid VDD range
+ * stm class: Fix a double free of stm_source_device
+ * VMCI: Release resource if the work is already queued
+ * Revert "cfg80211: fix processing world regdomain when non modular"
+ * mac80211: fix possible sta leak
+ * x86/ptrace: fix up botched merge of spectrev1 fix
+ * Linux 4.4.191
  
-        4.4.191 upstream stable release
-        from git://git.kernel.org/
+ 
+        4.4.191 upstream stable release
+        from git://git.kernel.org/

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

Title:
  Xenial update: 4.4.191 upstream stable release

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  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:

  * HID: Add 044f:b320 ThrustMaster, Inc. 2 in 1 DT
  * MIPS: kernel: only use i8253 clocksource with periodic clockevent
  * netfilter: ebtables: fix a memory leak bug in compat
  * bonding: Force slave speed check after link state recovery for 802.3ad
  * can: dev: call netif_carrier_off() in register_candev()
  * st21nfca_connectivity_event_received: null check the allocation
  * st_nci_hci_connectivity_event_received: null check the allocation
  * ASoC: ti: davinci-mcasp: Correct slot_width posed constraint
  * net: usb: qmi_wwan: Add the BroadMobi BM818 card
  * isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in 
start_isoc_chain()
  * isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stack
  * perf bench numa: Fix cpu0 binding
  * can: sja1000: force the string buffer NULL-terminated
  * can: peak_usb: force the string buffer NULL-terminated
  * NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()
  * net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'
  * net: hisilicon: make hip04_tx_reclaim non-reentrant
  * net: hisilicon: fix hip04-xmit never return TX_BUSY
  * net: hisilicon: Fix dma_map_single failed on arm64
  * libata: add SG safety checks in SFF pio transfers
  * selftests: kvm: Adding config fragments
  * HID: wacom: correct misreported EKR ring values
  * Revert "dm bufio: fix deadlock with loop device"
  * userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctx
  * x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386
  * x86/apic: Handle missing global clockevent gracefully
  * x86/boot: Save fields explicitly, zero out everything else
  * x86/boot: Fix boot regression caused by bootparam sanitizing
  * dm btree: fix order of block initialization in btree_split_beneath
  * dm space map metadata: fix missing store of apply_bops() return value
  * dm table: fix invalid memory accesses with too high sector number
  * cgroup: Disable IRQs while holding css_set_lock
  * net: arc_emac: fix koops caused by sk_buff free
  * siphash: implement HalfSipHash1-3 for hash tables
  * netfilter: ctnetlink: don't use conntrack/expect object addresses as id
  * netfilter: conntrack: Use consistent ct id hash calculation
  * Revert "perf test 6: Fix missing kvm module load for s390"
  * x86/pm: Introduce quirk framework to save/restore extra MSR registers 
around suspend/resume
  * x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h
  * scsi: ufs: Fix NULL pointer dereference in ufshcd_config_vreg_hpm()
  * dmaengine: ste_dma40: fix unneeded variable warning
  * usb: gadget: composite: Clear "suspended" on reset/disconnect
  * usb: host: fotg2: restart hcd after port reset
  * tools: hv: fix KVP and VSS daemons exit code
  * watchdog: bcm2835_wdt: Fix module autoload
  * tcp: fix tcp_rtx_queue_tail in case of empty retransmit queue
  * ALSA: usb-audio: Fix a stack buffer overflow bug in check_input_term
  * ALSA: usb-audio: Fix an OOB bug in parse_audio_mixer_unit
  * tcp: make sure EPOLLOUT wont be missed
  * ALSA: seq: Fix potential concurrent access to the deleted pool
  * KVM: x86: Don't update RIP or do single-step on faulting emulation
  * x86/apic: Do not initialize LDR and DFR for bigsmp
  * x86/apic: Include the LDR when clearing out APIC registers
  * usb-storage: Add new JMS567 revision to unusual_devs
  * USB: cdc-wdm: fix race between write and disconnect due to flag abuse
  * usb: host: ohci: fix a race condition between shutdown and irq
  * USB: storage: ums-realtek: Update module parameter description for 
auto_delink_en
  * USB: storage: ums-realtek: Whitelist auto-delink support
  * ptrace,x86: Make user_64bit_mode() available to 32-bit builds
  * uprobes/x86: Fix detection of 32-bit user mode
  * mmc: sdhci-of-at91: add quirk for broken HS200
  * mmc: core: Fix init of SD cards reporting an invalid VDD range
  * stm class: Fix a double free of stm_source_device
  * VMCI: Release resource if the work is already queued
  * Revert "cfg80211: fix processing world regdomain when non modular"
  * mac80211: fix possible sta leak
  * x86/ptrace: fix up botched merge of spectrev1 fix
  * Linux 4.4.191

  
         4.4.191 upstream stable release
         from git://git.kernel.org/

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