From fdc7c0a03bf80570fa8692dfad48eca533617206 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Mon, 16 Oct 2023 14:12:50 -0500 Subject: [PATCH] gdbserverproxy-module-drv: Fix patch fuzz Some how I missed that there was fuzz when applying the patch. Signed-off-by: Ryan Eatmon --- .../0001-Support-Linux-kernels-v5.15.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))