LinuxLists
Users
About
Benjamin Gray (
[email protected]
)
Number of posts: 48 (0.13 per day)
First post: 2022-09-08 00:42:56
Last post: 2023-09-17 04:35:54
Date
List
Subject
2023-09-17 04:35:54
linux-kernel
[PATCH v2 2/7] Documentation/sphinx: fix Python string escapes
2023-09-13 05:48:03
linux-kernel
[PATCH v2 4/7] scripts: fix Python string escapes
2023-09-13 05:45:19
linux-kernel
Re: [PATCH v2 5/7] tools/perf: fix Python string escapes
2023-09-13 00:04:59
linux-kernel
[PATCH v2 3/7] drivers/comedi: fix Python string escapes
2023-09-12 23:24:18
linux-kernel
[PATCH v2 7/7] selftests/bpf: fix Python string escapes
2023-09-12 15:19:30
linux-kernel
[PATCH v2 5/7] tools/perf: fix Python string escapes
2023-09-12 12:24:28
linux-kernel
[PATCH v2 1/7] ia64: fix Python string escapes
2023-09-12 10:51:00
linux-kernel
[PATCH v2 6/7] tools/power: fix Python string escapes
2023-09-12 10:04:17
linux-kernel
[PATCH v2 0/7] Fix Python string escapes
2023-08-14 08:37:24
linux-kernel
[PATCH 4/8] scripts: fix Python string escapes
2023-08-14 08:03:33
linux-kernel
[PATCH 5/8] tools/perf: fix Python string escapes
2023-08-14 07:29:38
linux-kernel
[PATCH 6/8] tools/power: fix Python string escapes
2023-08-14 07:27:44
linux-kernel
[PATCH 7/8] selftests/bpf: fix Python string escapes
2023-08-14 07:26:55
linux-kernel
[PATCH 3/8] drivers/comedi: fix Python string escapes
2023-08-14 07:20:38
linux-kernel
[PATCH 0/8] Fix Python string escapes
2023-08-14 07:14:35
linux-kernel
[PATCH 1/8] ia64: fix Python string escapes
2023-08-14 07:13:01
linux-kernel
[PATCH 8/8] selftests/bpf: fix Python string escapes in f-strings
2023-08-14 06:37:57
linux-kernel
[PATCH 2/8] Documentation/sphinx: fix Python string escapes
2023-08-03 06:43:00
linux-kernel
Re: [PATCH 2/2] powerpc/xmon: use KSYM_NAME_LEN in array size
2023-06-06 06:22:22
linux-kernel
Re: [PATCH 2/2] initramfs: Encode dependency on KBUILD_BUILD_TIMESTAMP
2023-06-06 06:22:09
linux-kernel
[PATCH v2] initramfs: Encode dependency on KBUILD_BUILD_TIMESTAMP
2023-05-19 06:55:11
linux-kernel
Re: [PATCH] mm: kfence: Fix false positives on big endian
2023-03-23 21:55:25
linux-kernel
Re: perf tools power9 JSON files build breakage on ubuntu 18.04 cross build
2023-03-20 23:06:21
linux-kernel
[PATCH] init/initramfs: Fix argument forwarding to panic() in panic_show_mem()
2023-03-20 04:09:21
linux-kernel
[PATCH 2/2] initramfs: Encode dependency on KBUILD_BUILD_TIMESTAMP
2023-03-20 04:09:20
linux-kernel
[PATCH 1/2] initramfs: Check negative timestamp to prevent broken cpio archive
2023-03-09 23:47:26
linux-kernel
Re: [RFC PATCH 02/13] powerpc: Add initial Dynamic Execution Control Register (DEXCR) support
2023-03-07 05:58:44
linux-kernel
Re: [RFC PATCH 07/13] powerpc/dexcr: Add sysctl entry for SBHE system override
2023-03-07 05:52:25
linux-kernel
Re: [RFC PATCH 13/13] Documentation: Document PowerPC kernel DEXCR interface
2023-03-07 05:38:17
linux-kernel
Re: [RFC PATCH 04/13] powerpc/dexcr: Support userspace ROP protection
2023-02-16 05:57:11
linux-kernel
Re: 6.2-rc7 fails building on Talos II: memory.c:(.text+0x2e14): undefined reference to `hash__tlb_flush'
2022-12-02 01:39:39
linux-kernel
Re: linux-next: build failure after merge of the tip tree
2022-11-29 22:30:08
linux-kernel
Re: [RFC PATCH 03/13] powerpc/dexcr: Handle hashchk exception
2022-11-28 04:21:58
linux-kernel
[RFC PATCH 11/13] selftests/powerpc: Add DEXCR prctl, sysctl interface test
2022-11-28 04:17:31
linux-kernel
[RFC PATCH 02/13] powerpc: Add initial Dynamic Execution Control Register (DEXCR) support
2022-11-28 04:04:42
linux-kernel
[RFC PATCH 00/13] Add DEXCR support
2022-11-28 04:03:16
linux-kernel
[RFC PATCH 08/13] powerpc/dexcr: Add enforced userspace ROP protection config
2022-11-28 04:01:28
linux-kernel
[RFC PATCH 06/13] powerpc/dexcr: Add prctl implementation
2022-11-28 03:46:59
linux-kernel
[RFC PATCH 07/13] powerpc/dexcr: Add sysctl entry for SBHE system override
2022-11-28 03:35:15
linux-kernel
[RFC PATCH 05/13] prctl: Define PowerPC DEXCR interface
2022-11-28 03:04:46
linux-kernel
[RFC PATCH 09/13] selftests/powerpc: Add more utility macros
2022-11-28 02:58:17
linux-kernel
[RFC PATCH 01/13] powerpc/book3s: Add missing <linux/sched.h> include
2022-11-28 02:57:21
linux-kernel
[RFC PATCH 13/13] Documentation: Document PowerPC kernel DEXCR interface
2022-11-28 02:56:38
linux-kernel
[RFC PATCH 12/13] selftests/powerpc: Add DEXCR status utility lsdexcr
2022-11-28 02:56:18
linux-kernel
[RFC PATCH 04/13] powerpc/dexcr: Support userspace ROP protection
2022-11-28 02:53:58
linux-kernel
[RFC PATCH 10/13] selftests/powerpc: Add hashst/hashchk test
2022-11-28 02:53:23
linux-kernel
[RFC PATCH 03/13] powerpc/dexcr: Handle hashchk exception
2022-09-08 00:42:56
linux-kernel
Re: [PATCH v2 0/7] Implement inline static calls on PPC32 - v2