LinuxLists
Users
About
George Popescu (
[email protected]
)
Number of posts: 25 (1.47 per day)
First post: 2020-09-14 17:29:37
Last post: 2020-10-02 14:44:53
Date
List
Subject
2020-10-02 14:44:53
linux-kernel
Re: [PATCH v3] ubsan: introducing CONFIG_UBSAN_LOCAL_BOUNDS for Clang
2020-09-22 08:35:47
linux-kernel
[PATCH v3] ubsan: introducing CONFIG_UBSAN_LOCAL_BOUNDS for Clang
2020-09-21 07:53:57
linux-kernel
[PATCH] ubsan: introducing CONFIG_UBSAN_LOCAL_BOUNDS for Clang
2020-09-18 13:37:58
linux-kernel
[PATCH] ubsan: introducing CONFIG_UBSAN_BOUNDS_LOCAL for Clang
2020-09-17 11:48:31
linux-kernel
Re: [PATCH 06/14] Fix CFLAGS for UBSAN_BOUNDS on Clang
2020-09-16 20:55:56
linux-kernel
Re: [PATCH 06/14] Fix CFLAGS for UBSAN_BOUNDS on Clang
2020-09-16 07:43:23
linux-kernel
Re: [PATCH 06/14] Fix CFLAGS for UBSAN_BOUNDS on Clang
2020-09-16 00:36:06
linux-kernel
Re: [PATCH 05/14] KVM: arm64: Define a buffer that can pass UBSan data from hyp/nVHE to kernel
2020-09-15 12:11:29
linux-kernel
Re: [PATCH 06/14] Fix CFLAGS for UBSAN_BOUNDS on Clang
2020-09-15 10:28:09
linux-kernel
Re: [PATCH 06/14] Fix CFLAGS for UBSAN_BOUNDS on Clang
2020-09-14 17:37:55
linux-kernel
[PATCH 01/14] KVM: arm64: Enable UBSan instrumentation in nVHE hyp code
2020-09-14 17:37:29
linux-kernel
[PATCH 02/14] KVM: arm64: Define a macro for storing a value inside a per_cpu variable
2020-09-14 17:36:21
linux-kernel
[PATCH 03/14] KVM: arm64: Add support for creating and checking a logging buffer inside hyp/nVHE
2020-09-14 17:35:16
linux-kernel
[PATCH 07/14] KVM: arm64: Enable UBSAN_BOUNDS for the both the kernel and hyp/nVHE
2020-09-14 17:33:34
linux-kernel
[PATCH 11/14] KVM: arm64: Detect type mismatch undefined behaviour from hyp/nVHE code
2020-09-14 17:33:22
linux-kernel
[PATCH 09/14] KVM: arm64: Enable shift out of bounds undefined behaviour check for hyp/nVHE
2020-09-14 17:33:20
linux-kernel
[PATCH 10/14] KVM: arm64: __ubsan_handle_load_invalid_value hyp/nVHE implementation.
2020-09-14 17:32:54
linux-kernel
[PATCH 08/14] KVM: arm64: Enable UBsan check for unreachable code inside hyp/nVHE code
2020-09-14 17:32:52
linux-kernel
[PATCH 06/14] Fix CFLAGS for UBSAN_BOUNDS on Clang
2020-09-14 17:32:40
linux-kernel
[PATCH 14/14] DO NOT MERGE: Enable configs to test the patch series
2020-09-14 17:32:17
linux-kernel
[PATCH 13/14] KVM: arm64: Enable the CONFIG_TEST UBSan for PKVM.
2020-09-14 17:31:41
linux-kernel
[PATCH 12/14] KVM: arm64: Detect arithmetic overflow is inside hyp/nVHE.
2020-09-14 17:30:20
linux-kernel
[PATCH 05/14] KVM: arm64: Define a buffer that can pass UBSan data from hyp/nVHE to kernel
2020-09-14 17:30:02
linux-kernel
[PATCH 04/14] KVM: arm64: Add support for buffer usage
2020-09-14 17:29:37
linux-kernel
[PATCH 00/14] UBSan Enablement for hyp/nVHE code