From 7d2b1b7901835c51bfd99e874f225c538eebe290 Mon Sep 17 00:00:00 2001 From: Weizhao Ouyang Date: Fri, 17 May 2024 13:51:30 +0800 Subject: [PATCH] check-sr-results.py: bump Linux version to 6.9 Since the linux kernel 6.9 released, bump the linux kernel version to 6.9 for the Devicetree schema. Signed-off-by: Weizhao Ouyang --- check-sr-results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-sr-results.py b/check-sr-results.py index d2d05c2..da79988 100755 --- a/check-sr-results.py +++ b/check-sr-results.py @@ -1679,7 +1679,7 @@ if __name__ == '__main__': parser.add_argument( '--linux-url', help='Specify Linux tarball URL', default='https://cdn.kernel.org/pub/linux/kernel/v6.x/' - 'linux-6.8.1.tar.xz') + 'linux-6.9.tar.xz') parser.add_argument( '--parser', help='Specify (SCT) parser.py path', default='parser.py') -- GitLab