From 63c14bcacde4f2f435326b63743a8a5acc20fe33 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Thu, 4 May 2023 15:20:28 -0500 Subject: gdbserverproxy-module-drv: Fix patch fuzz Some how I missed that there was fuzz when applying the patch, which master treats as an error. Signed-off-by: Ryan Eatmon --- .../gdbserverproxy-module-drv/0001-Support-Linux-kernels-v5.15.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ti-extras/recipes-devtools') diff --git a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv/0001-Support-Linux-kernels-v5.15.patch b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv/0001-Support-Linux-kernels-v5.15.patch index 473d075d..cb56a470 100644 --- a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv/0001-Support-Linux-kernels-v5.15.patch +++ b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv/0001-Support-Linux-kernels-v5.15.patch @@ -19,7 +19,7 @@ index 418b6db..4b1c676 100644 --- a/kernel_module/gdbproxy-mod/gdbserverproxy.c +++ b/kernel_module/gdbproxy-mod/gdbserverproxy.c @@ -540,7 +540,11 @@ static int gdb_write(struct tty_struct *tty, - * + * * */ +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,15,0)) -- cgit v1.2.3-54-g00ecf