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/59] 4.14.95-stable review
Date: Mon, 21 Jan 2019 14:43:25 +0100 [thread overview]
Message-ID: <20190121122456.529172919@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 4.14.95 release.
There are 59 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 Wed Jan 23 12:23:55 UTC 2019.
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.95-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.95-rc1
Ivan Mironov <mironov.ivan@gmail.com>
drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock
Jaegeuk Kim <jaegeuk@kernel.org>
loop: drop caches if offset or block_size are changed
Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()
Jan Kara <jack@suse.cz>
loop: Get rid of loop_index_mutex
Jan Kara <jack@suse.cz>
loop: Fold __loop_release into loop_release
Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
block/loop: Use global lock for ioctl() operation.
Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
block/loop: Don't grab "struct file" for vfs_getattr() operation.
Ying Xue <ying.xue@windriver.com>
tipc: fix uninit-value in tipc_nl_compat_doit
Ying Xue <ying.xue@windriver.com>
tipc: fix uninit-value in tipc_nl_compat_name_table_dump
Ying Xue <ying.xue@windriver.com>
tipc: fix uninit-value in tipc_nl_compat_link_set
Ying Xue <ying.xue@windriver.com>
tipc: fix uninit-value in tipc_nl_compat_bearer_enable
Ying Xue <ying.xue@windriver.com>
tipc: fix uninit-value in tipc_nl_compat_link_reset_stats
Xin Long <lucien.xin@gmail.com>
sctp: allocate sctp_sockaddr_entry with kzalloc
Jan Kara <jack@suse.cz>
blockdev: Fix livelocks on loop device
Stephen Smalley <sds@tycho.nsa.gov>
selinux: fix GPF on invalid policy
Shakeel Butt <shakeelb@google.com>
netfilter: ebtables: account ebt_table_info to kmemcg
J. Bruce Fields <bfields@redhat.com>
sunrpc: handle ENOMEM in rpcb_getport_async
Hans Verkuil <hverkuil@xs4all.nl>
media: vb2: vb2_mmap: move lock up
James Morris <james.morris@microsoft.com>
LSM: Check for NULL cred-security on free
Willem de Bruijn <willemb@google.com>
bpf: in __bpf_redirect_no_mac pull mac only if present
Hans Verkuil <hverkuil-cisco@xs4all.nl>
media: vivid: set min width/height to a value > 0
Hans Verkuil <hverkuil-cisco@xs4all.nl>
media: vivid: fix error handling of kthread_run
Vlad Tsyrklevich <vlad@tsyrklevich.net>
omap2fb: Fix stack memory disclosure
YunQiang Su <ysu@wavecomp.com>
Disable MSI also when pcie-octeon.pcie_disable on
Ard Biesheuvel <ard.biesheuvel@linaro.org>
arm64: kaslr: ensure randomized quantities are clean to the PoC
Kees Cook <keescook@chromium.org>
pstore/ram: Avoid allocation and leak of platform data
Sakari Ailus <sakari.ailus@linux.intel.com>
media: v4l: ioctl: Validate num_planes for debug messages
Jonathan Hunter <jonathanh@nvidia.com>
mfd: tps6586x: Handle interrupts on suspend
Julia Lawall <Julia.Lawall@lip6.fr>
OF: properties: add missing of_node_put
Hauke Mehrtens <hauke@hauke-m.de>
MIPS: lantiq: Fix IPI interrupt handling
Arnd Bergmann <arnd@arndb.de>
mips: fix n32 compat_ipc_parse_version
Christophe Leroy <christophe.leroy@c-s.fr>
crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK
Christophe Leroy <christophe.leroy@c-s.fr>
crypto: talitos - reorder code in talitos_edesc_alloc()
Ivan Mironov <mironov.ivan@gmail.com>
scsi: sd: Fix cache_type_store()
Stanley Chu <stanley.chu@mediatek.com>
scsi: core: Synchronize request queue PM status only on successful resume
Kees Cook <keescook@chromium.org>
Yama: Check for pid death before checking ancestry
Josef Bacik <josef@toxicpanda.com>
btrfs: wait on ordered extents on abort cleanup
David Sterba <dsterba@suse.com>
Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"
Eric Biggers <ebiggers@google.com>
crypto: authenc - fix parsing key with misaligned rta_len
Eric Biggers <ebiggers@google.com>
crypto: bcm - convert to use crypto_authenc_extractkeys()
Harsh Jain <harsh@chelsio.com>
crypto: authencesn - Avoid twice completion call in decrypt path
Aymen Sghaier <aymen.sghaier@nxp.com>
crypto: caam - fix zero-length buffer DMA mapping
Willem de Bruijn <willemb@google.com>
ip: on queued skb use skb_header_pointer instead of pskb_may_pull
Willem de Bruijn <willemb@google.com>
bonding: update nest level on unlink
Jason Gunthorpe <jgg@mellanox.com>
packet: Do not leak dev refcounts on error exit
JianJhen Chen <kchen@synology.com>
net: bridge: fix a bug on using a neighbour cache entry without checking its state
Eric Dumazet <edumazet@google.com>
ipv6: fix kernel-infoleak in ipv6_local_error()
Mark Rutland <mark.rutland@arm.com>
arm64: Don't trap host pointer auth use to EL2
Mark Rutland <mark.rutland@arm.com>
arm64/kvm: consistently handle host HCR_EL2 flags
Varun Prakash <varun@chelsio.com>
scsi: target: iscsi: cxgbit: fix csk leak
Sasha Levin <sashal@kernel.org>
Revert "scsi: target: iscsi: cxgbit: fix csk leak"
Xunlei Pang <xlpang@linux.alibaba.com>
sched/fair: Fix bandwidth timer clock drift condition
Ben Hutchings <ben@decadent.org.uk>
media: em28xx: Fix misplaced reset of dev->v4l::field_count
Loic Poulain <loic.poulain@linaro.org>
mmc: sdhci-msm: Disable CDR function on TX
Oliver Hartkopp <socketcan@hartkopp.net>
can: gw: ensure DLC boundaries after CAN frame modification
Dmitry Safonov <dima@arista.com>
tty: Don't hold ldisc lock in tty_reopen() if ldisc present
Dmitry Safonov <dima@arista.com>
tty: Simplify tty->count math in tty_reopen()
Dmitry Safonov <dima@arista.com>
tty: Hold tty_ldisc_lock() during tty_reopen()
Dmitry Safonov <dima@arista.com>
tty/ldsem: Wake up readers after timed out down_write()
-------------
Diffstat:
Makefile | 4 +-
arch/arm64/include/asm/kvm_arm.h | 3 +
arch/arm64/kernel/head.S | 5 +-
arch/arm64/kernel/kaslr.c | 8 +-
arch/arm64/kvm/hyp/switch.c | 2 +-
arch/mips/Kconfig | 1 +
arch/mips/lantiq/irq.c | 68 +----------
arch/mips/pci/msi-octeon.c | 4 +-
crypto/authenc.c | 14 ++-
crypto/authencesn.c | 2 +-
drivers/block/loop.c | 140 ++++++++++++++---------
drivers/block/loop.h | 1 -
drivers/crypto/Kconfig | 1 +
drivers/crypto/bcm/cipher.c | 44 +++----
drivers/crypto/caam/caamhash.c | 15 ++-
drivers/crypto/talitos.c | 27 ++---
drivers/gpu/drm/drm_fb_helper.c | 7 +-
drivers/media/platform/vivid/vivid-kthread-cap.c | 5 +-
drivers/media/platform/vivid/vivid-kthread-out.c | 5 +-
drivers/media/platform/vivid/vivid-vid-common.c | 2 +-
drivers/media/usb/em28xx/em28xx-video.c | 4 +-
drivers/media/v4l2-core/v4l2-ioctl.c | 4 +-
drivers/media/v4l2-core/videobuf2-core.c | 11 +-
drivers/mfd/tps6586x.c | 24 ++++
drivers/mmc/host/sdhci-msm.c | 51 ++++++++-
drivers/net/bonding/bond_main.c | 3 +
drivers/of/property.c | 1 +
drivers/scsi/scsi_pm.c | 26 +++--
drivers/scsi/sd.c | 6 +
drivers/tty/tty_io.c | 22 ++--
drivers/tty/tty_ldsem.c | 10 ++
drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c | 2 +
fs/block_dev.c | 28 +++--
fs/btrfs/disk-io.c | 8 ++
fs/btrfs/inode.c | 3 -
fs/pstore/ram.c | 9 +-
kernel/sched/fair.c | 14 ++-
kernel/sched/sched.h | 4 +-
net/bridge/br_netfilter_hooks.c | 2 +-
net/bridge/netfilter/ebtables.c | 6 +-
net/can/gw.c | 30 ++++-
net/core/filter.c | 21 ++--
net/core/lwt_bpf.c | 1 +
net/ipv4/ip_sockglue.c | 12 +-
net/ipv6/datagram.c | 11 +-
net/packet/af_packet.c | 4 +-
net/sctp/ipv6.c | 5 +-
net/sctp/protocol.c | 4 +-
net/sunrpc/rpcb_clnt.c | 8 ++
net/tipc/netlink_compat.c | 50 +++++++-
security/security.c | 7 ++
security/selinux/ss/policydb.c | 3 +-
security/yama/yama_lsm.c | 4 +-
53 files changed, 472 insertions(+), 284 deletions(-)
next reply other threads:[~2019-01-21 13:51 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-21 13:43 Greg Kroah-Hartman [this message]
2019-01-21 13:43 ` [PATCH 4.14 01/59] tty/ldsem: Wake up readers after timed out down_write() Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 02/59] tty: Hold tty_ldisc_lock() during tty_reopen() Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 03/59] tty: Simplify tty->count math in tty_reopen() Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 04/59] tty: Dont hold ldisc lock in tty_reopen() if ldisc present Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 05/59] can: gw: ensure DLC boundaries after CAN frame modification Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 06/59] mmc: sdhci-msm: Disable CDR function on TX Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 07/59] media: em28xx: Fix misplaced reset of dev->v4l::field_count Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 08/59] sched/fair: Fix bandwidth timer clock drift condition Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 09/59] Revert "scsi: target: iscsi: cxgbit: fix csk leak" Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 10/59] scsi: target: iscsi: cxgbit: fix csk leak Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 11/59] arm64/kvm: consistently handle host HCR_EL2 flags Greg Kroah-Hartman
2019-01-21 13:43 ` Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 12/59] arm64: Dont trap host pointer auth use to EL2 Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 13/59] ipv6: fix kernel-infoleak in ipv6_local_error() Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 14/59] net: bridge: fix a bug on using a neighbour cache entry without checking its state Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 15/59] packet: Do not leak dev refcounts on error exit Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 16/59] bonding: update nest level on unlink Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 17/59] ip: on queued skb use skb_header_pointer instead of pskb_may_pull Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 18/59] crypto: caam - fix zero-length buffer DMA mapping Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 19/59] crypto: authencesn - Avoid twice completion call in decrypt path Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 20/59] crypto: bcm - convert to use crypto_authenc_extractkeys() Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 21/59] crypto: authenc - fix parsing key with misaligned rta_len Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 22/59] Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io" Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 23/59] btrfs: wait on ordered extents on abort cleanup Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 24/59] Yama: Check for pid death before checking ancestry Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 25/59] scsi: core: Synchronize request queue PM status only on successful resume Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 26/59] scsi: sd: Fix cache_type_store() Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 27/59] crypto: talitos - reorder code in talitos_edesc_alloc() Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 28/59] crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 29/59] mips: fix n32 compat_ipc_parse_version Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 30/59] MIPS: lantiq: Fix IPI interrupt handling Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 31/59] OF: properties: add missing of_node_put Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 32/59] mfd: tps6586x: Handle interrupts on suspend Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 33/59] media: v4l: ioctl: Validate num_planes for debug messages Greg Kroah-Hartman
2019-01-21 13:43 ` [PATCH 4.14 34/59] pstore/ram: Avoid allocation and leak of platform data Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 35/59] arm64: kaslr: ensure randomized quantities are clean to the PoC Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 36/59] Disable MSI also when pcie-octeon.pcie_disable on Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 37/59] omap2fb: Fix stack memory disclosure Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 38/59] media: vivid: fix error handling of kthread_run Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 39/59] media: vivid: set min width/height to a value > 0 Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 40/59] bpf: in __bpf_redirect_no_mac pull mac only if present Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 41/59] LSM: Check for NULL cred-security on free Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 42/59] media: vb2: vb2_mmap: move lock up Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 43/59] sunrpc: handle ENOMEM in rpcb_getport_async Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 44/59] netfilter: ebtables: account ebt_table_info to kmemcg Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 45/59] selinux: fix GPF on invalid policy Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 46/59] blockdev: Fix livelocks on loop device Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 47/59] sctp: allocate sctp_sockaddr_entry with kzalloc Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 48/59] tipc: fix uninit-value in tipc_nl_compat_link_reset_stats Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 49/59] tipc: fix uninit-value in tipc_nl_compat_bearer_enable Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 50/59] tipc: fix uninit-value in tipc_nl_compat_link_set Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 51/59] tipc: fix uninit-value in tipc_nl_compat_name_table_dump Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 52/59] tipc: fix uninit-value in tipc_nl_compat_doit Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 53/59] block/loop: Dont grab "struct file" for vfs_getattr() operation Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 54/59] block/loop: Use global lock for ioctl() operation Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 55/59] loop: Fold __loop_release into loop_release Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 56/59] loop: Get rid of loop_index_mutex Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 57/59] loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl() Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 58/59] loop: drop caches if offset or block_size are changed Greg Kroah-Hartman
2019-01-21 13:44 ` [PATCH 4.14 59/59] drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock Greg Kroah-Hartman
2019-01-22 3:07 ` [PATCH 4.14 00/59] 4.14.95-stable review Naresh Kamboju
2019-01-22 19:23 ` Guenter Roeck
2019-01-22 22:31 ` shuah
2019-01-23 9:07 ` Jon Hunter
2019-01-23 12:55 ` Greg Kroah-Hartman
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=20190121122456.529172919@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.