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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon,  4 Dec 2017 16:59:25 +0100
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, lkft-triage@...ts.linaro.org,
        stable@...r.kernel.org
Subject: [PATCH 4.4 00/27] 4.4.104-stable review

This is the start of the stable review cycle for the 4.4.104 release.
There are 27 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 Dec  6 15:59:33 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.4.104-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.4.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Trond Myklebust <trond.myklebust@...marydata.com>
    nfsd: Fix another OPEN stateid race

Trond Myklebust <trond.myklebust@...marydata.com>
    nfsd: Fix stateid races between OPEN and CLOSE

Oleg Drokin <green@...uxhacker.ru>
    nfsd: Make init_open_stateid() a bit more whole

Ville Syrjälä <ville.syrjala@...ux.intel.com>
    drm/i915: Prevent zero length "index" write

Ville Syrjälä <ville.syrjala@...ux.intel.com>
    drm/i915: Don't try indexed reads to alternate slave addresses

NeilBrown <neilb@...e.com>
    NFS: revalidate "." etc correctly on "open".

Brent Taylor <motobud@...il.com>
    mtd: nand: Fix writing mtdoops to nand flash.

Jonathan Liu <net147@...il.com>
    drm/panel: simple: Add missing panel_simple_unprepare() calls

Roman Kapl <rka@...go.com>
    drm/radeon: fix atombios on big endian

Alex Deucher <alexander.deucher@....com>
    Revert "drm/radeon: dont switch vt on suspend"

Huacai Chen <chenhc@...ote.com>
    bcache: Fix building error on MIPS

Heiner Kallweit <hkallweit1@...il.com>
    eeprom: at24: check at24_read/write arguments

Adrian Hunter <adrian.hunter@...el.com>
    mmc: core: Do not leave the block driver in a suspended state

Paolo Bonzini <pbonzini@...hat.com>
    KVM: x86: inject exceptions produced by x86_decode_insn

Liran Alon <liran.alon@...cle.com>
    KVM: x86: Exit to user-mode on #UD intercept when emulator requires

Liran Alon <liran.alon@...cle.com>
    KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junk

Josef Bacik <jbacik@...com>
    btrfs: clear space cache inode generation always

chenjie <chenjie6@...wei.com>
    mm/madvise.c: fix madvise() infinite loop under special circumstances

Kirill A. Shutemov <kirill.shutemov@...ux.intel.com>
    mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()

Matt Fleming <matt@...eblueprint.co.uk>
    x86/efi-bgrt: Replace early_memremap() with memremap()

Sai Praneeth <sai.praneeth.prakhya@...el.com>
    x86/efi-bgrt: Fix kernel panic when mapping BGRT data

Adam Ford <aford173@...il.com>
    ARM: dts: omap3: logicpd-torpedo-37xx-devkit: Fix MMC1 cd-gpio

Matt Fleming <matt@...eblueprint.co.uk>
    x86/efi: Build our own page table structures

Matt Fleming <matt@...eblueprint.co.uk>
    x86/efi: Hoist page table switching code into efi_call_virt()

Matt Fleming <matt@...eblueprint.co.uk>
    x86/mm/pat: Ensure cpa->pfn only contains page frame numbers

Herbert Xu <herbert@...dor.apana.org.au>
    ipsec: Fix aborted xfrm policy dump crash

Tom Herbert <tom@...bertland.com>
    netlink: add a start callback for starting a netlink dump


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

Diffstat:

 Makefile                                          |   4 +-
 arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts |   2 +-
 arch/x86/include/asm/efi.h                        |  26 ++++
 arch/x86/kvm/svm.c                                |   2 +
 arch/x86/kvm/vmx.c                                |   2 +
 arch/x86/kvm/x86.c                                |   5 +
 arch/x86/mm/pageattr.c                            |  17 +--
 arch/x86/platform/efi/efi-bgrt.c                  |  39 +++---
 arch/x86/platform/efi/efi.c                       |  39 +++---
 arch/x86/platform/efi/efi_32.c                    |   5 +
 arch/x86/platform/efi/efi_64.c                    | 137 ++++++++++++++++------
 arch/x86/platform/efi/efi_stub_64.S               |  43 -------
 drivers/firmware/efi/efi.c                        |  32 -----
 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c      |  38 +++---
 drivers/gpu/drm/i915/intel_i2c.c                  |   4 +-
 drivers/gpu/drm/panel/panel-simple.c              |   2 +
 drivers/gpu/drm/radeon/atombios_dp.c              |  38 +++---
 drivers/gpu/drm/radeon/radeon_fb.c                |   1 -
 drivers/md/bcache/alloc.c                         |   2 +-
 drivers/md/bcache/extents.c                       |   2 +-
 drivers/md/bcache/journal.c                       |   2 +-
 drivers/misc/eeprom/at24.c                        |   6 +
 drivers/mmc/core/bus.c                            |   3 +
 drivers/mtd/nand/nand_base.c                      |   9 +-
 fs/btrfs/extent-tree.c                            |  14 +--
 fs/nfs/dir.c                                      |   3 +-
 fs/nfsd/nfs4state.c                               | 114 ++++++++++++------
 include/linux/netlink.h                           |   2 +
 include/net/genetlink.h                           |   2 +
 include/uapi/linux/bcache.h                       |   2 +-
 mm/huge_memory.c                                  |  14 +--
 mm/madvise.c                                      |   4 +-
 net/netlink/af_netlink.c                          |   4 +
 net/netlink/genetlink.c                           |  16 +++
 net/xfrm/xfrm_user.c                              |  25 ++--
 35 files changed, 373 insertions(+), 287 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ