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.16 000/279] 4.16.17-stable review
Date: Mon, 18 Jun 2018 10:09:45 +0200 [thread overview]
Message-ID: <20180618080608.851973560@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 4.16.17 release.
There are 279 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 Jun 20 08:05:28 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.16.17-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.16.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 4.16.17-rc1
Russell King <rmk+kernel@armlinux.org.uk>
ARM: fix kill( ,SIGFPE) breakage
Russell King <rmk+kernel@armlinux.org.uk>
ARM: replace unnecessary perl with sed and the shell $(( )) operator
Russell King <rmk+kernel@armlinux.org.uk>
ARM: kexec: fix kdump register saving on panic()
Łukasz Stelmach <l.stelmach@samsung.com>
ARM: 8758/1: decompressor: restore r1 and r2 just before jumping to the kernel
Łukasz Stelmach <l.stelmach@samsung.com>
ARM: 8753/1: decompressor: add a missing parameter to the addruart macro
Mark Rutland <mark.rutland@arm.com>
efi/libstub/arm64: Handle randomized TEXT_OFFSET
Darren Hart <dvhart@infradead.org>
platform/x86: DELL_WMI use depends on instead of select for DELL_SMBIOS
Helge Deller <deller@gmx.de>
parisc: Move setup_profiling_timer() out of init section
Mathieu Malaterre <malat@debian.org>
sched/deadline: Make the grub_reclaim() function static
Mathieu Malaterre <malat@debian.org>
sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/sched/sched.h
Dan Carpenter <dan.carpenter@oracle.com>
drm/dumb-buffers: Integer overflow in drm_mode_create_ioctl()
Waiman Long <longman@redhat.com>
locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNER_UNKNOWN
Waiman Long <longman@redhat.com>
locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag
Stefan Agner <stefan@agner.ch>
clk: imx6ull: use OSC clock during AXI rate change
Geert Uytterhoeven <geert@linux-m68k.org>
mtd: rawnand: Fix return type of __DIVIDE() when called with 32-bit
Wanpeng Li <wanpengli@tencent.com>
KVM: X86: Lower the default timer frequency limit to 200us
Sekhar Nori <nsekhar@ti.com>
ARM: davinci: board-dm646x-evm: set VPIF capture card name
Sekhar Nori <nsekhar@ti.com>
ARM: davinci: board-dm646x-evm: pass correct I2C adapter id for VPIF
Sekhar Nori <nsekhar@ti.com>
ARM: davinci: dm646x: fix timer interrupt generation
Peter Rosin <peda@axentia.se>
i2c: viperboard: return message count on master_xfer success
Peter Rosin <peda@axentia.se>
i2c: pmcmsp: fix error return from master_xfer
Peter Rosin <peda@axentia.se>
i2c: pmcmsp: return message count on master_xfer success
Russell King <rmk+kernel@armlinux.org.uk>
ARM: keystone: fix platform_domain_notifier array overrun
Daniel Glöckner <dg@emlix.com>
usb: musb: fix remote wakeup racing with suspend
David Howells <dhowells@redhat.com>
afs: Fix the non-encryption of calls
Marc Dionne <marc.dionne@auristor.com>
afs: Fix afs_find_server search loop
David Howells <dhowells@redhat.com>
afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID
David Howells <dhowells@redhat.com>
afs: Fix VNOVOL handling in address rotation
Ben Hutchings <ben@decadent.org.uk>
mtd: Fix comparison in map_word_andequal()
David Howells <dhowells@redhat.com>
afs: Fix server rotation's handling of fileserver probe failure
David Howells <dhowells@redhat.com>
afs: Fix refcounting in callback registration
David Howells <dhowells@redhat.com>
afs: Fix address list parsing
Dave Hansen <dave.hansen@linux.intel.com>
x86/pkeys/selftests: Add a test for pkey 0
Dave Hansen <dave.hansen@linux.intel.com>
x86/pkeys/selftests: Save off 'prot' for allocations
Dave Hansen <dave.hansen@linux.intel.com>
x86/pkeys/selftests: Fix pointer math
Dave Hansen <dave.hansen@linux.intel.com>
x86/pkeys/selftests: Fix pkey exhaustion test off-by-one
Dave Hansen <dave.hansen@linux.intel.com>
x86/pkeys/selftests: Add PROT_EXEC test
Dave Hansen <dave.hansen@linux.intel.com>
x86/pkeys/selftests: Factor out "instruction page"
Dave Hansen <dave.hansen@linux.intel.com>
x86/pkeys/selftests: Allow faults on unknown keys
Dave Hansen <dave.hansen@linux.intel.com>
x86/pkeys/selftests: Avoid printf-in-signal deadlocks
Dave Hansen <dave.hansen@linux.intel.com>
x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signal
Dave Hansen <dave.hansen@linux.intel.com>
x86/pkeys/selftests: Stop using assert()
Dave Hansen <dave.hansen@linux.intel.com>
x86/pkeys/selftests: Give better unexpected fault error messages
Andy Lutomirski <luto@kernel.org>
x86/selftests: Add mov_to_ss test
Ingo Molnar <mingo@kernel.org>
x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX ABI
Ingo Molnar <mingo@kernel.org>
x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pkeys ABI
Ingo Molnar <mingo@kernel.org>
objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/arch/x86/include/asm/insn.h
Masami Hiramatsu <mhiramat@kernel.org>
uprobes/x86: Prohibit probing on MOV SS instruction
Masami Hiramatsu <mhiramat@kernel.org>
kprobes/x86: Prohibit probing on exception masking instructions
Ashish Samant <ashish.samant@oracle.com>
ocfs2: take inode cluster lock before moving reflinked inode from orphan dir
Laura Abbott <labbott@redhat.com>
proc/kcore: don't bounds check against address 0
Jeffrey Hugo <jhugo@codeaurora.org>
init: fix false positives in W+X checking
Yury Norov <ynorov@caviumnetworks.com>
lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit()
Roman Mashak <mrv@mojatatu.com>
net sched actions: fix invalid pointer dereferencing if skbedit flags missing
Colin Ian King <colin.king@canonical.com>
ixgbe: fix memory leak on ipsec allocation
Emil Tantilov <emil.s.tantilov@intel.com>
ixgbe: return error on unsupported SFP module when resetting
Rob Herring <robh@kernel.org>
sh: switch to NO_BOOTMEM
Leo Yan <leo.yan@linaro.org>
perf cs-etm: Support unknown_thread in cs_etm_auxtrace
Marian Rotariu <mrotariu@bitdefender.com>
x86: Delay skip of emulated hypercall instruction
Wanpeng Li <wanpengli@tencent.com>
KVM: Extend MAX_IRQ_ROUTES to 4096 for all archs
Nikita Yushchenko <nikita.yoush@cogentembedded.com>
ARM: dts: imx51-zii-rdu1: fix touchscreen bindings
David Howells <dhowells@redhat.com>
rxrpc: Fix the min security level for kernel calls
David Howells <dhowells@redhat.com>
rxrpc: Fix error reception on AF_INET6 sockets
David Howells <dhowells@redhat.com>
rxrpc: Fix missing start of call timeout
Ganesh Goudar <ganeshgr@chelsio.com>
cxgb4: copy mbox log size to PF0-3 adap instances
Michal Kalderon <Michal.Kalderon@cavium.com>
qede: Fix gfp flags sent to rdma event node allocation
Michal Kalderon <Michal.Kalderon@cavium.com>
qed: Fix l2 initializations over iWARP personality
Ying Xue <ying.xue@windriver.com>
tipc: eliminate KMSAN uninit-value in strcmp complaint
Mathieu Malaterre <malat@debian.org>
agp: uninorth: make two functions static
Andrey Grodzovsky <andrey.grodzovsky@amd.com>
drm/amdgpu: Switch to interruptable wait to recover from ring hang.
Paulo Alcantara <palcantara@suse.de>
cifs: smb2ops: Fix listxattr() when there are no EAs
Long Li <longli@microsoft.com>
cifs: Allocate validate negotiation request through kmalloc
David Gilhooley <dgilhooley@nvidia.com>
arm64: Add MIDR encoding for NVIDIA CPUs
Hans de Goede <hdegoede@redhat.com>
HID: i2c-hid: Add RESEND_REPORT_DESCR quirk for Toshiba Click Mini L9W-B
Jakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>
can: dev: increase bus-off message severity
Michael Ellerman <mpe@ellerman.id.au>
powerpc/pseries: Fix CONFIG_NUMA=n build
Igor Russkikh <igor.russkikh@aquantia.com>
net: aquantia: Limit number of vectors to actually allocated irqs
Igor Russkikh <igor.russkikh@aquantia.com>
net: aquantia: driver should correctly declare vlan_features bits
van der Linden, Frank <fllinden@amazon.com>
x86/xen: Reset VCPU0 info pointer after shared_info remap
Sara Sharon <sara.sharon@intel.com>
mac80211: use timeout from the AddBA response instead of the request
Clément Péron <peron.clem@gmail.com>
ARM: dts: cygnus: fix irq type for arm global timer
Mathieu Malaterre <malat@debian.org>
driver core: add __printf verification to __ata_ehi_pushv_desc
Jianchao Wang <jianchao.w.wang@oracle.com>
nvme: fix use-after-free in nvme_free_ns_head
Tomi Valkeinen <tomi.valkeinen@ti.com>
drm/omap: handle alloc failures in omap_connector
Tomi Valkeinen <tomi.valkeinen@ti.com>
drm/omap: check return value from soc_device_match
Tomi Valkeinen <tomi.valkeinen@ti.com>
drm/omap: fix possible NULL ref issue in tiler_reserve_2d
Tomi Valkeinen <tomi.valkeinen@ti.com>
drm/omap: fix uninitialized ret variable
Dan Carpenter <dan.carpenter@oracle.com>
drm/omap: silence unititialized variable warning
Eric Anholt <eric@anholt.net>
drm/vc4: Fix oops dereferencing DPI's connector since panel_bridge.
Ilan Peer <ilan.peer@intel.com>
mac80211: Adjust SAE authentication timeout
Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
powerpc/trace/syscalls: Update syscall name matching logic to account for ppc_ prefix
Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
powerpc/trace/syscalls: Update syscall name matching logic
Etienne Carriere <etienne.carriere@linaro.org>
tee: check shm references are consistent in offset/size
Rich Felker <dalias@libc.org>
sh: fix build failure for J2 cpu with SMP disabled
Masahiro Yamada <yamada.masahiro@socionext.com>
gcc-plugins: fix build condition of SANCOV plugin
Bhadram Varka <vbhadram@nvidia.com>
net: phy: broadcom: add support for BCM89610 PHY
Peter Zijlstra <peterz@infradead.org>
sched/core: Introduce set_special_state()
Daniel Borkmann <daniel@iogearbox.net>
bpf: use array_index_nospec in find_prog_type
Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
drm/exynos: mixer: avoid Oops in vp_video_buffer()
Andrzej Hajda <a.hajda@samsung.com>
drm/exynos/mixer: fix synchronization check in interlaced mode
Mark Rutland <mark.rutland@arm.com>
bpf: fix possible spectre-v1 in find_and_alloc_map()
Rob Herring <robh@kernel.org>
spi: bcm2835aux: ensure interrupts are enabled for shared handler
Parav Pandit <parav@mellanox.com>
RDMA/cma: Do not query GID during QP state transition to RTR
Jack Morgenstein <jackm@dev.mellanox.co.il>
IB/mlx4: Fix integer overflow when calculating optimal MTT size
Sebastian Sanchez <sebastian.sanchez@intel.com>
IB/hfi1: Fix memory leak in exception path in get_irq_affinity()
Sebastian Sanchez <sebastian.sanchez@intel.com>
IB/{hfi1, rdmavt}: Fix memory leak in hfi1_alloc_devdata() upon failure
Michael J. Ruhl <michael.j.ruhl@intel.com>
IB/hfi1 Use correct type for num_user_context
Stefan Raspl <stefan.raspl@linux.ibm.com>
smc: fix sendpage() call
Heikki Krogerus <heikki.krogerus@linux.intel.com>
usb: typec: tps6598x: handle block reads separately with plain-I2C adapters
Graeme Smecher <gsmecher@threespeedlogic.com>
ARM: dts: correct missing "compatible" entry for ti81xx SoCs
Janusz Krzysztofik <jmkrzyszt@gmail.com>
ARM: OMAP1: ams-delta: fix deferred_fiq handler
Keith Busch <keith.busch@intel.com>
nvme/multipath: Fix multipath disabled naming collisions
Keith Busch <keith.busch@intel.com>
nvme/multipath: Disable runtime writable enabling parameter
Keith Busch <keith.busch@intel.com>
nvme: Set integrity flag for user passthrough commands
Chengguang Xu <cgxu519@gmx.com>
nvme: fix potential memory leak in option parsing
Changbin Du <changbin.du@intel.com>
iommu/vt-d: fix shift-out-of-bounds in bug checking
Jagannathan Raman <jag.raman@oracle.com>
iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte()
Bhadram Varka <vbhadram@nvidia.com>
arm64: tegra: Make BCM89610 PHY interrupt as active low
Peter Zijlstra <peterz@infradead.org>
kthread, sched/wait: Fix kthread_parkme() completion issue
Peter Zijlstra <peterz@infradead.org>
kthread, sched/wait: Fix kthread_parkme() wait-loop
Peter Zijlstra <peterz@infradead.org>
stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlock
Helge Deller <deller@gmx.de>
parisc: drivers.c: Fix section mismatches
Daniel Borkmann <daniel@iogearbox.net>
bpf, x64: fix memleak when not converging on calls
Daniel Borkmann <daniel@iogearbox.net>
bpf, x64: fix memleak when not converging after image
Ladislav Michl <ladis@linux-mips.org>
mtd: onenand: omap2: Disable DMA for HIGHMEM buffers
Mika Westerberg <mika.westerberg@linux.intel.com>
pinctrl: cherryview: Associate IRQ descriptors to irqdomain
Yixun Lan <yixun.lan@amlogic.com>
pinctrl: meson-axg: fix the range of aobus bank
Sekhar Nori <nsekhar@ti.com>
ARM: davinci: fix GPIO lookup for I2C
Jim Gill <jgill@vmware.com>
scsi: vmw-pvscsi: return DID_BUS_BUSY for adapter-initated aborts
Arnd Bergmann <arnd@arndb.de>
hexagon: export csum_partial_copy_nocheck
Arnd Bergmann <arnd@arndb.de>
hexagon: add memset_io() helper
Nick Dyer <nick@shmanahar.org>
Input: atmel_mxt_ts - fix the firmware update
Chuck Lever <chuck.lever@oracle.com>
xprtrdma: Fix list corruption / DMAR errors during MR recovery
Adam Ford <aford173@gmail.com>
ARM: dts: logicpd-som-lv: Fix Audio Mute
Adam Ford <aford173@gmail.com>
ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues
Tero Kristo <t-kristo@ti.com>
ARM: OMAP2+: powerdomain: use raw_smp_processor_id() for trace
Geert Uytterhoeven <geert+renesas@glider.be>
dt-bindings: panel: lvds: Fix path to display timing bindings
Sekhar Nori <nsekhar@ti.com>
ARM: davinci: board-dm355-evm: fix broken networking
Sekhar Nori <nsekhar@ti.com>
ARM: davinci: board-omapl138-hawk: fix GPIO numbers for MMC/SD lookup
Sekhar Nori <nsekhar@ti.com>
ARM: davinci: board-da850-evm: fix GPIO lookup for MMC/SD
Sekhar Nori <nsekhar@ti.com>
ARM: davinci: board-da830-evm: fix GPIO lookup for MMC/SD
Håkon Bugge <haakon.bugge@oracle.com>
IB/core: Make ib_mad_client_id atomic
Amir Goldstein <amir73il@gmail.com>
<linux/stringhash.h>: fix end_name_hash() for 64bit long
oulijun <oulijun@huawei.com>
RDMA/hns: Submit bad wr
oulijun <oulijun@huawei.com>
RDMA/hns: Fix the qp context state diagram
oulijun <oulijun@huawei.com>
RDMA/hns: Intercept illegal RDMA operation when use inline data
oulijun <oulijun@huawei.com>
RDMA/hns: Bugfix for init hem table
Zhu Yanjun <yanjun.zhu@oracle.com>
IB/rxe: avoid double kfree_skb
Jianchao Wang <jianchao.w.wang@oracle.com>
IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INV
Colin Ian King <colin.king@canonical.com>
RDMA/iwpm: fix memory leak on map_info
Parav Pandit <parav@mellanox.com>
RDMA/cma: Fix use after destroy access to net namespace for IPoIB
Matan Barak <matanb@mellanox.com>
IB/uverbs: Fix validating mandatory attributes
Junaid Shahid <junaids@google.com>
kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in use
Maxime Chevallier <maxime.chevallier@bootlin.com>
net: mvpp2: Fix clk error path in mvpp2_probe
Greg Thelen <gthelen@google.com>
IB: make INFINIBAND_ADDR_TRANS configurable
Greg Thelen <gthelen@google.com>
ib_srp: depend on INFINIBAND_ADDR_TRANS
Greg Thelen <gthelen@google.com>
cifs: smbd: depend on INFINIBAND_ADDR_TRANS
Greg Thelen <gthelen@google.com>
ib_srpt: depend on INFINIBAND_ADDR_TRANS
Greg Thelen <gthelen@google.com>
nvmet-rdma: depend on INFINIBAND_ADDR_TRANS
Greg Thelen <gthelen@google.com>
nvme: depend on INFINIBAND_ADDR_TRANS
Jakub Kicinski <jakub.kicinski@netronome.com>
nfp: don't depend on eth_tbl being available
Jon Maloy <jon.maloy@ericsson.com>
tipc: fix bug in function tipc_nl_node_dump_monitor
Leon Romanovsky <leonro@mellanox.com>
RDMA/mlx5: Properly check return value of mlx5_get_uars_page
Baolin Wang <baolin.wang@linaro.org>
i2c: sprd: Fix the i2c count issue
Baolin Wang <baolin.wang@linaro.org>
i2c: sprd: Prevent i2c accesses after suspend is called
Masahiro Yamada <yamada.masahiro@socionext.com>
reset: uniphier: fix USB clock line for LD20
Laurentiu Tudor <laurentiu.tudor@nxp.com>
powerpc/kvm/booke: Fix altivec related build break
Stefano Brivio <sbrivio@redhat.com>
vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 too
John Fastabend <john.fastabend@gmail.com>
bpf: fix uninitialized variable in bpf tools
jacek.tomaka@poczta.fm <jacek.tomaka@poczta.fm>
x86/cpu/intel: Add missing TLB cpuid values
Evan Wang <xswang@marvell.com>
ata: ahci: mvebu: override ahci_stop_engine for mvebu AHCI
Evan Wang <xswang@marvell.com>
libahci: Allow drivers to override stop_engine
Mark Rutland <mark.rutland@arm.com>
KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()
Mark Rutland <mark.rutland@arm.com>
arm64: fix possible spectre-v1 in ptrace_hbp_get_event()
Omar Sandoval <osandov@fb.com>
blk-mq: fix sysfs inflight counter
Arvind Yadav <arvind.yadav.cs@gmail.com>
HID: intel-ish-hid: use put_device() instead of kfree()
Ramon Fried <rfried@codeaurora.org>
rpmsg: added MODULE_ALIAS for rpmsg_char
Tobias Jordan <Tobias.Jordan@elektrobit.com>
remoteproc: qcom: Fix potential device node leaks
Kan Liang <kan.liang@linux.intel.com>
perf/x86/intel: Don't enable freeze-on-smi for PerfMon V1
Dag Moxnes <dag.moxnes@oracle.com>
rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp
Gianluca Borello <g.borello@gmail.com>
bpf, x64: fix JIT emission for dead code
Masami Hiramatsu <mhiramat@kernel.org>
selftests: ftrace: Add a testcase for multiple actions on trigger
Arvind Yadav <arvind.yadav.cs@gmail.com>
HID: wacom: Release device resource data obtained by devres_alloc()
pgzh <peter.ganzhorn@gmail.com>
HID: lenovo: Add support for IBM/Lenovo Scrollpoint mice
Kan Liang <kan.liang@linux.intel.com>
perf pmu: Fix core PMU alias list for X86 platform
Mark Rutland <mark.rutland@arm.com>
arm64: only advance singlestep for user instruction traps
Mark Rutland <mark.rutland@arm.com>
arm64: ptrace: remove addr_limit manipulation
Aurelien Jarno <aurelien@aurel32.net>
RISC-V: build vdso-dummy.o with -no-pie
Christoph Hellwig <hch@lst.de>
riscv: select DMA_DIRECT_OPS instead of redefining it
Florian Fainelli <f.fainelli@gmail.com>
net: ethtool: Add missing kernel doc for FEC parameters
Vinicius Costa Gomes <vinicius.gomes@intel.com>
igb: Fix the transmission mode of queue 0 for Qav mode
Masahiro Yamada <yamada.masahiro@socionext.com>
arm64: dts: uniphier: fix input delay value for legacy mode of eMMC
Steve French <smfrench@gmail.com>
CIFS: set *resp_buf_type to NO_BUFFER on error
Hans de Goede <hdegoede@redhat.com>
thermal: int3403_thermal: Fix NULL pointer deref on module load / probe
Markus Mayer <mmayer@broadcom.com>
cpufreq: brcmstb-avs-cpufreq: remove development debug support
Andres Rodriguez <andres.rodriguez@amd.com>
drm/amdkfd: fix clock counter retrieval for node without GPU
Mika Westerberg <mika.westerberg@linux.intel.com>
ACPI / watchdog: Prefer iTCO_wdt on Lenovo Z50-70
Sekhar Nori <nsekhar@ti.com>
ARM: dts: da850: fix W=1 warnings with pinmux node
Jingju Hou <Jingju.Hou@synaptics.com>
net: phy: marvell: clear wol event before setting it
Balbir Singh <bsingharora@gmail.com>
powerpc/powernv/memtrace: Let the arch hotunplug code flush cache
Geert Uytterhoeven <geert+renesas@glider.be>
dt-bindings: mvebu-uart: DT fix s/interrupts-names/interrupt-names/
Geert Uytterhoeven <geert+renesas@glider.be>
dt-bindings: meson-uart: DT fix s/clocks-names/clock-names/
Mika Westerberg <mika.westerberg@linux.intel.com>
ACPI / scan: Initialize watchdog before PNP
Chen Yu <yu.c.chen@intel.com>
ACPI / PM: Blacklist Low Power S0 Idle _DSM for ThinkPad X1 Tablet(2016)
Julian Wiedmann <jwi@linux.vnet.ibm.com>
s390/qeth: use Read device to query hypervisor for MAC
Julian Wiedmann <jwi@linux.vnet.ibm.com>
s390/qeth: fix request-side race during cmd IO timeout
Julian Wiedmann <jwi@linux.vnet.ibm.com>
s390/qeth: fix MAC address update sequence
Tobias Regnery <tobias.regnery@gmail.com>
usb: typec: ucsi: fix tracepoint related build error
Minchan Kim <minchan@kernel.org>
mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()
Dave Young <dyoung@redhat.com>
kexec_file: do not add extra alignment to efi memmap
Alexey Dobriyan <adobriyan@gmail.com>
proc: fix /proc/loadavg regression
Alexey Dobriyan <adobriyan@gmail.com>
proc: revalidate kernel thread inodes to root:root
Huang Ying <ying.huang@intel.com>
mm, pagemap: fix swap offset value for PMD migration entry
Colin Ian King <colin.king@canonical.com>
scsi: isci: Fix infinite loop in while loop
Long Li <longli@microsoft.com>
scsi: storvsc: Set up correct queue depth values for IDE devices
Baolin Wang <baolin.wang@linaro.org>
parisc: time: Convert read_persistent_clock() to read_persistent_clock64()
David Howells <dhowells@redhat.com>
vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversion
David Howells <dhowells@redhat.com>
afs: Fix server record deletion
dann frazier <dann.frazier@canonical.com>
net: hns: Avoid action name truncation
Jiang Biao <jiang.biao2@zte.com.cn>
blkcg: init root blkcg_gq under lock
Emil Velikov <emil.velikov@collabora.com>
drm/msm: don't deref error pointer in the msm_fbdev_create error path
Stefan Agner <stefan@agner.ch>
drm/msm/dsi: use correct enum in dsi_get_cmd_fmt
Ben Hutchings <ben.hutchings@codethink.co.uk>
drm/msm: Fix possible null dereference on failure of get_pages()
Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
ASoC: msm8916-wcd-analog: use threaded context for mbhc events
Taehee Yoo <ap420073@gmail.com>
netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_update
Pablo Neira Ayuso <pablo@netfilter.org>
netfilter: nf_tables: NAT chain and extensions require NF_TABLES
Ming Lei <ming.lei@redhat.com>
scsi: target: fix crash with iscsi target and dvd
Vinson Lee <vlee@freedesktop.org>
scsi: megaraid_sas: Do not log an error if FW successfully initializes.
Chris Leech <cleech@redhat.com>
scsi: iscsi: respond to netlink with unicast when appropriate
Srinath Mannam <srinath.mannam@broadcom.com>
arm64: dts: correct SATA addresses for Stingray
Tung Nguyen <tung.q.nguyen@dektech.com.au>
tipc: fix infinite loop when dumping link monitor summary
Martin Blumenstingl <martin.blumenstingl@googlemail.com>
ARM64: dts: meson-gxm-khadas-vim2: enable the USB controller
Martin Blumenstingl <martin.blumenstingl@googlemail.com>
ARM64: dts: meson-gxl-nexbox-a95x: enable the USB controller
Martin Blumenstingl <martin.blumenstingl@googlemail.com>
ARM64: dts: meson-gxl-s905x-libretech-cc: enable the USB controller
Martin Blumenstingl <martin.blumenstingl@googlemail.com>
ARM64: dts: meson-gx-p23x-q20x: enable the USB controller
Martin Blumenstingl <martin.blumenstingl@googlemail.com>
ARM64: dts: meson-gxl-s905x-p212: enable the USB controller
Martin Blumenstingl <martin.blumenstingl@googlemail.com>
ARM64: dts: meson-gxm: add GXM specific USB host configuration
Martin Blumenstingl <martin.blumenstingl@googlemail.com>
ARM64: dts: meson-gxl: add USB host support
Jiang Biao <jiang.biao2@zte.com.cn>
blkcg: don't hold blkcg lock when deactivating policy
sxauwsk <sxauwsk@163.com>
spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo()
Liam Girdwood <liam.r.girdwood@linux.intel.com>
ASoC: topology: Check widget kcontrols before deref.
Mark Rutland <mark.rutland@arm.com>
arm64: kasan: avoid pfn_to_nid() before page array is initialized
Simon Gaiser <simon@invisiblethingslab.com>
xen: xenbus_dev_frontend: Really return response string
Andre Przywara <andre.przywara@arm.com>
KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration
Petr Mladek <pmladek@suse.com>
livepatch: Allow to call a custom callback when freeing shadow variables
Petr Mladek <pmladek@suse.com>
livepatch: Initialize shadow variables safely by a custom callback
Yan Wang <yan.wang@linux.intel.com>
ASoC: topology: Fix bugs of freeing soc topology
Loic Poulain <loic.poulain@linaro.org>
PCI: kirin: Fix reset gpio name
Madhavan Srinivasan <maddy@linux.vnet.ibm.com>
powerpc/64s: Default l1d_size to 64K in RFI fallback flush
Geert Uytterhoeven <geert@linux-m68k.org>
soc: bcm2835: Make !RASPBERRYPI_FIRMWARE dummies return failure
Florian Fainelli <f.fainelli@gmail.com>
soc: bcm: raspberrypi-power: Fix use of __packed
Tyler Hicks <tyhicks@canonical.com>
eCryptfs: don't pass up plaintext names when using filename encryption
Tony Lindgren <tony@atomide.com>
ARM: dts: Fix cm2 and prm sizes for omap4
oder_chiou@realtek.com <oder_chiou@realtek.com>
ASoC: rt5514: Add the missing register in the readable table
Jerome Brunet <jbrunet@baylibre.com>
clk: honor CLK_MUX_ROUND_CLOSEST in generic clk mux
Paolo Bonzini <pbonzini@redhat.com>
kvm: x86: move MSR_IA32_TSC handling to x86.c
KarimAllah Ahmed <karahmed@amazon.de>
X86/KVM: Properly update 'tsc_offset' to represent the running guest
Jacopo Mondi <jacopo+renesas@jmondi.org>
dt-bindings: dmaengine: rcar-dmac: document R8A77965 support
Jacopo Mondi <jacopo+renesas@jmondi.org>
dt-bindings: serial: sh-sci: Add support for r8a77965 (H)SCIF
Jacopo Mondi <jacopo+renesas@jmondi.org>
dt-bindings: net: ravb: Add support for r8a77965 SoC
Matheus Castello <matheus@castello.eng.br>
dt-bindings: pinctrl: sunxi: Fix reference to driver
Lukasz Majewski <lukma@denx.de>
doc: Add vendor prefix for Kieback & Peter GmbH
Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
spi: sh-msiof: Fix bit field overflow writes to TSCR/RSCR
Matt Redfearn <matt.redfearn@mips.com>
MIPS: dts: Boston: Fix PCI bus dtc warnings:
Chengguang Xu <cgxu519@gmx.com>
isofs: fix potential memory leak in mount option parsing
Martin Schwidefsky <schwidefsky@de.ibm.com>
s390/smsgiucv: disable SMSG on module unload
Sinan Kaya <okaya@codeaurora.org>
MIPS: io: Add barrier after register read in readX()
Amir Goldstein <amir73il@gmail.com>
fsnotify: fix ignore mask logic in send_to_group()
Arnaldo Carvalho de Melo <acme@redhat.com>
perf report: Fix switching to another perf.data file
Pieter Jansen van Vuuren <pieter.jansenvanvuuren@netronome.com>
nfp: flower: split and limit cmsg skb lists
Jakub Kicinski <jakub.kicinski@netronome.com>
nfp: ignore signals when communicating with management FW
Nathan Fontenot <nfont@linux.vnet.ibm.com>
ibmvnic: Do not notify peers on parameter change resets
Raghuram Chary J <raghuramchary.jallipalli@microchip.com>
lan78xx: PHY DSP registers initialization to address EEE link drop issues with long cables
Sinan Kaya <okaya@codeaurora.org>
MIPS: io: Prevent compiler reordering writeX()
Krish Sadhukhan <krish.sadhukhan@oracle.com>
x86: Add check for APIC access address for vmentry of L2 guests
Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
ASoC: Intel: atom: fix ACPI/PCI Kconfig
hu huajun <huhuajun@linux.alibaba.com>
KVM: X86: fix incorrect reference of trace_kvm_pi_irte_update
Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Input: synaptics-rmi4 - fix an unchecked out of memory error path
Anson Huang <Anson.Huang@nxp.com>
clocksource/drivers/imx-tpm: Correct some registers operation flow
-------------
Diffstat:
.../bindings/display/panel/panel-common.txt | 2 +-
.../devicetree/bindings/dma/renesas,rcar-dmac.txt | 1 +
.../devicetree/bindings/net/renesas,ravb.txt | 1 +
.../bindings/pinctrl/allwinner,sunxi-pinctrl.txt | 6 +-
.../bindings/serial/amlogic,meson-uart.txt | 2 +-
.../devicetree/bindings/serial/mvebu-uart.txt | 2 +-
.../bindings/serial/renesas,sci-serial.txt | 2 +
.../devicetree/bindings/vendor-prefixes.txt | 1 +
Documentation/livepatch/shadow-vars.txt | 41 ++-
Makefile | 4 +-
arch/arm/boot/compressed/Makefile | 8 +-
arch/arm/boot/compressed/head.S | 20 +-
arch/arm/boot/dts/bcm-cygnus.dtsi | 2 +-
arch/arm/boot/dts/da850.dtsi | 2 -
arch/arm/boot/dts/dm8148-evm.dts | 2 +-
arch/arm/boot/dts/dm8148-t410.dts | 2 +-
arch/arm/boot/dts/dm8168-evm.dts | 2 +-
arch/arm/boot/dts/dra62x-j5eco-evm.dts | 2 +-
arch/arm/boot/dts/imx51-zii-rdu1.dts | 6 +-
arch/arm/boot/dts/logicpd-som-lv.dtsi | 11 +-
arch/arm/boot/dts/omap4.dtsi | 8 +-
arch/arm/include/uapi/asm/siginfo.h | 13 -
arch/arm/kernel/machine_kexec.c | 34 ++-
arch/arm/mach-davinci/board-da830-evm.c | 9 +-
arch/arm/mach-davinci/board-da850-evm.c | 9 +-
arch/arm/mach-davinci/board-dm355-evm.c | 15 +-
arch/arm/mach-davinci/board-dm644x-evm.c | 10 +-
arch/arm/mach-davinci/board-dm646x-evm.c | 5 +-
arch/arm/mach-davinci/board-omapl138-hawk.c | 10 +-
arch/arm/mach-davinci/dm646x.c | 3 +-
arch/arm/mach-keystone/pm_domain.c | 1 +
arch/arm/mach-omap1/ams-delta-fiq.c | 28 +-
arch/arm/mach-omap2/powerdomain.c | 4 +-
arch/arm/vfp/vfpmodule.c | 2 +-
.../arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi | 4 +
.../dts/amlogic/meson-gxl-s905x-libretech-cc.dts | 12 +
.../dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts | 4 +
.../boot/dts/amlogic/meson-gxl-s905x-p212.dtsi | 4 +
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 61 ++++
.../boot/dts/amlogic/meson-gxm-khadas-vim2.dts | 4 +
arch/arm64/boot/dts/amlogic/meson-gxm.dtsi | 17 ++
.../boot/dts/broadcom/stingray/stingray-sata.dtsi | 80 ++---
arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi | 2 +-
arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 2 +-
arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 2 +-
arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi | 2 +-
arch/arm64/include/asm/cputype.h | 6 +
arch/arm64/kernel/ptrace.c | 20 +-
arch/arm64/kernel/traps.c | 3 +-
arch/arm64/mm/kasan_init.c | 4 +-
arch/hexagon/include/asm/io.h | 6 +
arch/hexagon/lib/checksum.c | 1 +
arch/mips/boot/dts/img/boston.dts | 6 +
arch/mips/include/asm/io.h | 4 +-
arch/parisc/kernel/drivers.c | 7 +-
arch/parisc/kernel/smp.c | 3 +-
arch/parisc/kernel/time.c | 2 +-
arch/powerpc/include/asm/ftrace.h | 29 +-
arch/powerpc/include/asm/topology.h | 13 +-
arch/powerpc/kernel/setup_64.c | 11 +
arch/powerpc/kvm/booke.c | 7 +
arch/powerpc/platforms/cell/spufs/sched.c | 2 +-
arch/powerpc/platforms/powernv/memtrace.c | 17 --
arch/riscv/Kconfig | 4 +-
arch/riscv/kernel/vdso/Makefile | 2 +-
arch/sh/Kconfig | 1 +
arch/sh/kernel/cpu/sh2/probe.c | 4 +
arch/sh/kernel/setup.c | 1 -
arch/sh/mm/init.c | 68 +----
arch/sh/mm/numa.c | 19 --
arch/x86/events/intel/core.c | 9 +-
arch/x86/include/asm/insn.h | 18 ++
arch/x86/include/asm/kvm_host.h | 1 +
arch/x86/kernel/cpu/intel.c | 3 +
arch/x86/kernel/kexec-bzimage64.c | 5 +-
arch/x86/kernel/kprobes/core.c | 4 +
arch/x86/kernel/uprobes.c | 4 +
arch/x86/kvm/hyperv.c | 2 +-
arch/x86/kvm/svm.c | 31 +-
arch/x86/kvm/vmx.c | 95 +++---
arch/x86/kvm/x86.c | 33 ++-
arch/x86/net/bpf_jit_comp.c | 18 +-
arch/x86/xen/enlighten_hvm.c | 13 +
block/blk-cgroup.c | 22 +-
block/blk-mq.c | 19 ++
block/blk-mq.h | 4 +-
block/genhd.c | 12 +
block/partition-generic.c | 10 +-
drivers/acpi/acpi_watchdog.c | 59 +++-
drivers/acpi/scan.c | 2 +-
drivers/acpi/sleep.c | 13 +
drivers/ata/ahci.c | 6 +-
drivers/ata/ahci.h | 7 +
drivers/ata/ahci_mvebu.c | 56 ++++
drivers/ata/ahci_qoriq.c | 2 +-
drivers/ata/ahci_xgene.c | 4 +-
drivers/ata/libahci.c | 20 +-
drivers/ata/libata-eh.c | 4 +-
drivers/ata/sata_highbank.c | 2 +-
drivers/char/agp/uninorth-agp.c | 4 +-
drivers/clk/clk-mux.c | 10 +-
drivers/clk/clk.c | 7 +-
drivers/clk/imx/clk-imx6ul.c | 2 +-
drivers/clocksource/timer-imx-tpm.c | 8 +-
drivers/cpufreq/Kconfig.arm | 10 -
drivers/cpufreq/brcmstb-avs-cpufreq.c | 323 +--------------------
drivers/firmware/efi/libstub/arm64-stub.c | 10 +
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 6 +-
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 13 +-
drivers/gpu/drm/drm_dumb_buffers.c | 7 +-
drivers/gpu/drm/exynos/exynos_mixer.c | 22 +-
drivers/gpu/drm/exynos/regs-mixer.h | 1 +
drivers/gpu/drm/msm/dsi/dsi_host.c | 2 +-
drivers/gpu/drm/msm/msm_fbdev.c | 11 +-
drivers/gpu/drm/msm/msm_gem.c | 20 +-
drivers/gpu/drm/omapdrm/dss/hdmi4.c | 2 +-
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c | 7 +-
drivers/gpu/drm/omapdrm/dss/hdmi5.c | 2 +-
drivers/gpu/drm/omapdrm/omap_connector.c | 10 +
drivers/gpu/drm/omapdrm/omap_dmm_tiler.c | 6 +-
drivers/gpu/drm/omapdrm/tcm-sita.c | 2 +-
drivers/gpu/drm/vc4/vc4_dpi.c | 25 +-
drivers/hid/Kconfig | 7 +-
drivers/hid/hid-ids.h | 9 +
drivers/hid/hid-lenovo.c | 36 +++
drivers/hid/i2c-hid/i2c-hid.c | 2 +
drivers/hid/intel-ish-hid/ishtp/bus.c | 2 +-
drivers/hid/wacom_sys.c | 4 +-
drivers/i2c/busses/i2c-pmcmsp.c | 4 +-
drivers/i2c/busses/i2c-sprd.c | 22 +-
drivers/i2c/busses/i2c-viperboard.c | 2 +-
drivers/infiniband/Kconfig | 5 +-
drivers/infiniband/core/cma.c | 60 ++--
drivers/infiniband/core/iwpm_util.c | 5 +-
drivers/infiniband/core/mad.c | 4 +-
drivers/infiniband/core/uverbs_ioctl.c | 9 +
drivers/infiniband/hw/hfi1/affinity.c | 11 +-
drivers/infiniband/hw/hfi1/init.c | 41 ++-
drivers/infiniband/hw/hfi1/platform.c | 1 +
drivers/infiniband/hw/hfi1/qsfp.c | 2 +
drivers/infiniband/hw/hns/hns_roce_hem.c | 8 +-
drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 11 +-
drivers/infiniband/hw/mlx4/mr.c | 2 +-
drivers/infiniband/hw/mlx5/main.c | 4 +-
drivers/infiniband/sw/rxe/rxe_opcode.c | 2 +-
drivers/infiniband/sw/rxe/rxe_req.c | 1 -
drivers/infiniband/sw/rxe/rxe_resp.c | 6 +-
drivers/infiniband/ulp/srp/Kconfig | 2 +-
drivers/infiniband/ulp/srpt/Kconfig | 2 +-
drivers/input/rmi4/rmi_spi.c | 7 +-
drivers/input/touchscreen/atmel_mxt_ts.c | 186 +++++++-----
drivers/iommu/dmar.c | 2 +-
drivers/iommu/intel_irq_remapping.c | 2 +-
drivers/mtd/onenand/omap2.c | 105 +++----
drivers/net/can/dev.c | 2 +-
drivers/net/ethernet/aquantia/atlantic/aq_nic.c | 3 +
drivers/net/ethernet/aquantia/atlantic/aq_nic.h | 1 +
.../net/ethernet/aquantia/atlantic/aq_pci_func.c | 20 +-
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 3 +-
drivers/net/ethernet/hisilicon/hns/hnae.h | 2 +-
drivers/net/ethernet/ibm/ibmvnic.c | 3 +-
drivers/net/ethernet/intel/igb/igb_main.c | 17 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c | 2 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c | 3 +
drivers/net/ethernet/marvell/mvpp2.c | 15 +-
drivers/net/ethernet/netronome/nfp/flower/cmsg.c | 38 ++-
drivers/net/ethernet/netronome/nfp/flower/cmsg.h | 2 +
drivers/net/ethernet/netronome/nfp/flower/main.c | 8 +-
drivers/net/ethernet/netronome/nfp/flower/main.h | 8 +-
drivers/net/ethernet/netronome/nfp/nfp_app_nic.c | 2 +-
drivers/net/ethernet/netronome/nfp/nfp_main.h | 4 +-
drivers/net/ethernet/netronome/nfp/nfp_net_main.c | 31 +-
.../net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c | 3 +-
drivers/net/ethernet/qlogic/qed/qed_l2.c | 6 +-
drivers/net/ethernet/qlogic/qede/qede_rdma.c | 2 +-
drivers/net/phy/broadcom.c | 10 +
drivers/net/phy/marvell.c | 9 +
drivers/net/phy/microchip.c | 178 +++++++++++-
drivers/nvme/host/Kconfig | 2 +-
drivers/nvme/host/core.c | 32 +-
drivers/nvme/host/fabrics.c | 6 +
drivers/nvme/host/multipath.c | 24 +-
drivers/nvme/host/nvme.h | 12 +
drivers/nvme/target/Kconfig | 2 +-
drivers/pci/dwc/pcie-kirin.c | 2 +-
drivers/pinctrl/intel/pinctrl-cherryview.c | 16 +-
drivers/pinctrl/meson/pinctrl-meson-axg.c | 2 +-
drivers/platform/x86/Kconfig | 2 +-
drivers/remoteproc/qcom_q6v5_pil.c | 2 +
drivers/reset/reset-uniphier.c | 6 +-
drivers/rpmsg/rpmsg_char.c | 2 +
drivers/s390/net/qeth_core_main.c | 53 ++--
drivers/s390/net/qeth_core_mpc.h | 12 +
drivers/s390/net/qeth_l2_main.c | 59 ++--
drivers/s390/net/smsgiucv.c | 2 +-
drivers/scsi/isci/port_config.c | 3 +-
drivers/scsi/megaraid/megaraid_sas_fusion.c | 6 +-
drivers/scsi/scsi_transport_iscsi.c | 29 +-
drivers/scsi/storvsc_drv.c | 7 +-
drivers/scsi/vmw_pvscsi.c | 2 +-
drivers/soc/bcm/raspberrypi-power.c | 2 +-
drivers/spi/spi-bcm2835aux.c | 5 +
drivers/spi/spi-cadence.c | 8 +
drivers/spi/spi-sh-msiof.c | 1 +
drivers/target/target_core_pscsi.c | 2 +
drivers/tee/tee_core.c | 11 +
drivers/thermal/int340x_thermal/int3403_thermal.c | 3 +-
drivers/usb/musb/musb_host.c | 5 +-
drivers/usb/musb/musb_host.h | 7 +-
drivers/usb/musb/musb_virthub.c | 25 +-
drivers/usb/typec/tps6598x.c | 47 ++-
drivers/usb/typec/ucsi/Makefile | 2 +-
drivers/xen/xenbus/xenbus_dev_frontend.c | 3 +-
fs/afs/addr_list.c | 25 +-
fs/afs/callback.c | 56 +++-
fs/afs/cmservice.c | 6 +-
fs/afs/internal.h | 7 +-
fs/afs/rotate.c | 20 +-
fs/afs/rxrpc.c | 7 +
fs/afs/server.c | 22 +-
fs/afs/server_list.c | 7 +-
fs/cifs/Kconfig | 2 +-
fs/cifs/smb2ops.c | 6 +
fs/cifs/smb2pdu.c | 68 +++--
fs/cifs/transport.c | 5 +-
fs/ecryptfs/crypto.c | 41 ++-
fs/ecryptfs/file.c | 21 +-
fs/isofs/inode.c | 3 +
fs/namespace.c | 2 +-
fs/notify/fsnotify.c | 25 +-
fs/ocfs2/refcounttree.c | 14 +-
fs/proc/base.c | 6 +
fs/proc/kcore.c | 23 +-
fs/proc/loadavg.c | 2 +-
fs/proc/task_mmu.c | 6 +-
include/linux/brcmphy.h | 1 +
include/linux/clk-provider.h | 3 +
include/linux/ethtool.h | 2 +
include/linux/genhd.h | 4 +-
include/linux/kthread.h | 1 +
include/linux/kvm_host.h | 8 +-
include/linux/livepatch.h | 19 +-
include/linux/microchipphy.h | 8 +
include/linux/mtd/map.h | 2 +-
include/linux/mtd/rawnand.h | 16 +-
include/linux/percpu-rwsem.h | 6 +-
include/linux/rwsem.h | 6 +
include/linux/sched.h | 50 +++-
include/linux/sched/signal.h | 2 +-
include/linux/stringhash.h | 4 +-
include/soc/bcm2835/raspberrypi-firmware.h | 4 +-
init/main.c | 7 +
kernel/bpf/syscall.c | 19 +-
kernel/kthread.c | 50 ++--
kernel/livepatch/shadow.c | 108 ++++---
kernel/locking/rwsem-xadd.c | 19 +-
kernel/locking/rwsem.c | 2 -
kernel/locking/rwsem.h | 30 +-
kernel/module.c | 5 +
kernel/sched/core.c | 49 ++--
kernel/sched/deadline.c | 4 +-
kernel/sched/rt.c | 2 -
kernel/sched/sched.h | 5 +-
kernel/signal.c | 17 +-
kernel/stop_machine.c | 19 +-
lib/find_bit_benchmark.c | 7 +-
mm/memcontrol.c | 2 +-
net/ipv6/ip6_vti.c | 4 +-
net/ipv6/netfilter/Kconfig | 55 ++--
net/mac80211/agg-tx.c | 4 +
net/mac80211/mlme.c | 25 +-
net/mac80211/tx.c | 3 +-
net/netfilter/nf_tables_api.c | 2 +-
net/rds/ib_cm.c | 3 +-
net/rxrpc/af_rxrpc.c | 2 +-
net/rxrpc/ar-internal.h | 1 +
net/rxrpc/input.c | 2 +-
net/rxrpc/local_object.c | 57 +++-
net/rxrpc/output.c | 11 +
net/rxrpc/sendmsg.c | 10 +
net/sched/act_skbedit.c | 3 +-
net/smc/af_smc.c | 6 +-
net/sunrpc/xprtrdma/fmr_ops.c | 5 +-
net/sunrpc/xprtrdma/frwr_ops.c | 9 +-
net/sunrpc/xprtrdma/verbs.c | 5 +
net/sunrpc/xprtrdma/xprt_rdma.h | 2 +-
net/tipc/monitor.c | 2 +-
net/tipc/node.c | 28 +-
samples/livepatch/livepatch-shadow-fix1.c | 43 ++-
samples/livepatch/livepatch-shadow-fix2.c | 33 ++-
scripts/Makefile.gcc-plugins | 2 +-
sound/soc/codecs/msm8916-wcd-analog.c | 9 +-
sound/soc/codecs/rt5514.c | 3 +
sound/soc/intel/Kconfig | 22 +-
sound/soc/soc-topology.c | 6 +-
tools/bpf/bpf_dbg.c | 7 +-
tools/objtool/arch/x86/include/asm/insn.h | 18 ++
tools/perf/util/cs-etm.c | 24 +-
tools/perf/util/pmu.c | 20 +-
tools/perf/util/symbol.c | 8 +-
.../inter-event/trigger-multi-actions-accept.tc | 44 +++
tools/testing/selftests/x86/Makefile | 2 +-
tools/testing/selftests/x86/mov_ss_trap.c | 285 ++++++++++++++++++
tools/testing/selftests/x86/mpx-mini-test.c | 7 +-
tools/testing/selftests/x86/pkey-helpers.h | 20 +-
tools/testing/selftests/x86/protection_keys.c | 254 +++++++++++-----
virt/kvm/arm/vgic/vgic-mmio-v2.c | 5 +
virt/kvm/arm/vgic/vgic.c | 8 +
308 files changed, 3213 insertions(+), 1735 deletions(-)
next reply other threads:[~2018-06-18 10:16 UTC|newest]
Thread overview: 288+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-18 8:09 Greg Kroah-Hartman [this message]
2018-06-18 8:09 ` [PATCH 4.16 001/279] clocksource/drivers/imx-tpm: Correct some registers operation flow Greg Kroah-Hartman
2018-06-18 8:09 ` [PATCH 4.16 002/279] Input: synaptics-rmi4 - fix an unchecked out of memory error path Greg Kroah-Hartman
2018-06-18 8:09 ` [PATCH 4.16 003/279] KVM: X86: fix incorrect reference of trace_kvm_pi_irte_update Greg Kroah-Hartman
2018-06-18 8:09 ` [PATCH 4.16 004/279] ASoC: Intel: atom: fix ACPI/PCI Kconfig Greg Kroah-Hartman
2018-06-18 8:09 ` [PATCH 4.16 005/279] x86: Add check for APIC access address for vmentry of L2 guests Greg Kroah-Hartman
2018-06-18 8:09 ` [PATCH 4.16 006/279] MIPS: io: Prevent compiler reordering writeX() Greg Kroah-Hartman
2018-06-18 8:09 ` [PATCH 4.16 007/279] lan78xx: PHY DSP registers initialization to address EEE link drop issues with long cables Greg Kroah-Hartman
2018-06-18 8:09 ` [PATCH 4.16 008/279] ibmvnic: Do not notify peers on parameter change resets Greg Kroah-Hartman
2018-06-18 8:09 ` [PATCH 4.16 009/279] nfp: ignore signals when communicating with management FW Greg Kroah-Hartman
2018-06-18 8:09 ` [PATCH 4.16 010/279] nfp: flower: split and limit cmsg skb lists Greg Kroah-Hartman
2018-06-18 8:09 ` [PATCH 4.16 012/279] fsnotify: fix ignore mask logic in send_to_group() Greg Kroah-Hartman
2018-06-18 8:09 ` [PATCH 4.16 013/279] MIPS: io: Add barrier after register read in readX() Greg Kroah-Hartman
2018-06-18 8:09 ` [PATCH 4.16 014/279] s390/smsgiucv: disable SMSG on module unload Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 015/279] isofs: fix potential memory leak in mount option parsing Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 016/279] MIPS: dts: Boston: Fix PCI bus dtc warnings: Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 017/279] spi: sh-msiof: Fix bit field overflow writes to TSCR/RSCR Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 018/279] doc: Add vendor prefix for Kieback & Peter GmbH Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 019/279] dt-bindings: pinctrl: sunxi: Fix reference to driver Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 020/279] dt-bindings: net: ravb: Add support for r8a77965 SoC Greg Kroah-Hartman
2018-06-18 8:46 ` Sergei Shtylyov
2018-06-18 8:53 ` Geert Uytterhoeven
2018-06-18 8:10 ` [PATCH 4.16 021/279] dt-bindings: serial: sh-sci: Add support for r8a77965 (H)SCIF Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 022/279] dt-bindings: dmaengine: rcar-dmac: document R8A77965 support Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 024/279] kvm: x86: move MSR_IA32_TSC handling to x86.c Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 025/279] clk: honor CLK_MUX_ROUND_CLOSEST in generic clk mux Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 026/279] ASoC: rt5514: Add the missing register in the readable table Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 027/279] ARM: dts: Fix cm2 and prm sizes for omap4 Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 028/279] eCryptfs: dont pass up plaintext names when using filename encryption Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 029/279] soc: bcm: raspberrypi-power: Fix use of __packed Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 031/279] powerpc/64s: Default l1d_size to 64K in RFI fallback flush Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 032/279] PCI: kirin: Fix reset gpio name Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 033/279] ASoC: topology: Fix bugs of freeing soc topology Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 034/279] livepatch: Initialize shadow variables safely by a custom callback Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 035/279] livepatch: Allow to call a custom callback when freeing shadow variables Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 036/279] KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 037/279] xen: xenbus_dev_frontend: Really return response string Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 038/279] arm64: kasan: avoid pfn_to_nid() before page array is initialized Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 039/279] ASoC: topology: Check widget kcontrols before deref Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 040/279] spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo() Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 041/279] blkcg: dont hold blkcg lock when deactivating policy Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 042/279] ARM64: dts: meson-gxl: add USB host support Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 043/279] ARM64: dts: meson-gxm: add GXM specific USB host configuration Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 044/279] ARM64: dts: meson-gxl-s905x-p212: enable the USB controller Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 045/279] ARM64: dts: meson-gx-p23x-q20x: " Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 046/279] ARM64: dts: meson-gxl-s905x-libretech-cc: " Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 047/279] ARM64: dts: meson-gxl-nexbox-a95x: " Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 048/279] ARM64: dts: meson-gxm-khadas-vim2: " Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 049/279] tipc: fix infinite loop when dumping link monitor summary Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 050/279] arm64: dts: correct SATA addresses for Stingray Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 051/279] scsi: iscsi: respond to netlink with unicast when appropriate Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 052/279] scsi: megaraid_sas: Do not log an error if FW successfully initializes Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 053/279] scsi: target: fix crash with iscsi target and dvd Greg Kroah-Hartman
2018-06-18 8:10 ` Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 054/279] netfilter: nf_tables: NAT chain and extensions require NF_TABLES Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 055/279] netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_update Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 056/279] ASoC: msm8916-wcd-analog: use threaded context for mbhc events Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 057/279] drm/msm: Fix possible null dereference on failure of get_pages() Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 058/279] drm/msm/dsi: use correct enum in dsi_get_cmd_fmt Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 059/279] drm/msm: dont deref error pointer in the msm_fbdev_create error path Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 060/279] blkcg: init root blkcg_gq under lock Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 061/279] net: hns: Avoid action name truncation Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 062/279] afs: Fix server record deletion Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 063/279] vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversion Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 064/279] parisc: time: Convert read_persistent_clock() to read_persistent_clock64() Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 065/279] scsi: storvsc: Set up correct queue depth values for IDE devices Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 066/279] scsi: isci: Fix infinite loop in while loop Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 067/279] mm, pagemap: fix swap offset value for PMD migration entry Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 068/279] proc: revalidate kernel thread inodes to root:root Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 069/279] proc: fix /proc/loadavg regression Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 070/279] kexec_file: do not add extra alignment to efi memmap Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 071/279] mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create() Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 072/279] usb: typec: ucsi: fix tracepoint related build error Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 073/279] s390/qeth: fix MAC address update sequence Greg Kroah-Hartman
2018-06-18 8:10 ` [PATCH 4.16 074/279] s390/qeth: fix request-side race during cmd IO timeout Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 075/279] s390/qeth: use Read device to query hypervisor for MAC Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 076/279] ACPI / PM: Blacklist Low Power S0 Idle _DSM for ThinkPad X1 Tablet(2016) Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 077/279] ACPI / scan: Initialize watchdog before PNP Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 078/279] dt-bindings: meson-uart: DT fix s/clocks-names/clock-names/ Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 079/279] dt-bindings: mvebu-uart: DT fix s/interrupts-names/interrupt-names/ Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 080/279] powerpc/powernv/memtrace: Let the arch hotunplug code flush cache Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 081/279] net: phy: marvell: clear wol event before setting it Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 082/279] ARM: dts: da850: fix W=1 warnings with pinmux node Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 083/279] ACPI / watchdog: Prefer iTCO_wdt on Lenovo Z50-70 Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 084/279] drm/amdkfd: fix clock counter retrieval for node without GPU Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 085/279] cpufreq: brcmstb-avs-cpufreq: remove development debug support Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 086/279] thermal: int3403_thermal: Fix NULL pointer deref on module load / probe Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 087/279] CIFS: set *resp_buf_type to NO_BUFFER on error Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 088/279] arm64: dts: uniphier: fix input delay value for legacy mode of eMMC Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 089/279] igb: Fix the transmission mode of queue 0 for Qav mode Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 090/279] net: ethtool: Add missing kernel doc for FEC parameters Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 091/279] riscv: select DMA_DIRECT_OPS instead of redefining it Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 092/279] RISC-V: build vdso-dummy.o with -no-pie Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 093/279] arm64: ptrace: remove addr_limit manipulation Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 094/279] arm64: only advance singlestep for user instruction traps Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 095/279] perf pmu: Fix core PMU alias list for X86 platform Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 096/279] HID: lenovo: Add support for IBM/Lenovo Scrollpoint mice Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 097/279] HID: wacom: Release device resource data obtained by devres_alloc() Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 098/279] selftests: ftrace: Add a testcase for multiple actions on trigger Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 099/279] bpf, x64: fix JIT emission for dead code Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 101/279] perf/x86/intel: Dont enable freeze-on-smi for PerfMon V1 Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 102/279] remoteproc: qcom: Fix potential device node leaks Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 103/279] rpmsg: added MODULE_ALIAS for rpmsg_char Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 104/279] HID: intel-ish-hid: use put_device() instead of kfree() Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 105/279] blk-mq: fix sysfs inflight counter Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 106/279] arm64: fix possible spectre-v1 in ptrace_hbp_get_event() Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 107/279] KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr() Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 108/279] libahci: Allow drivers to override stop_engine Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 109/279] ata: ahci: mvebu: override ahci_stop_engine for mvebu AHCI Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 110/279] x86/cpu/intel: Add missing TLB cpuid values Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 112/279] vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 too Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 113/279] powerpc/kvm/booke: Fix altivec related build break Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 114/279] reset: uniphier: fix USB clock line for LD20 Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 115/279] i2c: sprd: Prevent i2c accesses after suspend is called Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 116/279] i2c: sprd: Fix the i2c count issue Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 117/279] RDMA/mlx5: Properly check return value of mlx5_get_uars_page Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 118/279] tipc: fix bug in function tipc_nl_node_dump_monitor Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 119/279] nfp: dont depend on eth_tbl being available Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 120/279] nvme: depend on INFINIBAND_ADDR_TRANS Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 121/279] nvmet-rdma: " Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 122/279] ib_srpt: " Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 123/279] cifs: smbd: " Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 124/279] ib_srp: " Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 125/279] IB: make INFINIBAND_ADDR_TRANS configurable Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 126/279] net: mvpp2: Fix clk error path in mvpp2_probe Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 128/279] IB/uverbs: Fix validating mandatory attributes Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 129/279] RDMA/cma: Fix use after destroy access to net namespace for IPoIB Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 130/279] RDMA/iwpm: fix memory leak on map_info Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 131/279] IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INV Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 132/279] IB/rxe: avoid double kfree_skb Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 133/279] RDMA/hns: Bugfix for init hem table Greg Kroah-Hartman
2018-06-18 8:11 ` [PATCH 4.16 134/279] RDMA/hns: Intercept illegal RDMA operation when use inline data Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 135/279] RDMA/hns: Fix the qp context state diagram Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 136/279] RDMA/hns: Submit bad wr Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 137/279] <linux/stringhash.h>: fix end_name_hash() for 64bit long Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 139/279] ARM: davinci: board-da830-evm: fix GPIO lookup for MMC/SD Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 140/279] ARM: davinci: board-da850-evm: " Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 141/279] ARM: davinci: board-omapl138-hawk: fix GPIO numbers for MMC/SD lookup Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 142/279] ARM: davinci: board-dm355-evm: fix broken networking Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 143/279] dt-bindings: panel: lvds: Fix path to display timing bindings Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 144/279] ARM: OMAP2+: powerdomain: use raw_smp_processor_id() for trace Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 145/279] ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 146/279] ARM: dts: logicpd-som-lv: Fix Audio Mute Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 147/279] xprtrdma: Fix list corruption / DMAR errors during MR recovery Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 148/279] Input: atmel_mxt_ts - fix the firmware update Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 149/279] hexagon: add memset_io() helper Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 150/279] hexagon: export csum_partial_copy_nocheck Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 151/279] scsi: vmw-pvscsi: return DID_BUS_BUSY for adapter-initated aborts Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 152/279] ARM: davinci: fix GPIO lookup for I2C Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 153/279] pinctrl: meson-axg: fix the range of aobus bank Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 154/279] pinctrl: cherryview: Associate IRQ descriptors to irqdomain Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 155/279] mtd: onenand: omap2: Disable DMA for HIGHMEM buffers Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 156/279] bpf, x64: fix memleak when not converging after image Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 157/279] bpf, x64: fix memleak when not converging on calls Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 158/279] parisc: drivers.c: Fix section mismatches Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 159/279] stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlock Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 160/279] kthread, sched/wait: Fix kthread_parkme() wait-loop Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 161/279] kthread, sched/wait: Fix kthread_parkme() completion issue Greg Kroah-Hartman
2018-06-20 6:40 ` Kohli, Gaurav
2018-06-20 18:51 ` Greg Kroah-Hartman
2018-06-21 13:40 ` Kohli, Gaurav
2018-06-21 20:43 ` Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 162/279] arm64: tegra: Make BCM89610 PHY interrupt as active low Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 163/279] iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte() Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 164/279] iommu/vt-d: fix shift-out-of-bounds in bug checking Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 165/279] nvme: fix potential memory leak in option parsing Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 166/279] nvme: Set integrity flag for user passthrough commands Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 167/279] nvme/multipath: Disable runtime writable enabling parameter Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 168/279] nvme/multipath: Fix multipath disabled naming collisions Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 169/279] ARM: OMAP1: ams-delta: fix deferred_fiq handler Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 170/279] ARM: dts: correct missing "compatible" entry for ti81xx SoCs Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 171/279] usb: typec: tps6598x: handle block reads separately with plain-I2C adapters Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 172/279] smc: fix sendpage() call Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 173/279] IB/hfi1 Use correct type for num_user_context Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 174/279] IB/{hfi1, rdmavt}: Fix memory leak in hfi1_alloc_devdata() upon failure Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 175/279] IB/hfi1: Fix memory leak in exception path in get_irq_affinity() Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 176/279] IB/mlx4: Fix integer overflow when calculating optimal MTT size Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 177/279] RDMA/cma: Do not query GID during QP state transition to RTR Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 178/279] spi: bcm2835aux: ensure interrupts are enabled for shared handler Greg Kroah-Hartman
2018-06-18 8:12 ` Greg Kroah-Hartman
2018-06-18 8:12 ` Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 179/279] bpf: fix possible spectre-v1 in find_and_alloc_map() Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 180/279] drm/exynos/mixer: fix synchronization check in interlaced mode Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 181/279] drm/exynos: mixer: avoid Oops in vp_video_buffer() Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 182/279] bpf: use array_index_nospec in find_prog_type Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 183/279] sched/core: Introduce set_special_state() Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 184/279] net: phy: broadcom: add support for BCM89610 PHY Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 185/279] gcc-plugins: fix build condition of SANCOV plugin Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 186/279] sh: fix build failure for J2 cpu with SMP disabled Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 187/279] tee: check shm references are consistent in offset/size Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 188/279] powerpc/trace/syscalls: Update syscall name matching logic Greg Kroah-Hartman
2018-06-19 2:47 ` Naveen N. Rao
2018-06-18 8:12 ` [PATCH 4.16 189/279] powerpc/trace/syscalls: Update syscall name matching logic to account for ppc_ prefix Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 190/279] mac80211: Adjust SAE authentication timeout Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 191/279] drm/vc4: Fix oops dereferencing DPIs connector since panel_bridge Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 192/279] drm/omap: silence unititialized variable warning Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 193/279] drm/omap: fix uninitialized ret variable Greg Kroah-Hartman
2018-06-18 8:12 ` [PATCH 4.16 194/279] drm/omap: fix possible NULL ref issue in tiler_reserve_2d Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 195/279] drm/omap: check return value from soc_device_match Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 196/279] drm/omap: handle alloc failures in omap_connector Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 197/279] nvme: fix use-after-free in nvme_free_ns_head Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 200/279] mac80211: use timeout from the AddBA response instead of the request Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 201/279] x86/xen: Reset VCPU0 info pointer after shared_info remap Greg Kroah-Hartman
2018-06-18 8:13 ` Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 202/279] net: aquantia: driver should correctly declare vlan_features bits Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 203/279] net: aquantia: Limit number of vectors to actually allocated irqs Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 204/279] powerpc/pseries: Fix CONFIG_NUMA=n build Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 205/279] can: dev: increase bus-off message severity Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 206/279] HID: i2c-hid: Add RESEND_REPORT_DESCR quirk for Toshiba Click Mini L9W-B Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 207/279] arm64: Add MIDR encoding for NVIDIA CPUs Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 208/279] cifs: Allocate validate negotiation request through kmalloc Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 209/279] cifs: smb2ops: Fix listxattr() when there are no EAs Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 212/279] tipc: eliminate KMSAN uninit-value in strcmp complaint Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 213/279] qed: Fix l2 initializations over iWARP personality Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 214/279] qede: Fix gfp flags sent to rdma event node allocation Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 215/279] cxgb4: copy mbox log size to PF0-3 adap instances Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 216/279] rxrpc: Fix missing start of call timeout Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 217/279] rxrpc: Fix error reception on AF_INET6 sockets Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 218/279] rxrpc: Fix the min security level for kernel calls Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 219/279] ARM: dts: imx51-zii-rdu1: fix touchscreen bindings Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 221/279] x86: Delay skip of emulated hypercall instruction Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 222/279] perf cs-etm: Support unknown_thread in cs_etm_auxtrace Greg Kroah-Hartman
2018-06-18 8:13 ` Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 223/279] sh: switch to NO_BOOTMEM Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 224/279] ixgbe: return error on unsupported SFP module when resetting Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 225/279] ixgbe: fix memory leak on ipsec allocation Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 226/279] net sched actions: fix invalid pointer dereferencing if skbedit flags missing Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 227/279] lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit() Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 228/279] init: fix false positives in W+X checking Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 229/279] proc/kcore: dont bounds check against address 0 Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 230/279] ocfs2: take inode cluster lock before moving reflinked inode from orphan dir Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 231/279] kprobes/x86: Prohibit probing on exception masking instructions Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 232/279] uprobes/x86: Prohibit probing on MOV SS instruction Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 233/279] objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/arch/x86/include/asm/insn.h Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 234/279] x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pkeys ABI Greg Kroah-Hartman
2018-06-18 8:13 ` Greg Kroah-Hartman
2018-07-03 11:36 ` Vlastimil Babka
2018-07-03 11:42 ` Greg Kroah-Hartman
2018-07-05 6:03 ` Michael Ellerman
2018-07-05 7:19 ` Ingo Molnar
2018-07-08 10:33 ` Michael Ellerman
2018-07-08 13:25 ` Greg Kroah-Hartman
2018-07-09 3:28 ` Michael Ellerman
2018-06-18 8:13 ` [PATCH 4.16 235/279] x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX ABI Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 236/279] x86/selftests: Add mov_to_ss test Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 237/279] x86/pkeys/selftests: Give better unexpected fault error messages Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 238/279] x86/pkeys/selftests: Stop using assert() Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 239/279] x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signal Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 240/279] x86/pkeys/selftests: Avoid printf-in-signal deadlocks Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 241/279] x86/pkeys/selftests: Allow faults on unknown keys Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 242/279] x86/pkeys/selftests: Factor out "instruction page" Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 243/279] x86/pkeys/selftests: Add PROT_EXEC test Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 244/279] x86/pkeys/selftests: Fix pkey exhaustion test off-by-one Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 245/279] x86/pkeys/selftests: Fix pointer math Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 246/279] x86/pkeys/selftests: Save off prot for allocations Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 247/279] x86/pkeys/selftests: Add a test for pkey 0 Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 248/279] afs: Fix address list parsing Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 249/279] afs: Fix refcounting in callback registration Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 250/279] afs: Fix server rotations handling of fileserver probe failure Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 251/279] mtd: Fix comparison in map_word_andequal() Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 252/279] afs: Fix VNOVOL handling in address rotation Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 253/279] afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID Greg Kroah-Hartman
2018-06-18 8:13 ` [PATCH 4.16 254/279] afs: Fix afs_find_server search loop Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 255/279] afs: Fix the non-encryption of calls Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 257/279] ARM: keystone: fix platform_domain_notifier array overrun Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 258/279] i2c: pmcmsp: return message count on master_xfer success Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 259/279] i2c: pmcmsp: fix error return from master_xfer Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 260/279] i2c: viperboard: return message count on master_xfer success Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 261/279] ARM: davinci: dm646x: fix timer interrupt generation Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 262/279] ARM: davinci: board-dm646x-evm: pass correct I2C adapter id for VPIF Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 263/279] ARM: davinci: board-dm646x-evm: set VPIF capture card name Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 265/279] mtd: rawnand: Fix return type of __DIVIDE() when called with 32-bit Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 266/279] clk: imx6ull: use OSC clock during AXI rate change Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 267/279] locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 268/279] locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNER_UNKNOWN Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 269/279] drm/dumb-buffers: Integer overflow in drm_mode_create_ioctl() Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 272/279] parisc: Move setup_profiling_timer() out of init section Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 273/279] platform/x86: DELL_WMI use depends on instead of select for DELL_SMBIOS Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 274/279] efi/libstub/arm64: Handle randomized TEXT_OFFSET Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 277/279] ARM: kexec: fix kdump register saving on panic() Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 278/279] ARM: replace unnecessary perl with sed and the shell $(( )) operator Greg Kroah-Hartman
2018-06-18 8:14 ` [PATCH 4.16 279/279] ARM: fix kill( ,SIGFPE) breakage Greg Kroah-Hartman
2018-06-18 9:37 ` [PATCH 4.16 000/279] 4.16.17-stable review Holger Hoffstätte
2018-06-18 13:48 ` Greg Kroah-Hartman
2018-06-18 18:30 ` Guenter Roeck
2018-06-20 18:51 ` Greg Kroah-Hartman
2018-06-19 7:44 ` Naresh Kamboju
2018-06-20 18:52 ` 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=20180618080608.851973560@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.