From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org,
ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org,
stable@vger.kernel.org
Subject: [PATCH 4.14 00/61] 4.14.54-stable review
Date: Fri, 6 Jul 2018 07:46:24 +0200 [thread overview]
Message-ID: <20180706054712.332416244@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 4.14.54 release.
There are 61 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Sun Jul 8 05:46:58 UTC 2018.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.54-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 4.14.54-rc1
Damien Thébault <damien.thebault@vitec.com>
net: dsa: b53: Add BCM5389 support
Finn Thain <fthain@telegraphics.com.au>
net/sonic: Use dma_mapping_error()
João Paulo Rechi Vita <jprvita@endlessm.com>
platform/x86: asus-wmi: Fix NULL pointer dereference
Paul Burton <paul.burton@mips.com>
sched/core: Require cpu_active() in select_task_rq(), for user tasks
Peter Zijlstra <peterz@infradead.org>
sched/core: Fix rules for running on online && !active CPUs
Darrick J. Wong <darrick.wong@oracle.com>
fs: clear writeback errors in inode_init_always
YueHaibing <yuehaibing@huawei.com>
perf bpf: Fix NULL return handling in bpf__prepare_load()
Thomas Richter <tmricht@linux.ibm.com>
perf test: "Session topology" dumps core on s390
Josh Hill <josh@joshuajhill.com>
net: qmi_wwan: Add Netgear Aircard 779S
Ivan Bornyakov <brnkv.i1@gmail.com>
atm: zatm: fix memcmp casting
Hao Wei Tee <angelsl@in04.sg>
iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUs
Julian Anastasov <ja@ssi.bg>
ipvs: fix buffer overflow with sync daemon and service
Pablo Neira Ayuso <pablo@netfilter.org>
netfilter: nft_limit: fix packet ratelimiting
Sebastian Ott <sebott@linux.ibm.com>
s390/dasd: use blk_mq_rq_from_pdu for per request data
Paolo Abeni <pabeni@redhat.com>
netfilter: ebtables: handle string from userspace with care
David Howells <dhowells@redhat.com>
afs: Fix directory permissions check
Eric Dumazet <edumazet@google.com>
xfrm6: avoid potential infinite loop in _decode_session6()
Abhishek Sahu <absahu@codeaurora.org>
mtd: rawnand: fix return value check for bad block status
Sean Nyekjaer <sean.nyekjaer@prevas.dk>
ARM: dts: imx6q: Use correct SDMA script for SPI5 core
Taehee Yoo <ap420073@gmail.com>
netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()
Vincent Bernat <vincent@bernat.im>
netfilter: ip6t_rpfilter: provide input interface for route lookup
Florian Westphal <fw@strlen.de>
netfilter: don't set F_IFACE on ipv6 fib lookups
NeilBrown <neilb@suse.com>
md: remove special meaning of ->quiesce(.., 2)
NeilBrown <neilb@suse.com>
md: allow metadata update while suspending.
NeilBrown <neilb@suse.com>
md: use mddev_suspend/resume instead of ->quiesce()
NeilBrown <neilb@suse.com>
md: move suspend_hi/lo handling into core md code
NeilBrown <neilb@suse.com>
md: don't call bitmap_create() while array is quiesced.
NeilBrown <neilb@suse.com>
md: always hold reconfig_mutex when calling mddev_suspend()
Taehee Yoo <ap420073@gmail.com>
netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()
Florian Westphal <fw@strlen.de>
netfilter: nf_tables: add missing netlink attrs to policies
Colin Ian King <colin.king@canonical.com>
netfilter: nf_tables: fix memory leak on error exit return
Taehee Yoo <ap420073@gmail.com>
netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()
Pablo Neira Ayuso <pablo@netfilter.org>
netfilter: nf_tables: disable preemption in nft_update_chain_stats()
Taehee Yoo <ap420073@gmail.com>
netfilter: nft_meta: fix wrong value dereference in nft_meta_set_eval
Pablo Neira Ayuso <pablo@netfilter.org>
netfilter: nf_tables: bogus EBUSY in chain deletions
Florian Westphal <fw@strlen.de>
netfilter: nf_tables: don't assume chain stats are set when jumplabel is set
Florian Westphal <fw@strlen.de>
netfilter: nft_compat: fix handling of large matchinfo size
Florian Westphal <fw@strlen.de>
netfilter: nft_compat: prepare for indirect info storage
Florian Westphal <fw@strlen.de>
netfilter: nf_tables: nft_compat: fix refcount leak on xt module
Kenneth Graunke <kenneth@whitecape.org>
drm/i915: Enable provoking vertex fix on Gen9 systems.
Michel Dänzer <michel.daenzer@amd.com>
drm/amdgpu: Refactor amdgpu_vram_mgr_bo_invisible_size helper
Michel Dänzer <michel.daenzer@amd.com>
drm/amdgpu: Use kvmalloc_array for allocating VRAM manager nodes array
Stefan Agner <stefan@agner.ch>
drm/atmel-hlcdc: check stride values in the first plane
Jeremy Cline <jcline@redhat.com>
drm/qxl: Call qxl_bo_unref outside atomic context
Huang Rui <ray.huang@amd.com>
drm/amdgpu: fix the missed vcn fw version report
Rex Zhu <Rex.Zhu@amd.com>
drm/amdgpu: Add APU support in vi_set_vce_clocks
Rex Zhu <Rex.Zhu@amd.com>
drm/amdgpu: Add APU support in vi_set_uvd_clocks
Alexander Potapenko <glider@google.com>
vt: prevent leaking uninitialized data to userspace via /dev/vcs*
Johan Hovold <johan@kernel.org>
serdev: fix memleak on module unload
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
serial: 8250_pci: Remove stalled entries in blacklist
Laura Abbott <labbott@redhat.com>
staging: android: ion: Return an ERR_PTR in ion_map_kernel
Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
n_tty: Access echo_* variables carefully.
Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
n_tty: Fix stall at n_tty_receive_char_special().
Zhengjun Xing <zhengjun.xing@linux.intel.com>
xhci: Fix kernel oops in trace_xhci_free_virt_device
Heikki Krogerus <heikki.krogerus@linux.intel.com>
usb: typec: ucsi: Fix for incorrect status data issue
Heikki Krogerus <heikki.krogerus@linux.intel.com>
usb: typec: ucsi: acpi: Workaround for cache mode issue
Heikki Krogerus <heikki.krogerus@linux.intel.com>
acpi: Add helper for deactivating memory region
William Wu <william.wu@rock-chips.com>
usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hub
Karoly Pados <pados@pados.hu>
USB: serial: cp210x: add Silicon Labs IDs for Windows Update
Johan Hovold <johan@kernel.org>
USB: serial: cp210x: add CESINEL device ids
Houston Yaroschoff <hstn@4ever3.net>
usb: cdc_acm: Add quirk for Uniden UBC125 scanner
-------------
Diffstat:
Documentation/devicetree/bindings/net/dsa/b53.txt | 1 +
Makefile | 4 +-
arch/arm/boot/dts/imx6q.dtsi | 2 +-
drivers/acpi/osl.c | 72 ++++++++
drivers/atm/zatm.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 6 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c | 23 ++-
drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 4 +-
drivers/gpu/drm/amd/amdgpu/vi.c | 77 +++++++--
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c | 2 +-
drivers/gpu/drm/i915/i915_reg.h | 5 +
drivers/gpu/drm/i915/intel_lrc.c | 12 +-
drivers/gpu/drm/qxl/qxl_display.c | 7 +-
drivers/md/dm-raid.c | 10 +-
drivers/md/md-cluster.c | 6 +-
drivers/md/md.c | 90 ++++++----
drivers/md/md.h | 15 +-
drivers/md/raid0.c | 2 +-
drivers/md/raid1.c | 27 +--
drivers/md/raid10.c | 10 +-
drivers/md/raid5-cache.c | 30 ++--
drivers/md/raid5-log.h | 2 +-
drivers/md/raid5.c | 40 +----
drivers/mtd/nand/nand_base.c | 2 +-
drivers/net/dsa/b53/b53_common.c | 13 ++
drivers/net/dsa/b53/b53_mdio.c | 5 +-
drivers/net/dsa/b53/b53_priv.h | 1 +
drivers/net/ethernet/natsemi/sonic.c | 2 +-
drivers/net/usb/qmi_wwan.c | 1 +
drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 10 +-
drivers/platform/x86/asus-wmi.c | 23 +--
drivers/s390/block/dasd.c | 7 +-
drivers/staging/android/ion/ion_heap.c | 2 +-
drivers/tty/n_tty.c | 55 +++---
drivers/tty/serdev/core.c | 1 +
drivers/tty/serial/8250/8250_pci.c | 2 -
drivers/tty/vt/vt.c | 4 +-
drivers/usb/class/cdc-acm.c | 3 +
drivers/usb/dwc2/hcd_queue.c | 2 +-
drivers/usb/host/xhci-mem.c | 4 +-
drivers/usb/host/xhci-trace.h | 36 +++-
drivers/usb/serial/cp210x.c | 14 ++
drivers/usb/typec/ucsi/ucsi.c | 13 ++
drivers/usb/typec/ucsi/ucsi_acpi.c | 5 +
fs/afs/security.c | 10 +-
fs/inode.c | 1 +
include/linux/acpi.h | 3 +
include/net/netfilter/nf_tables.h | 5 +
kernel/sched/core.c | 45 +++--
net/bridge/netfilter/ebtables.c | 3 +-
net/ipv6/netfilter/ip6t_rpfilter.c | 4 +-
net/ipv6/netfilter/nft_fib_ipv6.c | 12 +-
net/ipv6/xfrm6_policy.c | 2 +-
net/netfilter/ipvs/ip_vs_ctl.c | 21 ++-
net/netfilter/nf_tables_api.c | 61 ++++++-
net/netfilter/nf_tables_core.c | 20 ++-
net/netfilter/nft_compat.c | 201 +++++++++++++++++-----
net/netfilter/nft_immediate.c | 15 +-
net/netfilter/nft_limit.c | 38 ++--
net/netfilter/nft_meta.c | 14 +-
tools/perf/tests/topology.c | 30 +++-
tools/perf/util/bpf-loader.c | 6 +-
64 files changed, 809 insertions(+), 340 deletions(-)
next reply other threads:[~2018-07-06 5:50 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-06 5:46 Greg Kroah-Hartman [this message]
2018-07-06 5:46 ` [PATCH 4.14 01/61] usb: cdc_acm: Add quirk for Uniden UBC125 scanner Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 02/61] USB: serial: cp210x: add CESINEL device ids Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 03/61] USB: serial: cp210x: add Silicon Labs IDs for Windows Update Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 04/61] usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hub Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 05/61] acpi: Add helper for deactivating memory region Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 06/61] usb: typec: ucsi: acpi: Workaround for cache mode issue Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 07/61] usb: typec: ucsi: Fix for incorrect status data issue Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 08/61] xhci: Fix kernel oops in trace_xhci_free_virt_device Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 09/61] n_tty: Fix stall at n_tty_receive_char_special() Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 10/61] n_tty: Access echo_* variables carefully Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 11/61] staging: android: ion: Return an ERR_PTR in ion_map_kernel Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 12/61] serial: 8250_pci: Remove stalled entries in blacklist Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 13/61] serdev: fix memleak on module unload Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 14/61] vt: prevent leaking uninitialized data to userspace via /dev/vcs* Greg Kroah-Hartman
2018-07-06 5:52 ` syzbot
2018-07-06 5:46 ` [PATCH 4.14 18/61] drm/qxl: Call qxl_bo_unref outside atomic context Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 19/61] drm/atmel-hlcdc: check stride values in the first plane Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 22/61] drm/i915: Enable provoking vertex fix on Gen9 systems Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 23/61] netfilter: nf_tables: nft_compat: fix refcount leak on xt module Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 24/61] netfilter: nft_compat: prepare for indirect info storage Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 25/61] netfilter: nft_compat: fix handling of large matchinfo size Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 26/61] netfilter: nf_tables: dont assume chain stats are set when jumplabel is set Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 27/61] netfilter: nf_tables: bogus EBUSY in chain deletions Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 28/61] netfilter: nft_meta: fix wrong value dereference in nft_meta_set_eval Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 29/61] netfilter: nf_tables: disable preemption in nft_update_chain_stats() Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 30/61] netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace() Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 31/61] netfilter: nf_tables: fix memory leak on error exit return Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 32/61] netfilter: nf_tables: add missing netlink attrs to policies Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 33/61] netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj() Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 34/61] md: always hold reconfig_mutex when calling mddev_suspend() Greg Kroah-Hartman
2018-07-06 5:46 ` [PATCH 4.14 35/61] md: dont call bitmap_create() while array is quiesced Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 36/61] md: move suspend_hi/lo handling into core md code Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 37/61] md: use mddev_suspend/resume instead of ->quiesce() Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 38/61] md: allow metadata update while suspending Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 39/61] md: remove special meaning of ->quiesce(.., 2) Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 40/61] netfilter: dont set F_IFACE on ipv6 fib lookups Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 41/61] netfilter: ip6t_rpfilter: provide input interface for route lookup Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 42/61] netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain() Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 43/61] ARM: dts: imx6q: Use correct SDMA script for SPI5 core Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 44/61] mtd: rawnand: fix return value check for bad block status Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 46/61] afs: Fix directory permissions check Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 47/61] netfilter: ebtables: handle string from userspace with care Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 48/61] s390/dasd: use blk_mq_rq_from_pdu for per request data Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 49/61] netfilter: nft_limit: fix packet ratelimiting Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 50/61] ipvs: fix buffer overflow with sync daemon and service Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 51/61] iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUs Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 52/61] atm: zatm: fix memcmp casting Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 54/61] perf test: "Session topology" dumps core on s390 Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 55/61] perf bpf: Fix NULL return handling in bpf__prepare_load() Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 56/61] fs: clear writeback errors in inode_init_always Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 57/61] sched/core: Fix rules for running on online && !active CPUs Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 58/61] sched/core: Require cpu_active() in select_task_rq(), for user tasks Greg Kroah-Hartman
2018-07-06 5:47 ` [PATCH 4.14 60/61] net/sonic: Use dma_mapping_error() Greg Kroah-Hartman
2018-07-06 17:54 ` [PATCH 4.14 00/61] 4.14.54-stable review Dan Rue
2018-07-07 21:39 ` Guenter Roeck
2018-07-08 13:29 ` Greg Kroah-Hartman
2018-07-09 13:28 ` Guenter Roeck
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=20180706054712.332416244@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=ben.hutchings@codethink.co.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=patches@kernelci.org \
--cc=shuah@kernel.org \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.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.