From: Sasha Levin <sashal@kernel.org>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: stable@vger.kernel.org
Cc: linux-kernel@microsoft.com
Subject: [GIT PULL] commits for Linux 4.14
Date: Mon, 08 Oct 2018 11:02:37 -0400 [thread overview]
Message-ID: <20181008150238.3F61620652@mail.kernel.org> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 7957 bytes --]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hi Greg,
Pleae pull commits for Linux 4.14 .
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 e6abbe80c8838e9c0bdb51835e6218008fa49386:
Linux 4.14.74 (2018-10-03 17:01:00 -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.14-08102018
for you to fetch changes up to 3ab4f07c10e5c704c2c46d772debf0b2fb7c3467:
xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usage (2018-10-03 22:23:37 -0400)
- ----------------------------------------------------------------
for-greg-4.14-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 (2):
drm/nouveau/TBDdevinit: don't fail when PMU/PRE_OS is missing from VBIOS
drm/nouveau/disp: fix DP disable race
Chris Phlipot (1):
perf util: Fix bad memory access in trace info.
Christian König (1):
drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunk
Dan Carpenter (1):
cifs: read overflow in is_valid_oplock_break()
Daniel Jurgens (1):
net/mlx5: Consider PCI domain in search for next dev
Hans de Goede (1):
HID: sensor-hub: Restore fixup for Lenovo ThinkPad Helix 2 sensor hub report
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
Martin Willi (1):
netfilter: xt_cluster: add dependency on conntrack module
Matt Ranostay (1):
Revert "iio: temperature: maxim_thermocouple: add MAX31856 part"
Miguel Ojeda (1):
arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto"
Netanel Belgazal (2):
net: ena: fix driver when PAGE_SIZE == 64kB
net: ena: fix missing calls to READ_ONCE
Nilesh Javali (1):
scsi: qedi: Add the CRC size within iSCSI NVM image
Olaf Hering (1):
xen: avoid crash in disable_hotplug_cpu
Pablo Neira Ayuso (1):
netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUT
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
Taehee Yoo (1):
netfilter: nf_tables: release chain in flushing set
Vincent Pelletier (1):
scsi: iscsi: target: Set conn->sess to NULL when iscsi_login_set_conn_values fails
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 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 23 ++++---
drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c | 17 +++--
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c | 6 +-
drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c | 2 +
drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.h | 3 +-
.../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/hid/hid-sensor-hub.c | 23 +++++++
drivers/iio/temperature/maxim_thermocouple.c | 1 -
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_com.c | 8 +--
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/scsi/qedi/qedi.h | 7 ++-
drivers/scsi/qedi/qedi_main.c | 28 +++++----
drivers/target/iscsi/iscsi_target_login.c | 8 +--
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 +++
net/ipv4/netfilter/nf_conntrack_proto_icmp.c | 8 +--
net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c | 8 +--
net/netfilter/nf_conntrack_proto_dccp.c | 12 ++--
net/netfilter/nf_conntrack_proto_generic.c | 8 +--
net/netfilter/nf_conntrack_proto_gre.c | 8 +--
net/netfilter/nf_conntrack_proto_sctp.c | 14 ++---
net/netfilter/nf_conntrack_proto_tcp.c | 12 ++--
net/netfilter/nf_conntrack_proto_udp.c | 20 +++---
net/netfilter/nf_tables_api.c | 1 +
net/netfilter/xt_cluster.c | 14 ++++-
tools/perf/arch/powerpc/util/sym-handling.c | 4 +-
tools/perf/util/evsel.c | 5 +-
tools/perf/util/trace-event-info.c | 2 +-
52 files changed, 408 insertions(+), 142 deletions(-)
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE4n5dijQDou9mhzu83qZv95d3LNwFAlu7cYwACgkQ3qZv95d3
LNwxIg//XuOMBAUlGyM9sgqUgbHSoTCeq+NssR49ijpiK/Qa068KIBCcBFUHd9SX
fBdxDbF80d56CVC34EbdltN7OjafPlVPbOnA2MAUel64pvrNNkBEEecXKXk7rOrq
xnSX4wbQX/vJcdbPf1RgE4RQuSCLhRVpbCSL74W+MP9FZv9gHlF9Cfle6tVnWR6j
nSVYw8Uyh4Hh3vAncf8tdBwrm2+eg7QEAalssD2mGiNdVnxWcuw30y8eUDyPI8p9
iBYhmLMrXKdrcupBHRMYv7bA/BA3fW9fBb2iOQYiuWCRe82dyFrcp6Zqu0MlzGQn
TzgxnROGvujDMkRyMTcwPEISrirDWnMwUyyk4cCKl+K/sxsT+PTW/yMkLgluldLv
KHmyeYNGyTXxOozTUSUmF3VcXanxM++xUGVsEP/zGn5UjO919iVjF71mqgZPUXpC
bUfdcI0bdmpDnbayVQDoztidg+Ru9aRKA1DmMdBX2B/MSE6/xAZ8my3FPUJ+/Nkq
YH8SypNLG4v45KGwLaVO4mPZqhMW6bFc8l/edrtNoaPuDtSwd/2YREvIY0W039Ux
6PkWPwrIa+L4eW8MjpCCmRstgma3CrMFfOwHNmvtvsvCgtxMMnSvrdqqm3PtE3Pv
FylEUBHdkuU0XUJAV2kd5XwiczsokrN7G1WENuvylWYwJ+39io0=
=jkO/
-----END PGP SIGNATURE-----
next reply other threads:[~2018-10-08 22:14 UTC|newest]
Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-08 15:02 Sasha Levin [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-11-12 3:26 [GIT PULL] commits for Linux 4.14 Sasha Levin
2018-11-05 19:06 Sasha Levin
2018-10-22 9:13 Sasha Levin
2018-10-16 16:40 Sasha Levin
2018-10-12 14:36 Sasha Levin
2018-10-02 0:58 Sasha Levin
2018-09-28 0:26 Sasha Levin
2018-09-24 1:01 Sasha Levin
2018-09-17 23:46 Sasha Levin
2018-09-14 18:41 Sasha Levin
2018-09-10 14:28 Sasha Levin
2018-08-25 15:10 Sasha Levin
2018-08-26 7:14 ` Greg KH
2018-08-10 0:23 Sasha Levin
2018-08-22 8:06 ` Greg KH
2018-07-28 1:46 Sasha Levin
2018-07-28 10:08 ` Greg KH
2018-06-21 2:36 Sasha Levin
2018-07-05 18:17 ` Greg KH
2018-06-07 1:07 Sasha Levin
2018-06-08 0:55 ` Eddie Chapman
2018-06-08 4:49 ` Greg KH
2018-06-05 4:00 Sasha Levin
2018-05-19 16:59 Sasha Levin
2018-05-27 15:36 ` Greg KH
2018-04-27 2:00 Sasha Levin
2018-04-30 13:02 ` Greg KH
2018-04-30 14:39 ` Sasha Levin
2018-04-30 15:06 ` Greg KH
2018-04-30 17:54 ` Sasha Levin
2018-04-30 18:28 ` Greg KH
2018-04-30 19:26 ` Greg KH
2018-05-02 16:53 ` Greg KH
2018-05-02 23:19 ` Greg KH
2018-05-02 23:36 ` Greg KH
2018-05-02 23:39 ` Sasha Levin
2018-05-03 12:02 ` Greg KH
2018-05-03 12:05 ` Greg KH
2018-04-23 19:54 Sasha Levin
2018-04-24 7:28 ` Greg KH
2018-04-15 21:37 Sasha Levin
2018-04-24 15:00 ` Greg KH
2018-04-05 6:24 Sasha Levin
2018-04-09 12:04 ` Greg KH
2018-03-19 15:38 Sasha Levin
2018-03-22 13:33 ` Greg KH
2018-03-15 22:40 Sasha Levin
2018-03-16 14:45 ` Greg KH
2018-02-25 0:59 Sasha Levin
2018-02-28 15:25 ` Greg KH
2018-02-04 16:03 Sasha Levin
2018-02-15 15:30 ` Greg KH
2018-02-15 19:36 ` Sasha Levin
2018-02-23 10:47 ` Greg KH
2018-02-23 11:10 ` Greg KH
2018-01-28 22:32 Sasha Levin
2018-02-04 10:47 ` Greg KH
2017-12-20 15:37 alexander.levin
2017-12-20 17:21 ` Greg KH
2017-12-14 16:13 alexander.levin
2017-12-18 13:09 ` Greg KH
2017-12-12 0:58 alexander.levin
2017-12-12 11:50 ` Greg KH
2017-12-02 15:45 alexander.levin
2017-12-06 18:37 ` Greg KH
2017-11-30 22:02 alexander.levin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181008150238.3F61620652@mail.kernel.org \
--to=sashal@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.