** 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 4.4.94 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 4.4.94 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 4.4.94 stable release shall be - applied: + The following patches from the 4.4.94 stable release shall be applied: + - percpu: make this_cpu_generic_read() atomic w.r.t. interrupts + - drm/dp/mst: save vcpi with payloads + - MIPS: Fix minimum alignment requirement of IRQ stack + - sctp: potential read out of bounds in sctp_ulpevent_type_enabled() + - bpf/verifier: reject BPF_ALU64|BPF_END + - udpv6: Fix the checksum computation when HW checksum does not apply + - ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header + - net: emac: Fix napi poll list corruption + - packet: hold bind lock when rebinding to fanout hook + - bpf: one perf event close won't free bpf program attached by another perf + event + - isdn/i4l: fetch the ppp_write buffer in one shot + - vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit + - l2tp: Avoid schedule while atomic in exit_net + - l2tp: fix race condition in l2tp_tunnel_delete + - tun: bail out from tun_get_user() if the skb is empty + - packet: in packet_do_bind, test fanout with bind_lock held + - packet: only test po->has_vnet_hdr once in packet_snd + - net: Set sk_prot_creator when cloning sockets to the right proto + - tipc: use only positive error codes in messages + - Revert "bsg-lib: don't free job in bsg_prepare_job" + - locking/lockdep: Add nest_lock integrity test + - watchdog: kempld: fix gcc-4.3 build + - irqchip/crossbar: Fix incorrect type of local variables + - mac80211_hwsim: check HWSIM_ATTR_RADIO_NAME length + - mac80211: fix power saving clients handling in iwlwifi + - net/mlx4_en: fix overflow in mlx4_en_init_timestamp() + - netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value. + - iio: adc: xilinx: Fix error handling + - Btrfs: send, fix failure to rename top level inode due to name collision + - f2fs: do not wait for writeback in write_begin + - md/linear: shutup lockdep warnning + - sparc64: Migrate hvcons irq to panicked cpu + - net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new + probed PFs + - crypto: xts - Add ECB dependency + - ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock + - slub: do not merge cache if slub_debug contains a never-merge flag + - scsi: scsi_dh_emc: return success in clariion_std_inquiry() + - net: mvpp2: release reference to txq_cpu[] entry after unmapping + - i2c: at91: ensure state is restored after suspending + - ceph: clean up unsafe d_parent accesses in build_dentry_path + - uapi: fix linux/rds.h userspace compilation errors + - uapi: fix linux/mroute6.h userspace compilation errors + - target/iscsi: Fix unsolicited data seq_end_offset calculation + - nfsd/callback: Cleanup callback cred on shutdown + - cpufreq: CPPC: add ACPI_PROCESSOR dependency + - Revert "tty: goldfish: Fix a parameter of a call to free_irq" + - Linux 4.4.94
-- 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/1729105 Title: Xenial update to 4.4.94 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 4.4.94 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 4.4.94 stable release shall be applied: - percpu: make this_cpu_generic_read() atomic w.r.t. interrupts - drm/dp/mst: save vcpi with payloads - MIPS: Fix minimum alignment requirement of IRQ stack - sctp: potential read out of bounds in sctp_ulpevent_type_enabled() - bpf/verifier: reject BPF_ALU64|BPF_END - udpv6: Fix the checksum computation when HW checksum does not apply - ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header - net: emac: Fix napi poll list corruption - packet: hold bind lock when rebinding to fanout hook - bpf: one perf event close won't free bpf program attached by another perf event - isdn/i4l: fetch the ppp_write buffer in one shot - vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit - l2tp: Avoid schedule while atomic in exit_net - l2tp: fix race condition in l2tp_tunnel_delete - tun: bail out from tun_get_user() if the skb is empty - packet: in packet_do_bind, test fanout with bind_lock held - packet: only test po->has_vnet_hdr once in packet_snd - net: Set sk_prot_creator when cloning sockets to the right proto - tipc: use only positive error codes in messages - Revert "bsg-lib: don't free job in bsg_prepare_job" - locking/lockdep: Add nest_lock integrity test - watchdog: kempld: fix gcc-4.3 build - irqchip/crossbar: Fix incorrect type of local variables - mac80211_hwsim: check HWSIM_ATTR_RADIO_NAME length - mac80211: fix power saving clients handling in iwlwifi - net/mlx4_en: fix overflow in mlx4_en_init_timestamp() - netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value. - iio: adc: xilinx: Fix error handling - Btrfs: send, fix failure to rename top level inode due to name collision - f2fs: do not wait for writeback in write_begin - md/linear: shutup lockdep warnning - sparc64: Migrate hvcons irq to panicked cpu - net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new probed PFs - crypto: xts - Add ECB dependency - ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock - slub: do not merge cache if slub_debug contains a never-merge flag - scsi: scsi_dh_emc: return success in clariion_std_inquiry() - net: mvpp2: release reference to txq_cpu[] entry after unmapping - i2c: at91: ensure state is restored after suspending - ceph: clean up unsafe d_parent accesses in build_dentry_path - uapi: fix linux/rds.h userspace compilation errors - uapi: fix linux/mroute6.h userspace compilation errors - target/iscsi: Fix unsolicited data seq_end_offset calculation - nfsd/callback: Cleanup callback cred on shutdown - cpufreq: CPPC: add ACPI_PROCESSOR dependency - Revert "tty: goldfish: Fix a parameter of a call to free_irq" - Linux 4.4.94 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729105/+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