From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 257 patches from 4.19.129 stable branch (266 total) beside 9 already merged patches: 216284c4a126 make 'user_access_begin()' do 'access_ok()' 3b051f174986 Fix 'acccess_ok()' on alpha and SH e8236726c616 arch/openrisc: Fix issues with access_ok() b46395f443d6 x86: uaccess: Inhibit speculation past access_ok() in user_access_begin() 8cb9b069fa63 btrfs: merge btrfs_find_device and find_device 958286418617 fat: don't allow to mount if the FAT length == 0 95b58c96a28e media: go7007: fix a miss of snd_card_free c894f31a876f sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations. 8f2c1ab11e97 sunrpc: clean up properly in gss_mech_unregister()
Signed-off-by: Yang Yingliang yangyingliang@huawei.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 9bf08129afca..e6066502e9cc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 128 +SUBLEVEL = 129 EXTRAVERSION = NAME = "People's Front"