From 5c4683d3d3efa84db8186c957c6d4ce773f0360f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Fri, 30 Oct 2020 00:00:01 +0000 Subject: [PATCH] linux: update to v5.9.2 buildroot: update to 2020.08.1 --- README.adoc | 2 +- common.py | 2 +- submodules/buildroot | 2 +- submodules/linux | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 5f9da7e..7975cd7 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = Linux Kernel Module Cheat :cirosantilli-media-base: https://raw.githubusercontent.com/cirosantilli/media/master/ -:description: The perfect emulation setup to study and develop the <> v5.4.3, kernel modules, <>, <> and x86_64, ARMv7 and ARMv8 <> and <> assembly, <>, <> and <>. <> and <> just work. Powered by <> and <>. Highly automated. Thoroughly documented. Automated <>. "Tested" in an Ubuntu 20.04 host. +:description: The perfect emulation setup to study and develop the <> v5.9.2, kernel modules, <>, <> and x86_64, ARMv7 and ARMv8 <> and <> assembly, <>, <> and <>. <> and <> just work. Powered by <> and <>. Highly automated. Thoroughly documented. Automated <>. "Tested" in an Ubuntu 20.04 host. :idprefix: :idseparator: - :nofooter: diff --git a/common.py b/common.py index 6c52743..471590b 100644 --- a/common.py +++ b/common.py @@ -43,7 +43,7 @@ common = sys.modules[__name__] # Fixed parameters that don't depend on CLI arguments. consts = {} consts['repo_short_id'] = 'lkmc' -consts['linux_kernel_version'] = '5.4.3' +consts['linux_kernel_version'] = '5.9.1' # https://stackoverflow.com/questions/20010199/how-to-determine-if-a-process-runs-inside-lxc-docker consts['in_docker'] = os.path.exists('/.dockerenv') consts['root_dir'] = os.path.dirname(os.path.abspath(__file__)) diff --git a/submodules/buildroot b/submodules/buildroot index 157ac49..b8c14b5 160000 --- a/submodules/buildroot +++ b/submodules/buildroot @@ -1 +1 @@ -Subproject commit 157ac499cf7ae454ecc6942f97519e67d644ac0b +Subproject commit b8c14b5bcac5c1a742401ece15fafe755a06ab03 diff --git a/submodules/linux b/submodules/linux index f7688b4..ee336b3 160000 --- a/submodules/linux +++ b/submodules/linux @@ -1 +1 @@ -Subproject commit f7688b48ac46e9a669e279f1bc167722d5141eda +Subproject commit ee336b33e40b5eb44f152cda91612313789f9404