llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-02 22:33:36 to 2021-12-08 00:42:21 UTC [more...]

arch/x86/kernel/traps.o: warning: objtool: handle_xfd_event()+0xdb: unreachable instruction
 2021-12-08  0:41 UTC 

[avpatel:riscv_kvm_aia_v1 39/40] arch/riscv/kvm/aia_aplic.c:254:6: warning: variable 'inject' is used uninitialized whenever 'if' condition is true
 2021-12-08  0:10 UTC 

[kees:memcpy/step2/next-20211206 19/19] include/linux/fortify-string.h:324:4: warning: call to __read_overflow2_field declared with 'warning' attribute: detected read beyond size of field (2nd parameter); maybe use struct_group()?
 2021-12-08  0:00 UTC 

[PATCH] ethernet: fman: add missing put_device() call in fman_port_probe()
 2021-12-07 20:36 UTC 

[linux-next:master 3583/5418] fs/cachefiles/io.c:487:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is false
 2021-12-07 20:15 UTC 

[PATCH] power: reset: ltc2952: fix float conversion error
 2021-12-07 19:21 UTC  (6+ messages)

[linux-stable-rc:linux-5.15.y 14/1649] ld.lld: error: init/built-in.a(main.o):(function trace_event_raw_event_initcall_level: .text+0x190): relocation R_RISCV_HI20 out of range: 528284 is not in [-524288, 524287]; references __stack_chk_guard
 2021-12-07 18:53 UTC 

[RFC 0/3] headers: start rework to avoid recursive inclusion
 2021-12-07 18:50 UTC  (10+ messages)
` [RFC 1/3] headers: add more types to linux/types.h
` [RFC 2/3] headers: introduce linux/struct_types.h
` [RFC 3/3] headers: repurpose linux/fs_types.h

[mark:linkage/alias-rework 5/7] ld.lld: error: duplicate symbol: strchr
 2021-12-07 18:33 UTC 

[Intel-gfx] [PATCH 3/4] drm/i915: Use wm0 only during async flips for DG2
 2021-12-07 18:12 UTC 

[PATCH] MIPS: Loongson2ef: Remove unnecessary {as,cc}-option calls
 2021-12-07 17:59 UTC 

arch/x86/mm/extable.o: warning: objtool: fixup_exception()+0x49f: unreachable instruction
 2021-12-07 17:31 UTC 

[avpatel:riscv_kvm_aia_v1 38/40] include/linux/irqchip/riscv-imsic.h:64:10: error: use of undeclared identifier 'ENODEV'
 2021-12-07 17:31 UTC 

[paulmck-rcu:rcu/next 42/52] vmlinux.o: warning: objtool: __context_tracking_enter()+0x75: call to rcu_user_enter() leaves .noinstr.text section
 2021-12-07 17:31 UTC 

[PATCH] cachefiles: fix __cachefiles_prepare_write() error handling
 2021-12-07 17:02 UTC  (2+ messages)

[PATCH] MIPS: Loongson64: Use three arguments for slti
 2021-12-07 17:01 UTC 

[PATCH] powerpc: platforms: cell: pervasive: fix clang -Wimplicit-fallthrough
 2021-12-07 16:27 UTC  (3+ messages)

[PATCH] sound: ppc: beep: fix clang -Wimplicit-fallthrough
 2021-12-07 14:37 UTC  (2+ messages)

[PATCHv5 1/4] arm64: io: Use asm-generic high level MMIO accessors
 2021-12-07 13:04 UTC 

next/master build: 216 builds: 66 failed, 150 passed, 3352 errors, 1245 warnings (next-20211207)
 2021-12-07 13:03 UTC 

[peterz-queue:x86/wip.extable 7/23] ld.lld: error: <inline asm>:25:2: macro 'extable_type_reg' is already defined
 2021-12-07 11:53 UTC 

[PATCH] numa: mark __next_node() as __always_inline to fix section mismatch
 2021-12-07 11:27 UTC  (5+ messages)

[PATCH v5 5/5] powerpc/inst: Optimise copy_inst_from_kernel_nofault()
 2021-12-07 11:19 UTC  (12+ messages)

[PATCH] fbdev: savagefb: make a variable local
 2021-12-07 10:51 UTC 

arch/x86/kernel/alternative.o: warning: objtool: apply_retpolines()+0x35: unreachable instruction
 2021-12-07 10:00 UTC 

drivers/gpu/drm/amd/amdgpu/../display/dc/dcn31/dcn31_apg.c:124:2: warning: Value stored to 'speakers' is never read [clang-analyzer-deadcode.DeadStores]
 2021-12-07  9:16 UTC 

PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace
 2021-12-07  9:09 UTC 

drivers/dma/dw-edma/dw-edma-v0-core.c:192:19: warning: unused function 'readq_ch'
 2021-12-07  7:57 UTC 

[PATCH v8 00/14] Function Granular KASLR
 2021-12-07  5:31 UTC  (32+ messages)
` [PATCH v8 03/14] x86: Add support for function granular KASLR
` [PATCH v8 04/14] linkage: add macros for putting ASM functions into own sections
` [PATCH v8 05/14] x86: conditionally place regular ASM functions into separate sections
` [PATCH v8 06/14] FG-KASLR: use a scripted approach to handle .text.* sections
` [PATCH v8 07/14] kallsyms: Hide layout
` [PATCH v8 08/14] livepatch: only match unique symbols when using FG-KASLR
` [PATCH v8 11/14] module: Reorder functions
` [PATCH v8 14/14] maintainers: add MAINTAINERS entry for FG-KASLR

❌ FAIL: Test report for kernel 5.16.0-rc4 (mainline.kernel.org-clang, f80ef9e4)
 2021-12-07  4:29 UTC 

[PATCH bpf 0/2] samples: bpf: fix build issues with Clang/LLVM
 2021-12-07  3:35 UTC  (6+ messages)
` [PATCH bpf 1/2] samples: bpf: fix xdp_sample_user.o linking with Clang
` [PATCH bpf 2/2] samples: bpf: fix 'unknown warning group' build warning on Clang

[cel:topic-rpc-with-tls-upcall 12/15] fs/nfs/super.c:500:2: warning: unannotated fall-through between switch labels
 2021-12-07  2:33 UTC 

drivers/nvme/host/fc.o: warning: objtool: nvme_fc_map_queues()+0x110: unreachable instruction
 2021-12-07  2:33 UTC 

[linux-next:master 2695/5235] drivers/regulator/irq_helpers.o: warning: objtool: regulator_irq_map_event_simple()+0xb3: unreachable instruction
 2021-12-07  0:31 UTC 

[RFC PATCH 5/5] adds i2c/ explicitly to Makefile
 2021-12-06 22:56 UTC 

[PATCH AUTOSEL 5.10 03/15] s390/test_unwind: use raw opcode instead of invalid instruction
 2021-12-06 21:15 UTC 

[PATCH AUTOSEL 5.15 06/24] s390/test_unwind: use raw opcode instead of invalid instruction
 2021-12-06 21:12 UTC 

[Intel-gfx] [PATCH 07/14] drm/i915: Clean up pre-skl primary plane registers
 2021-12-06 19:22 UTC 

[linux-next:master 4200/5235] drivers/gpu/drm/amd/amdgpu/amdgpu_ih.o: warning: objtool: amdgpu_ih_wait_on_checkpoint_process_ts()+0x1ac: unreachable instruction
 2021-12-06 19:01 UTC 

[tglx-devel:msi 20/90] drivers/pci/probe.c:2312:27: error: no member named 'msi_lock' in 'struct pci_dev'
 2021-12-06 18:41 UTC 

[PATCH 00/12] IIO: clang W=1 warning cleanup
 2021-12-06 18:18 UTC 

[chenxing:msc313_mainlining 40/73] drivers/pinctrl/mstar/pinctrl-msc313-pm.c:35:27: warning: unused variable 'pm_uart_groups'
 2021-12-06 18:00 UTC 

[PATCH v3 00/25] kcsan: Support detecting a subset of missing memory barriers
 2021-12-06 17:38 UTC  (16+ messages)
` [PATCH v3 04/25] kcsan: Add core support for a subset of weak memory modeling
` [PATCH v3 08/25] kcsan: Show location access was reordered to

[PATCH v2] selftests: vDSO: parse: warning: fix assignment as a condition
 2021-12-06 16:24 UTC  (2+ messages)

[Intel-gfx] [PATCH 06/14] drm/i915: Use REG_BIT() & co. for universal plane bits
 2021-12-06 15:57 UTC 

[PATCH v4 7/7] usb: gadget: uvc: add format/frame handling code
 2021-12-06 14:04 UTC 

[linux-next:master 4198/5235] drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.o: warning: objtool: smu_dpm_set_power_gate()+0x1f4: unreachable instruction
 2021-12-06 13:54 UTC 

[tip:sched/core 3/8] kernel/sched/core_sched.o: warning: objtool: __sched_core_account_forceidle()+0x3c6: unreachable instruction
 2021-12-06 13:54 UTC 

[Intel-gfx] [PATCH 02/14] drm/i915: Rename plane YUV order bits
 2021-12-06 13:13 UTC 

❌ FAIL: Test report for kernel 5.16.0-rc3 (mainline.kernel.org-clang, 268ba095)
 2021-12-06 13:02 UTC 

[PATCH v4 6/7] usb: gadget: uvc: add VIDIOC function
 2021-12-06 11:31 UTC 

next/master build: 191 builds: 64 failed, 127 passed, 3086 errors, 1129 warnings (next-20211206)
 2021-12-06 11:24 UTC 

[peterz-queue:locking/core 1/11] kernel/sched/core.o: warning: objtool: migrate_enable()+0x1b2: unreachable instruction
 2021-12-06  9:59 UTC 

❌ FAIL: Test report for kernel 5.16.0-rc4 (mainline.kernel.org-clang, 0fcfb00b)
 2021-12-06  9:16 UTC 

[chenxing:msc313_mainlining 69/73] drivers/clocksource/timer-msc313e.c:38:21: error: field has incomplete type 'struct delay_timer'
 2021-12-06  7:58 UTC 

[PATCH] completion: introduce complete_put() helper function
 2021-12-06  7:17 UTC 

+ mm-mempolicy-wire-up-syscall-set_mempolicy_home_node.patch added to -mm tree
 2021-12-06  6:14 UTC  (2+ messages)

❌ FAIL: Test report for kernel 5.16.0-rc3 (mainline.kernel.org-clang, 7587a4a5)
 2021-12-06  5:02 UTC 

❌ FAIL: Test report for kernel 5.16.0-rc3 (mainline.kernel.org-clang, 94420704)
 2021-12-06  1:09 UTC 

fs/btrfs/free-space-cache.o: warning: objtool: btrfs_remove_free_space()+0x87d: unreachable instruction
 2021-12-05 21:10 UTC 

[PATCH] MAINTAINERS: Sort entries using parse-maintainers.pl
 2021-12-05 21:04 UTC  (5+ messages)

fs/cifs/sess.o: warning: objtool: sess_auth_ntlmv2()+0xa9a: unreachable instruction
 2021-12-05 18:08 UTC 

❌ FAIL: Test report for kernel 5.16.0-rc3 (mainline.kernel.org-clang, 79a72162)
 2021-12-05 10:25 UTC 

✅ PASS: Test report for kernel 5.16.0-rc3 (mainline.kernel.org-clang, 23b55d67)
 2021-12-05  7:55 UTC 

[dhowells-fs:fscache-rewrite 26/64] fs/fscache/io.o: warning: objtool: fscache_begin_operation()+0x4a5: unreachable instruction
 2021-12-05  6:39 UTC 

[linux-next:master 2186/5128] net/mptcp/sockopt.o: warning: objtool: mptcp_setsockopt()+0x1817: unreachable instruction
 2021-12-05  6:18 UTC 

[PATCH v16 8/8] ARM: dts: imx7d: remarkable2: Enable lcdif
 2021-12-05  5:37 UTC 

[dhowells-fs:fscache-rewrite 18/64] fs/fscache/cookie.o: warning: objtool: fscache_free_cookie()+0x5e: unreachable instruction
 2021-12-05  4:47 UTC 

net/mptcp/protocol.o: warning: objtool: mptcp_sendmsg_frag()+0x346: unreachable instruction
 2021-12-05  4:26 UTC 

[PATCH 1/5] scheduler: Create SDTL_SKIP flag to skip topology level
 2021-12-05  4:15 UTC 

[mark:linkage/alias-rework 5/5] arch/x86/crypto/aesni-intel_asm.S:1755:1: error: invalid instruction mnemonic 'sym_func_start_local_alias'
 2021-12-05  1:02 UTC 

ld.lld: error: section .dynamic file range overlaps with .text
 2021-12-05  1:02 UTC 

[linux-next:master 2117/5128] drivers/mtd/nand/raw/nand_base.o: warning: objtool: nand_read_oob()+0x1c80: unreachable instruction
 2021-12-05  0:19 UTC 

❌ FAIL: Test report for kernel 5.16.0-rc3 (mainline.kernel.org-clang, bbef3c7a)
 2021-12-04 23:42 UTC 

[jgunthorpe:iommufd 9/22] drivers/vfio/vfio.o: warning: objtool: vfio_group_fops_open()+0x25d: unreachable instruction
 2021-12-04 23:39 UTC 

[brauner:fs.binfmt_misc 2/2] fs/binfmt_misc.o: warning: objtool: bm_status_read()+0xc0: unreachable instruction
 2021-12-04 21:16 UTC 

net/mptcp/protocol.o: warning: objtool: mptcp_hash()+0x2: unreachable instruction
 2021-12-04 18:11 UTC 

[mark:linkage/alias-rework 4/5] ERROR: modpost: "memcpy" [net/nsh/nsh.ko] undefined!
 2021-12-04 17:51 UTC 

[RFC] mac80211: Mesh Fast xmit support
 2021-12-04 17:51 UTC 

drivers/vfio/vfio.o: warning: objtool: vfio_iommu_group_notifier()+0x49f: unreachable instruction
 2021-12-04 16:49 UTC 

[PATCH V3 XRT Alveo Infrastructure 3/8] of: create empty of root
 2021-12-04 14:16 UTC 

[PATCH v2] media: vivid: fix timestamp and sequence wrapping
 2021-12-04 13:56 UTC 

[PATCH linux-next] delayacct: track delays from memory compact
 2021-12-04 10:20 UTC 

❌ FAIL: Test report for kernel 5.16.0-rc3 (mainline.kernel.org-clang, 12119cfa)
 2021-12-04  8:53 UTC 

[linux-next:master 3226/5128] ERROR: modpost: "cs35l41_remove" [sound/soc/codecs/snd-soc-cs35l41-spi.ko] undefined!
 2021-12-04  7:27 UTC 

[ardb:tmp 22/32] ld.lld: error: undefined symbol: generic_handle_arch_irq
 2021-12-04  6:04 UTC 

❌ FAIL: Test report for kernel 5.16.0-rc3 (mainline.kernel.org-clang, 757f3e6d)
 2021-12-04  3:58 UTC 

[PATCH v5 for-next 8/8] RDMA/rxe: Add wait for completion to obj destruct
 2021-12-04  3:50 UTC 

❌ FAIL: Test report for kernel 5.16.0-rc3 (mainline.kernel.org-clang, a2aeaeab)
 2021-12-04  3:26 UTC 

[PATCH V5 5/5] crypto: ccp - Add SEV_INIT_EX support
 2021-12-04  3:13 UTC  (2+ messages)

[mark:arm64/preempt-dynamic-static-key 6/6] kernel/locking/locktorture.c:122:3: error: implicit declaration of function 'preempt_schedule'
 2021-12-03 23:39 UTC 

[PATCH v2 REPOST] scsi: be2iscsi: Replace irq_poll with threaded IRQ handler
 2021-12-03 22:58 UTC 

[peterz-queue:x86/wip.extable 7/23] ld.lld: error: <inline asm>:25:2: macro 'extable_type_reg' is already defined
 2021-12-03 19:54 UTC 

[PATCH v5 08/10] irqchip: Add Sunplus SP7021 interrupt controller driver
 2021-12-03 17:41 UTC 

[PATCH 1/2] selftests: cgroup: build error multiple outpt files
 2021-12-03 17:08 UTC  (6+ messages)

net/mac80211/mlme.c:5085:8: error: use of undeclared identifier 'vht_cap'; did you mean 'ht_cap'?
 2021-12-03 16:40 UTC 

[lee-mfd:for-mfd-next 10/17] drivers/mfd/atmel-flexcom.c:108:32: warning: unused variable 'atmel_flexcom_pm_ops'
 2021-12-03 16:40 UTC 

[linux-next:master 4708/5128] fs/cifs/connect.c:1566:12: error: no member named 'fscache' in 'struct TCP_Server_Info'
 2021-12-03 16:09 UTC 

[PATCH] arm64: fix the address of syscall in arch_syscall_addr if CFI is enabled
 2021-12-03 16:07 UTC  (3+ messages)

[PATCH RFC 0/6] Bump minimum supported version of LLVM to 11.0.0
 2021-12-03 15:51 UTC  (5+ messages)

[asahilinux:asahi 45/56] drivers/gpu/drm/tiny/simpledrm.c:915:1: error: redefinition of '__inittest'
 2021-12-03 15:09 UTC 

[linux-next:master 3956/5128] sound/soc/sof/intel/hda-codec.c:132:35: error: use of undeclared identifier 'CODEC_PROBE_RETRIES'
 2021-12-03 15:01 UTC  (5+ messages)

[asahilinux:asahi 55/56] drivers/pci/controller/pcie-apple.c:537:11: error: implicit declaration of function 'FIELD_PREP'
 2021-12-03 14:18 UTC 

[linux-next:master 2396/5128] ERROR: modpost: "relay_file_operations" [drivers/net/wwan/iosm/iosm.ko] undefined!
 2021-12-03 11:35 UTC 

❌ FAIL: Test report for kernel 5.16.0-rc3 (mainline.kernel.org-clang, 5f58da2b)
 2021-12-03 11:09 UTC 

[RFC v2 19/19] ima: Setup securityfs for IMA namespace
 2021-12-03 11:04 UTC 

next/master build: 211 builds: 68 failed, 143 passed, 3181 errors, 1127 warnings (next-20211203)
 2021-12-03 11:02 UTC 

❌ FAIL: Test report for kernel 5.16.0-rc3 (mainline.kernel.org-clang, a51e3ac4)
 2021-12-03 10:14 UTC 

[agd5f:drm-next 189/190] drivers/gpu/drm/amd/amdgpu/amdgpu_profile.c:37:5: warning: no previous prototype for function 'amdgpu_profile_ioctl'
 2021-12-03  8:01 UTC 

[PATCH 05/36] xfs: pass perag to xfs_alloc_read_agf()
 2021-12-03  7:19 UTC 

[linusw-nomadik:ux500-href-charging-compiletest 23/23] drivers/power/supply/cw2015_battery.c:691:55: error: use of undeclared identifier 'cw'
 2021-12-03  6:28 UTC 

[PATCH -next] fpga: region: fix kernel-doc
 2021-12-03  4:11 UTC  (3+ messages)

[PATCH v2] fpga: stratix10-soc: Do not use ret uninitialized in s10_probe()
 2021-12-03  4:10 UTC  (2+ messages)

[PATCH v4 3/6] uapi: futex: Add a futex syscall
 2021-12-03  1:01 UTC 

[ardb:arm-up-ti-in-task-v3 28/31] clang-14: error: hardware TLS register is not supported for the thumb sub-architecture
 2021-12-03  0:11 UTC 

[bvanassche:ufs-for-next 16/17] drivers/scsi/ufs/ufshcd.c:1086:3: warning: variable 'pending' is uninitialized when used here
 2021-12-02 23:40 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).