llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-12 01:57:51 to 2025-08-18 05:57:31 UTC [more...]

[PATCH v4 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-08-18  5:57 UTC  (32+ messages)
` [PATCH v4 01/18] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v4 02/18] kasan: sw_tags: Support tag widths less than 8 bits
` [PATCH v4 03/18] kasan: Fix inline mode for x86 tag-based mode
` [PATCH v4 04/18] x86: Add arch specific kasan functions
` [PATCH v4 05/18] kasan: arm64: x86: Make special tags arch specific
` [PATCH v4 06/18] x86: Reset tag for virtual to physical address conversions
` [PATCH v4 07/18] mm: x86: Untag addresses in EXECMEM_ROX related pointer arithmetic
` [PATCH v4 08/18] x86: Physical address comparisons in fill_p*d/pte
` [PATCH v4 09/18] x86: KASAN raw shadow memory PTE init
` [PATCH v4 10/18] x86: LAM compatible non-canonical definition
` [PATCH v4 11/18] x86: LAM initialization
` [PATCH v4 12/18] x86: Minimal SLAB alignment
` [PATCH v4 13/18] kasan: arm64: x86: Handle int3 for inline KASAN reports
` [PATCH v4 14/18] kasan: x86: Apply multishot to the inline report handler
` [PATCH v4 15/18] kasan: x86: Logical bit shift for kasan_mem_to_shadow
` [PATCH v4 16/18] mm: Unpoison pcpu chunks with base address tag
` [PATCH v4 17/18] mm: Unpoison vms[area] addresses with a common tag
` [PATCH v4 18/18] x86: Make software tag-based kasan available

[tglx-devel:rseq/wip 22/22] kernel/rseq.c:209:2: error: call to undeclared function 'trace_rseq_exit_to_user'; ISO C99 and later do not support implicit function declarations
 2025-08-18  0:19 UTC 

[jfern:rust-spinlock-irq 2/21] arch/s390/include/asm/preempt.h:109:15: error: invalid operands to binary expression ('int' and 'void')
 2025-08-18  0:02 UTC 

[PATCH] RISC-V: KVM: Write hgatp register with valid mode bits
 2025-08-17 21:01 UTC  (2+ messages)

[PATCH 3/7] media: i2c: dw9719: Add driver_data matching
 2025-08-17 20:28 UTC 

❌ FAIL: Test report for master (6.17.0-rc1, upstream-mainline, 8d561baa)
 2025-08-17 15:23 UTC 

[PATCH 0/3] selftests/nolibc: enable qemu-system tests with LLVM builds
 2025-08-17  9:39 UTC  (5+ messages)
` [PATCH 2/3] selftests/nolibc: don't pass CC to toplevel Makefile

[PATCH v2 2/2] rust: kernel: of: Add overlay id abstraction
 2025-08-17  5:50 UTC 

❌ FAIL: Test report for master (6.17.0-rc1, upstream-mainline, 99bade34)
 2025-08-17  0:32 UTC 

[PATCH] Fixed Spelling in cpufreq module in kselftests. Earlier it used to be "loops", now i made it "loop(s)"
 2025-08-16 23:19 UTC 

[PATCH V2] mm/migrate: Fix NULL movable_ops if CONFIG_ZSMALLOC=m
 2025-08-16 17:42 UTC 

[sean-jc:arm/kvm_page_fault 4/8] arch/arm64/kvm/mmu.c:1491:43: error: use of undeclared identifier 'memslot'; did you mean 'memset'?
 2025-08-16 13:43 UTC 

[PATCH v4 6/9] iio: imu: inv_icm45600: add I2C driver for inv_icm45600 driver
 2025-08-16 12:16 UTC  (2+ messages)

[PATCH 3/3] net: j2: Introduce J-Core EMAC
 2025-08-16 11:24 UTC 

[PATCH v3 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
 2025-08-16 11:14 UTC 

[PATCH 3/5] iio: mcp9600: Recognize chip id for mcp9601
 2025-08-16 10:02 UTC  (2+ messages)

[PATCH] mm/rmap: Always inline __folio_rmap_sanity_checks()
 2025-08-16  7:27 UTC  (3+ messages)

[PATCH V11 28/47] drm/amd/display: Add support for sRGB EOTF in BLND block
 2025-08-16  2:21 UTC 

[PATCH 4/6] hwmon: ltc4283-hwmon: Add support for the LTC4283 Swap Controller
 2025-08-16  0:35 UTC 

[RFC PATCH v5 18/18] arm64: mm: Batch kpkeys level switches
 2025-08-15 22:21 UTC 

arch/arm64/kvm/vgic/vgic-mmio.c:1094:3: warning: variable 'len' is used uninitialized whenever 'if' condition is false
 2025-08-15 21:50 UTC 

[PATCH 3/8] net/handshake: Expose handshake_sk_destruct_req publically
 2025-08-15 21:48 UTC 

[PATCH 2/8] net/handshake: Make handshake_req_cancel public
 2025-08-15 20:03 UTC 

[RFC PATCH V3 03/17] mm: Scan the mm and create a migration list
 2025-08-15 19:41 UTC 

kernel/trace/rv/monitors/sleep/sleep.c:130:7: error: use of undeclared identifier '__NR_clock_nanosleep'
 2025-08-15 18:37 UTC 

[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
 2025-08-15 16:41 UTC  (6+ messages)
` [PATCH 05/17] powerpc: "

[brauner-github:vfs-6.18.iomap 1/1] fs/iomap/direct-io.c:281:29: error: call to undeclared function 'largest_zero_folio'; ISO C99 and later do not support implicit function declarations
 2025-08-15 16:28 UTC 

[PATCH] Cleared out formatting warnings/errors for drivers/staging/sm750fb
 2025-08-15 15:44 UTC  (2+ messages)

[PATCH v4 00/24] vdso: Reject absolute relocations during build
 2025-08-15 15:07 UTC  (32+ messages)
` [PATCH v4 01/24] elf, uapi: Add a header for relocation constants
` [PATCH v4 02/24] x86/elf, um/x86/elf: Move relocation constants to UAPI
` [PATCH v4 03/24] ARM: elf: "
` [PATCH v4 04/24] arm64: "
` [PATCH v4 05/24] powerpc/elf: "
` [PATCH v4 06/24] riscv: elf: "
` [PATCH v4 07/24] LoongArch: "
` [PATCH v4 08/24] s390/elf: "
` [PATCH v4 09/24] MIPS: ELF: "
` [PATCH v4 10/24] tools headers UAPI: Sync ELF headers with the kernel sources
` [PATCH v4 11/24] vdso: Add the vdsocheck tool
` [PATCH v4 12/24] x86/vdso: Enable "
` [PATCH v4 13/24] ARM: vdso: "
` [PATCH v4 14/24] arm64: "
` [PATCH v4 15/24] powerpc/elf: Add 32-bit REL16 relocation definitions
` [PATCH v4 16/24] powerpc/vdso: Enable the vdsocheck tool
` [PATCH v4 17/24] riscv: vdso: Deduplicate CFLAGS_REMOVE_* variables
` [PATCH v4 18/24] riscv: vdso: Disable LTO for the vDSO
` [PATCH v4 19/24] riscv: vdso: Enable the vdsocheck tool
` [PATCH v4 20/24] LoongArch: vDSO: "
` [PATCH v4 21/24] s390/vdso: "
` [PATCH v4 22/24] MIPS: ELF: Add more PC-relative relocation definitions
` [PATCH v4 23/24] MIPS: vdso: Enable the vdsocheck tool
` [PATCH v4 24/24] vdso/vdsocheck: Drop the transitional kconfig option

[linux-next:master 1320/2770] arch/mips/boot/dts/ralink/mt7628a.dtsi:42.21-133.5: Warning (avoid_unnecessary_addr_size): /palmbus@10000000/pinmux@60: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" or "ranges" property
 2025-08-15 13:59 UTC 

[PATCH v5 6/9] ovl: Set case-insensitive dentry operations for ovl sb
 2025-08-15 11:52 UTC 

[RFC PATCH v1 4/7] x86: ibs: In-kernel IBS driver for memory access profiling
 2025-08-15 10:08 UTC  (2+ messages)

[PATCH 0/2] sparc/module: R_SPARC_UA64 handling to help with LLVM IAS enablement
 2025-08-15  9:30 UTC  (5+ messages)
` [PATCH 1/2] sparc/module: Add R_SPARC_UA64 relocation handling

[RFC PATCH 6/7] mm: memory: add mTHP support for wp
 2025-08-15  6:26 UTC 

[RFC PATCH 2/7] mm: memory: add ptep_clear_flush_range function
 2025-08-15  5:33 UTC 

[PATCH nf-next] netfilter: ctnetlink: remove refcounting in dying list dumping
 2025-08-15  3:47 UTC 

[PATCH net-next v11 08/16] net: phy: Introduce generic SFP handling for PHY drivers
 2025-08-15  3:25 UTC 

[PATCH 0/6] x86: Clean ups after minimum support compiler version bump
 2025-08-15  1:31 UTC  (7+ messages)
` [PATCH 1/6] x86/build: Remove cc-option for GCC retpoline flags
` [PATCH 2/6] x86/build: Remove cc-option from stack alignment flags
` [PATCH 3/6] x86/build: Clean up stack alignment flags in CC_FLAGS_FPU
` [PATCH 4/6] x86/build: Remove cc-option from -mno-fp-ret-in-387
` [PATCH 5/6] x86/build: Remove cc-option from -mskip-rax-setup
` [PATCH 6/6] x86/Kconfig: Clean up LLVM version checks in IBT configurations

[ceph-client:tls-tracing-only 10/10] fs/ceph/blog_debugfs.c:26: warning: Function parameter or struct member 's' not described in 'blog_entries_show'
 2025-08-14 20:12 UTC 

[PATCH v1 2/4] [v1,02/04]mailbox: mtk-cmdq: Add cmdq driver for mt8189
 2025-08-14 19:31 UTC 

[ceph-client:tls-tracing-only 7/10] include/linux/blog/blog_ser.h:115:16: error: static assertion failed due to requirement 'sizeof (null_str.str) == sizeof(unsigned long)': null_str.str size must match unsigned long for proper alignment
 2025-08-14 19:31 UTC 

[ceph-client:tls-tracing-only 7/10] lib/blog/blog_core.c:94: warning: Function parameter or struct member 'ctx' not described in 'blog_set_napi_ctx'
 2025-08-14 18:39 UTC 

[sailus-media-tree:devel 2/2] drivers/media/i2c/ov2735.c:938:17: error: call to undeclared function 'devm_v4l2_sensor_clk_get'; ISO C99 and later do not support implicit function declarations
 2025-08-14 17:34 UTC 

[PATCH v3 2/2] phy: samsung: gs101-ufs: Add .notify_phystate() & hibern8 enter/exit values
 2025-08-14  8:15 UTC 

[PATCH 19/19] perf: Garbage-collect event_init checks
 2025-08-14  8:04 UTC 

[net-next 7/9] bng_en: Register rings with the firmware
 2025-08-14  7:54 UTC 

[linux-next:master 2350/2527] Warning: fs/ceph/mds_client.c:2703 function parameter 'path_info' not described in 'ceph_mdsc_build_path'
 2025-08-14  7:32 UTC 

[PATCH v1 RFC 6/6] crypto: implement KFuzzTest targets for PKCS7 and RSA parsing
 2025-08-14  6:36 UTC 

[linux-next:master 2350/2527] Warning: fs/ceph/mds_client.c:2703 function parameter 'path_info' not described in 'ceph_mdsc_build_path'
 2025-08-14  6:10 UTC 

[PATCH 13/19] perf: Add helper for checking grouped events
 2025-08-14  5:43 UTC 

[PATCH v1 5/6] vfio-pci/zdev: Perform platform specific function reset for zPCI
 2025-08-14  5:22 UTC 

[PATCH v7 1/2] mmc: core: Add infrastructure for undervoltage handling
 2025-08-14  3:49 UTC 

[PATCH 1/2] iov_iter: iterate_folioq: fix handling of offset >= folio size
 2025-08-14  1:14 UTC  (9+ messages)

[tglx-devel:rseq/perf 12/19] fs/exec.c:1759:2: error: call to undeclared function 'rseq_execve'; ISO C99 and later do not support implicit function declarations
 2025-08-13 23:41 UTC 

[PATCH 4/4] iio: adc: ad7768-1: add support for ADAQ776x-1 ADC Family
 2025-08-13 23:21 UTC 

[dwmw2:cpuid 4/4] arch/x86/kernel/kvm.c:899:30: error: a function declaration without a prototype is deprecated in all versions of C
 2025-08-13 21:28 UTC 

arch/arm/include/asm/stacktrace.h:48:21: error: call to undeclared function 'in_entry_text'; ISO C99 and later do not support implicit function declarations
 2025-08-13 17:57 UTC 

next-20250813: x86_64 iov_iter.h:171:7: error: variable 'remain' is used uninitialized whenever 'if'
 2025-08-13 17:56 UTC 

[PATCH v2 00/39] Translate sphinx-pre-install to Python
 2025-08-13 16:23 UTC  (3+ messages)
` [PATCH v2 36/39] scripts: sphinx-pre-install: update mandatory system deps

[PATCH v14 0/3] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-08-13 15:46 UTC  (8+ messages)
` [PATCH v14 2/3] rust: support formatting of foreign types
` [PATCH v14 3/3] rust: replace `CStr` with `core::ffi::CStr`

[PATCH v15 0/4] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-08-13 15:45 UTC  (5+ messages)
` [PATCH v15 1/4] rust: macros: reduce collections in `quote!` macro
` [PATCH v15 2/4] samples: rust: platform: remove trailing commas
` [PATCH v15 3/4] rust: support formatting of foreign types
` [PATCH v15 4/4] rust: replace `CStr` with `core::ffi::CStr`

[akpm-mm:mm-new 123/137] arch/s390/mm/mmap.c:188:3: error: call to undeclared function 'mm_flag_set'; ISO C99 and later do not support implicit function declarations
 2025-08-13 14:00 UTC  (2+ messages)

[linux-next:master 2053/2153] ld.lld: error: undefined symbol: stmmac_simple_pm_ops
 2025-08-13 13:56 UTC 

[PATCH v7 0/7] Exynos Thermal code improvement
 2025-08-13 13:09 UTC  (8+ messages)
` [PATCH v7 1/7] thermal/drivers/exynos: Refactor clk_sec initialization inside SOC-specific case
` [PATCH v7 2/7] thermal/drivers/exynos: Use devm_clk_get_enabled() helpers
` [PATCH v7 3/7] thermal/drivers/exynos: Remove redundant IS_ERR() checks for clk_sec clock
` [PATCH v7 4/7] thermal/drivers/exynos: Fixed the efuse min max value for exynos5422
` [PATCH v7 5/7] thermal/drivers/exynos: Remove unused base_second mapping and references
` [PATCH v7 6/7] thermal/drivers/exynos: Handle temperature threshold IRQs with SoC-specific mapping
` [PATCH v7 7/7] thermal/drivers/exynos: Refactor IRQ clear logic using SoC-specific config

[linux-next:master 1736/2153] sound/hda/codecs/ca0132.c:4247:2: error: expected expression
 2025-08-13  8:41 UTC 

[PATCH v9] rust: transmute: Add methods for FromBytes trait
 2025-08-13  1:06 UTC 

Prebuilt LLVM 21.1.0-rc3 uploaded
 2025-08-12 23:48 UTC 

[akpm-mm:mm-new 101/118] arch/powerpc/mm/ptdump/shared.c:70:1: error: use of 'pgtable_level' with tag type that does not match previous declaration
 2025-08-12 22:03 UTC  (4+ messages)

[PATCH] hardening: Require clang 20.1.0 for __counted_by
 2025-08-12 21:23 UTC  (5+ messages)

[PATCH] bcachefs: Add statement to switch in check_bch_counter_ids_unique()
 2025-08-12 18:14 UTC  (2+ messages)

[PATCH v4] rust: kernel: introduce `unsafe_precondition_assert!` macro
 2025-08-12 18:08 UTC  (2+ messages)

[v3 02/11] mm/thp: zone_device awareness in THP handling code
 2025-08-12 14:47 UTC 

[PATCH V2] scripts/checktransupdate.py: add support for scanning directory
 2025-08-12 10:09 UTC  (4+ messages)

[PATCH linux] of: resolves TODO for copy_from_slice
 2025-08-12  9:55 UTC 

[PATCH v2 0/8] selftests: vDSO: Clean up vdso_test_abi and drop vdso_test_clock_getres
 2025-08-12  6:05 UTC  (10+ messages)
` [PATCH v2 1/8] selftests: vDSO: fix -Wunitialized in powerpc VDSO_CALL() wrapper
` [PATCH v2 2/8] selftests: vDSO: vdso_test_abi: Correctly skip whole test with missing vDSO
` [PATCH v2 3/8] selftests: vDSO: vdso_test_abi: Use ksft_finished()
` [PATCH v2 4/8] selftests: vDSO: vdso_test_abi: Drop clock availability tests
` [PATCH v2 5/8] selftests: vDSO: vdso_test_abi: Use explicit indices for name array
` [PATCH v2 6/8] selftests: vDSO: vdso_test_abi: Test CPUTIME clocks
` [PATCH v2 7/8] selftests: vDSO: vdso_test_abi: Add tests for clock_gettime64()
` [PATCH v2 8/8] selftests: vDSO: Drop vdso_test_clock_getres

[PATCH v6 06/12] PCI: cadence: Add support for High Performance Arch(HPA) controller
 2025-08-12  4:00 UTC  (2+ messages)

[PATCH] scripts/checktransupdate.py: add support for scanning directory
 2025-08-12  4:35 UTC  (3+ messages)

[PATCH RFC] riscv: Use 64-bit variable for output in __get_user_asm
 2025-08-12  4:10 UTC 

[PATCH] selftests/net: Replace non-standard __WORDSIZE with sizeof(long) * 8
 2025-08-12  3:20 UTC  (2+ messages)

[thomas-weissschuh:b4/umh-h 9/10] drivers/block/drbd/drbd_nl.c:383:8: error: call to undeclared function 'call_usermodehelper'; ISO C99 and later do not support implicit function declarations
 2025-08-12  1:57 UTC 


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).