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 5.0 000/115] 5.0.10-stable review
Date: Wed, 24 Apr 2019 19:08:56 +0200 [thread overview]
Message-ID: <20190424170924.797924502@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 5.0.10 release.
There are 115 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 Fri 26 Apr 2019 05:07:37 PM UTC.
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/v5.x/stable-review/patch-5.0.10-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-5.0.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 5.0.10-rc1
Matteo Croce <mcroce@redhat.com>
percpu: stop printing kernel addresses
Takashi Iwai <tiwai@suse.de>
ALSA: info: Fix racy addition/deletion of nodes
Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=n
zhong jiang <zhongjiang@huawei.com>
mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lock
Alexander Shishkin <alexander.shishkin@linux.intel.com>
perf/ring_buffer: Fix AUX record suppression
Jann Horn <jannh@google.com>
device_cgroup: fix RCU imbalance in error case
Stanislaw Gruszka <sgruszka@redhat.com>
mt76x02: avoid status_list.lock and sta->rate_ctrl_lock dependency
Tadeusz Struk <tadeusz.struk@intel.com>
tpm: fix an invalid condition in tpm_common_poll
Phil Auld <pauld@redhat.com>
sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup
Matthias Kaehlcke <mka@chromium.org>
Revert "kbuild: use -Oz instead of -Os when using clang"
Yue Haibing <yuehaibing@huawei.com>
tpm: Fix the type of the return value in calc_tpm2_event_size()
Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incomplete
Dan Williams <dan.j.williams@intel.com>
nfit/ars: Avoid stale ARS results
Dan Williams <dan.j.williams@intel.com>
nfit/ars: Allow root to busy-poll the ARS state machine
Dan Williams <dan.j.williams@intel.com>
nfit/ars: Introduce scrub_flags
Dan Williams <dan.j.williams@intel.com>
nfit/ars: Remove ars_start_flags
Chang-An Chen <chang-an.chen@mediatek.com>
timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()
Thomas Gleixner <tglx@linutronix.de>
x86/speculation: Prevent deadlock on ssb_state::lock
Kan Liang <kan.liang@linux.intel.com>
perf/x86: Fix incorrect PEBS_REGS
Andi Kleen <ak@linux.intel.com>
x86/cpu/bugs: Use __initconst for 'const' init data
Kim Phillips <kim.phillips@amd.com>
perf/x86/amd: Add event map for AMD Family 17h
Alex Deucher <alexander.deucher@amd.com>
drm/amdgpu/gmc9: fix VM_L2_CNTL3 programming
Joe Perches <joe@perches.com>
s390/mem_detect: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD)
Felix Fietkau <nbd@nbd.name>
mac80211: do not call driver wake_tx_queue op during reconfig
Vijayakumar Durai <vijayakumar.durai1@vivint.com>
rt2x00: do not increment sequence number while re-transmitting
Masami Hiramatsu <mhiramat@kernel.org>
kprobes: Fix error check when reusing optimized probes
Masami Hiramatsu <mhiramat@kernel.org>
x86/kprobes: Avoid kretprobe recursion bug
Masami Hiramatsu <mhiramat@kernel.org>
kprobes: Mark ftrace mcount handler functions nokprobe
Masami Hiramatsu <mhiramat@kernel.org>
x86/kprobes: Verify stack frame on kretprobe
Nathan Chancellor <natechancellor@gmail.com>
arm64: futex: Restore oldval initialization to work around buggy compilers
Christian König <christian.koenig@amd.com>
drm/ttm: fix out-of-bounds read in ttm_put_pages() v2
Eric Biggers <ebiggers@google.com>
crypto: x86/poly1305 - fix overflow during partial reduction
Corey Minyard <cminyard@mvista.com>
ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrier
WANG Chao <chao.wang@ucloud.cn>
x86/kvm: move kvm_load/put_guest_xcr0 into atomic context
Andrea Arcangeli <aarcange@redhat.com>
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
Suthikulpanit, Suravee <Suravee.Suthikulpanit@amd.com>
Revert "svm: Fix AVIC incomplete IPI emulation"
Vitor Soares <vitor.soares@synopsys.com>
i3c: Fix the verification of random PID
Vitor Soares <vitor.soares@synopsys.com>
i3c: dw: Fix dw_i3c_master_disable controller by using correct mask
Saurav Kashyap <skashyap@marvell.com>
Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"
Jaesoo Lee <jalee@purestorage.com>
scsi: core: set result when the command cannot be dispatched
Mikulas Patocka <mpatocka@redhat.com>
vt: fix cursor when clearing the screen
Geert Uytterhoeven <geert+renesas@glider.be>
serial: sh-sci: Fix HSCIF RX sampling point calculation
Geert Uytterhoeven <geert+renesas@glider.be>
serial: sh-sci: Fix HSCIF RX sampling point adjustment
KT Liao <kt.liao@emc.com.tw>
Input: elan_i2c - add hardware ID for multiple Lenovo laptops
Takashi Iwai <tiwai@suse.de>
ALSA: core: Fix card races between register and disconnect
Hui Wang <hui.wang@canonical.com>
ALSA: hda/realtek - add two more pin configuration sets to quirk table
Ian Abbott <abbotti@mev.co.uk>
staging: comedi: ni_usb6501: Fix possible double-free of ->usb_rx_buf
Ian Abbott <abbotti@mev.co.uk>
staging: comedi: ni_usb6501: Fix use of uninitialized mutex
Ian Abbott <abbotti@mev.co.uk>
staging: comedi: vmk80xx: Fix possible double-free of ->usb_rx_buf
Ian Abbott <abbotti@mev.co.uk>
staging: comedi: vmk80xx: Fix use of uninitialized semaphore
Christian Gromm <christian.gromm@microchip.com>
staging: most: core: use device description as name
he, bo <bo.he@intel.com>
io: accel: kxcjk1013: restore the range after resume.
Fabrice Gasnier <fabrice.gasnier@st.com>
iio: core: fix a possible circular locking dependency
Georg Ottinger <g.ottinger@abatec.at>
iio: adc: at91: disable adc channel interrupt in timeout case
Lars-Peter Clausen <lars@metafoo.de>
iio: Fix scan mask selection
Jean-Francois Dagenais <jeff.dagenais@gmail.com>
iio: dac: mcp4725: add missing powerdown bits in store eeprom
Dragos Bogdan <dragos.bogdan@analog.com>
iio: ad_sigma_delta: select channel when reading register
Gwendal Grignou <gwendal@chromium.org>
iio: cros_ec: Fix the maths for gyro scale calculation
Mike Looijmans <mike.looijmans@topic.nl>
iio:chemical:bme680: Fix SPI read interface
Mike Looijmans <mike.looijmans@topic.nl>
iio:chemical:bme680: Fix, report temperature in millidegrees
Mike Looijmans <mike.looijmans@topic.nl>
iio/gyro/bmg160: Use millidegrees for temperature scale
Sergey Larin <cerg2010cerg2010@mail.ru>
iio: gyro: mpu3050: fix chip ID reading
Mircea Caprioru <mircea.caprioru@analog.com>
staging: iio: ad7192: Fix ad7193 channel address
Leonard Pollak <leonardp@tr-host.de>
Staging: iio: meter: fixed typo
Vitaly Kuznetsov <vkuznets@redhat.com>
KVM: x86: svm: make sure NMI is injected after nmi_singlestep
Sean Christopherson <sean.j.christopherson@intel.com>
KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPU
Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
fs/dax: Deposit pagetable even when installing zero page
Ronnie Sahlberg <lsahlber@redhat.com>
cifs: fix handle leak in smb2_query_symlink()
ZhangXiaoxu <zhangxiaoxu5@huawei.com>
cifs: Fix use-after-free in SMB2_read
ZhangXiaoxu <zhangxiaoxu5@huawei.com>
cifs: Fix use-after-free in SMB2_write
ZhangXiaoxu <zhangxiaoxu5@huawei.com>
cifs: Fix lease buffer length error
Aurelien Aptel <aaptel@suse.com>
CIFS: keep FileInfo handle live during oplock break
Toke Høiland-Jørgensen <toke@redhat.com>
sch_cake: Simplify logic in cake_select_tin()
Dan Carpenter <dan.carpenter@oracle.com>
nfc: nci: Potential off by one in ->pipes[] array
Dan Carpenter <dan.carpenter@oracle.com>
NFC: nci: Add some bounds checking in nci_hci_cmd_received()
Toke Høiland-Jørgensen <toke@redhat.com>
sch_cake: Make sure we can write the IP header before changing DSCP bits
Toke Høiland-Jørgensen <toke@redhat.com>
sch_cake: Use tc_skb_protocol() helper for getting packet protocol
Pieter Jansen van Vuuren <pieter.jansenvanvuuren@netronome.com>
nfp: flower: remove vlan CFI bit from push vlan action
Pieter Jansen van Vuuren <pieter.jansenvanvuuren@netronome.com>
nfp: flower: replace CFI with vlan present
Jonathan Lemon <jonathan.lemon@gmail.com>
route: Avoid crash from dereferencing NULL rt->from
Saeed Mahameed <saeedm@mellanox.com>
net/mlx5: FPGA, tls, idr remove on flow delete
Jakub Kicinski <jakub.kicinski@netronome.com>
net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()
Saeed Mahameed <saeedm@mellanox.com>
net/mlx5: FPGA, tls, hold rcu read lock a bit longer
Or Gerlitz <ogerlitz@mellanox.com>
Revert "net/mlx5e: Enable reporting checksum unnecessary also for L3 packets"
Saeed Mahameed <saeedm@mellanox.com>
net/mlx5e: Rx, Check ip headers sanity
Saeed Mahameed <saeedm@mellanox.com>
net/mlx5e: Rx, Fixup skb checksum for packets with tail padding
Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
net/mlx5e: Switch to Toeplitz RSS hash by default
Dmytro Linkin <dmitrolin@mellanox.com>
net/mlx5e: Protect against non-uplink representor for encap
Saeed Mahameed <saeedm@mellanox.com>
net/mlx5e: XDP, Avoid checksum complete when XDP prog is loaded
Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
net: bridge: fix netlink export of vlan_stats_per_port option
Jakub Kicinski <jakub.kicinski@netronome.com>
net/tls: fix build without CONFIG_TLS_DEVICE
Jakub Kicinski <jakub.kicinski@netronome.com>
net: strparser: partially revert "strparser: Call skb_unclone conditionally"
Jakub Kicinski <jakub.kicinski@netronome.com>
net/tls: don't leak partially sent record in device mode
Jakub Kicinski <jakub.kicinski@netronome.com>
net/tls: fix the IV leaks
Matteo Croce <mcroce@redhat.com>
net: thunderx: don't allow jumbo frames with XDP
Matteo Croce <mcroce@redhat.com>
net: thunderx: raise XDP MTU to 1508
Ido Schimmel <idosch@mellanox.com>
mlxsw: spectrum_router: Do not check VRF MAC address
Ido Schimmel <idosch@mellanox.com>
mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw workqueue
Ido Schimmel <idosch@mellanox.com>
mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw ordered workqueue
Ido Schimmel <idosch@mellanox.com>
mlxsw: core: Do not use WQ_MEM_RECLAIM for EMAD workqueue
Ido Schimmel <idosch@mellanox.com>
mlxsw: spectrum_switchdev: Add MDB entries in prepare phase
Eric Dumazet <edumazet@google.com>
ipv4: ensure rcu_read_lock() in ipv4_link_failure()
Stephen Suryaputra <ssuryaextr@gmail.com>
ipv4: recompile ip options in ipv4_link_failure
Jason Wang <jasowang@redhat.com>
vhost: reject zero size iova range
Hoang Le <hoang.h.le@dektech.com.au>
tipc: missing entries in name table of publications
Hangbin Liu <liuhangbin@gmail.com>
team: set slave to promisc if team is already in promisc mode
Eric Dumazet <edumazet@google.com>
tcp: tcp_grow_window() needs to respect tcp_space()
Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recv
Yuya Kusakabe <yuya.kusakabe@gmail.com>
net: Fix missing meta data in skb with vlan packet
Andy Duan <fugang.duan@nxp.com>
net: fec: manage ahb clock in runtime pm
Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
net: bridge: multicast: use rcu to access port list from br_multicast_start_querier
Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
net: bridge: fix per-port af_packet sockets
Gustavo A. R. Silva <gustavo@embeddedor.com>
net: atm: Fix potential Spectre v1 vulnerabilities
Si-Wei Liu <si-wei.liu@oracle.com>
failover: allow name change on IFF_UP slave interfaces
Sabrina Dubroca <sd@queasysnail.net>
bonding: fix event handling for stacked bonds
-------------
Diffstat:
Makefile | 7 +-
arch/arm64/include/asm/futex.h | 2 +-
arch/s390/boot/mem_detect.c | 2 +-
arch/x86/crypto/poly1305-avx2-x86_64.S | 14 ++-
arch/x86/crypto/poly1305-sse2-x86_64.S | 22 ++--
arch/x86/events/amd/core.c | 35 +++++--
arch/x86/events/intel/core.c | 2 +-
arch/x86/events/perf_event.h | 38 +++----
arch/x86/kernel/cpu/bugs.c | 6 +-
arch/x86/kernel/kprobes/core.c | 48 ++++++++-
arch/x86/kernel/process.c | 8 +-
arch/x86/kvm/emulate.c | 21 ++--
arch/x86/kvm/svm.c | 24 ++++-
arch/x86/kvm/vmx/vmx.c | 4 +
arch/x86/kvm/x86.c | 10 +-
arch/x86/kvm/x86.h | 2 +
crypto/testmgr.h | 44 +++++++-
drivers/acpi/nfit/core.c | 63 +++++++----
drivers/acpi/nfit/nfit.h | 11 +-
drivers/base/memory.c | 2 +-
drivers/char/ipmi/ipmi_msghandler.c | 19 +++-
drivers/char/tpm/eventlog/tpm2.c | 4 +-
drivers/char/tpm/tpm-dev-common.c | 9 +-
drivers/char/tpm/tpm_i2c_atmel.c | 4 +
drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c | 1 +
drivers/gpu/drm/ttm/ttm_page_alloc.c | 5 +-
drivers/i3c/master.c | 5 +-
drivers/i3c/master/dw-i3c-master.c | 2 +-
drivers/iio/accel/kxcjk-1013.c | 2 +
drivers/iio/adc/ad_sigma_delta.c | 1 +
drivers/iio/adc/at91_adc.c | 28 +++--
drivers/iio/chemical/bme680.h | 6 +-
drivers/iio/chemical/bme680_core.c | 54 ++++++++--
drivers/iio/chemical/bme680_i2c.c | 21 ----
drivers/iio/chemical/bme680_spi.c | 115 ++++++++++++++-------
.../iio/common/cros_ec_sensors/cros_ec_sensors.c | 7 +-
drivers/iio/dac/mcp4725.c | 1 +
drivers/iio/gyro/bmg160_core.c | 6 +-
drivers/iio/gyro/mpu3050-core.c | 8 +-
drivers/iio/industrialio-buffer.c | 5 +-
drivers/iio/industrialio-core.c | 4 +-
drivers/infiniband/core/uverbs_main.c | 3 +
drivers/input/mouse/elan_i2c_core.c | 25 +++++
drivers/net/bonding/bond_main.c | 6 +-
drivers/net/ethernet/cavium/thunder/nicvf_main.c | 22 +++-
drivers/net/ethernet/freescale/fec_main.c | 30 ++++--
.../net/ethernet/mellanox/mlx5/core/en/tc_tun.c | 4 +
.../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 3 +-
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 8 +-
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 94 +++++++++++++----
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c | 6 ++
drivers/net/ethernet/mellanox/mlx5/core/en_stats.h | 4 +
drivers/net/ethernet/mellanox/mlx5/core/fpga/tls.c | 61 +++++------
drivers/net/ethernet/mellanox/mlxsw/core.c | 6 +-
.../net/ethernet/mellanox/mlxsw/spectrum_router.c | 2 +-
.../ethernet/mellanox/mlxsw/spectrum_switchdev.c | 2 +-
drivers/net/ethernet/netronome/nfp/flower/action.c | 3 +-
drivers/net/ethernet/netronome/nfp/flower/cmsg.h | 3 +-
drivers/net/ethernet/netronome/nfp/flower/match.c | 14 ++-
drivers/net/team/team.c | 26 +++++
drivers/net/wireless/mediatek/mt76/mt76x02_mac.c | 14 +--
drivers/net/wireless/ralink/rt2x00/rt2x00.h | 1 -
drivers/net/wireless/ralink/rt2x00/rt2x00mac.c | 10 --
drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 15 +--
drivers/scsi/libfc/fc_rport.c | 1 -
drivers/scsi/scsi_lib.c | 6 +-
drivers/staging/comedi/drivers/ni_usb6501.c | 10 +-
drivers/staging/comedi/drivers/vmk80xx.c | 8 +-
drivers/staging/iio/adc/ad7192.c | 8 +-
drivers/staging/iio/meter/ade7854.c | 2 +-
drivers/staging/most/core.c | 2 +-
drivers/tty/serial/sh-sci.c | 6 +-
drivers/tty/vt/vt.c | 3 +-
drivers/vhost/vhost.c | 6 +-
fs/cifs/cifsglob.h | 2 +
fs/cifs/file.c | 30 +++++-
fs/cifs/misc.c | 25 ++++-
fs/cifs/smb2misc.c | 6 +-
fs/cifs/smb2ops.c | 2 +
fs/cifs/smb2pdu.c | 11 +-
fs/dax.c | 15 +++
fs/proc/task_mmu.c | 18 ++++
fs/userfaultfd.c | 9 ++
include/linux/kprobes.h | 1 +
include/linux/netdevice.h | 3 +
include/linux/sched/mm.h | 21 ++++
include/net/nfc/nci_core.h | 2 +-
include/net/tls.h | 4 +-
kernel/events/ring_buffer.c | 33 +++---
kernel/kprobes.c | 6 +-
kernel/sched/fair.c | 25 +++++
kernel/time/sched_clock.c | 4 +-
kernel/time/tick-common.c | 2 +
kernel/time/timekeeping.h | 7 ++
kernel/trace/ftrace.c | 6 +-
mm/mmap.c | 7 +-
mm/percpu.c | 8 +-
mm/vmstat.c | 5 -
net/atm/lec.c | 6 +-
net/bridge/br_input.c | 23 +++--
net/bridge/br_multicast.c | 4 +-
net/bridge/br_netlink.c | 2 +-
net/core/dev.c | 16 ++-
net/core/failover.c | 6 +-
net/core/skbuff.c | 10 +-
net/ipv4/fou.c | 4 +-
net/ipv4/route.c | 16 ++-
net/ipv4/tcp_input.c | 10 +-
net/ipv6/route.c | 4 +
net/mac80211/driver-ops.h | 3 +
net/nfc/nci/hci.c | 8 ++
net/sched/sch_cake.c | 57 +++++-----
net/strparser/strparser.c | 12 +--
net/tipc/name_table.c | 3 +-
net/tls/tls_device.c | 12 ++-
net/tls/tls_main.c | 24 +++++
net/tls/tls_sw.c | 15 +--
security/device_cgroup.c | 2 +-
sound/core/info.c | 12 ++-
sound/core/init.c | 18 ++--
sound/pci/hda/patch_realtek.c | 6 ++
121 files changed, 1134 insertions(+), 477 deletions(-)
next reply other threads:[~2019-04-24 17:34 UTC|newest]
Thread overview: 124+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-24 17:08 Greg Kroah-Hartman [this message]
2019-04-24 17:08 ` [PATCH 5.0 001/115] bonding: fix event handling for stacked bonds Greg Kroah-Hartman
2019-04-24 17:08 ` [PATCH 5.0 002/115] failover: allow name change on IFF_UP slave interfaces Greg Kroah-Hartman
2019-04-24 17:08 ` [PATCH 5.0 003/115] net: atm: Fix potential Spectre v1 vulnerabilities Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 004/115] net: bridge: fix per-port af_packet sockets Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 005/115] net: bridge: multicast: use rcu to access port list from br_multicast_start_querier Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 006/115] net: fec: manage ahb clock in runtime pm Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 007/115] net: Fix missing meta data in skb with vlan packet Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 008/115] net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recv Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 009/115] tcp: tcp_grow_window() needs to respect tcp_space() Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 010/115] team: set slave to promisc if team is already in promisc mode Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 011/115] tipc: missing entries in name table of publications Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 012/115] vhost: reject zero size iova range Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 013/115] ipv4: recompile ip options in ipv4_link_failure Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 014/115] ipv4: ensure rcu_read_lock() in ipv4_link_failure() Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 015/115] mlxsw: spectrum_switchdev: Add MDB entries in prepare phase Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 016/115] mlxsw: core: Do not use WQ_MEM_RECLAIM for EMAD workqueue Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 017/115] mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw ordered workqueue Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 018/115] mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw workqueue Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 019/115] mlxsw: spectrum_router: Do not check VRF MAC address Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 020/115] net: thunderx: raise XDP MTU to 1508 Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 021/115] net: thunderx: dont allow jumbo frames with XDP Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 022/115] net/tls: fix the IV leaks Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 023/115] net/tls: dont leak partially sent record in device mode Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 024/115] net: strparser: partially revert "strparser: Call skb_unclone conditionally" Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 025/115] net/tls: fix build without CONFIG_TLS_DEVICE Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 026/115] net: bridge: fix netlink export of vlan_stats_per_port option Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 027/115] net/mlx5e: XDP, Avoid checksum complete when XDP prog is loaded Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 028/115] net/mlx5e: Protect against non-uplink representor for encap Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 029/115] net/mlx5e: Switch to Toeplitz RSS hash by default Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 030/115] net/mlx5e: Rx, Fixup skb checksum for packets with tail padding Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 031/115] net/mlx5e: Rx, Check ip headers sanity Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 032/115] Revert "net/mlx5e: Enable reporting checksum unnecessary also for L3 packets" Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 033/115] net/mlx5: FPGA, tls, hold rcu read lock a bit longer Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 034/115] net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded() Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 035/115] net/mlx5: FPGA, tls, idr remove on flow delete Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 036/115] route: Avoid crash from dereferencing NULL rt->from Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 037/115] nfp: flower: replace CFI with vlan present Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 038/115] nfp: flower: remove vlan CFI bit from push vlan action Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 039/115] sch_cake: Use tc_skb_protocol() helper for getting packet protocol Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 040/115] sch_cake: Make sure we can write the IP header before changing DSCP bits Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 041/115] NFC: nci: Add some bounds checking in nci_hci_cmd_received() Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 042/115] nfc: nci: Potential off by one in ->pipes[] array Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 043/115] sch_cake: Simplify logic in cake_select_tin() Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 044/115] CIFS: keep FileInfo handle live during oplock break Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 045/115] cifs: Fix lease buffer length error Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 046/115] cifs: Fix use-after-free in SMB2_write Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 047/115] cifs: Fix use-after-free in SMB2_read Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 048/115] cifs: fix handle leak in smb2_query_symlink() Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 049/115] fs/dax: Deposit pagetable even when installing zero page Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 050/115] KVM: x86: Dont clear EFER during SMM transitions for 32-bit vCPU Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 051/115] KVM: x86: svm: make sure NMI is injected after nmi_singlestep Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 052/115] Staging: iio: meter: fixed typo Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 053/115] staging: iio: ad7192: Fix ad7193 channel address Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 054/115] iio: gyro: mpu3050: fix chip ID reading Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 055/115] iio/gyro/bmg160: Use millidegrees for temperature scale Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 056/115] iio:chemical:bme680: Fix, report temperature in millidegrees Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 057/115] iio:chemical:bme680: Fix SPI read interface Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 058/115] iio: cros_ec: Fix the maths for gyro scale calculation Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 059/115] iio: ad_sigma_delta: select channel when reading register Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 060/115] iio: dac: mcp4725: add missing powerdown bits in store eeprom Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 061/115] iio: Fix scan mask selection Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 062/115] iio: adc: at91: disable adc channel interrupt in timeout case Greg Kroah-Hartman
2019-04-24 17:09 ` [PATCH 5.0 063/115] iio: core: fix a possible circular locking dependency Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 064/115] io: accel: kxcjk1013: restore the range after resume Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 065/115] staging: most: core: use device description as name Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 066/115] staging: comedi: vmk80xx: Fix use of uninitialized semaphore Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 067/115] staging: comedi: vmk80xx: Fix possible double-free of ->usb_rx_buf Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 068/115] staging: comedi: ni_usb6501: Fix use of uninitialized mutex Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 069/115] staging: comedi: ni_usb6501: Fix possible double-free of ->usb_rx_buf Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 070/115] ALSA: hda/realtek - add two more pin configuration sets to quirk table Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 071/115] ALSA: core: Fix card races between register and disconnect Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 072/115] Input: elan_i2c - add hardware ID for multiple Lenovo laptops Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 073/115] serial: sh-sci: Fix HSCIF RX sampling point adjustment Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 074/115] serial: sh-sci: Fix HSCIF RX sampling point calculation Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 075/115] vt: fix cursor when clearing the screen Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 076/115] scsi: core: set result when the command cannot be dispatched Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 077/115] Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO" Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 078/115] i3c: dw: Fix dw_i3c_master_disable controller by using correct mask Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 079/115] i3c: Fix the verification of random PID Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 080/115] Revert "svm: Fix AVIC incomplete IPI emulation" Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 081/115] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 082/115] x86/kvm: move kvm_load/put_guest_xcr0 into atomic context Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 083/115] ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrier Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 084/115] crypto: x86/poly1305 - fix overflow during partial reduction Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 085/115] drm/ttm: fix out-of-bounds read in ttm_put_pages() v2 Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 086/115] arm64: futex: Restore oldval initialization to work around buggy compilers Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 087/115] x86/kprobes: Verify stack frame on kretprobe Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 088/115] kprobes: Mark ftrace mcount handler functions nokprobe Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 089/115] x86/kprobes: Avoid kretprobe recursion bug Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 090/115] kprobes: Fix error check when reusing optimized probes Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 091/115] rt2x00: do not increment sequence number while re-transmitting Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 092/115] mac80211: do not call driver wake_tx_queue op during reconfig Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 093/115] s390/mem_detect: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 094/115] drm/amdgpu/gmc9: fix VM_L2_CNTL3 programming Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 095/115] perf/x86/amd: Add event map for AMD Family 17h Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 096/115] x86/cpu/bugs: Use __initconst for const init data Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 097/115] perf/x86: Fix incorrect PEBS_REGS Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 098/115] x86/speculation: Prevent deadlock on ssb_state::lock Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 099/115] timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze() Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 100/115] nfit/ars: Remove ars_start_flags Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 101/115] nfit/ars: Introduce scrub_flags Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 102/115] nfit/ars: Allow root to busy-poll the ARS state machine Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 103/115] nfit/ars: Avoid stale ARS results Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 104/115] tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incomplete Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 105/115] tpm: Fix the type of the return value in calc_tpm2_event_size() Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 106/115] Revert "kbuild: use -Oz instead of -Os when using clang" Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 107/115] sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 108/115] tpm: fix an invalid condition in tpm_common_poll Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 109/115] mt76x02: avoid status_list.lock and sta->rate_ctrl_lock dependency Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 110/115] device_cgroup: fix RCU imbalance in error case Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 111/115] perf/ring_buffer: Fix AUX record suppression Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 112/115] mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lock Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 113/115] mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=n Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 114/115] ALSA: info: Fix racy addition/deletion of nodes Greg Kroah-Hartman
2019-04-24 17:10 ` [PATCH 5.0 115/115] percpu: stop printing kernel addresses Greg Kroah-Hartman
2019-04-25 5:25 ` [PATCH 5.0 000/115] 5.0.10-stable review Naresh Kamboju
2019-04-25 7:18 ` Greg Kroah-Hartman
2019-04-25 11:56 ` Jon Hunter
2019-04-25 14:29 ` Greg Kroah-Hartman
2019-04-25 16:23 ` shuah
2019-04-25 17:08 ` Greg Kroah-Hartman
2019-04-25 19:39 ` Guenter Roeck
2019-04-27 6:49 ` 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=20190424170924.797924502@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