[Xenial SRU] Xenial update to 4.4.77 stable release
Stefan Bader
stefan.bader at canonical.com
Wed Jul 19 12:06:00 UTC 2017
https://bugs.launchpad.net/ubuntu/xenial/+source/linux/+bug/1705238
Skipped "drm/virtio: don't leak bo on drm_gem_object_init failure"
because it is already applied for CVE-2017-10810.
-Stefan
---
The following changes since commit e081040ff91c995bdc3c2cd4dc2615f023f60139:
UBUNTU: [Debian] Support custom and lts kernels in printchanges/insertchanges (2017-07-19 09:59:20 +0200)
are available in the git repository at:
git://git.launchpad.net/~smb/+git/linux-xenial stable-4.4
for you to fetch changes up to 9d03d7d55b31e6a493c02ce1ffddb48c5e90128e:
Linux 4.4.77 (2017-07-19 13:01:18 +0200)
----------------------------------------------------------------
Adrian Salido (1):
driver core: platform: fix race condition with driver_override
Andreas Gruenbacher (1):
gfs2: Fix glock rhashtable rcu bug
Arnaldo Carvalho de Melo (14):
tools include: Add a __fallthrough statement
tools string: Use __fallthrough in perf_atoll()
tools strfilter: Use __fallthrough
perf top: Use __fallthrough
perf intel-pt: Use __fallthrough
perf thread_map: Correctly size buffer used with dirent->dt_name
perf tests: Avoid possible truncation with dirent->d_name + snprintf
perf bench numa: Avoid possible truncation when using snprintf()
perf tools: Use readdir() instead of deprecated readdir_r()
perf thread_map: Use readdir() instead of deprecated readdir_r()
perf script: Use readdir() instead of deprecated readdir_r()
perf dwarf: Guard !x86_64 definitions under #ifdef else clause
perf trace: Do not process PERF_RECORD_LOST twice
perf tools: Use readdir() instead of deprecated readdir_r() again
Bartosz Markowski (1):
ath10k: override CE5 config for QCA9377
Benjamin Herrenschmidt (1):
usb: Fix typo in the definition of Endpoint[out]Request
Bjørn Mork (1):
USB: serial: qcserial: new Sierra Wireless EM7305 device ID
Boris Pismenny (1):
RDMA/uverbs: Check port number supplied by user verbs cmds
Chao Yu (1):
ext4: check return value of kstrtoull correctly in reserved_clusters_store
Chen-Yu Tsai (1):
pinctrl: sunxi: Fix SPDIF function name for A83T
Christoph Hellwig (2):
fs: add a VALID_OPEN_FLAGS
fs: completely ignore unknown open flags
Cong Wang (1):
mqueue: fix a use-after-free in sys_mq_notify()
Dan Carpenter (1):
KEYS: Fix an error code in request_master_key()
Devin Heitmueller (1):
Add USB quirk for HVR-950q to avoid intermittent device resets
Eric Engestrom (1):
perf tools: Remove duplicate const qualifier
Felipe Balbi (1):
usb: dwc3: replace %p with %pK
Geert Uytterhoeven (1):
pinctrl: sh-pfc: Update info pointer after SoC-specific init
Greg Kroah-Hartman (1):
Linux 4.4.77
Ian Abbott (1):
staging: comedi: fix clean-up of comedi_class in comedi_init()
Jason Yan (2):
md: fix incorrect use of lexx_to_cpu in does_sb_need_changing
md: fix super_offset endianness in super_1_rdev_size_change
Jeremie Rapin (1):
USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
Johan Hovold (1):
USB: serial: option: add two Longcheer device ids
Liping Zhang (2):
sysctl: don't print negative flag for proc_douintvec
sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvec
Maciej S. Szmigiero (1):
saa7134: fix warm Medion 7134 EEPROM read
Malcolm Priestley (1):
staging: vt6556: vnt_start Fix missing call to vnt_key_init_table.
Markus Trippelsdorf (4):
x86/tools: Fix gcc-7 warning in relocs.c
perf annotate browser: Fix behaviour of Shift-Tab with nothing focussed
perf pmu: Fix misleadingly indented assignment (whitespace)
perf tests: Remove wrong semicolon in while loop in CQM test
Martin Blumenstingl (1):
pinctrl: meson: meson8b: fix the NAND DQS pins
Michael Grzeschik (1):
usb: usbip: set buffer pointers to NULL after free
Mikulas Patocka (1):
x86/mm/pat: Don't report PAT on CPUs that don't support it
Neal Cardwell (1):
tcp: fix tcp_mark_head_lost to check skb len before fragmenting
Paolo Abeni (1):
x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
Rafał Miłecki (1):
bgmac: reset & enable Ethernet core before using it
Sabrina Dubroca (1):
tracing/kprobes: Allow to create probe with a module name starting with a digit
Sergei Shtylyov (1):
pinctrl: sh-pfc: r8a7791: Fix SCIF2 pinmux data
Thomas Gleixner (1):
mac80211_hwsim: Replace bogus hrtimer clockid
Uwe Kleine-König (1):
pinctrl: mxs: atomically switch mux and drive strength config
Vlastimil Babka (1):
mm: fix classzone_idx underflow in shrink_zones()
Wang YanQing (1):
perf scripting perl: Fix compile error with some perl5 versions
Makefile | 2 +-
arch/x86/include/asm/pat.h | 1 +
arch/x86/kernel/setup.c | 7 +++
arch/x86/lib/copy_user_64.S | 7 ++-
arch/x86/mm/pat.c | 28 ++++-----
arch/x86/tools/relocs.c | 3 +-
drivers/base/platform.c | 11 +++-
drivers/infiniband/core/uverbs_cmd.c | 8 +++
drivers/md/md.c | 4 +-
drivers/media/pci/saa7134/saa7134-i2c.c | 31 ++++++++++
drivers/net/ethernet/broadcom/bgmac.c | 5 ++
drivers/net/wireless/ath/ath10k/pci.c | 2 +-
drivers/net/wireless/mac80211_hwsim.c | 2 +-
drivers/pinctrl/freescale/pinctrl-mxs.c | 16 +++--
drivers/pinctrl/meson/pinctrl-meson8b.c | 4 +-
drivers/pinctrl/sh-pfc/core.c | 3 +
drivers/pinctrl/sh-pfc/pfc-r8a7791.c | 2 +-
drivers/pinctrl/sunxi/pinctrl-sun8i-a83t.c | 2 +-
drivers/staging/comedi/comedi_fops.c | 1 +
drivers/staging/vt6656/main_usb.c | 3 +
drivers/usb/core/quirks.c | 4 ++
drivers/usb/dwc3/dwc3-st.c | 2 +-
drivers/usb/dwc3/gadget.c | 6 +-
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/option.c | 4 ++
drivers/usb/serial/qcserial.c | 1 +
drivers/usb/usbip/stub_main.c | 4 ++
drivers/usb/usbip/stub_tx.c | 4 ++
fs/ext4/sysfs.c | 2 +-
fs/fcntl.c | 14 ++---
fs/gfs2/glock.c | 11 +++-
fs/gfs2/incore.h | 1 +
fs/open.c | 6 ++
include/linux/fcntl.h | 6 ++
include/linux/usb/hcd.h | 4 +-
ipc/mqueue.c | 4 +-
kernel/sysctl.c | 3 +
kernel/trace/trace_kprobe.c | 21 +++----
mm/vmscan.c | 2 +-
net/ipv4/tcp_input.c | 10 ++--
security/keys/encrypted-keys/encrypted.c | 2 +-
tools/include/linux/compiler.h | 9 +++
tools/perf/arch/x86/tests/intel-cqm.c | 2 +-
tools/perf/arch/x86/util/dwarf-regs.c | 8 +--
tools/perf/bench/numa.c | 6 +-
tools/perf/builtin-script.c | 70 +++++++++++-----------
tools/perf/builtin-top.c | 2 +-
tools/perf/builtin-trace.c | 1 +
tools/perf/tests/parse-events.c | 8 +--
tools/perf/ui/browsers/annotate.c | 4 +-
tools/perf/util/event.c | 12 ++--
.../perf/util/intel-pt-decoder/intel-pt-decoder.c | 5 ++
.../util/intel-pt-decoder/intel-pt-pkt-decoder.c | 2 +
tools/perf/util/parse-events.c | 60 +++++++++----------
tools/perf/util/pmu.c | 2 +-
tools/perf/util/scripting-engines/Build | 2 +-
tools/perf/util/strfilter.c | 1 +
tools/perf/util/string.c | 2 +
tools/perf/util/thread.c | 2 +-
tools/perf/util/thread_map.c | 10 ++--
60 files changed, 292 insertions(+), 170 deletions(-)
More information about the kernel-team
mailing list