public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2024-01-29 18:00:53 to 2024-02-02 16:54:34 UTC [more...]

[PATCH] arm64: jump_label: use constraints "Si" instead of "i"
 2024-02-02 16:54 UTC  (4+ messages)

[PATCH v3 00/19] x86: Confine early 1:1 mapped startup code
 2024-02-02 16:47 UTC  (37+ messages)
` [PATCH v3 01/19] efi/libstub: Add generic support for parsing mem_encrypt=
` [PATCH v3 02/19] x86/boot: Move mem_encrypt= parsing to the decompressor
            ` [PATCH] x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT
` [PATCH v3 03/19] x86/startup_64: Drop long return to initial_code pointer
` [PATCH v3 04/19] x86/startup_64: Simplify calculation of initial page table address
` [PATCH v3 05/19] x86/startup_64: Simplify CR4 handling in startup code
` [PATCH v3 06/19] x86/startup_64: Drop global variables keeping track of LA57 state
` [PATCH v3 07/19] x86/startup_64: Simplify virtual switch on primary boot
` [PATCH v3 08/19] x86/head64: Replace pointer fixups with PIE codegen
` [PATCH v3 09/19] x86/head64: Simplify GDT/IDT initialization code
` [PATCH v3 10/19] asm-generic: Add special .pi.text section for position independent code
` [PATCH v3 11/19] x86: Move return_thunk to __pitext section
` [PATCH v3 12/19] x86/head64: Move early startup code into __pitext
` [PATCH v3 13/19] modpost: Warn about calls from __pitext into other text sections
` [PATCH v3 14/19] x86/coco: Make cc_set_mask() static inline
` [PATCH v3 15/19] x86/sev: Make all code reachable from 1:1 mapping __pitext
` [PATCH v3 16/19] x86/sev: Avoid WARN() in early code
` [PATCH v3 17/19] x86/sev: Use PIC codegen for early SEV startup code
` [PATCH v3 18/19] x86/sev: Drop inline asm LEA instructions for RIP-relative references
` [PATCH v3 19/19] x86/startup_64: Don't bother setting up GS before the kernel is mapped

✅ PASS (MISSED 7 of 226): Test report for master (6.8.0-rc2, mainline.kernel.org-clang, 5c24e4e9)
 2024-02-02 16:40 UTC 

[drm-misc:drm-misc-next 1/1] drivers/gpu/drm/xe/xe_bo.c:41:24: error: initializer overrides prior initialization of this subobject
 2024-02-02 16:26 UTC 

[ieee1394-linux1394:for-next 1/2] drivers/firewire/core-device.c:369:13: error: use of undeclared identifier 'bufsize'
 2024-02-02 16:15 UTC 

[PATCH v2 0/6] ubsan: Introduce wrap-around sanitizers
 2024-02-02 16:08 UTC  (11+ messages)
` [PATCH v2 1/6] ubsan: Use Clang's -fsanitize-trap=undefined option
` [PATCH v2 2/6] ubsan: Reintroduce signed and unsigned overflow sanitizers
` [PATCH v2 3/6] ubsan: Introduce CONFIG_UBSAN_POINTER_WRAP
` [PATCH v2 4/6] ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL
` [PATCH v2 5/6] ubsan: Split wrapping sanitizer Makefile rules
` [PATCH v2 6/6] ubsan: Get x86_64 booting with unsigned wrap-around sanitizer

[PATCH] arm64: jump_label: use constraint "S" instead of "i"
 2024-02-02 15:42 UTC  (13+ messages)

[dhowells-fs:rxrpc-iothread 21/24] net/rxrpc/call_event.c:83:6: warning: variable 'resend_at' is used uninitialized whenever 'if' condition is true
 2024-02-02 15:42 UTC 

[PATCH 0/3] media: Fix warnings building with LLVM=1
 2024-02-02 12:58 UTC  (9+ messages)
` [PATCH 1/3] media: pci: sta2x11: Fix Wcast-function-type-strict warnings
` [PATCH 2/3] media: usb: pvrusb2: "
` [PATCH 3/3] media: mediatek: vcodedc: "

[PATCH, RESEND] x86/sev: Fix SEV check in sev_map_percpu_data()
 2024-02-02 10:30 UTC  (2+ messages)

[PATCH v2 0/5] overflow: Introduce wrapping helpers
 2024-02-02  9:26 UTC  (10+ messages)
` [PATCH v2 1/5] overflow: Adjust check_*_overflow() kern-doc to reflect results
` [PATCH v2 2/5] overflow: Expand check_add_overflow() for pointer addition
` [PATCH v2 3/5] overflow: Introduce add_would_overflow()
` [PATCH v2 4/5] overflow: Introduce add_wrap(), sub_wrap(), and mul_wrap()
` [PATCH v2 5/5] overflow: Introduce inc_wrap() and dec_wrap()

[tobetter:odroid-6.6.y 42/52] drivers/char/aml-gpiomem.c:128:22: error: call to undeclared function 'phys_mem_access_prot'; ISO C99 and later do not support implicit function declarations
 2024-02-01 20:22 UTC 

[PATCH v6 0/2] shrink lib/string.i via IWYU
 2024-02-01 17:52 UTC  (2+ messages)

[RFC PATCH v2] x86/sev: enforce RIP-relative accesses in early SEV/SME code
 2024-02-01 16:38 UTC  (13+ messages)
` [PATCH v3 0/2] x86: enforce and cleanup RIP-relative accesses in early boot code
` [PATCH v3 1/2] x86/sev: enforce RIP-relative accesses in early SEV/SME code
` [PATCH v3 2/2] x86/head64: Replace pointer fixups with RIP_RELATIVE_ADDR()

[PATCH] s390: vDSO: Drop '-fPIC' from LDFLAGS
 2024-02-01 14:56 UTC  (3+ messages)

next/master build: 167 builds: 8 failed, 159 passed, 7 errors, 298 warnings (next-20240201)
 2024-02-01 12:34 UTC 

[PATCH v3 1/1] pidfd: implement PIDFD_THREAD flag for pidfd_open()
 2024-02-01  8:47 UTC  (2+ messages)

[linux-next:master 2573/3381] ld.lld: error: undefined symbol: snd_pcm_format_physical_width
 2024-02-01  7:23 UTC 

[PATCH 3/5] media: mali-c55: Add Mali-C55 ISP driver
 2024-02-01  6:48 UTC 

✅ PASS (MISSED 20 of 226): Test report for master (6.8.0-rc2, mainline.kernel.org-clang, 6764c317)
 2024-02-01  6:21 UTC 

[nsa:dev/iio-backend-axi-dds-test 20/20] drivers/iio/dac/adi-axi-dac.c:65:1: warning: non-void function does not return a value
 2024-02-01  1:54 UTC 

drivers/gpu/drm/xe/xe_lrc.c:544:1: error: unused function '__xe_lrc_regs_ggtt_addr'
 2024-02-01  1:33 UTC 

[leon-rdma:rdma-next 43/50] drivers/infiniband/hw/mlx5/odp.c:572:3: warning: variable 'access_mask' is uninitialized when used here
 2024-02-01  1:11 UTC 

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

[PATCH v3 00/24] of: property: add port base loop
 2024-02-01  0:12 UTC  (30+ messages)
` [PATCH v3 01/24] of: property: add missing kerneldoc for of_graph_get_endpoint_count()
` [PATCH v3 02/24] of: property: use unsigned int return on of_graph_get_endpoint_count()
` [PATCH v3 03/24] of: property: rename of_graph_get_next_endpoint() to of_graph_get_next_device_endpoint()
` [PATCH v3 04/24] video: fbdev: switch to use of_graph_get_next_device_endpoint()
` [PATCH v3 05/24] media: i2c: "
` [PATCH v3 06/24] media: platform: "
` [PATCH v3 07/24] gpu: drm: "
` [PATCH v3 08/24] hwtracing: "
` [PATCH v3 09/24] staging: "
` [PATCH v3 10/24] ASoC: "
` [PATCH v3 11/24] of: remove of_graph_get_next_endpoint() define
` [PATCH v3 12/24] of: property: add port base loop
` [PATCH v3 13/24] of: property: use of_graph_get_next_port() on of_graph_get_next_endpoint()
` [PATCH v3 14/24] of: property: add of_graph_get_next_endpoint()
` [PATCH v3 15/24] drm: omapdrm: use of_graph_get_next_endpoint()
` [PATCH v3 16/24] media: xilinx-tpg: "
` [PATCH v3 17/24] ASoC: audio-graph-card: "
` [PATCH v3 18/24] ASoC: audio-graph-card2: use of_graph_get_next_port()
` [PATCH v3 19/24] ASoC: audio-graph-card2: use of_graph_get_next_endpoint()
` [PATCH v3 20/24] ASoC: test-component: use for_each_port_of_node()
` [PATCH v3 21/24] fbdev: omapfb: use of_graph_get_remote_port()
` [PATCH v3 22/24] fbdev: omapfb: use of_graph_get_next_port()
` [PATCH v3 23/24] fbdev: omapfb: use of_graph_get_next_endpoint()
` [PATCH v3 24/24] fbdev: omapfb: use of_graph_get_next_device_endpoint()

[kees:devel/hardening/v6.8/2-arg-strscpy 1/2] include/linux/suspend.h:81:2: error: call to undeclared function 'COUNT_ARGS'; ISO C99 and later do not support implicit function declarations
 2024-01-31 20:11 UTC 

LLVM 18 -> 19 transition missing from apt.llvm.org unstable
 2024-01-31 18:05 UTC  (2+ messages)

[PATCH 1/5] security: allow finer granularity in permitting copy-up of security xattrs
 2024-01-31 16:47 UTC 

[jlayton:flsplit3 24/46] fs/locks.c:854:20: error: incompatible pointer types passing 'struct file_lock_core *' to parameter of type 'struct file_lock *'
 2024-01-31 13:35 UTC 

[PATCH v2 2/4] drm: Add drm_get_acpi_edid() helper
 2024-01-31 10:37 UTC  (3+ messages)

[PATCH 20/22] gpio: protect the pointer to gpio_chip in gpio_device with SRCU
 2024-01-31  8:15 UTC  (2+ messages)

✅ PASS (MISSED 5 of 226): Test report for master (6.8.0-rc2, mainline.kernel.org-clang, 2a6526c4)
 2024-01-31  7:41 UTC 

[alexshi:schedtest 12/12] kernel/sched/fair.c:9748:34: error: call to undeclared function 'cpu_core_flags'; ISO C99 and later do not support implicit function declarations
 2024-01-31  5:54 UTC 

[ardb:x86-pie-for-sev-v3 17/22] arch/x86/kernel/sev.o: warning: objtool: snp_cpuid+0x120: can't find switch jump table
 2024-01-31  5:33 UTC 

[gmprice:weighted_interleave-next 3/3] mm/mempolicy.c:2415:34: warning: variable 'next_node' is uninitialized when used here
 2024-01-31  4:39 UTC 

[PATCH v1 03/18] thermal: Directly use thermal_zone_platform_params for thermal_zone_device
 2024-01-31  1:58 UTC  (2+ messages)

[bp:tip-x86-fred 1/10] vmlinux.o: warning: objtool: fred_extint+0x25: call to array_index_mask_nospec() leaves .noinstr.text section
 2024-01-31  1:36 UTC 

[PATCH 1/3] riscv: optimized memcpy
 2024-01-31  0:19 UTC 

[linusw-gpio:b4/descriptors-wireless 2/7] drivers/net/wireless/ath/ath9k/hw.c:2731:2: error: must use 'struct' tag to refer to type 'gpio_desc'
 2024-01-30 23:16 UTC 

[PATCH 1/3] riscv: mm: Use hint address in mmap if available
 2024-01-30 22:12 UTC 

[kees:devel/overflow/ubsan-only 3/6] lib/test_ubsan.c:61:17: warning: variable 'top' set but not used
 2024-01-30 20:33 UTC 

Prebuilt LLVM 18.1.0-rc1 uploaded
 2024-01-30 14:57 UTC 

[PATCH 0/2] RISC-V: Fix CONFIG_AS_HAS_OPTION_ARCH with tip of tree LLVM
 2024-01-30 13:15 UTC  (3+ messages)

next/master build: 179 builds: 8 failed, 171 passed, 8 errors, 310 warnings (next-20240130)
 2024-01-30 12:35 UTC 

[mnyman-xhci:feature_interrupters 4/4] drivers/usb/host/xhci-sideband.c:244:66: error: too few arguments to function call, expected 2, have 1
 2024-01-30 12:18 UTC 

CBL issue 1984 - AMD64 segfault during LTO building linux-6.7.0 with clang-17.0.6
 2024-01-30 10:48 UTC  (5+ messages)

[PATCH] powerpc: add crtsavres.o to always-y instead of extra-y
 2024-01-30  9:54 UTC  (3+ messages)

[PATCH 15/15] wifi: cfg80211/mac80211: move puncturing into chandef
 2024-01-30  7:13 UTC  (2+ messages)

[brauner-vfs:b4/vfs-bdev-file-bd_inode 35/37] drivers/gpu/drm/drm_gem_vram_helper.c:938:28: error: call to undeclared function 'drm_vram_mm_obdev_file'; ISO C99 and later do not support implicit function declarations
 2024-01-29 22:17 UTC 

[PATCH 0/5] overflow: Introduce wrapping helpers
 2024-01-29 21:56 UTC  (10+ messages)
` [PATCH 1/5] overflow: Adjust check_*_overflow() kern-doc to reflect results
` [PATCH 2/5] overflow: Expand check_add_overflow() for pointer addition
` [PATCH 3/5] overflow: Introduce add_would_overflow()
` [PATCH 4/5] overflow: Introduce add_wrap(), sub_wrap(), and mul_wrap()
` [PATCH 5/5] overflow: Introduce inc_wrap() and dec_wrap()

[PATCH 0/6] ubsan: Introduce wrap-around sanitizers
 2024-01-29 20:22 UTC  (7+ messages)
` [PATCH 1/6] ubsan: Use Clang's -fsanitize-trap=undefined option
` [PATCH 2/6] ubsan: Reintroduce signed and unsigned overflow sanitizers
` [PATCH 5/6] ubsan: Split wrapping sanitizer Makefile rules

[PATCH v1 3/4] can: cast: add driver for CAST CAN controller
 2024-01-29 19:51 UTC 

[brauner-vfs:b4/vfs-bdev-file-bd_inode 35/37] fs/jbd2/journal.c:1649: warning: Function parameter or struct member 'bdev_file' not described in 'jbd2_journal_init_dev'
 2024-01-29 18:37 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox