llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-16 18:27:35 to 2024-02-22 23:55:00 UTC [more...]

[PATCH 3/3] arch: Rename fbdev header and source files
 2024-02-22 23:52 UTC 

[PATCH 0/6] Fix mlx5 write combining support on new ARM64 cores
 2024-02-22 22:36 UTC  (12+ messages)
` [PATCH 1/6] x86: Stop using weak symbols for __iowrite32_copy()
` [PATCH 2/6] s390: Implement __iowrite32_copy()
` [PATCH 3/6] s390: Stop using weak symbols for __iowrite64_copy()
` [PATCH 4/6] arm64/io: Provide a WC friendly __iowriteXX_copy()
` [PATCH 5/6] net: hns3: Remove io_stop_wc() calls after __iowrite64_copy()
` [PATCH 6/6] IB/mlx5: Use __iowrite64_copy() for write combining stores

[PATCH] [RFC] iio: pressure: dlhl60d: Check mask_width for IRQs
 2024-02-22 22:23 UTC 

[PATCH net-next 1/2] netdev-genl: Add ifname for queue and NAPI APIs
 2024-02-22 20:55 UTC 

[PATCH 6/9] fortify: Split reporting and avoid passing string pointer
 2024-02-22 17:11 UTC  (4+ messages)

[PATCH 1/2] [v2] scsi: bfa: fix function pointer type mismatch for hcb_qe->cbfn
 2024-02-22 16:25 UTC  (2+ messages)

[linux-next:master 8181/9122] arch/arm/boot/compressed/misc.c:157:6: warning: no previous prototype for function '__fortify_panic'
 2024-02-22 15:19 UTC 

next/master build: 162 builds: 16 failed, 146 passed, 28 errors, 405 warnings (next-20240222)
 2024-02-22 14:27 UTC 

[cel:nfsd-5.15.y 41/47] samples/fanotify/fs-monitor.c:68:42: warning: format specifies type 'unsigned long long' but the argument has type '__u64' (aka 'unsigned long')
 2024-02-22 13:22 UTC 

[riteshharjani:ext2-iomap-rebase-v1 18/20] fs/ext2/inode.c:981:17: error: incompatible function pointer types initializing 'int (*)(struct iomap_writepage_ctx *, struct inode *, loff_t, unsigned int)' (aka 'int (*)(struct iomap_writepage_ctx *, struct inode *, long long, unsigned int)') with an ex
 2024-02-22 12:50 UTC 

[cel:nfsd-5.15.y 41/47] samples/fanotify/fs-monitor.c:7:10: fatal error: 'errno.h' file not found
 2024-02-22 12:39 UTC 

[PATCH v1 3/3] PCI: qcom: Add support for detecting controller level PCIe errors
 2024-02-22 12:39 UTC 

[sforshee:fscaps-vfsid 12/26] include/linux/lsm_hook_defs.h:156:65: error: expected expression
 2024-02-22 11:46 UTC 

[PATCH 2/3] drm/i915/psr: Improve fast and IO wake lines calculation
 2024-02-22  0:42 UTC 

[PATCH net] xfrm: Avoid clang fortify warning in copy_to_user_tmpl()
 2024-02-21 22:32 UTC  (2+ messages)

[PATCH 0/2] RISC-V: Fix CONFIG_AS_HAS_OPTION_ARCH with tip of tree LLVM
 2024-02-21 19:50 UTC  (2+ messages)

Prebuilt LLVM 18.1.0-rc3 uploaded
 2024-02-21 19:36 UTC 

[PATCH] mm/mmu_gather: change __tlb_remove_tlb_entry() to an inline function
 2024-02-21 19:30 UTC  (2+ messages)

[PATCH v2 5/6] drm/i915/psr: Enable ALPM for eDP Panel replay
 2024-02-21 18:35 UTC 

[PATCH] wifi: ath12k: Fix uninitialized use of ret in ath12k_mac_allocate()
 2024-02-21 18:21 UTC  (4+ messages)

[PATCH 1/3] mm/memory: Change vmf_anon_prepare() to be non-static
 2024-02-21 17:30 UTC 

[alobakin:idpf-libie 11/51] include/net/page_pool/helpers.h:416:2: error: call to undeclared function 'dma_check_sync'; ISO C99 and later do not support implicit function declarations
 2024-02-21 17:08 UTC 

[PATCH 2/4] mm: pgalloc: support address-conditional pmd allocation
 2024-02-21 17:08 UTC  (2+ messages)

[PATCH] s390/boot: Workaround current 'llvm-objdump -t -j ...' behavior
 2024-02-21 16:48 UTC  (3+ messages)

[PATCH v5 00/16] x86: Confine early 1:1 mapped startup code
 2024-02-21 14:52 UTC  (18+ messages)
` [PATCH v5 01/16] x86/startup_64: Simplify global variable accesses in GDT/IDT programming
` [PATCH v5 02/16] x86/startup_64: Use RIP_REL_REF() to assign phys_base
` [PATCH v5 03/16] x86/startup_64: Use RIP_REL_REF() to access early_dynamic_pgts[]
` [PATCH v5 04/16] x86/startup_64: Use RIP_REL_REF() to access __supported_pte_mask
` [PATCH v5 05/16] x86/startup_64: Use RIP_REL_REF() to access early page tables
` [PATCH v5 06/16] x86/startup_64: Use RIP_REL_REF() to access early_top_pgt[]
` [PATCH v5 07/16] x86/startup_64: Simplify CR4 handling in startup code
` [PATCH v5 08/16] x86/startup_64: Defer assignment of 5-level paging global variables
` [PATCH v5 09/16] x86/startup_64: Simplify calculation of initial page table address
` [PATCH v5 10/16] x86/startup_64: Simplify virtual switch on primary boot
` [PATCH v5 11/16] x86/sme: Avoid SME/SVE related checks on non-SME/SVE platforms
` [PATCH v5 12/16] efi/libstub: Add generic support for parsing mem_encrypt=
` [PATCH v5 13/16] x86/boot: Move mem_encrypt= parsing to the decompressor
` [PATCH v5 14/16] x86/sme: Move early SME kernel encryption handling into .head.text
` [PATCH v5 15/16] x86/sev: Move early startup code into .head.text section
` [PATCH v5 16/16] x86/startup_64: Drop global variables keeping track of LA57 state

[gmprice:weighted_interleave-next 6/6] drivers/base/node.c:220:16: error: use of undeclared identifier 'ACCESS_COORDINATE_CPU'
 2024-02-21 14:40 UTC 

[alobakin:idpf-libie 2/51] include/linux/dma-mapping.h:381:2: error: call to undeclared function '__dma_sync_single_for_cpu'; ISO C99 and later do not support implicit function declarations
 2024-02-21 13:25 UTC 

[PATCH v4 00/11] x86: Confine early 1:1 mapped startup code
 2024-02-21 11:23 UTC  (23+ messages)
` [PATCH v4 02/11] x86/startup_64: Replace pointer fixups with RIP-relative references
` [PATCH v4 03/11] x86/startup_64: Simplify CR4 handling in startup code
` [PATCH v4 04/11] x86/startup_64: Defer assignment of 5-level paging global variables
` [PATCH v4 07/11] efi/libstub: Add generic support for parsing mem_encrypt=

next/master build: 174 builds: 13 failed, 161 passed, 49 errors, 346 warnings (next-20240221)
 2024-02-21 10:23 UTC 

✅ PASS (MISSED 5 of 204): Test report for master (6.8.0-rc5, mainline.kernel.org-clang, 9fc1cccc)
 2024-02-21  8:10 UTC 

[PATCH v2] nvmem: meson-efuse: fix function pointer type mismatch
 2024-02-21  7:17 UTC  (3+ messages)

[PATCH v6 0/8] Run tests in parallel
 2024-02-21  3:41 UTC  (9+ messages)
` [PATCH v6 1/8] perf thread_map: Skip exited threads when scanning /proc
` [PATCH v6 2/8] perf list: Add scandirat compatibility function
` [PATCH v6 3/8] perf tests: Avoid fork in perf_has_symbol test
` [PATCH v6 4/8] tools subcmd: Add a no exec function call option
` [PATCH v6 5/8] perf test: Rename builtin-test-list and add missed header guard
` [PATCH v6 6/8] perf tests: Use scandirat for shell script finding
` [PATCH v6 7/8] perf tests: Run time generate shell test suites
` [PATCH v6 8/8] perf tests: Add option to run tests in parallel

[PATCH v5 0/8] Run tests in parallel
 2024-02-21  3:41 UTC  (12+ messages)
` [PATCH v5 1/8] perf thread_map: Skip exited threads when scanning /proc
` [PATCH v5 2/8] perf list: Add scandirat compatibility function
` [PATCH v5 3/8] perf tests: Avoid fork in perf_has_symbol test
` [PATCH v5 4/8] tools subcmd: Add a no exec function call option
` [PATCH v5 5/8] perf test: Rename builtin-test-list and add missed header guard
` [PATCH v5 6/8] perf tests: Use scandirat for shell script finding
` [PATCH v5 7/8] perf tests: Run time generate shell test suites
` [PATCH v5 8/8] perf tests: Add option to run tests in parallel

[gustavoars:testing/WFAMNAE-next20240215 1/1] kernel/bpf/core.c:2440:22: warning: comparison of distinct pointer types ('struct bpf_prog_array *' and 'struct bpf_prog_array_hdr *')
 2024-02-21  3:32 UTC 

[ardb:x86-pie-for-sev-v5 10/16] vmlinux.o: warning: objtool: early_setup_idt+0x4: call to startup_64_load_idt() leaves .noinstr.text section
 2024-02-21  3:20 UTC 

✅ PASS (MISSED 5 of 204): Test report for master (6.8.0-rc5, mainline.kernel.org-clang, fca7526b)
 2024-02-21  3:01 UTC 

next/master build: 175 builds: 13 failed, 162 passed, 49 errors, 309 warnings (next-20240220)
 2024-02-20 19:25 UTC 

[PATCH] s390/boot: Add 'alloc' to info.bin .vmlinux.info section flags
 2024-02-20 19:15 UTC  (4+ messages)

[PATCH 0/8] MIPS: Aggregate build fixes
 2024-02-20 18:26 UTC  (2+ messages)

[PATCH v2] arm64: jump_label: use constraints "Si" instead of "i"
 2024-02-20 12:05 UTC  (11+ messages)

[PATCH] fs/select: rework stack allocation hack for clang
 2024-02-20  8:24 UTC  (8+ messages)

Patch "um: Fix adding '-no-pie' for clang" has been added to the 6.1-stable tree
 2024-02-20  8:07 UTC  (2+ messages)

Patch "um: Fix adding '-no-pie' for clang" has been added to the 5.15-stable tree
 2024-02-20  7:51 UTC  (2+ messages)

Patch "modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS" has been added to the 6.6-stable tree
 2024-02-20  7:44 UTC  (2+ messages)

[niks:has_ioport_v6 3/21] include/asm-generic/io.h:793:18: error: static declaration of 'ioread8' follows non-static declaration
 2024-02-20  3:49 UTC 

[PATCH v8 3/3] Input: Add TouchNetix axiom i2c touchscreen driver
 2024-02-20  3:28 UTC 

[brauner-vfs:vfs.pidfd 21/21] fs/libfs.c:2036:14: error: incompatible pointer types initializing 'typeof (*(__ai_ptr)) *' (aka 'struct dentry **') with an expression of type 'typeof (old)' (aka 'struct dentry *'); take the address with &
 2024-02-20  3:08 UTC 

[syzbot] [ntfs3?] kernel panic: stack is corrupted in __lock_acquire (5)
 2024-02-19 11:49 UTC  (3+ messages)

[PATCH] net: sched: Annotate struct tc_pedit with __counted_by
 2024-02-19 11:00 UTC  (4+ messages)

[jic23-iio:testing 107/107] drivers/iio/adc/ti-ads1298.c:653:29: warning: variable 'ret' is uninitialized when used here
 2024-02-19  9:33 UTC  (2+ messages)

[ardb:x86-pie-for-sev-v5 15/15] include/linux/page-flags-layout.h:58:35: error: function-like macro 'pgtable_l5_enabled' is not defined
 2024-02-19  9:13 UTC 

next/master build: 181 builds: 13 failed, 168 passed, 49 errors, 309 warnings (next-20240219)
 2024-02-19  7:15 UTC 

✅ PASS (MISSED 15 of 204): Test report for master (6.8.0-rc5, mainline.kernel.org-clang, b401b621)
 2024-02-19  3:40 UTC 

✅ PASS (MISSED 5 of 204): Test report for master (6.8.0-rc4, mainline.kernel.org-clang, 6c160f16)
 2024-02-19  3:21 UTC 

[net-next RFC PATCH 1/3] net: phy: detach PHY driver OPs from phy_driver struct
 2024-02-18 23:35 UTC 

[PATCH 1/3] mmc: dw_mmc: add support for hi3798mv200
 2024-02-18 22:11 UTC 

[PATCH v4 3/3] lib/firmware_table: Provide buffer length argument to cdat_table_parse()
 2024-02-18 12:58 UTC 

[surenbaghdasaryan:memalloc_prof_v4 49/49] fs/xfs/scrub/agheader.c:175:32: warning: implicit conversion from 'int' to '__u16' (aka 'unsigned short') changes value from -49265 to 16271
 2024-02-18 11:33 UTC 

[RFC PATCH v2 3/4] irq: Introduce IRQ_HANDLED_MANY
 2024-02-18 10:31 UTC 

✅ PASS (MISSED 5 of 204): Test report for master (6.8.0-rc4, mainline.kernel.org-clang, c02197fc)
 2024-02-18 10:01 UTC 

[PATCH 3/5] spi: spi-qpic: Add qpic spi nand driver support
 2024-02-18  8:14 UTC  (2+ messages)

[surenbaghdasaryan:memalloc_prof_v4 49/49] include/linux/mm.h:3116:6: error: call to undeclared function 'mem_alloc_profiling_enabled'; ISO C99 and later do not support implicit function declarations
 2024-02-18  8:14 UTC 

[RFC 7/8] KEYS: Run PGP key parser in a sandbox
 2024-02-18  6:07 UTC 

✅ PASS (MISSED 5 of 204): Test report for master (6.8.0-rc4, mainline.kernel.org-clang, ced59052)
 2024-02-18  3:51 UTC 

[groeck-staging:testing 10/11] lib/checksum_kunit.c:235:18: warning: unused variable 'expected_csum_ipv6_magic_corner'
 2024-02-18  1:43 UTC 

[PATCH 1/2] ubifs: fix sort function prototype
 2024-02-18  1:40 UTC  (4+ messages)
` [PATCH 2/2] ubifs: fix function pointer cast warnings

[tty:tty-testing 31/36] drivers/tty/serial/st-asc.c:525:7: warning: variable 'manual_rts' is used uninitialized whenever 'if' condition is false
 2024-02-18  0:29 UTC 

[hverkuil-media-tree:outreachy-vivid 46/46] drivers/media/test-drivers/vivid/vivid-core.c:1745:20: warning: unused variable 'dev'
 2024-02-17 23:17 UTC 

[niks:has_ioport_v6 19/19] lib/iomap.c:81:23: error: call to '_inb' declared with 'error' attribute: inb()) requires CONFIG_HAS_IOPORT
 2024-02-17 20:05 UTC  (2+ messages)

[RFC PATCH v3 3/3] SPI: Add virtio SPI driver
 2024-02-17 19:35 UTC 

[PATCH RFC 2/4] clk: hisilicon: add CRG driver for Hi3798MV200 SoC
 2024-02-17 18:41 UTC 

[PATCH v1 14/14] include: reduce dependencies on linux/mm.h
 2024-02-17 17:27 UTC 

[surenbaghdasaryan:memalloc_prof_v4 2/37] arch/x86/mm/fault.c:264:6: warning: no previous prototype for function 'arch_sync_kernel_mappings'
 2024-02-17 16:35 UTC 

[surenbaghdasaryan:memalloc_prof_v4 2/37] arch/arm/kernel/traps.c:962:6: warning: no previous prototype for function 'arch_sync_kernel_mappings'
 2024-02-17 13:27 UTC 

[surenbaghdasaryan:memalloc_prof_v4 30/37] mm/nommu.c:260: warning: expecting prototype for vmalloc_node(). Prototype was for vmalloc_node_noprof() instead
 2024-02-17 13:16 UTC 

[PATCH net-next 1/3] net: mdio: mdio-bcm-unimac: Manage clock around I/O accesses
 2024-02-17 10:43 UTC 

[brauner-vfs:vfs.pidfd 18/20] fs/dcache.c:2691:7: error: incompatible pointer types passing 'struct dentry *' to parameter of type 'struct inode *'
 2024-02-17  5:26 UTC 

[jlayton:dir-deleg 16/19] fs/nfsd/nfs4proc.c:3684:14: error: invalid application of 'sizeof' to an incomplete type 'const struct nfsd4_operation[]'
 2024-02-17  2:59 UTC 

[RFC v3 5/5] overlayfs: Optimize credentials usage
 2024-02-17  2:16 UTC 

✅ PASS (MISSED 7 of 204): Test report for master (6.8.0-rc4, mainline.kernel.org-clang, 683b783c)
 2024-02-17  1:51 UTC 

[PATCH 3/4] drm/ttm: Consider hitch moves within bulk sublist moves
 2024-02-17  0:02 UTC 

static assertion failed in fs/bcachefs/journal_io.c
 2024-02-16 22:55 UTC  (2+ messages)

[PATCH v4 0/8] Run tests in parallel
 2024-02-16 22:53 UTC  (5+ messages)
` [PATCH v4 6/8] perf tests: Use scandirat for shell script finding

drivers/net/wireless/ralink/rt2x00/rt2800lib.c:10349:13: error: stack frame size (2200) exceeds limit (2048) in 'rt2800_calibration_rt6352'
 2024-02-16 21:59 UTC 

[PATCH] [RFC] xfrm: work around a clang-19 fortifiy-string false-positive
 2024-02-16 21:19 UTC  (3+ messages)

[PATCH] firmware: arm_scmi: avoid returning uninialized data
 2024-02-16 20:19 UTC  (3+ messages)

[PATCH] media: dvb-frontends: avoid stack overflow warnings with clang
 2024-02-16 20:11 UTC  (3+ messages)

[Linaro-TCWG-CI] llvmorg-19-init-2410-g9cc98e336980: Failure on aarch64
 2024-02-16 19:28 UTC 

[PATCH 05/10] sched/debug: Use unsigned long for cpu variable to prevent cast errors
 2024-02-16 18:31 UTC  (2+ messages)
` [PATCH 07/10] selftests/sched: Add a test to verify that DL server works with core scheduling

[PATCH] nouveau: fix function cast warnings
 2024-02-16 18:27 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 NNTP newsgroup(s).