Message ID | 3d57bf3c-30d5-e560-aba9-155af8f1a814@canonical.com |
---|---|
State | New |
Headers | show |
Series | [SRU,Xenial,PULL] Xenial update to 4.4.119 stable release | expand |
On 12.04.2018 09:01, Juerg Haefliger wrote: > BugLink: http://bugs.launchpad.net/bugs/1762453 > > This PR is for an update from 4.4.118 to 4.4.119 for Xenial. All patches > applied cleanly except for one which needed trivial context adjustments. > > Compile tested all supported architectures. > > ...Juerg Applied to xenial/master-next. -Stefan > > > The following changes since commit bffa0afa81920d8b6a26881216fba5d233df1ca0: > > ARM: omap2: hide omap3_save_secure_ram on non-OMAP3 builds (2018-04-09 > 14:57:11 +0200) > > are available in the git repository at: > > https://git.launchpad.net/~juergh/+git/xenial-linux update-4.4.119 > > for you to fetch changes up to 9ac034e568069e1450d7e95fab9aa03ff835d339: > > Linux 4.4.119 (2018-04-11 16:14:04 +0200) > > ---------------------------------------------------------------- > AMAN DEEP (1): > usb: ohci: Proper handling of ed_rm_list to handle race condition > between usb_kill_urb() and finish_unlinks() > > Alex Deucher (1): > drm/amdgpu: Avoid leaking PM domain on driver unbind (v2) > > Arnd Bergmann (2): > cfg80211: fix cfg80211_beacon_dup > x86/oprofile: Fix bogus GCC-8 warning in nmi_setup() > > Eric Biggers (1): > binder: add missing binder_unlock() > > Greg Kroah-Hartman (1): > Linux 4.4.119 > > Jack Pham (1): > usb: gadget: f_fs: Process all descriptors during bind > > Jack Stocker (1): > Add delay-init quirk for Corsair K70 RGB keyboards > > Johan Hovold (1): > PCI: keystone: Fix interrupt-controller-node lookup > > Kai-Heng Feng (1): > drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA > > Karsten Koop (1): > usb: ldusb: add PIDs for new CASSY devices supported by this driver > > Lars-Peter Clausen (1): > iio: adis_lib: Initialize trigger before requesting interrupt > > Michael Ellerman (1): > powerpc/64s: Fix RFI flush dependency on HARDLOCKUP_DETECTOR > > Michael Weiser (1): > arm64: Disable unhandled signal log messages by default > > Paolo Abeni (3): > netfilter: drop outermost socket lock in getsockopt() > ip_tunnel: replace dst_cache with generic implementation > ip_tunnel: fix preempt warning in ip tunnel creation/updating > > Shanker Donthineni (1): > irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq() > > Stefan Windfeldt-Prytz (1): > iio: buffer: check if a buffer has been set up when poll is called > > Thinh Nguyen (1): > usb: dwc3: gadget: Set maxpacket size for ep0 IN > > Tyrel Datwyler (1): > scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info > > Yoshihiro Shimoda (1): > usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path > > Makefile | 2 +- > arch/arm64/kernel/traps.c | 2 +- > arch/powerpc/kernel/setup_64.c | 2 +- > arch/x86/oprofile/nmi_int.c | 2 +- > drivers/android/binder.c | 4 +- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 - > drivers/gpu/drm/drm_edid.c | 3 ++ > drivers/hid/hid-core.c | 3 ++ > drivers/hid/hid-ids.h | 3 ++ > drivers/iio/imu/adis_trigger.c | 7 +-- > drivers/iio/industrialio-buffer.c | 2 +- > drivers/irqchip/irq-gic-v3.c | 2 +- > drivers/pci/host/pci-keystone.c | 9 +++- > drivers/scsi/ibmvscsi/ibmvfc.h | 2 +- > drivers/usb/core/quirks.c | 3 ++ > drivers/usb/dwc3/gadget.c | 2 + > drivers/usb/gadget/function/f_fs.c | 6 +-- > drivers/usb/host/ohci-q.c | 17 ++++--- > drivers/usb/misc/ldusb.c | 6 +++ > drivers/usb/renesas_usbhs/fifo.c | 5 ++ > include/net/ip_tunnels.h | 9 +--- > net/ipv4/Kconfig | 1 + > net/ipv4/ip_sockglue.c | 7 +-- > net/ipv4/ip_tunnel.c | 78 > +++++------------------------- > net/ipv6/ipv6_sockglue.c | 10 +--- > net/ipv6/sit.c | 17 ++++--- > net/mac80211/cfg.c | 2 +- > 27 files changed, 87 insertions(+), 121 deletions(-) >