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:   Tue, 12 Sep 2017 09:59:35 -0700
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, shuahkh@....samsung.com, patches@...nelci.org,
        ben.hutchings@...ethink.co.uk, stable@...r.kernel.org
Subject: [PATCH 4.12 00/22] 4.12.13-stable review

This is the start of the stable review cycle for the 4.12.13 release.
There are 22 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 Thu Sep 14 16:52:51 UTC 2017.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.12.13-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.12.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Trond Myklebust <trond.myklebust@...marydata.com>
    NFSv4: Fix up mirror allocation

tarangg@...zon.com <tarangg@...zon.com>
    NFS: Sync the correct byte range during synchronous writes

Trond Myklebust <trond.myklebust@...marydata.com>
    NFS: Fix 2 use after free issues in the I/O code

Mark Rutland <mark.rutland@....com>
    ARM: 8692/1: mm: abort uaccess retries upon fatal signal

Marc Zyngier <marc.zyngier@....com>
    ARM64: dts: marvell: armada-37xx: Fix GIC maintenance interrupt

Ben Seri <ben@...is.com>
    Bluetooth: Properly check L2CAP config option output buffer length

Stanislaw Gruszka <sgruszka@...hat.com>
    rt2800: fix TX_PIN_CFG setting for non MT7620 chips

Brijesh Singh <brijesh.singh@....com>
    KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guest

Takashi Iwai <tiwai@...e.de>
    ALSA: msnd: Optimize / harden DSP and MIDI loops

Laurent Dufour <ldufour@...ux.vnet.ibm.com>
    mm/memory.c: fix mem_cgroup_oom_disable() call missing

David Rientjes <rientjes@...gle.com>
    mm/swapfile.c: fix swapon frontswap_map memory leak on error

Darrick J. Wong <darrick.wong@...cle.com>
    mm: kvfree the swap cluster info if the swap file is unsatisfactory

Andy Lutomirski <luto@...nel.org>
    selftests/x86/fsgsbase: Test selectors 1, 2, and 3

Eric Dumazet <edumazet@...gle.com>
    radix-tree: must check __radix_tree_preload() return value

Larry Finger <Larry.Finger@...inger.net>
    rtlwifi: btcoexist: Fix breakage of ant_sel for rtl8723be

Aleksa Sarai <asarai@...e.de>
    btrfs: resume qgroup rescan on rw remount

Daniel Verkamp <daniel.verkamp@...el.com>
    nvme-fabrics: generate spec-compliant UUID NQNs

Abhishek Sahu <absahu@...eaurora.org>
    mtd: nand: qcom: fix config error for BCH

Abhishek Sahu <absahu@...eaurora.org>
    mtd: nand: qcom: fix read failure without complete bootchain

Boris Brezillon <boris.brezillon@...e-electrons.com>
    mtd: nand: mxc: Fix mxc_v1 ooblayout

Martin Blumenstingl <martin.blumenstingl@...glemail.com>
    mtd: nand: hynix: add support for 20nm NAND chips

Lothar Waßmann <LW@...O-electronics.de>
    mtd: nand: make Samsung SLC NAND usable again


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

Diffstat:

 Makefile                                           |  4 +-
 arch/arm/mm/fault.c                                |  5 +-
 arch/arm64/boot/dts/marvell/armada-37xx.dtsi       |  1 +
 arch/x86/kvm/mmu.c                                 |  3 +-
 drivers/mtd/nand/mxc_nand.c                        |  7 +-
 drivers/mtd/nand/nand_base.c                       |  7 +-
 drivers/mtd/nand/nand_hynix.c                      |  4 +-
 drivers/mtd/nand/qcom_nandc.c                      | 18 ++--
 drivers/net/wireless/ralink/rt2x00/rt2800lib.c     |  5 +-
 .../realtek/rtlwifi/btcoexist/halbtc8723b2ant.c    |  5 +-
 drivers/nvme/host/fabrics.c                        |  2 +-
 fs/btrfs/super.c                                   |  2 +
 fs/nfs/file.c                                      |  6 +-
 fs/nfs/internal.h                                  |  1 -
 fs/nfs/pagelist.c                                  | 99 +++++++++++-----------
 fs/nfs/pnfs.c                                      |  2 -
 lib/radix-tree.c                                   |  9 +-
 mm/memory.c                                        | 10 +--
 mm/swapfile.c                                      |  3 +-
 net/bluetooth/l2cap_core.c                         | 80 +++++++++--------
 sound/isa/msnd/msnd_midi.c                         | 30 +++----
 sound/isa/msnd/msnd_pinnacle.c                     | 23 ++---
 tools/testing/selftests/x86/fsgsbase.c             | 41 +++++++--
 23 files changed, 215 insertions(+), 152 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ