Linux 4.4.153
From: | Greg KH <gregkh-AT-linuxfoundation.org> | |
To: | linux-kernel-AT-vger.kernel.org, Andrew Morton <akpm-AT-linux-foundation.org>, torvalds-AT-linux-foundation.org, stable-AT-vger.kernel.org | |
Subject: | Linux 4.4.153 | |
Date: | Tue, 28 Aug 2018 15:45:40 +0200 | |
Message-ID: | <20180828134540.GA9535@kroah.com> | |
Cc: | lwn-AT-lwn.net, Jiri Slaby <jslaby-AT-suse.cz> | |
Archive-link: | Article |
I'm announcing the release of the 4.4.153 kernel. All users of the 4.4 kernel series must upgrade. The updated 4.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.4.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-st... thanks, greg k-h ------------ Makefile | 2 +- arch/x86/include/asm/mmu_context.h | 3 +-- arch/x86/mm/pageattr.c | 2 +- fs/overlayfs/overlayfs.h | 1 + fs/overlayfs/readdir.c | 37 +++++++++++++++++++++++++++++++++++++ fs/overlayfs/super.c | 20 ++++++++++++++++++++ 6 files changed, 61 insertions(+), 4 deletions(-) Andi Kleen (1): x86/mm/pat: Fix L1TF stable backport for CPA Eric Biggers (1): x86/mm: Fix use-after-free of ldt_struct Greg Kroah-Hartman (1): Linux 4.4.153 Vivek Goyal (3): ovl: Ensure upper filesystem supports d_type ovl: Do d_type check only if work dir creation was successful ovl: warn instead of error if d_type is not supported