Skip to content

Commit 6efe2fb

Browse files
committed
fix kernel version in common.py
1 parent 78931d9 commit 6efe2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# Fixed parameters that don't depend on CLI arguments.
4444
consts = {}
4545
consts['repo_short_id'] = 'lkmc'
46-
consts['linux_kernel_version'] = '5.9.1'
46+
consts['linux_kernel_version'] = '5.9.2'
4747
# https://stackoverflow.com/questions/20010199/how-to-determine-if-a-process-runs-inside-lxc-docker
4848
consts['in_docker'] = os.path.exists('/.dockerenv')
4949
consts['root_dir'] = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)