diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches-rt/0321-lib-ubsan-Remove-flags-parameter-from-calls-to-ubsan.patch (renamed from debian/patches-rt/0322-lib-ubsan-Remove-flags-parameter-from-calls-to-ubsan.patch) | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/patches-rt/0322-lib-ubsan-Remove-flags-parameter-from-calls-to-ubsan.patch b/debian/patches-rt/0321-lib-ubsan-Remove-flags-parameter-from-calls-to-ubsan.patch index 709e7d601..ec71bc2b2 100644 --- a/debian/patches-rt/0322-lib-ubsan-Remove-flags-parameter-from-calls-to-ubsan.patch +++ b/debian/patches-rt/0321-lib-ubsan-Remove-flags-parameter-from-calls-to-ubsan.patch @@ -1,9 +1,8 @@ -From d107484fb77558e58c28e33e5642d7a11f05dfea Mon Sep 17 00:00:00 2001 From: Tiejun Chen <tiejunc@vmware.com> Date: Mon, 30 Mar 2020 18:45:23 -0400 -Subject: [PATCH 322/347] lib/ubsan: Remove flags parameter from calls to +Subject: [PATCH 321/342] lib/ubsan: Remove flags parameter from calls to ubsan_prologue() and ubsan_epilogue() -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=be2cad96ad54e4a1f5795790aad7ca8091567cce Fails to build with CONFIG_UBSAN=y @@ -52,6 +51,3 @@ index 5830cc9a2164..199c75e03469 100644 } EXPORT_SYMBOL(__ubsan_handle_vla_bound_not_positive); --- -2.36.1 - |