-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Hi Greg,
Pleae pull commits for Linux 4.9 .
I've sent a review request for all commits over a week ago and all comments were addressed.
Thanks, Sasha
=====
The following changes since commit cdd48f386d7e6671e7cc21e517ae258b298ec877:
Linux 4.9.131 (2018-10-03 17:01:55 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git tags/for-greg-4.9-08102018
for you to fetch changes up to 3c29b011970e1edb3d203e2e2517daad893c8ed4:
xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usage (2018-10-03 22:23:44 -0400)
- ---------------------------------------------------------------- for-greg-4.9-08102018
- ---------------------------------------------------------------- Anton Vasilyev (1): usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]
Ben Hutchings (1): USB: yurex: Check for truncation in yurex_read()
Ben Skeggs (1): drm/nouveau/TBDdevinit: don't fail when PMU/PRE_OS is missing from VBIOS
Dan Carpenter (1): cifs: read overflow in is_valid_oplock_break()
Daniel Jurgens (1): net/mlx5: Consider PCI domain in search for next dev
Harry Mallon (1): HID: hid-saitek: Add device ID for RAT 7 Contagion
Heinz Mauelshagen (1): dm raid: fix rebuild of specific devices by updating superblock
Hisao Tanabe (1): perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()
Jacek Tomaka (1): perf/x86/intel: Add support/quirk for the MISPREDICT bit on Knights Landing CPUs
Jann Horn (1): RDMA/ucma: check fd type in ucma_migrate_id()
Joe Thornber (1): dm thin metadata: try to avoid ever aborting transactions
Josh Abraham (1): xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usage
Julian Wiedmann (1): s390/qeth: don't dump past end of unknown HW header
Kai-Heng Feng (1): r8169: Clear RTL_FLAG_TASK_*_PENDING when clearing RTL_FLAG_TASK_ENABLED
Miguel Ojeda (1): arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto"
Netanel Belgazal (1): net: ena: fix driver when PAGE_SIZE == 64kB
Olaf Hering (1): xen: avoid crash in disable_hotplug_cpu
Randy Dunlap (2): arch/hexagon: fix kernel/dma.c build warning hexagon: modify ffs() and fls() to return int
Sagi Grimberg (1): nvmet-rdma: fix possible bogus dereference under heavy load
Sandipan Das (1): perf probe powerpc: Ignore SyS symbols irrespective of endianness
Sean O'Brien (1): HID: add support for Apple Magic Keyboards
Stephen Boyd (1): pinctrl: msm: Really mask level interrupts to prevent latching
Stephen Rothwell (1): fs/cifs: suppress a string overflow warning
Vitaly Kuznetsov (1): xen/manage: don't complain about an empty value in control/sysrq node
Wenjia Zhang (1): s390/qeth: use vzalloc for QUERY OAT buffer
arch/arm64/include/asm/jump_label.h | 4 +- arch/hexagon/include/asm/bitops.h | 4 +- arch/hexagon/kernel/dma.c | 2 +- arch/x86/events/intel/lbr.c | 4 ++ .../gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c | 3 +- drivers/hid/hid-apple.c | 9 ++- drivers/hid/hid-ids.h | 3 + drivers/hid/hid-saitek.c | 2 + drivers/infiniband/core/ucma.c | 6 ++ drivers/md/dm-raid.c | 5 ++ drivers/md/dm-thin-metadata.c | 36 ++++++++++- drivers/md/dm-thin.c | 73 +++++++++++++++++++--- drivers/net/ethernet/amazon/ena/ena_netdev.c | 10 +-- drivers/net/ethernet/amazon/ena/ena_netdev.h | 11 ++++ drivers/net/ethernet/mellanox/mlx5/core/dev.c | 7 ++- drivers/net/ethernet/realtek/r8169.c | 9 ++- drivers/nvme/target/rdma.c | 27 +++++++- drivers/pinctrl/qcom/pinctrl-msm.c | 24 +++++++ drivers/s390/net/qeth_core_main.c | 5 +- drivers/s390/net/qeth_l2_main.c | 2 +- drivers/s390/net/qeth_l3_main.c | 2 +- drivers/usb/gadget/udc/fotg210-udc.c | 15 +++-- drivers/usb/misc/yurex.c | 3 + drivers/xen/cpu_hotplug.c | 15 ++--- drivers/xen/events/events_base.c | 2 +- drivers/xen/manage.c | 6 +- fs/cifs/cifssmb.c | 11 +++- fs/cifs/misc.c | 8 +++ tools/perf/arch/powerpc/util/sym-handling.c | 4 +- tools/perf/util/evsel.c | 5 +- 30 files changed, 263 insertions(+), 54 deletions(-)
linux-stable-mirror@lists.linaro.org