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

Date List Subject
2023-07-28 15:10:34 linux-kernel [PATCH next v2 5/5] minmax: Relax check to allow comparison between int and small unsigned constants.
2023-07-28 14:52:09 linux-kernel [PATCH next v2 0/5] minmax: Relax type checks in min() and max().
2023-07-28 09:49:37 linux-kernel RE: [PATCH v4 2/5] fs: Add fchmodat2()
2023-07-28 08:58:47 linux-kernel RE: [PATCH net 1/6] net: hns3: fix side effects passed to min_t()
2023-07-27 14:15:05 linux-kernel RE: [PATCH next 2/5] minmax: Allow min()/max()/clamp() if the arguments have the same signedness.
2023-07-27 09:26:29 linux-kernel RE: [PATCH v4 2/5] fs: Add fchmodat2()
2023-07-26 11:25:31 linux-kernel RE: [PATCH next resend 5/5] minmax: Relax check to allow comparison between int and small unsigned constants.
2023-07-26 11:23:01 linux-kernel RE: [PATCH next resend 2/5] minmax: Allow min()/max()/clamp() if the arguments have the same signedness.
2023-07-26 10:56:14 linux-kernel RE: [PATCH next 2/5] minmax: Allow min()/max()/clamp() if the arguments have the same signedness.
2023-07-26 09:53:02 linux-kernel RE: [PATCH next resend 2/5] minmax: Allow min()/max()/clamp() if the arguments have the same signedness.
2023-07-26 09:24:50 linux-kernel RE: [PATCH next 2/5] minmax: Allow min()/max()/clamp() if the arguments have the same signedness.
2023-07-25 13:49:45 linux-kernel RE: [PATCH next resend 1/5] minmax: Add min_unsigned(a, b) and max_unsigned(a, b)
2023-07-25 12:29:01 linux-kernel [PATCH next resend 5/5] minmax: Relax check to allow comparison between int and small unsigned constants.
2023-07-25 12:27:33 linux-kernel [PATCH next resend 4/5] minmax: Allow comparisons of 'int' against 'unsigned char/short'.
2023-07-25 12:27:04 linux-kernel [PATCH next resend 3/5] minmax: Fix indentation of __cmp_once() and __clamp_once()
2023-07-25 12:25:54 linux-kernel [PATCH next resend 2/5] minmax: Allow min()/max()/clamp() if the arguments have the same signedness.
2023-07-25 12:22:10 linux-kernel [PATCH next resend 1/5] minmax: Add min_unsigned(a, b) and max_unsigned(a, b)
2023-07-25 11:50:37 linux-kernel RE: [PATCH next 0/5] minmax: Relax type checks in min() and max().
2023-07-25 10:54:21 linux-kernel [PATCH next 2/5] minmax: Allow min()/max()/clamp() if the arguments have the same signedness.
2023-07-25 10:52:30 linux-kernel [PATCH next 0/5] minmax: Relax type checks in min() and max().
2023-07-25 10:52:18 linux-kernel [PATCH next 4/5] minmax: Allow comparisons of 'int' against 'unsigned char/short'.
2023-07-25 10:44:21 linux-kernel [PATCH next 1/5] minmax: Add min_unsigned(a, b) and max_unsigned(a, b)
2023-07-25 10:22:53 linux-kernel [PATCH next 5/5] minmax: Relax check to allow comparison between int and small unsigned constants.
2023-07-25 10:22:06 linux-kernel [PATCH next 3/5] minmax: Fix indentation of __cmp_once() and __clamp_once()
2023-07-24 15:30:00 linux-kernel RE: [PATCH v5 01/38] minmax: Add in_range() macro
2023-07-24 14:29:47 linux-kernel RE: [PATCH] clk: baikal-t1: Using div64_ Ul replaces do_ Div() function
2023-07-22 14:13:03 linux-kernel RE: Question about the barrier() in hlist_nulls_for_each_entry_rcu()
2023-07-21 16:52:47 linux-kernel RE: Question about the barrier() in hlist_nulls_for_each_entry_rcu()
2023-07-21 14:28:59 linux-kernel RE: [PATCH 1/1] x86/hyperv: Disable IBT when hypercall page lacks ENDBR instruction
2023-07-21 14:26:27 linux-kernel RE: [PATCH v1 1/1] ALSA: korg1212: Re-use sockptr_t and respective APIs
2023-07-21 12:03:52 linux-kernel RE: Question about the barrier() in hlist_nulls_for_each_entry_rcu()
2023-07-21 10:15:43 linux-kernel RE: [PATCH v2 1/1] net: gro: fix misuse of CB in udp socket lookup
2023-07-21 08:20:14 linux-kernel RE: [PATCH] blk-iocost: fix seq_printf compile type mismatch error
2023-07-19 13:49:04 linux-kernel RE: [PATCH v3] riscv: entry: set a0 = -ENOSYS only when syscall != -1
2023-07-19 09:04:53 linux-kernel RE: [PATCH] net: dsa: remove deprecated strncpy
2023-07-19 09:04:10 linux-kernel RE: [PATCH] blk-iocost: fix seq_printf compile type mismatch error
2023-07-18 09:55:59 linux-kernel RE: [PATCH v1 1/1] seq_file: Replace strncpy()+nul by strscpy()
2023-07-17 14:02:15 linux-wireless RE: [PATCH v5] wifi: mwifiex: Fix OOB and integer underflow when rx packets
2023-07-17 13:27:45 linux-kernel RE: [PATCH v3 3/4] drm/mediatek: Add casting before assign
2023-07-17 09:50:48 linux-kernel RE: [PATCH] powercap: intel_rapl_tpmi: Fix a sparse warning
2023-07-17 08:49:16 linux-kernel RE: Fwd: [PATCH] arm: mm: replace snprintf in show functions with sysfs_emit
2023-07-14 15:34:25 linux-kernel RE: [PATCH] scsi: snic: Convert snprintf to scnprintf
2023-07-14 13:52:51 linux-kernel RE: [PATCH] powercap: intel_rapl_tpmi: Fix a sparse warning
2023-07-13 15:58:18 linux-kernel RE: [PATCH net] net: ena: fix shift-out-of-bounds in exponential backoff
2023-07-13 14:34:18 linux-kernel RE: [PATCH] isofs: fix undefined behavior in iso_date()
2023-07-13 09:00:45 linux-kernel RE: [PATCH] kobject: Replace strlcpy with strscpy
2023-07-12 08:54:08 linux-kernel RE: [PATCH] sh: Avoid using IRQ0 on SH3 and SH4
2023-07-12 08:13:57 linux-kernel RE: [PATCH] sh: Avoid using IRQ0 on SH3 and SH4
2023-07-12 08:13:44 linux-kernel RE: [PATCH] csi: myrs: Convert snprintf to scnprintf
2023-07-11 08:43:44 linux-kernel RE: [PATCH] kobject: Replace strlcpy with strscpy
2023-07-10 15:11:39 linux-kernel RE: [PATCH] x86: checksum: Fix unaligned checksums on < i686