Manfred Spraul ([email protected])

Number of posts: 1138 (0.14 per day)
First post: 2000-12-10 13:05:25
Last post: 2023-07-19 17:49:15

Date List Subject
2023-07-19 17:49:15 linux-kernel Re: + ipc-sem-use-flexible-array-in-struct-sem_undo.patch added to mm-nonmm-unstable branch
2023-05-29 16:25:18 linux-kernel Re: LTP: shmget02 fails on compat mode - 64-bit kernel and 32-bit userspace
2023-05-19 18:25:17 linux-kernel Re: LTP: shmget02 fails on compat mode - 64-bit kernel and 32-bit userspace
2022-12-23 11:46:46 linux-kernel Re: [PATCH 3/3] kernel/irq/manage.c: disable_irq() might sleep.
2022-12-17 10:48:25 linux-kernel Re: [PATCH] docs: kernel-hacking: discourage from calling disable_irq() in atomic
2022-12-16 16:08:30 linux-kernel [PATCH 3/3] kernel/irq/manage.c: disable_irq() might sleep.
2022-12-16 16:07:28 linux-kernel [PATCH 1/3] :lib/percpu_counter: percpu_counter_add_batch() overflow/underflow
2022-12-16 15:24:27 linux-kernel [PATCH 0/3] various irq handling fixes/docu updates
2022-12-16 15:24:15 linux-kernel [PATCH 2/3] include/linux/percpu_counter.h: Race in uniprocessor percpu_counter_add()
2022-12-09 19:39:36 linux-kernel Re: Invalid locking pattern in Documentation/kernel-hacking/locking.rst?
2022-10-08 11:43:08 linux-kernel Re: linux-next: manual merge of the driver-core tree with the jc_docs tree
2022-09-20 05:21:23 linux-kernel Re: [PATCH v6 2/2] ipc/msg: mitigate the lock contention with percpu counter
2022-09-18 13:43:31 linux-kernel Re: [PATCH v6 2/2] ipc/msg: mitigate the lock contention with percpu counter
2022-09-18 11:37:10 linux-kernel Re: [PATCH v6 1/2] percpu: Add percpu_counter_add_local and percpu_counter_sub_local
2022-09-04 17:59:09 linux-kernel Re: Request to cherry-pick 20401d1058f3f841f35a594ac2fc1293710e55b9 to v5.10 and v5.4
2022-09-03 20:11:35 linux-kernel Re: [PATCH] ipc/msg.c: mitigate the lock contention with percpu counter
2022-08-05 12:40:57 linux-kernel [PATCH] ipc/util.c: Cleanup and improve sysvipc_find_ipc(), V3
2022-05-26 00:24:17 linux-kernel Re: [PATCH] ipc: Remove dead code in perform_atomic_semop()
2022-05-08 01:02:07 linux-kernel Re: [PATCH v4] ipc: Update semtimedop() to use hrtimer
2022-02-01 02:27:17 linux-kernel Re: [PATCH] To fix the below failure of handling page fault caused by the invalid input from user.
2022-01-27 12:06:30 linux-kernel Re: [PATCH] mm/util.c: Make kvfree() safe for calling while holding spinlocks
2022-01-26 22:19:16 linux-kernel Re: [PATCH] To fix the below failure of handling page fault caused by the invalid input from user.
2022-01-04 20:49:00 linux-kernel Re: [PATCH v2] ipc: Store mqueue sysctls in the ipc namespace
2022-01-04 20:19:01 linux-kernel Re: [PATCH v2] ipc/sem: do not sleep with a spin lock held
2022-01-04 18:13:46 linux-kernel Re: [PATCH v2] ipc: Store mqueue sysctls in the ipc namespace
2022-01-03 17:18:04 linux-kernel Re: [PATCH v2] ipc/sem: do not sleep with a spin lock held
2021-12-30 16:47:40 linux-kernel Re: drivers/acpi/processor_thermal.c: avoid cpufreq_get_policy()
2021-12-30 08:16:17 linux-ext4 Re: JBD2: journal transaction 6943 on loop0-8 is corrupt.
2021-12-28 20:36:28 linux-ext4 JBD2: journal transaction 6943 on loop0-8 is corrupt.
2021-12-28 20:04:23 linux-kernel Re: [PATCH] mm/util.c: Make kvfree() safe for calling while holding spinlocks
2021-12-23 11:52:33 linux-kernel Re: [PATCH] mm/util.c: Make kvfree() safe for calling while holding spinlocks
2021-12-22 19:48:43 linux-kernel [PATCH] mm/util.c: Make kvfree() safe for calling while holding spinlocks
2021-12-22 19:14:37 linux-kernel drivers/acpi/processor_thermal.c: avoid cpufreq_get_policy()
2021-12-22 17:06:33 linux-kernel Re: [PATCH] ipc/sem: do not sleep with a spin lock held
2021-12-22 11:45:39 linux-kernel Re: [PATCH] ipc/sem: do not sleep with a spin lock held
2021-11-09 02:27:48 linux-kernel Re: [RFC] shm: extend forced shm destroy to support objects from several IPC nses (simplified)
2021-11-06 21:34:54 linux-kernel Re: [RFC] shm: extend forced shm destroy to support objects from several IPC nses (simplified)
2021-11-06 13:41:51 linux-kernel Re: [RFC] shm: extend forced shm destroy to support objects from several IPC nses (simplified)
2021-11-05 20:04:11 linux-kernel Re: [PATCH 2/2] shm: extend forced shm destroy to support objects from several IPC nses
2021-10-30 13:14:14 linux-kernel Re: [PATCH 2/2] shm: extend forced shm destroy to support objects from several IPC nses
2021-09-23 16:37:29 linux-kernel Re: [PATCH 0/2] shm: omit forced shm destroy if task IPC namespace was changed
2021-09-19 07:43:06 linux-kernel [PATCH] ipc/ipc_sysctl.c: Remove fallback for !CONFIG_PROC_SYSCTL
2021-09-03 05:30:56 linux-kernel [PATCH 2/2] ipc/util.c: Cleanup and improve sysvipc_find_ipc(), V2
2021-09-03 05:23:17 linux-kernel [PATCH 0/2] ipc/util.c: Cleanup and improve sysvipc_find_ipc(), V2
2021-09-03 05:23:16 linux-kernel ipc: replace costly bailout check in sysvipc_find_ipc()
2021-08-29 12:08:33 linux-kernel [PATCH] ipc/util.c: Cleanup and improve sysvipc_find_ipc()
2021-08-28 16:43:44 linux-kernel Re: [PATCH] ipc: replace costly bailout check in sysvipc_find_ipc()
2021-08-20 19:42:31 linux-kernel Re: [PATCH] ipc: replace costly bailout check in sysvipc_find_ipc()
2021-08-17 18:38:08 linux-kernel Re: [PATCH] ipc: replace costly bailout check in sysvipc_find_ipc()
2021-07-23 13:59:33 linux-kernel Re: [PATCH memory-model 2/4] tools/memory-model: Add example for heuristic lockless reads
2021-07-23 06:57:01 linux-kernel Re: [PATCH memory-model 2/4] tools/memory-model: Add example for heuristic lockless reads