linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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, shuahkh@osg.samsung.com,
	patches@kernelci.org, ben.hutchings@codethink.co.uk,
	lkft-triage@lists.linaro.org, stable@vger.kernel.org
Subject: [PATCH 4.4 00/27] 4.4.104-stable review
Date: Mon,  4 Dec 2017 16:59:25 +0100	[thread overview]
Message-ID: <20171204155942.271814507@linuxfoundation.org> (raw)

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@linuxfoundation.org>
    Linux 4.4.104-rc1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Tom Herbert <tom@herbertland.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(-)

             reply	other threads:[~2017-12-04 16:41 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-04 15:59 Greg Kroah-Hartman [this message]
2017-12-04 15:59 ` [PATCH 4.4 01/27] netlink: add a start callback for starting a netlink dump Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 02/27] ipsec: Fix aborted xfrm policy dump crash Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 03/27] x86/mm/pat: Ensure cpa->pfn only contains page frame numbers Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 04/27] x86/efi: Hoist page table switching code into efi_call_virt() Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 05/27] x86/efi: Build our own page table structures Greg Kroah-Hartman
2017-12-07 22:43   ` Ben Hutchings
2017-12-10 21:26     ` Greg Kroah-Hartman
2017-12-12 17:24       ` Ghannam, Yazen
2017-12-14 20:27         ` Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 06/27] ARM: dts: omap3: logicpd-torpedo-37xx-devkit: Fix MMC1 cd-gpio Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 07/27] x86/efi-bgrt: Fix kernel panic when mapping BGRT data Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 09/27] mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 10/27] mm/madvise.c: fix madvise() infinite loop under special circumstances Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 11/27] btrfs: clear space cache inode generation always Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 15/27] mmc: core: Do not leave the block driver in a suspended state Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 16/27] eeprom: at24: check at24_read/write arguments Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 17/27] bcache: Fix building error on MIPS Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 19/27] drm/radeon: fix atombios on big endian Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 20/27] drm/panel: simple: Add missing panel_simple_unprepare() calls Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 21/27] mtd: nand: Fix writing mtdoops to nand flash Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 22/27] NFS: revalidate "." etc correctly on "open" Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 25/27] nfsd: Make init_open_stateid() a bit more whole Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 26/27] nfsd: Fix stateid races between OPEN and CLOSE Greg Kroah-Hartman
2017-12-04 15:59 ` [PATCH 4.4 27/27] nfsd: Fix another OPEN stateid race Greg Kroah-Hartman
2017-12-04 16:48 ` [PATCH 4.4 00/27] 4.4.104-stable review Nathan Chancellor
2017-12-04 18:36   ` Greg Kroah-Hartman
2017-12-04 20:14 ` Shuah Khan
2017-12-04 23:45 ` Guenter Roeck
2017-12-05  7:20 ` Naresh Kamboju

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=20171204155942.271814507@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=shuahkh@osg.samsung.com \
    --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;
as well as URLs for NNTP newsgroup(s).