LinuxLists
Users
About
David Laight (
[email protected]
)
Number of posts: 3849 (0.79 per day)
First post: 2011-02-02 14:17:25
Last post: 2024-06-09 14:25:46
Previous Page
/
Next Page
Date
List
Subject
2023-08-17 08:30:28
linux-kernel
RE: [PATCH 2/4] vfio: use __aligned_u64 in struct vfio_device_gfx_plane_info
2023-08-16 22:27:52
linux-kernel
RE: [RFC PATCH v2] iov_iter: Convert iterate*() to inline funcs
2023-08-16 12:24:11
linux-kernel
RE: [PATCH] signal: Fix the error return of kill -1
2023-08-16 12:22:00
linux-kernel
RE: [PATCH 34/36] tty: gdm724x: convert counts to size_t
2023-08-15 20:00:09
linux-kernel
RE: [PATCH v2 2/3] lib/vsprintf: Split out sprintf() and friends
2023-08-15 16:56:19
linux-kernel
RE: [RFC PATCH] iov_iter: Convert iterate*() to inline funcs
2023-08-15 16:02:18
linux-kernel
RE: cleanup: Make no_free_ptr() __must_check
2023-08-15 15:54:05
linux-kernel
RE: [PATCH next v3 0/5] minmax: Relax type checks in min() and max().
2023-08-15 14:43:40
linux-kernel
RE: [PATCH] ipmi_si: fix -Wvoid-pointer-to-enum-cast warning
2023-08-14 17:09:30
linux-kernel
RE: [PATCH RFC] Introduce uniptr_t as a generic "universal" pointer
2023-08-14 16:55:20
linux-kernel
RE: [PATCH v3 5/5] minmax: Relax check to allow comparison between int and small unsigned constants.
2023-08-14 16:19:22
linux-kernel
RE: [RFC][PATCH 06/17] x86/cpu: Add SRSO untrain to retbleed=
2023-08-14 15:43:43
linux-kernel
RE: [PATCH v3 5/5] minmax: Relax check to allow comparison between int and small unsigned constants.
2023-08-14 14:05:53
linux-kernel
RE: [PATCH] printk: ringbuffer: Fix truncating buffer size min_t cast
2023-08-14 13:21:28
linux-kernel
RE: [PATCH v5] tools/nolibc: fix up size inflate regression
2023-08-14 12:36:05
linux-kernel
RE: [PATCH v2] tracing/synthetic: use union instead of casts
2023-08-14 12:35:20
linux-kernel
RE: [PATCH v5] tools/nolibc: fix up size inflate regression
2023-08-14 11:46:23
linux-kernel
RE: [PATCH] printk: ringbuffer: Fix truncating buffer size min_t cast
2023-08-14 08:53:00
linux-kernel
RE: [PATCH 04/15] hwmon: (ina2xx) fix Wvoid-pointer-to-enum-cast warning
2023-08-14 08:49:31
linux-kernel
RE: [PATCH v3 5/5] minmax: Relax check to allow comparison between int and small unsigned constants.
2023-08-14 08:21:50
linux-kernel
RE: [PATCH v2 2/3] lib/vsprintf: Split out sprintf() and friends
2023-08-10 09:07:38
linux-kernel
RE: [PATCH v3 5/5] minmax: Relax check to allow comparison between int and small unsigned constants.
2023-08-09 10:17:39
linux-kernel
RE: [PATCH v2 (kindof)] fs: use __fput_sync in close(2)
2023-08-09 09:12:19
linux-kernel
RE: [PATCH v2 2/3] lib/vsprintf: Split out sprintf() and friends
2023-08-08 18:59:12
linux-kernel
RE: [PATCH v2 2/3] lib/vsprintf: Split out sprintf() and friends
2023-08-07 11:12:32
linux-kernel
RE: [PATCH v3 5/5] minmax: Relax check to allow comparison between int and small unsigned constants.
2023-08-07 10:47:36
linux-kernel
RE: [PATCH v3] tools/nolibc: fix up size inflate regression
2023-08-07 09:02:16
linux-kernel
RE: [PATCH v3] tools/nolibc: fix up size inflate regression
2023-08-07 08:49:23
linux-kernel
RE: [PATCH v6 06/15] tools/nolibc: __sysret: support syscalls who return a pointer
2023-08-04 16:18:43
linux-kernel
RE: [PATCH v4 1/1] drm/i915: Move abs_diff() to math.h
2023-08-04 15:43:15
linux-kernel
RE: [PATCH v2 5/9] selinux: services: update type for number of class permissions
2023-08-04 15:38:49
linux-kernel
RE: [PATCH v2 2/9] selinux: use u32 as bit type in ebitmap code
2023-08-04 15:05:29
linux-kernel
RE: [RFC PATCH 1/1] sched: Extend cpu idle state for 1ms
2023-08-04 11:56:39
linux-kernel
[PATCH v3 1/5] minmax: Add min_unsigned(a, b) and max_unsigned(a, b)
2023-08-04 11:47:21
linux-kernel
[PATCH v3 4/5] minmax: Allow comparisons of 'int' against 'unsigned char/short'.
2023-08-04 11:34:37
linux-kernel
[PATCH v3 2/5] minmax: Allow min()/max()/clamp() if the arguments have the same signedness.
2023-08-04 11:31:48
linux-kernel
[PATCH next v3 0/5] minmax: Relax type checks in min() and max().
2023-08-04 11:25:05
linux-kernel
[PATCH v3 3/5] minmax: Fix indentation of __cmp_once() and __clamp_once()
2023-08-04 11:23:04
linux-kernel
[PATCH v3 5/5] minmax: Relax check to allow comparison between int and small unsigned constants.
2023-08-03 15:11:21
linux-kernel
RE: Question about the barrier() in hlist_nulls_for_each_entry_rcu()
2023-08-01 09:01:18
linux-kernel
RE: [PATCH next v2 2/5] minmax: Allow min()/max()/clamp() if the arguments have the same signedness.
2023-07-31 14:24:37
linux-kernel
RE: [PATCH next v2 5/5] minmax: Relax check to allow comparison between int and small unsigned constants.
2023-07-30 18:12:03
linux-kernel
RE: [PATCH next v2 2/5] minmax: Allow min()/max()/clamp() if the arguments have the same signedness.
2023-07-30 17:28:29
linux-kernel
RE: [PATCH next v2 5/5] minmax: Relax check to allow comparison between int and small unsigned constants.
2023-07-30 16:20:22
linux-kernel
RE: [PATCH next v2 2/5] minmax: Allow min()/max()/clamp() if the arguments have the same signedness.
2023-07-28 16:00:06
linux-kernel
[PATCH next v2 1/5] minmax: Add min_unsigned(a, b) and max_unsigned(a, b)
2023-07-28 15:59:29
linux-kernel
[PATCH next v2 4/5] minmax: Allow comparisons of 'int' against 'unsigned char/short'.
2023-07-28 15:59:25
linux-kernel
[PATCH next v2 3/5] minmax: Fix indentation of __cmp_once() and __clamp_once()
2023-07-28 15:54:29
linux-kernel
RE: [PATCH 2/3] scsi: qedf: do not touch __user pointer in qedf_dbg_debug_cmd_read() directly
2023-07-28 15:52:59
linux-kernel
RE: [PATCH 1/3] scsi: qedf: do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly
2023-07-28 15:34:25
linux-kernel
[PATCH next v2 2/5] minmax: Allow min()/max()/clamp() if the arguments have the same signedness.