diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-25 14:35:16 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-25 14:35:16 +0200 |
commit | 0a0beb1f9120cf49a429e12f4ea69ddd74471d68 (patch) | |
tree | 3f9d3e903db01c0f8c1a2aec1c83f7183b3d7f15 /Makefile | |
parent | d2f7b384a74fdded8271f5ab27ea76ac8ee80cf7 (diff) | |
download | linux-stable-0a0beb1f9120cf49a429e12f4ea69ddd74471d68.tar.gz linux-stable-0a0beb1f9120cf49a429e12f4ea69ddd74471d68.tar.bz2 linux-stable-0a0beb1f9120cf49a429e12f4ea69ddd74471d68.zip |
Linux 5.4.135v5.4.135
Link: https://lore.kernel.org/r/20210722155617.865866034@linuxfoundation.org
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 4 -SUBLEVEL = 134 +SUBLEVEL = 135 EXTRAVERSION = NAME = Kleptomaniac Octopus |