lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed,  5 May 2021 14:04:14 +0200
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org
Cc:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
        linux@...ck-us.net, shuah@...nel.org, patches@...nelci.org,
        lkft-triage@...ts.linaro.org, pavel@...x.de, jonathanh@...dia.com,
        f.fainelli@...il.com, stable@...r.kernel.org
Subject: [PATCH 5.4 00/21] 5.4.117-rc1 review

This is the start of the stable review cycle for the 5.4.117 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 Fri, 07 May 2021 11:23:16 +0000.
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.4.117-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.4.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    Linux 5.4.117-rc1

Ondrej Mosnacek <omosnace@...hat.com>
    perf/core: Fix unconditional security_locked_down() call

Miklos Szeredi <mszeredi@...hat.com>
    ovl: allow upperdir inside lowerdir

Dan Carpenter <dan.carpenter@...cle.com>
    scsi: ufs: Unlock on a couple error paths

Mark Pearson <markpearson@...ovo.com>
    platform/x86: thinkpad_acpi: Correct thermal sensor allocation

Shengjiu Wang <shengjiu.wang@....com>
    ASoC: ak5558: Add MODULE_DEVICE_TABLE

Shengjiu Wang <shengjiu.wang@....com>
    ASoC: ak4458: Add MODULE_DEVICE_TABLE

Chris Chiu <chris.chiu@...onical.com>
    USB: Add reset-resume quirk for WD19's Realtek Hub

Kai-Heng Feng <kai.heng.feng@...onical.com>
    USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 Ethernet

Takashi Iwai <tiwai@...e.de>
    ALSA: usb-audio: Add MIDI quirk for Vox ToneLab EX

Thomas Richter <tmricht@...ux.ibm.com>
    perf ftrace: Fix access to pid in array when setting a pid filter

Zhen Lei <thunder.leizhen@...wei.com>
    perf data: Fix error return code in perf_data__create_dir()

Jiri Kosina <jkosina@...e.cz>
    iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()

Arnd Bergmann <arnd@...db.de>
    avoid __memcat_p link failure

Daniel Borkmann <daniel@...earbox.net>
    bpf: Fix leakage of uninitialized bpf stack under speculation

Daniel Borkmann <daniel@...earbox.net>
    bpf: Fix masking negation logic upon negative dst register

Jiri Kosina <jkosina@...e.cz>
    iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()

Nick Lowe <nick.lowe@...il.com>
    igb: Enable RSS for Intel I211 Ethernet Controller

Phillip Potter <phil@...lpotter.co.uk>
    net: usb: ax88179_178a: initialize local variables before use

Rafael J. Wysocki <rafael.j.wysocki@...el.com>
    ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()

Rafael J. Wysocki <rafael.j.wysocki@...el.com>
    ACPI: tables: x86: Reserve memory occupied by ACPI tables

Romain Naour <romain.naour@...il.com>
    mips: Do not include hi and lo in clobber list for R6


-------------

Diffstat:

 Makefile                                          |  4 +--
 arch/mips/include/asm/vdso/gettimeofday.h         | 26 +++++++++++---
 arch/x86/kernel/acpi/boot.c                       | 25 +++++++-------
 arch/x86/kernel/setup.c                           |  7 ++--
 drivers/acpi/tables.c                             | 42 +++++++++++++++++++++--
 drivers/net/ethernet/intel/igb/igb_main.c         |  3 +-
 drivers/net/usb/ax88179_178a.c                    |  4 +--
 drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c |  7 ++--
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c      |  7 ++--
 drivers/platform/x86/thinkpad_acpi.c              | 31 ++++++++++++-----
 drivers/scsi/ufs/ufshcd.c                         | 14 +++++---
 drivers/usb/core/quirks.c                         |  4 +++
 fs/overlayfs/super.c                              | 12 ++++---
 include/linux/acpi.h                              |  9 ++++-
 include/linux/bpf_verifier.h                      |  5 +--
 kernel/bpf/verifier.c                             | 33 ++++++++++--------
 kernel/events/core.c                              | 12 +++----
 lib/Makefile                                      |  4 +--
 sound/soc/codecs/ak4458.c                         |  1 +
 sound/soc/codecs/ak5558.c                         |  1 +
 sound/usb/quirks-table.h                          | 10 ++++++
 tools/perf/builtin-ftrace.c                       |  2 +-
 tools/perf/util/data.c                            |  5 +--
 23 files changed, 183 insertions(+), 85 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ