** 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 2018-10-29 (ported from v4.14.52 and v4.16.18)
         from git://git.kernel.org/
+ 
+ genirq/migration: Avoid out of line call if pending is not set
+ genirq/affinity: Defer affinity setting if irq chip is busy
+ genirq/generic_pending: Do not lose pending affinity update
+ irq_remapping: Use apic_ack_irq()
+ x86/platform/uv: Use apic_ack_irq()
+ x86/ioapic: Use apic_ack_irq()
+ x86/apic: Provide apic_ack_irq()
+ x86/apic/vector: Prevent hlist corruption and leaks
+ x86/vector: Fix the args of vector_alloc tracepoint
+ cpufreq: ti-cpufreq: Fix an incorrect error return value
+ net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620
+ mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
+ HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large
+ HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation
+ orangefs: report attributes_mask and attributes for statx
+ orangefs: set i_size on new symlink
+ iwlwifi: fw: harden page loading code
+ x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
+ w1: mxc_w1: Enable clock before calling clk_get_rate() on it
+ libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
+ libata: zpodd: small read overflow in eject_tray()
+ cpufreq: governors: Fix long idle detection logic in load calculation
+ cpufreq: Fix new policy initialization during limits updates via sysfs
+ bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
+ blk-mq: reinit q->tag_set_list entry only after grace period
+ nbd: use bd_set_size when updating disk size
+ nbd: update size when connected
+ nbd: fix nbd device deletion
+ cifs: For SMB2 security informaion query, check for minimum sized security 
descriptor instead of sizeof FileAllInformation class
+ CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiry
+ smb3: fix various xid leaks
+ x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()
+ ALSA: hda: add dock and led support for HP ProBook 640 G4
+ ALSA: hda: add dock and led support for HP EliteBook 830 G5
+ ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()
+ ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation
+ btrfs: scrub: Don't use inode pages for device replace
+ btrfs: return error value if create_io_em failed in cow_file_range
+ Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()
+ Btrfs: fix clone vs chattr NODATASUM race
+ driver core: Don't ignore class_dir_create_and_add() failure.
+ ext4: fix fencepost error in check for inode count overflow during resize
+ ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
+ ext4: update mtime in ext4_punch_hole even if no blocks are released
+ ext4: fix hole length detection in ext4_ind_map_blocks()
+ tls: fix use-after-free in tls_push_record
+ net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan
+ udp: fix rx queue len reported by diag and proc interface
+ tcp: verify the checksum of the first data segment in a new connection
+ net/sched: act_simple: fix parsing of TCA_DEF_DATA
+ net: dsa: add error handling for pskb_trim_rcsum
+ ipv6: allow PMTU exceptions to local routes
+ cdc_ncm: avoid padding beyond end of skb
+ bonding: re-evaluate force_primary when the primary slave name changes

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

Title:
  Bionic update: upstream stable patchset 2018-10-29

Status in linux package in Ubuntu:
  New
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 2018-10-29 (ported from v4.14.52 and v4.16.18)
         from git://git.kernel.org/

  genirq/migration: Avoid out of line call if pending is not set
  genirq/affinity: Defer affinity setting if irq chip is busy
  genirq/generic_pending: Do not lose pending affinity update
  irq_remapping: Use apic_ack_irq()
  x86/platform/uv: Use apic_ack_irq()
  x86/ioapic: Use apic_ack_irq()
  x86/apic: Provide apic_ack_irq()
  x86/apic/vector: Prevent hlist corruption and leaks
  x86/vector: Fix the args of vector_alloc tracepoint
  cpufreq: ti-cpufreq: Fix an incorrect error return value
  net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620
  mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
  HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large
  HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation
  orangefs: report attributes_mask and attributes for statx
  orangefs: set i_size on new symlink
  iwlwifi: fw: harden page loading code
  x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
  w1: mxc_w1: Enable clock before calling clk_get_rate() on it
  libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
  libata: zpodd: small read overflow in eject_tray()
  cpufreq: governors: Fix long idle detection logic in load calculation
  cpufreq: Fix new policy initialization during limits updates via sysfs
  bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
  blk-mq: reinit q->tag_set_list entry only after grace period
  nbd: use bd_set_size when updating disk size
  nbd: update size when connected
  nbd: fix nbd device deletion
  cifs: For SMB2 security informaion query, check for minimum sized security 
descriptor instead of sizeof FileAllInformation class
  CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiry
  smb3: fix various xid leaks
  x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()
  ALSA: hda: add dock and led support for HP ProBook 640 G4
  ALSA: hda: add dock and led support for HP EliteBook 830 G5
  ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()
  ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation
  btrfs: scrub: Don't use inode pages for device replace
  btrfs: return error value if create_io_em failed in cow_file_range
  Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()
  Btrfs: fix clone vs chattr NODATASUM race
  driver core: Don't ignore class_dir_create_and_add() failure.
  ext4: fix fencepost error in check for inode count overflow during resize
  ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
  ext4: update mtime in ext4_punch_hole even if no blocks are released
  ext4: fix hole length detection in ext4_ind_map_blocks()
  tls: fix use-after-free in tls_push_record
  net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan
  udp: fix rx queue len reported by diag and proc interface
  tcp: verify the checksum of the first data segment in a new connection
  net/sched: act_simple: fix parsing of TCA_DEF_DATA
  net: dsa: add error handling for pskb_trim_rcsum
  ipv6: allow PMTU exceptions to local routes
  cdc_ncm: avoid padding beyond end of skb
  bonding: re-evaluate force_primary when the primary slave name changes

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