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

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

** Changed in: linux (Ubuntu)
     Assignee: (unassigned) => Seth Forshee (sforshee)

** 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 v4.14.16 upstream stable
+        patch set is now available. It should be included in the Ubuntu
+        kernel as well.
  
-     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 v4.14.16 upstream stable
-        patch set is now available. It should be included in the Ubuntu
-        kernel as well.
+        git://git.kernel.org/
  
-        git://git.kernel.org/
+     TEST CASE: TBD
  
-     TEST CASE: TBD
+        The following patches from the v4.14.16 stable release shall be
+ applied:
  
-        The following patches from the v4.14.16 stable release shall be
- applied:
+ orangefs: use list_for_each_entry_safe in purge_waiting_ops
+ orangefs: initialize op on loop restart in orangefs_devreq_read
+ mm, page_alloc: fix potential false positive in __zone_watermark_ok
+ netfilter: nfnetlink_cthelper: Add missing permission checks
+ netfilter: xt_osf: Add missing permission checks
+ xfrm: Fix a race in the xdst pcpu cache.
+ Revert "module: Add retpoline tag to VERMAGIC"
+ Input: xpad - add support for PDP Xbox One controllers
+ Input: trackpoint - force 3 buttons if 0 button is reported
+ Input: trackpoint - only expose supported controls for Elan, ALPS and NXP
+ Btrfs: fix stale entries in readdir
+ KVM: s390: add proper locking for CMMA migration bitmap
+ orangefs: fix deadlock; do not write i_size in read_iter
+ ARM: net: bpf: avoid 'bx' instruction on non-Thumb capable CPUs
+ ARM: net: bpf: fix tail call jumps
+ ARM: net: bpf: fix stack alignment
+ ARM: net: bpf: move stack documentation
+ ARM: net: bpf: correct stack layout documentation
+ ARM: net: bpf: fix register saving
+ ARM: net: bpf: fix LDX instructions
+ ARM: net: bpf: clarify tail_call index
+ drm/vc4: Fix NULL pointer dereference in vc4_save_hang_state()
+ net: Allow neigh contructor functions ability to modify the primary_key
+ ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY
+ dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state
+ ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL
+ ipv6: fix udpv6 sendmsg crash caused by too small MTU
+ ipv6: ip6_make_skb() needs to clear cork.base.dst
+ lan78xx: Fix failure in USB Full Speed
+ net: igmp: fix source address check for IGMPv3 reports
+ net: qdisc_pkt_len_init() should be more robust
+ net: tcp: close sock if net namespace is exiting
+ net/tls: Fix inverted error codes to avoid endless loop
+ net: vrf: Add support for sends to local broadcast address
+ pppoe: take ->needed_headroom of lower device into account on xmit
+ r8169: fix memory corruption on retrieval of hardware statistics.
+ sctp: do not allow the v4 socket to bind a v4mapped v6 address
+ sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf
+ tipc: fix a memory leak in tipc_nl_node_get_link()
+ {net,ib}/mlx5: Don't disable local loopback multicast traffic when needed
+ net/mlx5: Fix get vector affinity helper function
+ ppp: unlock all_ppp_mutex before registering device
+ be2net: restore properly promisc mode after queues reconfiguration
+ ip6_gre: init dev->mtu and dev->hard_header_len correctly
+ gso: validate gso_type in GSO handlers
+ mlxsw: spectrum_router: Don't log an error on missing neighbor
+ tun: fix a memory leak for tfile->tx_array
+ flow_dissector: properly cap thoff field
+ sctp: reinit stream if stream outcnt has been change by sinit in sendmsg
+ netlink: extack needs to be reset each time through loop
+ net/mlx5e: Fix fixpoint divide exception in mlx5e_am_stats_compare
+ nfp: use the correct index for link speed table
+ netlink: reset extack earlier in netlink_rcv_skb
+ net/tls: Only attach to sockets in ESTABLISHED state
+ tls: fix sw_ctx leak
+ tls: return -EBUSY if crypto_info is already set
+ tls: reset crypto_info when do_tls_setsockopt_tx fails
+ net: ipv4: Make "ip route get" match iif lo rules again.
+ vmxnet3: repair memory leak
+ perf/x86/amd/power: Do not load AMD power module on !AMD platforms
+ x86/microcode/intel: Extend BDW late-loading further with LLC size check
+ x86/microcode: Fix again accessing initrd after having been freed
+ x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systems
+ hrtimer: Reset hrtimer cpu base proper on CPU hotplug
+ bpf: introduce BPF_JIT_ALWAYS_ON config
+ bpf: avoid false sharing of map refcount with max_entries
+ bpf: fix divides by zero
+ bpf: fix 32-bit divide by zero
+ bpf: reject stores into ctx via st and xadd
+ bpf, arm64: fix stack_depth tracking in combination with tail calls
+ cpufreq: governor: Ensure sufficiently large sampling intervals
+ nfsd: auth: Fix gid sorting when rootsquash enabled
+ Linux 4.14.16

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

Title:
  Bionic update to v4.14.16 stable release

Status in linux package in Ubuntu:
  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 v4.14.16 upstream stable
         patch set is now available. It should be included in the Ubuntu
         kernel as well.

         git://git.kernel.org/

      TEST CASE: TBD

         The following patches from the v4.14.16 stable release shall be
  applied:

  orangefs: use list_for_each_entry_safe in purge_waiting_ops
  orangefs: initialize op on loop restart in orangefs_devreq_read
  mm, page_alloc: fix potential false positive in __zone_watermark_ok
  netfilter: nfnetlink_cthelper: Add missing permission checks
  netfilter: xt_osf: Add missing permission checks
  xfrm: Fix a race in the xdst pcpu cache.
  Revert "module: Add retpoline tag to VERMAGIC"
  Input: xpad - add support for PDP Xbox One controllers
  Input: trackpoint - force 3 buttons if 0 button is reported
  Input: trackpoint - only expose supported controls for Elan, ALPS and NXP
  Btrfs: fix stale entries in readdir
  KVM: s390: add proper locking for CMMA migration bitmap
  orangefs: fix deadlock; do not write i_size in read_iter
  ARM: net: bpf: avoid 'bx' instruction on non-Thumb capable CPUs
  ARM: net: bpf: fix tail call jumps
  ARM: net: bpf: fix stack alignment
  ARM: net: bpf: move stack documentation
  ARM: net: bpf: correct stack layout documentation
  ARM: net: bpf: fix register saving
  ARM: net: bpf: fix LDX instructions
  ARM: net: bpf: clarify tail_call index
  drm/vc4: Fix NULL pointer dereference in vc4_save_hang_state()
  net: Allow neigh contructor functions ability to modify the primary_key
  ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY
  dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state
  ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL
  ipv6: fix udpv6 sendmsg crash caused by too small MTU
  ipv6: ip6_make_skb() needs to clear cork.base.dst
  lan78xx: Fix failure in USB Full Speed
  net: igmp: fix source address check for IGMPv3 reports
  net: qdisc_pkt_len_init() should be more robust
  net: tcp: close sock if net namespace is exiting
  net/tls: Fix inverted error codes to avoid endless loop
  net: vrf: Add support for sends to local broadcast address
  pppoe: take ->needed_headroom of lower device into account on xmit
  r8169: fix memory corruption on retrieval of hardware statistics.
  sctp: do not allow the v4 socket to bind a v4mapped v6 address
  sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf
  tipc: fix a memory leak in tipc_nl_node_get_link()
  {net,ib}/mlx5: Don't disable local loopback multicast traffic when needed
  net/mlx5: Fix get vector affinity helper function
  ppp: unlock all_ppp_mutex before registering device
  be2net: restore properly promisc mode after queues reconfiguration
  ip6_gre: init dev->mtu and dev->hard_header_len correctly
  gso: validate gso_type in GSO handlers
  mlxsw: spectrum_router: Don't log an error on missing neighbor
  tun: fix a memory leak for tfile->tx_array
  flow_dissector: properly cap thoff field
  sctp: reinit stream if stream outcnt has been change by sinit in sendmsg
  netlink: extack needs to be reset each time through loop
  net/mlx5e: Fix fixpoint divide exception in mlx5e_am_stats_compare
  nfp: use the correct index for link speed table
  netlink: reset extack earlier in netlink_rcv_skb
  net/tls: Only attach to sockets in ESTABLISHED state
  tls: fix sw_ctx leak
  tls: return -EBUSY if crypto_info is already set
  tls: reset crypto_info when do_tls_setsockopt_tx fails
  net: ipv4: Make "ip route get" match iif lo rules again.
  vmxnet3: repair memory leak
  perf/x86/amd/power: Do not load AMD power module on !AMD platforms
  x86/microcode/intel: Extend BDW late-loading further with LLC size check
  x86/microcode: Fix again accessing initrd after having been freed
  x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systems
  hrtimer: Reset hrtimer cpu base proper on CPU hotplug
  bpf: introduce BPF_JIT_ALWAYS_ON config
  bpf: avoid false sharing of map refcount with max_entries
  bpf: fix divides by zero
  bpf: fix 32-bit divide by zero
  bpf: reject stores into ctx via st and xadd
  bpf, arm64: fix stack_depth tracking in combination with tail calls
  cpufreq: governor: Ensure sufficiently large sampling intervals
  nfsd: auth: Fix gid sorting when rootsquash enabled
  Linux 4.14.16

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