Re: Linux 4.14.227

2021-03-25 Thread Samuel Zou
On 2021/3/24 18:23, Greg Kroah-Hartman wrote: I'm announcing the release of the 4.14.227 kernel. All users of the 4.14 kernel series must upgrade. The updated 4.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.y and can

Linux 4.14.227

2021-03-24 Thread Greg Kroah-Hartman
: dsa: b53: Support setting learning on port Greg Kroah-Hartman (1): Linux 4.14.227 Jan Kara (3): ext4: handle error of ext4_setup_system_zone() on remount ext4: don't allow overlapping system zones ext4: check journal inode extents more carefully Jim Lin (1): usb: g

Re: Linux 4.14.227

2021-03-24 Thread Greg Kroah-Hartman
diff --git a/Makefile b/Makefile index 0e546913f1c4..60506b154d53 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 14 -SUBLEVEL = 226 +SUBLEVEL = 227 EXTRAVERSION = NAME = Petit Gorille diff --git a/arch/x86/events/intel/ds.c b/