Linux-Sparse Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-04 13:58:07 to 2024-11-12 20:26:11 UTC [more...]

[RESEND PATCH v3 0/2] add _statically_true() to simplify GENMASK_INPUT_CHECK()
 2024-11-12 20:26 UTC  (5+ messages)
` [RESEND PATCH v3 1/2] compiler.h: add _static_assert()
` [RESEND PATCH v3 2/2] linux/bits.h: simplify GENMASK_INPUT_CHECK()

[PATCH v3 0/2] add _statically_true() to simplify GENMASK_INPUT_CHECK()
 2024-11-12 19:14 UTC  (5+ messages)
` [PATCH v3 1/2] compiler.h: add _static_assert()
` [PATCH v3 2/2] linux/bits.h: simplify GENMASK_INPUT_CHECK()

[PATCH v2] linux/bits: simplify GENMASK_INPUT_CHECK()
 2024-11-11 17:32 UTC  (2+ messages)

how to figure if a struct symbol is incomplete
 2024-10-17  9:09 UTC 

Infinite loop in delete_pseudo_user_list_entry() bisected to commit "cast: optimize away casts to/from pointers"
 2024-10-09 21:18 UTC  (7+ messages)
        ` Christmas wish list: -Werror and -Wno-warn-about-X

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-10-08 14:36 UTC  (71+ messages)
` [RFC PATCH 01/28] x86/pvh: Call C code via the kernel virtual mapping
` [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1
` [RFC PATCH 03/28] x86/tools: Use mmap() to simplify relocs host tool
` [RFC PATCH 04/28] x86/boot: Permit GOTPCREL relocations for x86_64 builds
` [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly
` [RFC PATCH 06/28] x86/percpu: Get rid of absolute per-CPU variable placement
` [RFC PATCH 07/28] scripts/kallsyms: Avoid 0x0 as the relative base
` [RFC PATCH 08/28] scripts/kallsyms: Remove support for absolute per-CPU variables
` [RFC PATCH 09/28] x86/tools: Remove special relocation handling for "
` [RFC PATCH 10/28] x86/xen: Avoid relocatable quantities in Xen ELF notes
` [RFC PATCH 11/28] x86/pvh: Avoid absolute symbol references in .head.text
` [RFC PATCH 12/28] x86/pm-trace: Use RIP-relative accesses for .tracedata
` [RFC PATCH 13/28] x86/kvm: Use RIP-relative addressing
` [RFC PATCH 14/28] x86/rethook: Use RIP-relative reference for return address
` [RFC PATCH 15/28] x86/sync_core: Use RIP-relative addressing
` [RFC PATCH 16/28] x86/entry_64: "
` [RFC PATCH 17/28] x86/hibernate: Prefer RIP-relative accesses
` [RFC PATCH 18/28] x86/boot/64: Determine VA/PA offset before entering C code
` [RFC PATCH 19/28] x86/boot/64: Avoid intentional absolute symbol references in .head.text
` [RFC PATCH 20/28] x64/acpi: Use PIC-compatible references in wakeup_64.S
` [RFC PATCH 21/28] x86/head: Use PIC-compatible symbol references in startup code
` [RFC PATCH 22/28] asm-generic: Treat PIC .data.rel.ro sections as .rodata
` [RFC PATCH 23/28] tools/objtool: Mark generated sections as writable
` [RFC PATCH 24/28] tools/objtool: Treat indirect ftrace calls as direct calls
` [RFC PATCH 25/28] x86: Use PIE codegen for the core kernel
` [RFC PATCH 26/28] x86/boot: Implement support for ELF RELA/RELR relocations
` [RFC PATCH 27/28] x86/kernel: Switch to PIE linking for the core kernel
` [RFC PATCH 28/28] x86/tools: Drop x86_64 support from 'relocs' tool

[PATCH net] net: add inline annotation to fix the build warning
 2024-10-03 18:39 UTC  (2+ messages)

[PATCH] fix: Skip if symbol have no op when handle_qualifiers
 2024-09-23  8:39 UTC 

[ Patch 001 ] feature: add support for loongarch
 2024-09-04  9:32 UTC  (5+ messages)

[PATCH] cgcc: check sparse options fmax-errors and fmax-warnings
 2024-09-03  6:12 UTC 

[PATCH] string: Check for "nonstring" attribute on strscpy() arguments
 2024-08-23  0:05 UTC  (5+ messages)

Feature request: typeof_unqual keyword support
 2024-08-13  6:33 UTC 

[PATCH 5.15.y 0/8] Backport patches for DAMON merge regions fix
 2024-07-23 12:15 UTC  (3+ messages)
` [PATCH 5.15.y 1/8] tracing: Define the is_signed_type() macro once

[PATCH] compiler.h: Improve __branch_check__ by using __UNIQUE_ID()
 2024-07-19  7:50 UTC 

sparse regex error
 2024-07-17 18:44 UTC  (4+ messages)

Spurious warning about using kzalloc instead of kmalloc
 2024-07-03 15:28 UTC  (2+ messages)

[PATCH] compiler.h: Improve __branch_check__ by using __UNIQUE_ID()
 2024-06-17 12:29 UTC 

[PATCH] sentinel_ctltable: Add a check for sentinel elements in ctl_table arrays
 2024-06-14 13:28 UTC  (2+ messages)

sparse with llvm
 2024-06-12 13:08 UTC 

arch/x86/include/asm/processor.h:698:16: sparse: sparse: incorrect type in initializer (different address spaces)
 2024-04-29 21:30 UTC  (16+ messages)
                        ` [RFC PATCH] Use x86 named address spaces to catch "sparse: incorrect type in initializer (different address spaces)" __percpu errors

warning: cast removes address space '__percpu' of expression
 2024-04-22  7:22 UTC  (2+ messages)

[PATCH] compiler.h: Add missing quote in macro comment
 2024-04-09 15:46 UTC 

[patch 0/9] x86: Cure tons of sparse warnings (mostly __percpu)
 2024-03-21 16:49 UTC  (32+ messages)
` [patch 1/9] perf/x86/amd/uncore: Fix __percpu annotation
` [patch 2/9] x86/msr: Prepare for including percpu.h
` [patch 3/9] x86/msr: Add missing __percpu annotations
` [patch 4/9] smp: Consolidate smp_prepare_boot_cpu()
` [patch 5/9] x86: Cure per CPU madness on UP
` [patch 6/9] x86/uaccess: Add missing __force to casts in __access_ok() and valid_user_address()
` [patch 7/9] x86/cpu: Use EXPORT_PER_CPU_SYMBOL_GPL() for x86_spec_ctrl_current
` [patch 8/9] x86/cpu: Provide a declaration for itlb_multihit_kvm_mitigation
` [patch 9/9] x86/callthunks: Use EXPORT_PER_CPU_SYMBOL_GPL() for per CPU variables

[PATCH v2] parse: handle __cleanup__ attribute
 2024-02-29 14:03 UTC  (9+ messages)

Rust style ownership semantics for C
 2024-02-21 21:02 UTC 

[PATCH] fix {pp-number} ## 
 2024-02-16 18:44 UTC 

[PATCH 0/5] Support LLVM-15 and later
 2024-01-29 17:38 UTC 

[PATCH] llvm: allow arm64
 2024-01-20 16:23 UTC 

Compile errors with LLVM v17
 2024-01-16  0:50 UTC  (2+ messages)

include/asm-generic/unaligned.h:119:16: sparse: sparse: cast truncates bits from constant value (aa01a0 becomes a0)
 2024-01-07 13:03 UTC  (3+ messages)

[PATCH] RISC-V: Add support fo the zihintpause extension
 2023-12-18 13:59 UTC  (3+ messages)

[PATCH] RISC-V: Add support for the zicbom extension
 2023-12-18 13:58 UTC  (4+ messages)

[PATCH] xtensa: switch to little endianness
 2023-12-18 13:57 UTC  (2+ messages)

[PATCH] linearize.c: fix potential buffer overrun
 2023-12-18 13:56 UTC  (2+ messages)

sparse: Expected ) at end of cast operator, got __seg_gs
 2023-12-04 15:02 UTC  (6+ messages)

drivers/pci/pcie/../pci.h:325:17: sparse: sparse: cast from restricted pci_channel_state_t
 2023-12-04 14:09 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).