This is the start of the stable review cycle for the 5.2.2 release.
There are 21 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 Sat 20 Jul 2019 02:59:27 AM 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.2.2-rc1.…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.2.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.2.2-rc1
Jiri Slaby <jslaby(a)suse.cz>
x86/entry/32: Fix ENDPROC of common_spurious
Haren Myneni <haren(a)linux.vnet.ibm.com>
crypto/NX: Set receive window credits to max number of CRBs in RxFIFO
Christophe Leroy <christophe.leroy(a)c-s.fr>
crypto: talitos - fix hash on SEC1.
Christophe Leroy <christophe.leroy(a)c-s.fr>
crypto: talitos - move struct talitos_edesc into talitos.h
Julian Wiedmann <jwi(a)linux.ibm.com>
s390/qdio: don't touch the dsci in tiqdio_add_input_queues()
Julian Wiedmann <jwi(a)linux.ibm.com>
s390/qdio: (re-)initialize tiqdio list entries
Heiko Carstens <heiko.carstens(a)de.ibm.com>
s390: fix stfle zero padding
Philipp Rudo <prudo(a)linux.ibm.com>
s390/ipl: Fix detection of has_secure attribute
Arnd Bergmann <arnd(a)arndb.de>
ARC: hide unused function unw_hdr_alloc
Thomas Gleixner <tglx(a)linutronix.de>
x86/irq: Seperate unused system vectors from spurious entry again
Thomas Gleixner <tglx(a)linutronix.de>
x86/irq: Handle spurious interrupt after shutdown gracefully
Thomas Gleixner <tglx(a)linutronix.de>
x86/ioapic: Implement irq_get_irqchip_state() callback
Thomas Gleixner <tglx(a)linutronix.de>
genirq: Add optional hardware synchronization for shutdown
Thomas Gleixner <tglx(a)linutronix.de>
genirq: Fix misleading synchronize_irq() documentation
Thomas Gleixner <tglx(a)linutronix.de>
genirq: Delay deactivation in free_irq()
Sven Van Asbroeck <thesven73(a)gmail.com>
firmware: improve LSM/IMA security behaviour
James Morse <james.morse(a)arm.com>
drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDT
Masahiro Yamada <yamada.masahiro(a)socionext.com>
nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi header
Cole Rogers <colerogers(a)disroot.org>
Input: synaptics - enable SMBUS on T480 thinkpad trackpad
Konstantin Khlebnikov <khlebnikov(a)yandex-team.ru>
e1000e: start network tx queue only when link is up
Konstantin Khlebnikov <khlebnikov(a)yandex-team.ru>
Revert "e1000e: fix cyclic resets at link up with active tx"
-------------
Diffstat:
Makefile | 4 +-
arch/arc/kernel/unwind.c | 9 ++-
arch/s390/include/asm/facility.h | 21 ++++---
arch/s390/include/asm/sclp.h | 1 -
arch/s390/kernel/ipl.c | 7 +--
arch/x86/entry/entry_32.S | 24 ++++++++
arch/x86/entry/entry_64.S | 30 +++++++--
arch/x86/include/asm/hw_irq.h | 5 +-
arch/x86/kernel/apic/apic.c | 33 ++++++----
arch/x86/kernel/apic/io_apic.c | 46 ++++++++++++++
arch/x86/kernel/apic/vector.c | 4 +-
arch/x86/kernel/idt.c | 3 +-
arch/x86/kernel/irq.c | 2 +-
drivers/base/cacheinfo.c | 3 +-
drivers/base/firmware_loader/fallback.c | 2 +-
drivers/crypto/nx/nx-842-powernv.c | 8 ++-
drivers/crypto/talitos.c | 99 +++++++++++++-----------------
drivers/crypto/talitos.h | 30 +++++++++
drivers/input/mouse/synaptics.c | 1 +
drivers/net/ethernet/intel/e1000e/netdev.c | 21 ++++---
drivers/s390/char/sclp_early.c | 1 -
drivers/s390/cio/qdio_setup.c | 2 +
drivers/s390/cio/qdio_thinint.c | 5 +-
include/linux/cpuhotplug.h | 1 +
include/uapi/linux/nilfs2_ondisk.h | 24 ++++----
kernel/irq/autoprobe.c | 6 +-
kernel/irq/chip.c | 6 ++
kernel/irq/cpuhotplug.c | 2 +-
kernel/irq/internals.h | 5 ++
kernel/irq/manage.c | 90 ++++++++++++++++++++-------
30 files changed, 342 insertions(+), 153 deletions(-)
This is the start of the stable review cycle for the 4.4.186 release.
There are 40 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 Sat 20 Jul 2019 02:59:27 AM 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/v4.x/stable-review/patch-4.4.186-rc…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.4.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 4.4.186-rc1
Paolo Bonzini <pbonzini(a)redhat.com>
KVM: x86: protect KVM_CREATE_PIT/KVM_CREATE_PIT2 with kvm->lock
Julian Wiedmann <jwi(a)linux.ibm.com>
s390/qdio: don't touch the dsci in tiqdio_add_input_queues()
Julian Wiedmann <jwi(a)linux.ibm.com>
s390/qdio: (re-)initialize tiqdio list entries
Heiko Carstens <heiko.carstens(a)de.ibm.com>
s390: fix stfle zero padding
Arnd Bergmann <arnd(a)arndb.de>
ARC: hide unused function unw_hdr_alloc
Paolo Bonzini <pbonzini(a)redhat.com>
kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDR
Milan Broz <gmazyland(a)gmail.com>
dm verity: use message limit for data block corruption message
Sergej Benilov <sergej.benilov(a)googlemail.com>
sis900: fix TX completion
Takashi Iwai <tiwai(a)suse.de>
ppp: mppe: Add softdep to arc4
Petr Oros <poros(a)redhat.com>
be2net: fix link failure after ethtool offline test
Arnd Bergmann <arnd(a)arndb.de>
ARM: omap2: remove incorrect __init annotation
Peter Zijlstra <peterz(a)infradead.org>
perf/core: Fix perf_sample_regs_user() mm check
Konstantin Khlebnikov <khlebnikov(a)yandex-team.ru>
e1000e: start network tx queue only when link is up
Sean Young <sean(a)mess.org>
MIPS: Remove superfluous check for __linux__
Vishnu DASA <vdasa(a)vmware.com>
VMCI: Fix integer overflow in VMCI handle arrays
Christian Lamparter <chunkeey(a)gmail.com>
carl9170: fix misuse of device driver API
Ian Abbott <abbotti(a)mev.co.uk>
staging: comedi: amplc_pci230: fix null pointer deref on interrupt
Ian Abbott <abbotti(a)mev.co.uk>
staging: comedi: dt282x: fix a null pointer deref on interrupt
Yoshihiro Shimoda <yoshihiro.shimoda.uh(a)renesas.com>
usb: renesas_usbhs: add a workaround for a race condition of workqueue
Kiruthika Varadarajan <Kiruthika.Varadarajan(a)harman.com>
usb: gadget: ether: Fix race between gether_disconnect and rx_submit
Jörgen Storvist <jorgen.storvist(a)gmail.com>
USB: serial: option: add support for GosunCn ME3630 RNDIS mode
Andreas Fritiofson <andreas.fritiofson(a)unjo.com>
USB: serial: ftdi_sio: add ID for isodebug v1
Brian Norris <briannorris(a)chromium.org>
mwifiex: Don't abort on small, spec-compliant vendor IEs
Hongjie Fang <hongjiefang(a)asrmicro.com>
fscrypt: don't set policy for a dead directory
Takashi Iwai <tiwai(a)suse.de>
mwifiex: Fix heap overflow in mwifiex_uap_parse_tail_ies()
Takashi Iwai <tiwai(a)suse.de>
mwifiex: Abort at too short BSS descriptor element
Dianzhang Chen <dianzhangchen0(a)gmail.com>
x86/tls: Fix possible spectre-v1 in do_get_thread_area()
Dianzhang Chen <dianzhangchen0(a)gmail.com>
x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()
Steven J. Magnani <steve.magnani(a)digidescorp.com>
udf: Fix incorrect final NOT_ALLOCATED (hole) extent length
Mauro S. M. Rodrigues <maurosr(a)linux.vnet.ibm.com>
bnx2x: Check if transceiver implements DDM before access
Mariusz Tkaczyk <mariusz.tkaczyk(a)intel.com>
md: fix for divide error in status_resync
Bartosz Golaszewski <bgolaszewski(a)baylibre.com>
ARM: davinci: da8xx: specify dma_coherent_mask for lcdc
Bartosz Golaszewski <bgolaszewski(a)baylibre.com>
ARM: davinci: da850-evm: call regulator_has_full_constraints()
Anson Huang <anson.huang(a)nxp.com>
Input: imx_keypad - make sure keyboard can always wake up system
Sean Nyekjaer <sean(a)geanix.com>
can: mcp251x: add support for mcp25625
Sean Nyekjaer <sean(a)geanix.com>
dt-bindings: can: mcp251x: add mcp25625 support
Takashi Iwai <tiwai(a)suse.de>
mwifiex: Fix possible buffer overflows at parsing bss descriptor
Thomas Pedersen <thomas(a)eero.com>
mac80211: mesh: fix RCU warning
Chang-Hsien Tsai <luke.tw(a)gmail.com>
samples, bpf: fix to change the buffer size for read()
Aaron Ma <aaron.ma(a)canonical.com>
Input: elantech - enable middle button support on 2 ThinkPads
-------------
Diffstat:
.../bindings/net/can/microchip,mcp251x.txt | 1 +
Makefile | 4 +-
arch/arc/kernel/unwind.c | 9 +--
arch/arm/mach-davinci/board-da850-evm.c | 2 +
arch/arm/mach-davinci/devices-da8xx.c | 3 +
arch/arm/mach-omap2/prm3xxx.c | 2 +-
arch/mips/include/uapi/asm/sgidefs.h | 8 --
arch/s390/include/asm/facility.h | 21 +++--
arch/x86/kernel/ptrace.c | 5 +-
arch/x86/kernel/tls.c | 9 ++-
arch/x86/kvm/i8254.c | 5 +-
arch/x86/kvm/x86.c | 6 +-
drivers/input/keyboard/imx_keypad.c | 18 ++++-
drivers/input/mouse/elantech.c | 2 +
drivers/md/dm-verity.c | 4 +-
drivers/md/md.c | 36 +++++----
drivers/misc/vmw_vmci/vmci_context.c | 80 +++++++++++--------
drivers/misc/vmw_vmci/vmci_handle_array.c | 38 ++++++---
drivers/misc/vmw_vmci/vmci_handle_array.h | 29 ++++---
drivers/net/can/spi/Kconfig | 5 +-
drivers/net/can/spi/mcp251x.c | 25 +++---
.../net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c | 3 +-
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 1 +
drivers/net/ethernet/emulex/benet/be_ethtool.c | 28 +++++--
drivers/net/ethernet/intel/e1000e/netdev.c | 6 +-
drivers/net/ethernet/sis/sis900.c | 16 ++--
drivers/net/ppp/ppp_mppe.c | 1 +
drivers/net/wireless/ath/carl9170/usb.c | 39 ++++-----
drivers/net/wireless/mwifiex/fw.h | 12 ++-
drivers/net/wireless/mwifiex/ie.c | 45 +++++++----
drivers/net/wireless/mwifiex/scan.c | 31 +++++++-
drivers/net/wireless/mwifiex/sta_ioctl.c | 4 +-
drivers/net/wireless/mwifiex/wmm.c | 2 +-
drivers/s390/cio/qdio_setup.c | 2 +
drivers/s390/cio/qdio_thinint.c | 5 +-
drivers/staging/comedi/drivers/amplc_pci230.c | 3 +-
drivers/staging/comedi/drivers/dt282x.c | 3 +-
drivers/usb/gadget/function/u_ether.c | 6 +-
drivers/usb/renesas_usbhs/fifo.c | 34 +++++---
drivers/usb/serial/ftdi_sio.c | 1 +
drivers/usb/serial/ftdi_sio_ids.h | 6 ++
drivers/usb/serial/option.c | 1 +
fs/ext4/crypto_policy.c | 2 +
fs/f2fs/crypto_policy.c | 2 +
fs/udf/inode.c | 93 ++++++++++++++--------
include/linux/vmw_vmci_defs.h | 11 ++-
kernel/events/core.c | 2 +-
net/mac80211/mesh.c | 5 +-
samples/bpf/bpf_load.c | 2 +-
49 files changed, 438 insertions(+), 240 deletions(-)
Hi Roman,
Just want to share information here on what we notice on running this test case,
On Fri, 5 Apr 2019 at 23:17, Roman Gushchin <guroan(a)gmail.com> wrote:
>
> This patch implements 9 tests for the freezer controller for
> cgroup v2:
...
> 6) ptrace test: the test checks that it's possible to attach to
> a process in a frozen cgroup, get some information and detach, and
> the cgroup will remain frozen.
selftests cgroup test_freezer failed because of the sys entry path not found.
Cgroup /sys/fs/cgroup/unified/cg_test_ptrace isn't frozen
/sys/fs/cgroup/unified/cg_test_ptrace: isn't_frozen #
# not ok 6 test_cgfreezer_ptrace
This test case fails intermittently.
Test output:
-------------
# selftests cgroup test_freezer
cgroup: test_freezer_ #
# Cgroup /sys/fs/cgroup/unified/cg_test_ptrace isn't frozen
/sys/fs/cgroup/unified/cg_test_ptrace: isn't_frozen #
# ok 1 test_cgfreezer_simple
1: test_cgfreezer_simple_ #
# ok 2 test_cgfreezer_tree
2: test_cgfreezer_tree_ #
# ok 3 test_cgfreezer_forkbomb
3: test_cgfreezer_forkbomb_ #
# ok 4 test_cgfreezer_rmdir
4: test_cgfreezer_rmdir_ #
# ok 5 test_cgfreezer_migrate
5: test_cgfreezer_migrate_ #
# not ok 6 test_cgfreezer_ptrace
ok: 6_test_cgfreezer_ptrace #
# ok 7 test_cgfreezer_stopped
7: test_cgfreezer_stopped_ #
# ok 8 test_cgfreezer_ptraced
8: test_cgfreezer_ptraced_ #
# ok 9 test_cgfreezer_vfork
9: test_cgfreezer_vfork_ #
[FAIL] 3 selftests cgroup test_freezer
selftests: cgroup_test_freezer [FAIL]
Test results link,
https://qa-reports.linaro.org/lkft/linux-mainline-oe/tests/kselftest/cgroup…
- Naresh