Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752546AbdLDQtG (ORCPT ); Mon, 4 Dec 2017 11:49:06 -0500 Received: from mail-wr0-f193.google.com ([209.85.128.193]:43814 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751394AbdLDQtB (ORCPT ); Mon, 4 Dec 2017 11:49:01 -0500 X-Google-Smtp-Source: AGs4zMZ8tCpIdHuI1yzwY8342m5S+OmUoyCxUmtDxIhiFJkPp+UzFdQtyDjOlU8zWNmllUnTYaCVSQ== Date: Mon, 4 Dec 2017 09:48:57 -0700 From: Nathan Chancellor To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.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: Re: [PATCH 4.4 00/27] 4.4.104-stable review Message-ID: <20171204164857.GA22307@flashbox> References: <20171204155942.271814507@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171204155942.271814507@linuxfoundation.org> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 6090 Lines: 153 On Mon, Dec 04, 2017 at 04:59:25PM +0100, Greg Kroah-Hartman wrote: > 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 > Linux 4.4.104-rc1 > > Trond Myklebust > nfsd: Fix another OPEN stateid race > > Trond Myklebust > nfsd: Fix stateid races between OPEN and CLOSE > > Oleg Drokin > nfsd: Make init_open_stateid() a bit more whole > > Ville Syrj?l? > drm/i915: Prevent zero length "index" write > > Ville Syrj?l? > drm/i915: Don't try indexed reads to alternate slave addresses > > NeilBrown > NFS: revalidate "." etc correctly on "open". > > Brent Taylor > mtd: nand: Fix writing mtdoops to nand flash. > > Jonathan Liu > drm/panel: simple: Add missing panel_simple_unprepare() calls > > Roman Kapl > drm/radeon: fix atombios on big endian > > Alex Deucher > Revert "drm/radeon: dont switch vt on suspend" > > Huacai Chen > bcache: Fix building error on MIPS > > Heiner Kallweit > eeprom: at24: check at24_read/write arguments > > Adrian Hunter > mmc: core: Do not leave the block driver in a suspended state > > Paolo Bonzini > KVM: x86: inject exceptions produced by x86_decode_insn > > Liran Alon > KVM: x86: Exit to user-mode on #UD intercept when emulator requires > > Liran Alon > KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junk > > Josef Bacik > btrfs: clear space cache inode generation always > > chenjie > mm/madvise.c: fix madvise() infinite loop under special circumstances > > Kirill A. Shutemov > mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() > > Matt Fleming > x86/efi-bgrt: Replace early_memremap() with memremap() > > Sai Praneeth > x86/efi-bgrt: Fix kernel panic when mapping BGRT data > > Adam Ford > ARM: dts: omap3: logicpd-torpedo-37xx-devkit: Fix MMC1 cd-gpio > > Matt Fleming > x86/efi: Build our own page table structures > > Matt Fleming > x86/efi: Hoist page table switching code into efi_call_virt() > > Matt Fleming > x86/mm/pat: Ensure cpa->pfn only contains page frame numbers > > Herbert Xu > ipsec: Fix aborted xfrm policy dump crash > > Tom Herbert > 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(-) > > Merged, compiled, and flashed on my Pixel 2 XL and OnePlus 5. No initial issues noticed in general usage or dmesg.