-----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 f4c88459f7c9320f587b839c3d24a2a9dc18a8a0:
Linux 4.14.67 (2018-08-24 13:09:23 +0200)
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-10092018
for you to fetch changes up to 8d44a0537965283dbb7da45b21f484fa801af60b:
ARM: rockchip: Force CONFIG_PM on Rockchip systems (2018-09-06 20:16:01 -0400)
- ---------------------------------------------------------------- for-greg-4.14-10092018
- ---------------------------------------------------------------- Aleh Filipovich (1): platform/x86: asus-nb-wmi: Add keymap entry for lid flip action on UX360
Andrey Ryabinin (1): mm/fadvise.c: fix signed overflow UBSAN complaint
Arnd Bergmann (2): reiserfs: change j_timestamp type to time64_t x86/mce: Add notifier_block forward declaration
Bart Van Assche (1): cfq: Suppress compiler warnings about comparisons
Benno Evers (1): perf tools: Check for null when copying nsinfo.
Breno Leitao (1): selftests/powerpc: Kill child processes on SIGINT
Chao Yu (1): f2fs: fix to clear PG_checked flag in set_page_dirty()
Dan Carpenter (2): powerpc: Fix size calculation using resource_size() scsi: aic94xx: fix an error code in aic94xx_init()
Daniel Borkmann (1): tcp, ulp: add alias for all ulp modules
Dmitry Torokhov (1): Input: do not use WARN() in input_alloc_absinfo()
Ernesto A. Fernández (2): hfs: prevent crash on exit from failed search hfsplus: fix NULL dereference in hfsplus_lookup()
Florian Westphal (2): netfilter: ip6t_rpfilter: set F_IFACE for linklocal addresses netfilter: fix memory leaks on netlink_dump_start error
Gal Pressman (1): RDMA/hns: Fix usage of bitmap allocation functions return values
Greg Edwards (1): block: bvec_nr_vecs() returns value for wrong slab
Guenter Roeck (1): mfd: sm501: Set coherent_dma_mask when creating subdevices
Hans de Goede (1): ACPI / scan: Initialize status to ACPI_STA_DEFAULT
Ian Abbott (1): staging: comedi: ni_mio_common: fix subdevice flags for PFI subdevice
James Morse (1): fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries
Jann Horn (1): fork: don't copy inconsistent signal handler state to child
Jean-Philippe Brucker (1): net/9p: fix error path of p9_virtio_probe
Jerome Brunet (1): pwm: meson: Fix mux clock names
Jian Shen (1): net: hns3: Fix for phy link issue when using marvell phy driver
Jim Mattson (1): kvm: nVMX: Fix fault vector for VMX operation at CPL > 0
John Pittman (1): dm kcopyd: avoid softlockup in run_complete_job
Jonas Gorski (1): irqchip/bcm7038-l1: Hide cpu offline callback when building for !SMP
Laura Abbott (1): sunrpc: Don't use stack buffer with scatterlist
Levin Du (1): clk: rockchip: Add pclk_rkpwm_pmu to PMU critical clocks in rk3399
Mahesh Salgaonkar (1): powerpc/pseries: Avoid using the size greater than RTAS_ERROR_LOG_MAX.
Marc Zyngier (2): arm64: rockchip: Force CONFIG_PM on Rockchip systems ARM: rockchip: Force CONFIG_PM on Rockchip systems
Matthias Kaehlcke (1): ASoC: rt5677: Fix initialization of rt5677_of_match.data
Michael Ellerman (2): powerpc/uaccess: Enable get_user(u64, *p) on 32-bit powerpc/64s: Make rfi_flush_fallback a little more robust
Michael J. Ruhl (1): IB/hfi1: Invalid NUMA node information can cause a divide by zero
Misono Tomohiro (1): btrfs: replace: Reset on-disk dev stats value after replace
OGAWA Hirofumi (1): fat: validate ->i_start before using
Peter Zijlstra (1): mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
Philipp Rudo (1): s390/kdump: Fix memleak in nt_vmcoreinfo
Qu Wenruo (3): btrfs: Exit gracefully when chunk map cannot be inserted to the tree btrfs: relocation: Only remove reloc rb_trees if reloc control has been initialized btrfs: Don't remove block group that still has pinned down bytes
Ralf Goebel (1): iommu/omap: Fix cache flushes on L2 table entries
Randy Dunlap (3): scripts: modpost: check memory allocation results platform/x86: intel_punit_ipc: fix build errors powerpc/platforms/85xx: fix t1042rdb_diu.c build errors & warning
Roger Pau Monne (1): xen/balloon: fix balloon initialization for PVH Dom0
Ronnie Sahlberg (1): cifs: check if SMB2 PDU size has been padded and suppress the warning
Sandipan Das (1): perf probe powerpc: Fix trace event post-processing
Sean Christopherson (1): KVM: vmx: track host_state.loaded using a loaded_vmcs pointer
Stefan Haberland (2): s390/dasd: fix hanging offline processing due to canceled worker s390/dasd: fix panic for failed online processing
Steve French (2): smb3: fix reset of bytes read and written stats SMB3: Number of requests sent should be displayed for SMB3 not just CIFS
Suzuki K Poulose (1): virtio: pci-legacy: Validate queue pfn
Tan Hu (1): ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()
Tetsuo Handa (2): hfsplus: don't return 0 when fill_super() failed fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()
Thomas Petazzoni (1): PCI: mvebu: Fix I/O space end address calculation
Tomas Bortoli (1): net/9p/trans_fd.c: fix race by holding the lock
Vasily Gorbik (1): tracing: Handle CC_FLAGS_FTRACE more accurately
Wei Yongjun (1): NFSv4: Fix error handling in nfs4_sp4_select_mode()
Xi Wang (1): net: hns3: Fix for command format parsing error in hclge_is_all_function_id_zero
YueHaibing (1): RDS: IB: fix 'passing zero to ERR_PTR()' warning
Makefile | 11 +++++--- arch/Kconfig | 3 +++ arch/arm/mach-rockchip/Kconfig | 1 + arch/arm64/Kconfig.platforms | 1 + arch/powerpc/include/asm/uaccess.h | 13 +++++++--- arch/powerpc/kernel/exceptions-64s.S | 6 +++++ arch/powerpc/platforms/85xx/t1042rdb_diu.c | 4 +++ arch/powerpc/platforms/pseries/ras.c | 2 +- arch/powerpc/sysdev/mpic_msgr.c | 2 +- arch/s390/kernel/crash_dump.c | 17 +++++++++---- arch/x86/Kconfig | 1 + arch/x86/include/asm/mce.h | 1 + arch/x86/kvm/vmx.c | 26 ++++++++++++------- block/bio.c | 2 +- block/cfq-iosched.c | 22 ++++++++-------- drivers/acpi/scan.c | 5 ++-- drivers/clk/rockchip/clk-rk3399.c | 1 + drivers/infiniband/hw/hfi1/affinity.c | 24 +++++++++++++++--- drivers/infiniband/hw/hns/hns_roce_pd.c | 2 +- drivers/infiniband/hw/hns/hns_roce_qp.c | 5 +++- drivers/input/input.c | 16 +++++++++--- drivers/iommu/omap-iommu.c | 4 +-- drivers/irqchip/irq-bcm7038-l1.c | 4 +++ drivers/md/dm-kcopyd.c | 2 ++ drivers/mfd/sm501.c | 1 + .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 2 +- .../ethernet/hisilicon/hns3/hns3pf/hclge_mdio.c | 2 ++ drivers/pci/host/pci-mvebu.c | 2 +- drivers/platform/x86/asus-nb-wmi.c | 1 + drivers/platform/x86/intel_punit_ipc.c | 1 + drivers/pwm/pwm-meson.c | 3 +-- drivers/s390/block/dasd_eckd.c | 10 ++++++-- drivers/scsi/aic94xx/aic94xx_init.c | 4 ++- drivers/staging/comedi/drivers/ni_mio_common.c | 3 ++- drivers/virtio/virtio_pci_legacy.c | 14 +++++++++-- drivers/xen/xen-balloon.c | 2 +- fs/btrfs/dev-replace.c | 6 +++++ fs/btrfs/extent-tree.c | 2 +- fs/btrfs/relocation.c | 23 +++++++++-------- fs/btrfs/volumes.c | 8 ++++-- fs/cifs/cifs_debug.c | 8 ++++++ fs/cifs/smb2misc.c | 7 ++++++ fs/cifs/smb2pdu.c | 2 +- fs/dcache.c | 3 ++- fs/f2fs/data.c | 4 +++ fs/fat/cache.c | 19 ++++++++------ fs/fat/fat.h | 5 ++++ fs/fat/fatent.c | 6 ++--- fs/hfs/brec.c | 7 +++--- fs/hfsplus/dir.c | 4 +-- fs/hfsplus/super.c | 4 ++- fs/nfs/nfs4proc.c | 2 +- fs/proc/kcore.c | 4 ++- fs/reiserfs/reiserfs.h | 2 +- include/net/tcp.h | 4 +++ kernel/fork.c | 2 ++ mm/fadvise.c | 8 ++++-- mm/memory.c | 18 ++++++++++++++ net/9p/trans_fd.c | 10 ++++---- net/9p/trans_virtio.c | 3 ++- net/ipv4/tcp_ulp.c | 2 +- net/ipv6/netfilter/ip6t_rpfilter.c | 12 ++++++++- net/netfilter/ipvs/ip_vs_core.c | 15 ++++++++--- net/netfilter/nf_conntrack_netlink.c | 26 ++++++++++++------- net/netfilter/nfnetlink_acct.c | 29 ++++++++++------------ net/rds/ib_frmr.c | 1 + net/sunrpc/auth_gss/gss_krb5_crypto.c | 12 ++++++--- net/tls/tls_main.c | 1 + scripts/mod/modpost.c | 8 +++--- sound/soc/codecs/rt5677.c | 2 +- tools/perf/arch/powerpc/util/sym-handling.c | 4 ++- tools/perf/util/namespaces.c | 3 +++ tools/testing/selftests/powerpc/harness.c | 18 +++++++++----- 73 files changed, 367 insertions(+), 147 deletions(-)
linux-stable-mirror@lists.linaro.org