messages from 2024-11-15 21:57:24 to 2025-09-16 21:32:03 UTC [more...]
[PATCH 6/7 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
2025-09-16 21:31 UTC
[PATCH 5/7 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
2025-09-16 21:31 UTC
[PATCH 0/7 5.10.y] Cherry pick of minmax.h commits from 5.15.y
2025-09-16 21:22 UTC (5+ messages)
` [PATCH 1/7 5.10.y] tracing: Define the is_signed_type() macro once
` [PATCH 2/7 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH 3/7 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH 4/7 5.10.y] minmax: fix header inclusions
[PATCH v3 0/4 5.10.y] overflow: Allow mixed type arguments in overflow macros
2025-09-13 11:44 UTC (6+ messages)
` [PATCH v3 1/4 5.10.y] overflow: Correct check_shl_overflow() comment
` [PATCH v3 2/4 5.10.y] compiler.h: drop fallback overflow checkers
` [PATCH v3 3/4 5.10.y] overflow: Allow mixed type arguments
` [PATCH v3 4/4 5.10.y] tracing: Define the is_signed_type() macro once
Project status
2025-09-13 5:07 UTC
[PATCH v2 0/4 5.10.y] overflow: Allow mixed type arguments in overflow macros
2025-09-12 18:56 UTC (8+ messages)
` [PATCH v2 1/4 5.10.y] overflow: Correct check_shl_overflow() comment
` [PATCH v2 2/4 5.10.y] compiler.h: drop fallback overflow checkers
` [PATCH v2 3/4 5.10.y] overflow: Allow mixed type arguments
` [PATCH v2 4/4 5.10.y] tracing: Define the is_signed_type() macro once
[PATCH 0/4 5.10.y] overflow: Allow mixed type arguments in overflow macros
2025-09-12 15:32 UTC (7+ messages)
` [PATCH 1/4 5.10.y] overflow: Correct check_shl_overflow() comment
` [PATCH 2/4 5.10.y] compiler.h: drop fallback overflow checkers
` [PATCH 3/4 5.10.y] overflow: Allow mixed type arguments
` [PATCH 4/4 5.10.y] tracing: Define the is_signed_type() macro once
[PATCH v2 0/7] Replace "__auto_type" with "auto"
2025-07-22 16:40 UTC (13+ messages)
` [PATCH v2 1/7] compiler_types.h: add "auto" as a macro for "__auto_type"
` [PATCH v2 2/7] include/linux: change "__auto_type" to "auto"
` [PATCH v2 3/7] fs/proc: replace "__auto_type" with "const auto"
` [PATCH v2.1 "
` [PATCH v2 4/7] arch/nios2: replace "__auto_type" and adjacent equivalent with "auto"
` [PATCH v2 5/7] arch/x86: replace "__auto_type" "
` [PATCH v2 6/7] selftests/bpf: "
` [PATCH v2 7/7] tools/virtio: "
[PATCH 0/7] Replace "__auto_type" with "auto"
2025-07-19 14:26 UTC (15+ messages)
` [PATCH 1/7] compiler_types.h: add "auto" as a macro for "__auto_type"
` [PATCH 2/7] include/linux: change "__auto_type" to "auto"
` [PATCH 3/7] fs/proc: replace "__auto_type" with "auto"
` [PATCH 4/7] arch/nios: "
` [PATCH 5/7] arch/x86: "
` [PATCH 6/7] selftests/bpf: "
` [PATCH 7/7] tools/virtio: "
High-speed, Bulk, Multi-threaded, Built-in Proxies ..
2025-07-11 14:20 UTC
[BUG] Alignment of structure members does not always propagate
2025-07-03 11:19 UTC
High-speed, Bulk, Multi-threaded, Built-in Proxies ..
2025-06-09 1:09 UTC
[PATCH v11 0/6] platform/x86: Add Lenovo WMI Gaming Series Drivers
2025-05-31 6:14 UTC
Automated Bulk email sending software: http protocol,Fully Automated, High-speed, Bulk, Multi-threaded, Built-in Proxies. . .2
2025-05-29 6:12 UTC
[PATCH] kbuild: Switch from -Wvla to -Wvla-larger-than=0
2025-04-21 16:43 UTC (2+ messages)
[PATCH v2] build_bug.h: more user friendly error messages in BUILD_BUG_ON_ZERO()
2025-04-14 21:55 UTC (8+ messages)
Issue with Setting Up Sparse
2025-03-12 15:11 UTC (2+ messages)
[PATCH net-next v2] af_unix: Fix undefined 'other' error
2025-02-18 13:37 UTC (5+ messages)
[RFC 0/2] refcount: attempt to avoid imbalance warnings
2025-02-08 2:52 UTC (3+ messages)
[geert-m68k:master 2/2] lib/muldi3.c:53:28: sparse: sparse: asm output is not an lvalue
2025-01-08 18:10 UTC (4+ messages)
[PATCH v4 0/2] add const_true() to simplify GENMASK_INPUT_CHECK()
2024-12-31 4:58 UTC (22+ messages)
` [PATCH v4 1/2] compiler.h: add const_true()
` [PATCH v4 2/2] linux/bits.h: simplify GENMASK_INPUT_CHECK()
[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
2024-12-19 12:02 UTC (5+ messages)
` [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1
[PATCH 00/10] compiler.h: refactor __is_constexpr() into is_const{,_true,_false}()
2024-12-09 12:32 UTC (80+ messages)
` [PATCH 01/10] compiler.h: add statically_false()
` [PATCH 02/10] compiler.h: add is_const() as a replacement of __is_constexpr()
` [PATCH 03/10] compiler.h: add is_const_true() and is_const_false()
` [PATCH 04/10] linux/bits.h: simplify GENMASK_INPUT_CHECK() by using is_const_true()
` [PATCH 05/10] minmax: simplify __clamp_once() by using is_const_false()
` [PATCH 06/10] fortify: replace __is_constexpr() by is_const() in strlen()
` [PATCH 07/10] overflow: replace __is_constexpr() by is_const()
` [PATCH 08/10] drm/i915/reg: replace __is_const_expr() by is_const_true() or is_const()
` [PATCH 09/10] coresight: etm4x: replace __is_const_expr() by is_const()
` [PATCH 10/10] compiler.h: remove __is_constexpr()
[PATCH] build_bug.h: more user friendly error messages in BUILD_BUG_ON_ZERO()
2024-12-05 15:11 UTC
[PATCH 0/6] Enable strict percpu address space checks
2024-12-04 7:24 UTC (10+ messages)
` [PATCH 1/6] x86/kgdb: Use IS_ERR_PCPU() macro
` [PATCH 2/6] compiler.h: Introduce TYPEOF_UNQUAL() macro
` [PATCH 3/6] percpu: Use TYPEOF_UNQUAL() in variable declarations
` [PATCH 4/6] percpu: Use TYPEOF_UNQUAL() in *_cpu_ptr() accessors
` [PATCH 5/6] percpu: Repurpose __percpu tag as a named address space qualifier
` [PATCH 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers
sparse reports "different lock contexts for basic block" when using guard syntax
2024-12-02 21:06 UTC (2+ messages)
[PATCH 1/1] compiler.h: Add missing include statement for build_bug.h
2024-11-17 5:26 UTC (6+ messages)
` [PATCH] compiler.h: Fix undefined BUILD_BUG_ON_ZERO()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).