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.20 000/145] 4.20.1-stable review
Date: Mon, 7 Jan 2019 13:30:37 +0100 [thread overview]
Message-ID: <20190107104437.308206189@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 4.20.1 release.
There are 145 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 9 10:43:39 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.20.1-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.20.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 4.20.1-rc1
Tomas Winkler <tomas.winkler@intel.com>
tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.x
Tomas Winkler <tomas.winkler@intel.com>
tpm: tpm_try_transmit() refactor error flow.
Helge Deller <deller@gmx.de>
parisc: Remap hugepage-aligned pages in set_kernel_text_rw()
Will Deacon <will.deacon@arm.com>
arm64: compat: Don't pull syscall number from regs in arm_compat_syscall
Will Deacon <will.deacon@arm.com>
arm64: compat: Avoid sending SIGILL for unallocated syscall numbers
Robin Murphy <robin.murphy@arm.com>
iommu/arm-smmu-v3: Fix big-endian CMD_SYNC writes
Gustavo A. R. Silva <gustavo@embeddedor.com>
KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()
Christoffer Dall <christoffer.dall@arm.com>
KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less
Christoffer Dall <christoffer.dall@arm.com>
KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring state
Marc Zyngier <marc.zyngier@arm.com>
KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximum
Julien Thierry <julien.thierry@arm.com>
KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled
Maciej W. Rozycki <macro@linux-mips.org>
rtc: m41t80: Correct alarm month range with RTC reads
Sylwester Nawrocki <s.nawrocki@samsung.com>
ARM: dts: exynos: Specify I2S assigned clocks in proper node
Marc Zyngier <marc.zyngier@arm.com>
arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 PPIs/SGIs
Will Deacon <will.deacon@arm.com>
arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1
Long Li <longli@microsoft.com>
CIFS: use the correct length when pinning memory for direct I/O for write
Long Li <longli@microsoft.com>
CIFS: return correct errors when pinning memory failed for direct I/O
Paul Aurich <paul@darkrain42.org>
smb3: fix large reads on encrypted connections
Georgy A Bystrenin <gkot@altlinux.org>
CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problem
Huacai Chen <chenhc@lemote.com>
MIPS: Fix a R10000_LLSC_WAR logic in atomic.h
Aaro Koskinen <aaro.koskinen@iki.fi>
MIPS: OCTEON: mark RGMII interface disabled on OCTEON III
Paul Burton <paul.burton@mips.com>
MIPS: Expand MIPS32 ASIDs to 64 bits
Huacai Chen <chenhc@lemote.com>
MIPS: Align kernel load address to 64KB
Huacai Chen <chenhc@lemote.com>
MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()
Huacai Chen <chenhc@lemote.com>
MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3
Paul Burton <paul.burton@mips.com>
MIPS: math-emu: Write-protect delay slot emulation pages
Steven Rostedt (VMware) <rostedt@goodmis.org>
tools lib traceevent: Fix processing of dereferenced args in bprintk events
Ondrej Jirman <megous@megous.com>
media: v4l2-fwnode: Fix setting V4L2_MBUS_DATA_ACTIVE_HIGH/LOW flag
Hans Verkuil <hverkuil-cisco@xs4all.nl>
media: v4l2-tpg: array index could become negative
Hans Verkuil <hverkuil-cisco@xs4all.nl>
media: vb2: check memory model for VIDIOC_CREATE_BUFS
Hans Verkuil <hverkuil-cisco@xs4all.nl>
media: vim2m: use cancel_delayed_work_sync instead of flush_schedule_work
Hans Verkuil <hverkuil-cisco@xs4all.nl>
media: vivid: free bitmap_cap when updating std/timings/etc.
Luca Ceresoli <luca@lucaceresoli.net>
media: imx274: fix stack corruption in imx274_read_reg
Sean Young <sean@mess.org>
media: rc: cec devices do not have a lirc chardev
Hans Verkuil <hverkuil@xs4all.nl>
media: cec-pin: fix broken tx_ignore_nack_until_eom error injection
Hans Verkuil <hverkuil-cisco@xs4all.nl>
media: cec: keep track of outstanding transmits
Nava kishore Manne <nava.manne@xilinx.com>
serial: uartps: Fix interrupt mask issue to handle the RX interrupts properly
Jaegeuk Kim <jaegeuk@kernel.org>
f2fs: sanity check of xattr entry size
Martin Blumenstingl <martin.blumenstingl@googlemail.com>
f2fs: fix validation of the block count in sanity_check_raw_super
Jaegeuk Kim <jaegeuk@kernel.org>
f2fs: fix missing unlock(sbi->gc_mutex)
Jia Zhu <zhujia13@huawei.com>
f2fs: fix to update new block address correctly for OPU
Pan Bian <bianpan2016@163.com>
f2fs: read page index before freeing
Breno Leitao <leitao@debian.org>
powerpc/tm: Unset MSR[TS] if not recheckpointing
Breno Leitao <leitao@debian.org>
powerpc/tm: Set MSR[TS] just prior to recheckpoint
Eric Biggers <ebiggers@google.com>
KEYS: fix parsing invalid pkey info string
Lyude Paul <lyude@redhat.com>
brcmfmac: Fix out of bounds memory access during fw load
Stijn Tintel <stijn@linux-ipv6.be>
brcmfmac: fix roamoff=1 modparam
Filipe Manana <fdmanana@suse.com>
Btrfs: send, fix race with transaction commits that create snapshots
Josef Bacik <jbacik@fb.com>
btrfs: run delayed items before dropping the snapshot
Filipe Manana <fdmanana@suse.com>
Btrfs: fix fsync of files with multiple hard links in new directories
Lu Fengqi <lufq.fnst@cn.fujitsu.com>
btrfs: skip file_extent generation check for free_space_inode in run_delalloc_nocow
Filipe Manana <fdmanana@suse.com>
Btrfs: fix deadlock with memory reclaim during scrub
Anand Jain <anand.jain@oracle.com>
btrfs: dev-replace: go back to suspend state if another EXCL_OP is running
Anand Jain <anand.jain@oracle.com>
btrfs: dev-replace: go back to suspended state if target device is missing
Macpaul Lin <macpaul.lin@mediatek.com>
cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader.
Todd Kjos <tkjos@android.com>
binder: fix use-after-free due to ksys_close() during fdget()
Tejun Heo <tj@kernel.org>
cgroup: fix CSS_TASK_ITER_PROCS
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
crypto: cfb - fix decryption
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
crypto: testmgr - add AES-CFB tests
Atul Gupta <atul.gupta@chelsio.com>
crypto: chcr - small packet Tx stalls the queue
Wenwen Wang <wang6495@umn.edu>
crypto: cavium/nitrox - fix a DMA pool free failure
Jernej Skrabec <jernej.skrabec@siol.net>
clk: sunxi-ng: Use u64 for calculation of NM rate
Johan Jonker <jbx9999@hotmail.com>
clk: rockchip: fix typo in rk3188 spdif_frac parent
Lukas Wunner <lukas@wunner.de>
spi: bcm2835: Avoid finishing transfer prematurely in IRQ mode
Lukas Wunner <lukas@wunner.de>
spi: bcm2835: Fix book-keeping of DMA termination
Lukas Wunner <lukas@wunner.de>
spi: bcm2835: Fix race on DMA termination
Theodore Ts'o <tytso@mit.edu>
ext4: check for shutdown and r/o file system in ext4_write_inode()
Theodore Ts'o <tytso@mit.edu>
ext4: force inode writes when nfsd calls commit_metadata()
Theodore Ts'o <tytso@mit.edu>
ext4: avoid declaring fs inconsistent due to invalid file handles
Theodore Ts'o <tytso@mit.edu>
ext4: include terminating u32 in size of xattr entries when expanding inodes
ruippan (潘睿) <ruippan@tencent.com>
ext4: fix EXT4_IOC_GROUP_ADD ioctl
Maurizio Lombardi <mlombard@redhat.com>
ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()
Pan Bian <bianpan2016@163.com>
ext4: fix possible use after free in ext4_quota_enable
Theodore Ts'o <tytso@mit.edu>
ext4: add ext4_sb_bread() to disambiguate ENOMEM cases
Greg Kurz <groug@kaod.org>
ocxl: Fix endiannes bug in read_afu_name()
Greg Kurz <groug@kaod.org>
ocxl: Fix endiannes bug in ocxl_link_update_pe()
Arnaldo Carvalho de Melo <acme@redhat.com>
perf env: Also consider env->arch == NULL as local operation
Ben Hutchings <ben@decadent.org.uk>
perf pmu: Suppress potential format-truncation warning
Adrian Hunter <adrian.hunter@intel.com>
perf script: Use fallbacks for branch stacks
Adrian Hunter <adrian.hunter@intel.com>
perf tools: Use fallback for sample_addr_correlates_sym() cases
Adrian Hunter <adrian.hunter@intel.com>
perf thread: Add fallback functions for cases where cpumode is insufficient
Adrian Hunter <adrian.hunter@intel.com>
perf machine: Record if a arch has a single user/kernel address space
Alexey Brodkin <alexey.brodkin@synopsys.com>
clocksource/drivers/arc_timer: Utilize generic sched_clock
Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
DRM: UDL: get rid of useless vblank initialization
Eric Anholt <eric@anholt.net>
drm/v3d: Skip debugfs dumping GCA on platforms without GCA.
Miquel Raynal <miquel.raynal@bootlin.com>
platform-msi: Free descriptors in platform_msi_domain_free()
Sean Christopherson <sean.j.christopherson@intel.com>
KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() fails
Paul Mackerras <paulus@ozlabs.org>
KVM: PPC: Book3S HV: Fix race between kvm_unmap_hva_range and MMU mode switch
Marc Zyngier <marc.zyngier@arm.com>
arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptible
Sean Christopherson <sean.j.christopherson@intel.com>
KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixup
Dan Williams <dan.j.williams@intel.com>
x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()
Michal Hocko <mhocko@suse.com>
x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=off
Patrick Dreyer <Patrick@Dreyer.name>
Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G
Sanjeev Chugh <sanjeev_chugh@mentor.com>
Input: atmel_mxt_ts - don't try to free unallocated kernel memory
Sebastian Ott <sebott@linux.ibm.com>
s390/pci: fix sleeping in atomic during hotplug
Hans de Goede <hdegoede@redhat.com>
ASoC: intel: cht_bsw_max98090_ti: Add pmc_plt_clk_0 quirk for Chromebook Gnawty
Hans de Goede <hdegoede@redhat.com>
ASoC: intel: cht_bsw_max98090_ti: Add pmc_plt_clk_0 quirk for Chromebook Clapper
Dan Carpenter <dan.carpenter@oracle.com>
staging: bcm2835-audio: double free in init error path
Colin Ian King <colin.king@canonical.com>
staging: wilc1000: fix missing read_write setting when reading data
Linus Torvalds <torvalds@linux-foundation.org>
i915: fix missing user_access_end() in page fault exception case
Malcolm Priestley <tvboxspy@gmail.com>
media: dvb-usb-v2: Fix incorrect use of transfer_flags URB_FREE_BUFFER
Heikki Krogerus <heikki.krogerus@linux.intel.com>
usb: roles: Add a description for the class to Kconfig
Stephan Gerhold <stephan@gerhold.net>
Revert "usb: dwc3: pci: Use devm functions to get the phy GPIOs"
Martin Blumenstingl <martin.blumenstingl@googlemail.com>
usb: dwc2: disable power_down on Amlogic devices
Jia-Ju Bai <baijiaju1990@gmail.com>
usb: r8a66597: Fix a possible concurrency use-after-free bug in r8a66597_endpoint_disable()
Jörgen Storvist <jorgen.storvist@gmail.com>
USB: serial: option: add Fibocom NL678 series
Scott Chen <scott@labau.com.tw>
USB: serial: pl2303: add ids for Hewlett-Packard HP POS pole displays
Terin Stock <terin@terinstock.com>
usb: dwc2: host: use hrtimer for NAK retries
Sameer Pujar <spujar@nvidia.com>
ALSA: hda/tegra: clear pending irq handlers
Jian-Hong Pan <jian-hong@endlessm.com>
ALSA: hda/realtek: Enable the headset mic auto detection for ASUS laptops
Takashi Sakamoto <o-takashi@sakamocchi.jp>
ALSA: firewire-lib: use the same print format for 'without_header' tracepoints
Takashi Sakamoto <o-takashi@sakamocchi.jp>
ALSA: firewire-lib: fix wrong assignment for 'out_packet_without_header' tracepoint
Takashi Sakamoto <o-takashi@sakamocchi.jp>
ALSA: firewire-lib: fix wrong handling payload_length as payload_quadlet
Takashi Sakamoto <o-takashi@sakamocchi.jp>
ALSA: fireface: fix for state to fetch PCM frames
Wandrille RONCE <w@ndrille.fr>
ALSA: hda/realtek: Enable audio jacks of ASUS UX391UA with ALC294
Mantas Mikulėnas <grawity@gmail.com>
ALSA: hda: add mute LED support for HP EliteBook 840 G4
Boris Brezillon <boris.brezillon@bootlin.com>
mtd: rawnand: omap2: Pass the parent of pdev to dma_request_chan()
Boris Brezillon <boris.brezillon@bootlin.com>
mtd: rawnand: Fix JEDEC detection
Miquel Raynal <miquel.raynal@bootlin.com>
mtd: rawnand: marvell: prevent timeouts on a loaded machine
Arnd Bergmann <arnd@arndb.de>
mtd: atmel-quadspi: disallow building on ebsa110
Diana Craciun <diana.craciun@nxp.com>
powerpc/fsl: Fix spectre_v2 mitigations reporting
Gustavo A. R. Silva <gustavo@embeddedor.com>
ALSA: emux: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva <gustavo@embeddedor.com>
ALSA: pcm: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva <gustavo@embeddedor.com>
ALSA: emu10k1: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva <gustavo@embeddedor.com>
ALSA: rme9652: Fix potential Spectre v1 vulnerability
Michael J. Ruhl <michael.j.ruhl@intel.com>
IB/hfi1: Incorrect sizing of sge for PIO will OOPs
Cong Wang <xiyou.wangcong@gmail.com>
tipc: fix a double free in tipc_enable_bearer()
Deepa Dinamani <deepa.kernel@gmail.com>
sock: Make sock->sk_stamp thread-safe
Cong Wang <xiyou.wangcong@gmail.com>
ptr_ring: wrap back ->producer in __ptr_ring_swap_queue()
Gustavo A. R. Silva <gustavo@embeddedor.com>
phonet: af_phonet: Fix Spectre v1 vulnerability
Willem de Bruijn <willemb@google.com>
packet: validate address length if non-zero
Cong Wang <xiyou.wangcong@gmail.com>
net/wan: fix a double free in x25_asy_open_tty()
Cong Wang <xiyou.wangcong@gmail.com>
netrom: fix locking in nr_find_socket()
Eric Dumazet <edumazet@google.com>
isdn: fix kernel-infoleak in capi_unlocked_ioctl
Eric Dumazet <edumazet@google.com>
net/hamradio/6pack: use mod_timer() to rearm timers
Gustavo A. R. Silva <gustavo@embeddedor.com>
net: core: Fix Spectre v1 vulnerability
Willem de Bruijn <willemb@google.com>
ip: validate header length on virtual device xmit
Willem de Bruijn <willemb@google.com>
ieee802154: lowpan_header_create check must check daddr
Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
ibmveth: fix DMA unmap error in ibmveth_xmit_start error path
Cong Wang <xiyou.wangcong@gmail.com>
ax25: fix a use-after-free in ax25_fillin_cb()
Willem de Bruijn <willemb@google.com>
tap: call skb_probe_transport_header after setting skb->dev
Ivan Mironov <mironov.ivan@gmail.com>
bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hw
Jacopo Mondi <jacopo+renesas@jmondi.org>
media: ov5640: Fix set format regression
Ihab Zhaika <ihab.zhaika@intel.com>
iwlwifi: add new cards for 9560, 9462, 9461 and killer series
Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
panic: avoid deadlocks in re-entrant console drivers
-------------
Diffstat:
Documentation/admin-guide/kernel-parameters.txt | 3 +
Documentation/admin-guide/l1tf.rst | 6 +-
Makefile | 4 +-
arch/arc/Kconfig | 1 +
arch/arm/boot/dts/exynos5422-odroidxu3-audio.dtsi | 9 ++-
arch/arm/boot/dts/exynos5422-odroidxu4.dts | 9 ++-
arch/arm64/include/asm/kvm_arm.h | 2 +-
arch/arm64/include/asm/unistd.h | 5 +-
arch/arm64/kernel/sys_compat.c | 11 ++-
arch/arm64/kernel/syscall.c | 9 ++-
arch/arm64/kvm/hyp/tlb.c | 35 ++++++---
arch/mips/boot/compressed/calc_vmlinuz_load_addr.c | 7 +-
arch/mips/cavium-octeon/executive/cvmx-helper.c | 3 +-
arch/mips/include/asm/atomic.h | 2 +-
arch/mips/include/asm/cpu-info.h | 2 +-
arch/mips/include/asm/mach-generic/mmzone.h | 2 +
arch/mips/include/asm/mach-loongson64/mmzone.h | 1 +
arch/mips/include/asm/mmu.h | 2 +-
arch/mips/include/asm/mmu_context.h | 10 ++-
arch/mips/include/asm/mmzone.h | 8 +++
arch/mips/include/asm/pgtable-64.h | 5 ++
arch/mips/include/asm/r4kcache.h | 22 ++++++
arch/mips/kernel/vdso.c | 4 +-
arch/mips/math-emu/dsemul.c | 38 +++++-----
arch/mips/mm/c-r3k.c | 2 +-
arch/mips/mm/c-r4k.c | 44 ++++++++++--
arch/parisc/mm/init.c | 4 +-
arch/powerpc/kernel/security.c | 2 +-
arch/powerpc/kernel/signal_32.c | 38 ++++++++--
arch/powerpc/kernel/signal_64.c | 64 ++++++++++++-----
arch/powerpc/kvm/book3s_64_mmu_hv.c | 3 +
arch/powerpc/kvm/book3s_hv.c | 17 +++--
arch/s390/pci/pci_clp.c | 2 +-
arch/x86/include/asm/kvm_host.h | 2 +-
arch/x86/kernel/cpu/bugs.c | 3 +-
arch/x86/kvm/vmx.c | 7 +-
arch/x86/mm/init.c | 2 +-
arch/x86/mm/init_64.c | 6 --
crypto/cfb.c | 2 +-
crypto/tcrypt.c | 5 ++
crypto/testmgr.c | 7 ++
crypto/testmgr.h | 76 ++++++++++++++++++++
drivers/android/binder.c | 63 +++++++++++++++-
drivers/base/platform-msi.c | 6 +-
drivers/char/tpm/tpm-interface.c | 15 ++--
drivers/char/tpm/tpm_i2c_nuvoton.c | 11 +--
drivers/clk/rockchip/clk-rk3188.c | 2 +-
drivers/clk/sunxi-ng/ccu_nm.c | 18 ++++-
drivers/clocksource/Kconfig | 1 +
drivers/clocksource/arc_timer.c | 22 ++++++
drivers/crypto/cavium/nitrox/nitrox_algs.c | 12 ++--
drivers/crypto/cavium/nitrox/nitrox_lib.c | 22 ++++--
drivers/crypto/cavium/nitrox/nitrox_req.h | 7 ++
drivers/crypto/chelsio/chcr_ipsec.c | 5 +-
drivers/gpu/drm/i915/i915_gem_execbuffer.c | 1 +
drivers/gpu/drm/udl/udl_main.c | 7 +-
drivers/gpu/drm/v3d/v3d_debugfs.c | 11 +--
drivers/infiniband/hw/hfi1/verbs.c | 2 +
drivers/input/mouse/elan_i2c_core.c | 1 +
drivers/input/touchscreen/atmel_mxt_ts.c | 4 +-
drivers/iommu/arm-smmu-v3.c | 8 ++-
drivers/isdn/capi/kcapi.c | 4 +-
drivers/media/cec/cec-adap.c | 27 ++++---
drivers/media/cec/cec-pin.c | 5 +-
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c | 2 +-
drivers/media/common/videobuf2/videobuf2-core.c | 3 +
drivers/media/i2c/imx274.c | 7 +-
drivers/media/i2c/ov5640.c | 17 +++--
drivers/media/platform/vim2m.c | 3 +-
drivers/media/platform/vivid/vivid-vid-cap.c | 2 +
drivers/media/rc/rc-main.c | 6 +-
drivers/media/usb/dvb-usb-v2/usb_urb.c | 5 +-
drivers/media/v4l2-core/v4l2-fwnode.c | 4 +-
drivers/misc/ocxl/config.c | 2 +-
drivers/misc/ocxl/link.c | 2 +-
drivers/mtd/nand/raw/marvell_nand.c | 17 ++++-
drivers/mtd/nand/raw/nand_jedec.c | 2 +
drivers/mtd/nand/raw/omap2.c | 2 +-
drivers/mtd/spi-nor/Kconfig | 2 +-
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 14 ++--
drivers/net/ethernet/ibm/ibmveth.c | 6 +-
drivers/net/hamradio/6pack.c | 16 ++---
drivers/net/tap.c | 3 +-
drivers/net/wan/x25_asy.c | 2 +
.../broadcom/brcm80211/brcmfmac/cfg80211.c | 11 ++-
.../broadcom/brcm80211/brcmfmac/cfg80211.h | 2 +-
.../wireless/broadcom/brcm80211/brcmfmac/core.c | 2 +-
.../broadcom/brcm80211/brcmfmac/firmware.c | 8 ++-
drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 50 +++++++++++++
drivers/rtc/rtc-m41t80.c | 2 +-
drivers/spi/spi-bcm2835.c | 14 ++--
.../vc04_services/bcm2835-audio/bcm2835-vchiq.c | 1 -
drivers/staging/wilc1000/wilc_sdio.c | 1 +
drivers/tty/serial/xilinx_uartps.c | 4 +-
drivers/usb/Kconfig | 4 --
drivers/usb/class/cdc-acm.c | 10 +++
drivers/usb/class/cdc-acm.h | 1 +
drivers/usb/common/Makefile | 1 -
drivers/usb/dwc2/hcd.h | 2 +-
drivers/usb/dwc2/hcd_queue.c | 19 +++--
drivers/usb/dwc2/params.c | 1 +
drivers/usb/dwc3/dwc3-pci.c | 8 +--
drivers/usb/host/r8a66597-hcd.c | 5 +-
drivers/usb/roles/Kconfig | 13 ++++
drivers/usb/roles/Makefile | 4 +-
drivers/usb/{common/roles.c => roles/class.c} | 0
drivers/usb/serial/option.c | 4 ++
drivers/usb/serial/pl2303.c | 5 ++
drivers/usb/serial/pl2303.h | 5 ++
fs/btrfs/btrfs_inode.h | 6 ++
fs/btrfs/ctree.c | 29 ++++++--
fs/btrfs/dev-replace.c | 6 ++
fs/btrfs/extent-tree.c | 4 ++
fs/btrfs/inode.c | 20 +++++-
fs/btrfs/scrub.c | 35 ++++++++-
fs/btrfs/tree-log.c | 16 +++++
fs/cifs/file.c | 12 +++-
fs/cifs/smb2maperror.c | 4 +-
fs/cifs/smb2ops.c | 4 +-
fs/ext4/ext4.h | 17 ++++-
fs/ext4/ialloc.c | 2 +-
fs/ext4/inline.c | 5 +-
fs/ext4/inode.c | 63 +++++++++++-----
fs/ext4/ioctl.c | 2 +-
fs/ext4/migrate.c | 36 +++++-----
fs/ext4/namei.c | 4 +-
fs/ext4/resize.c | 79 ++++++++++----------
fs/ext4/super.c | 55 ++++++++++----
fs/ext4/xattr.c | 83 +++++++++++-----------
fs/f2fs/data.c | 4 +-
fs/f2fs/node.c | 4 +-
fs/f2fs/super.c | 13 ++--
fs/f2fs/xattr.c | 18 +++--
fs/file.c | 29 ++++++++
include/linux/fdtable.h | 1 +
include/linux/msi.h | 2 +
include/linux/ptr_ring.h | 2 +
include/media/cec.h | 1 +
include/net/ip_tunnels.h | 20 ++++++
include/net/sock.h | 38 +++++++++-
include/trace/events/ext4.h | 20 ++++++
kernel/cgroup/cgroup.c | 29 ++++----
kernel/panic.c | 6 +-
net/ax25/af_ax25.c | 11 ++-
net/ax25/ax25_dev.c | 2 +
net/compat.c | 15 ++--
net/core/filter.c | 2 +
net/core/sock.c | 15 ++--
net/ieee802154/6lowpan/tx.c | 3 +
net/ipv4/ip_gre.c | 9 +++
net/ipv4/ip_tunnel.c | 9 ---
net/ipv4/ip_vti.c | 12 +++-
net/ipv6/ip6_gre.c | 10 ++-
net/ipv6/ip6_tunnel.c | 10 +--
net/ipv6/ip6_vti.c | 8 +--
net/ipv6/ip6mr.c | 17 +++--
net/ipv6/sit.c | 3 +
net/netrom/af_netrom.c | 15 ++--
net/packet/af_packet.c | 4 +-
net/phonet/af_phonet.c | 3 +
net/sunrpc/svcsock.c | 2 +-
net/tipc/bearer.c | 1 -
security/keys/keyctl_pkey.c | 2 +
sound/core/pcm.c | 2 +
sound/firewire/amdtp-stream-trace.h | 4 +-
sound/firewire/amdtp-stream.c | 4 +-
sound/firewire/fireface/ff-protocol-ff400.c | 2 +-
sound/pci/emu10k1/emufx.c | 5 ++
sound/pci/hda/hda_tegra.c | 2 +
sound/pci/hda/patch_conexant.c | 1 +
sound/pci/hda/patch_realtek.c | 3 +-
sound/pci/rme9652/hdsp.c | 10 +--
sound/soc/intel/boards/cht_bsw_max98090_ti.c | 14 ++++
sound/synth/emux/emux_hwdep.c | 7 +-
tools/lib/traceevent/event-parse.c | 1 +
tools/perf/arch/common.c | 10 +++
tools/perf/arch/common.h | 1 +
tools/perf/builtin-script.c | 12 ++--
tools/perf/util/env.c | 2 +-
tools/perf/util/event.c | 29 +++++++-
tools/perf/util/machine.c | 27 +++++++
tools/perf/util/machine.h | 3 +
tools/perf/util/pmu.c | 8 +--
.../util/scripting-engines/trace-event-python.c | 16 ++---
tools/perf/util/session.c | 4 ++
tools/perf/util/thread.h | 4 ++
virt/kvm/arm/arm.c | 23 +++---
virt/kvm/arm/vgic/vgic-mmio.c | 44 ++++++------
virt/kvm/arm/vgic/vgic.c | 6 +-
189 files changed, 1528 insertions(+), 572 deletions(-)
next reply other threads:[~2019-01-07 12:34 UTC|newest]
Thread overview: 164+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-07 12:30 Greg Kroah-Hartman [this message]
2019-01-07 12:30 ` [PATCH 4.20 001/145] panic: avoid deadlocks in re-entrant console drivers Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 002/145] iwlwifi: add new cards for 9560, 9462, 9461 and killer series Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 003/145] media: ov5640: Fix set format regression Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 004/145] bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hw Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 005/145] tap: call skb_probe_transport_header after setting skb->dev Greg Kroah-Hartman
2019-01-07 13:39 ` Christian Borntraeger
2019-01-07 12:30 ` [PATCH 4.20 006/145] ax25: fix a use-after-free in ax25_fillin_cb() Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 007/145] ibmveth: fix DMA unmap error in ibmveth_xmit_start error path Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 008/145] ieee802154: lowpan_header_create check must check daddr Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 009/145] ip: validate header length on virtual device xmit Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 010/145] net: core: Fix Spectre v1 vulnerability Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 011/145] net/hamradio/6pack: use mod_timer() to rearm timers Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 012/145] isdn: fix kernel-infoleak in capi_unlocked_ioctl Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 013/145] netrom: fix locking in nr_find_socket() Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 014/145] net/wan: fix a double free in x25_asy_open_tty() Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 015/145] packet: validate address length if non-zero Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 016/145] phonet: af_phonet: Fix Spectre v1 vulnerability Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 017/145] ptr_ring: wrap back ->producer in __ptr_ring_swap_queue() Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 018/145] sock: Make sock->sk_stamp thread-safe Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 019/145] tipc: fix a double free in tipc_enable_bearer() Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 020/145] IB/hfi1: Incorrect sizing of sge for PIO will OOPs Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 021/145] ALSA: rme9652: Fix potential Spectre v1 vulnerability Greg Kroah-Hartman
2019-01-07 12:30 ` [PATCH 4.20 022/145] ALSA: emu10k1: Fix potential Spectre v1 vulnerabilities Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 023/145] ALSA: pcm: Fix potential Spectre v1 vulnerability Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 024/145] ALSA: emux: Fix potential Spectre v1 vulnerabilities Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 025/145] powerpc/fsl: Fix spectre_v2 mitigations reporting Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 026/145] mtd: atmel-quadspi: disallow building on ebsa110 Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 027/145] mtd: rawnand: marvell: prevent timeouts on a loaded machine Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 028/145] mtd: rawnand: Fix JEDEC detection Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 029/145] mtd: rawnand: omap2: Pass the parent of pdev to dma_request_chan() Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 030/145] ALSA: hda: add mute LED support for HP EliteBook 840 G4 Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 031/145] ALSA: hda/realtek: Enable audio jacks of ASUS UX391UA with ALC294 Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 032/145] ALSA: fireface: fix for state to fetch PCM frames Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 033/145] ALSA: firewire-lib: fix wrong handling payload_length as payload_quadlet Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 034/145] ALSA: firewire-lib: fix wrong assignment for out_packet_without_header tracepoint Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 035/145] ALSA: firewire-lib: use the same print format for without_header tracepoints Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 036/145] ALSA: hda/realtek: Enable the headset mic auto detection for ASUS laptops Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 037/145] ALSA: hda/tegra: clear pending irq handlers Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 038/145] usb: dwc2: host: use hrtimer for NAK retries Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 039/145] USB: serial: pl2303: add ids for Hewlett-Packard HP POS pole displays Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 040/145] USB: serial: option: add Fibocom NL678 series Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 041/145] usb: r8a66597: Fix a possible concurrency use-after-free bug in r8a66597_endpoint_disable() Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 042/145] usb: dwc2: disable power_down on Amlogic devices Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 043/145] Revert "usb: dwc3: pci: Use devm functions to get the phy GPIOs" Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 044/145] usb: roles: Add a description for the class to Kconfig Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 045/145] media: dvb-usb-v2: Fix incorrect use of transfer_flags URB_FREE_BUFFER Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 046/145] i915: fix missing user_access_end() in page fault exception case Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 047/145] staging: wilc1000: fix missing read_write setting when reading data Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 048/145] staging: bcm2835-audio: double free in init error path Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 049/145] ASoC: intel: cht_bsw_max98090_ti: Add pmc_plt_clk_0 quirk for Chromebook Clapper Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 050/145] ASoC: intel: cht_bsw_max98090_ti: Add pmc_plt_clk_0 quirk for Chromebook Gnawty Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 051/145] s390/pci: fix sleeping in atomic during hotplug Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 052/145] Input: atmel_mxt_ts - dont try to free unallocated kernel memory Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 053/145] Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 054/145] x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=off Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 055/145] x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init() Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 056/145] KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixup Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 057/145] arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptible Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 058/145] KVM: PPC: Book3S HV: Fix race between kvm_unmap_hva_range and MMU mode switch Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 059/145] KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() fails Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 060/145] platform-msi: Free descriptors in platform_msi_domain_free() Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 061/145] drm/v3d: Skip debugfs dumping GCA on platforms without GCA Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 062/145] DRM: UDL: get rid of useless vblank initialization Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 063/145] clocksource/drivers/arc_timer: Utilize generic sched_clock Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 064/145] perf machine: Record if a arch has a single user/kernel address space Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 065/145] perf thread: Add fallback functions for cases where cpumode is insufficient Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 066/145] perf tools: Use fallback for sample_addr_correlates_sym() cases Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 067/145] perf script: Use fallbacks for branch stacks Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 068/145] perf pmu: Suppress potential format-truncation warning Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 069/145] perf env: Also consider env->arch == NULL as local operation Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 070/145] ocxl: Fix endiannes bug in ocxl_link_update_pe() Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 071/145] ocxl: Fix endiannes bug in read_afu_name() Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 072/145] ext4: add ext4_sb_bread() to disambiguate ENOMEM cases Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 073/145] ext4: fix possible use after free in ext4_quota_enable Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 074/145] ext4: missing unlock/put_page() in ext4_try_to_write_inline_data() Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 075/145] ext4: fix EXT4_IOC_GROUP_ADD ioctl Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 076/145] ext4: include terminating u32 in size of xattr entries when expanding inodes Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 077/145] ext4: avoid declaring fs inconsistent due to invalid file handles Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 078/145] ext4: force inode writes when nfsd calls commit_metadata() Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 079/145] ext4: check for shutdown and r/o file system in ext4_write_inode() Greg Kroah-Hartman
2019-01-07 21:56 ` Sasha Levin
2019-01-09 13:44 ` Sasha Levin
2019-01-09 16:44 ` Greg Kroah-Hartman
2019-01-09 23:18 ` Sasha Levin
2019-01-07 12:31 ` [PATCH 4.20 080/145] spi: bcm2835: Fix race on DMA termination Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 081/145] spi: bcm2835: Fix book-keeping of " Greg Kroah-Hartman
2019-01-07 12:31 ` [PATCH 4.20 082/145] spi: bcm2835: Avoid finishing transfer prematurely in IRQ mode Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 083/145] clk: rockchip: fix typo in rk3188 spdif_frac parent Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 084/145] clk: sunxi-ng: Use u64 for calculation of NM rate Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 085/145] crypto: cavium/nitrox - fix a DMA pool free failure Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 086/145] crypto: chcr - small packet Tx stalls the queue Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 087/145] crypto: testmgr - add AES-CFB tests Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 088/145] crypto: cfb - fix decryption Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 089/145] cgroup: fix CSS_TASK_ITER_PROCS Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 090/145] binder: fix use-after-free due to ksys_close() during fdget() Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 091/145] cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 092/145] btrfs: dev-replace: go back to suspended state if target device is missing Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 093/145] btrfs: dev-replace: go back to suspend state if another EXCL_OP is running Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 094/145] Btrfs: fix deadlock with memory reclaim during scrub Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 095/145] btrfs: skip file_extent generation check for free_space_inode in run_delalloc_nocow Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 096/145] Btrfs: fix fsync of files with multiple hard links in new directories Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 097/145] btrfs: run delayed items before dropping the snapshot Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 098/145] Btrfs: send, fix race with transaction commits that create snapshots Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 099/145] brcmfmac: fix roamoff=1 modparam Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 100/145] brcmfmac: Fix out of bounds memory access during fw load Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 101/145] KEYS: fix parsing invalid pkey info string Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 102/145] powerpc/tm: Set MSR[TS] just prior to recheckpoint Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 103/145] powerpc/tm: Unset MSR[TS] if not recheckpointing Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 104/145] f2fs: read page index before freeing Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 105/145] f2fs: fix to update new block address correctly for OPU Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 106/145] f2fs: fix missing unlock(sbi->gc_mutex) Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 107/145] f2fs: fix validation of the block count in sanity_check_raw_super Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 108/145] f2fs: sanity check of xattr entry size Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 109/145] serial: uartps: Fix interrupt mask issue to handle the RX interrupts properly Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 110/145] media: cec: keep track of outstanding transmits Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 111/145] media: cec-pin: fix broken tx_ignore_nack_until_eom error injection Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 112/145] media: rc: cec devices do not have a lirc chardev Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 113/145] media: imx274: fix stack corruption in imx274_read_reg Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 114/145] media: vivid: free bitmap_cap when updating std/timings/etc Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 115/145] media: vim2m: use cancel_delayed_work_sync instead of flush_schedule_work Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 116/145] media: vb2: check memory model for VIDIOC_CREATE_BUFS Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 117/145] media: v4l2-tpg: array index could become negative Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 118/145] media: v4l2-fwnode: Fix setting V4L2_MBUS_DATA_ACTIVE_HIGH/LOW flag Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 119/145] tools lib traceevent: Fix processing of dereferenced args in bprintk events Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 120/145] MIPS: math-emu: Write-protect delay slot emulation pages Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 121/145] MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3 Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 122/145] MIPS: Ensure pmd_present() returns false after pmd_mknotpresent() Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 123/145] MIPS: Align kernel load address to 64KB Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 124/145] MIPS: Expand MIPS32 ASIDs to 64 bits Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 125/145] MIPS: OCTEON: mark RGMII interface disabled on OCTEON III Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 126/145] MIPS: Fix a R10000_LLSC_WAR logic in atomic.h Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 127/145] CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problem Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 128/145] smb3: fix large reads on encrypted connections Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 129/145] CIFS: return correct errors when pinning memory failed for direct I/O Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 130/145] CIFS: use the correct length when pinning memory for direct I/O for write Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 131/145] arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1 Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 132/145] arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 PPIs/SGIs Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 133/145] ARM: dts: exynos: Specify I2S assigned clocks in proper node Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 134/145] rtc: m41t80: Correct alarm month range with RTC reads Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 135/145] KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 136/145] KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximum Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 137/145] KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring state Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 138/145] KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 139/145] KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq() Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 140/145] iommu/arm-smmu-v3: Fix big-endian CMD_SYNC writes Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 141/145] arm64: compat: Avoid sending SIGILL for unallocated syscall numbers Greg Kroah-Hartman
2019-01-07 12:32 ` [PATCH 4.20 142/145] arm64: compat: Dont pull syscall number from regs in arm_compat_syscall Greg Kroah-Hartman
2019-01-07 12:33 ` [PATCH 4.20 143/145] parisc: Remap hugepage-aligned pages in set_kernel_text_rw() Greg Kroah-Hartman
2019-01-07 12:33 ` [PATCH 4.20 144/145] tpm: tpm_try_transmit() refactor error flow Greg Kroah-Hartman
2019-01-07 12:33 ` [PATCH 4.20 145/145] tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.x Greg Kroah-Hartman
2019-01-07 18:05 ` [PATCH 4.20 000/145] 4.20.1-stable review Guenter Roeck
2019-01-07 21:17 ` Guenter Roeck
2019-01-08 7:45 ` Greg Kroah-Hartman
2019-01-08 9:33 ` Greg Kroah-Hartman
2019-01-08 12:16 ` Greg Kroah-Hartman
2019-01-07 22:36 ` shuah
2019-01-08 7:45 ` Greg Kroah-Hartman
2019-01-08 10:58 ` Naresh Kamboju
2019-01-08 12:26 ` Greg Kroah-Hartman
2019-01-08 12:20 ` Greg Kroah-Hartman
2019-01-08 19:39 ` Dmitrii Tcvetkov
2019-01-09 6:05 ` Greg Kroah-Hartman
2019-01-08 23:09 ` Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190107104437.308206189@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome