llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-11 19:22:48 to 2022-05-14 02:44:11 UTC [more...]

[xilinx-xlnx:xlnx_rebase_v5.15_LTS_2022.1_update 404/1093] ld.lld: error: undefined symbol: dwc3_host_wakeup_register
 2022-05-14  2:43 UTC 

[syzbot] WARNING in follow_hugetlb_page
 2022-05-14  1:16 UTC  (12+ messages)

[PATCH] kbuild: copy scripts/atomic/atomic-*.h to include/generated/atomic-*.h
 2022-05-14  0:30 UTC 

[xilinx-xlnx:xlnx_rebase_v5.15_LTS_2022.1_update 404/1093] drivers/usb/dwc3/dwc3-xilinx.c:508:6: warning: no previous prototype for function 'dwc3_xilinx_wakeup_capable'
 2022-05-13 23:56 UTC 

[PATCH 5/5] clk: mediatek: Add MediaTek Helio X10 MT6795 clock drivers
 2022-05-13 22:00 UTC 

[nvdimm:libnvdimm-for-next 8/11] fs/fuse/virtio_fs.c:784:19: error: incompatible function pointer types initializing 'long (*)(struct dax_device *, unsigned long, long, enum dax_access_mode, void **, pfn_t *)' with an expression of type 'long (struct dax_device *, unsigned long, long, vo
 2022-05-13 21:50 UTC  (3+ messages)
` [nvdimm:libnvdimm-for-next 8/11] fs/fuse/virtio_fs.c:784:19: error: incompatible function pointer types initializing 'long (*)(struct dax_device *, unsigned long, long, enum dax_access_mode, void **, pfn_t *)' with an expression of type 'long (stru

[RFC PATCH v2 00/21] KCFI support
 2022-05-13 20:21 UTC  (22+ messages)
` [RFC PATCH v2 01/21] efi/libstub: Filter out CC_FLAGS_CFI
` [RFC PATCH v2 02/21] arm64/vdso: "
` [RFC PATCH v2 03/21] kallsyms: Ignore __kcfi_typeid_
` [RFC PATCH v2 04/21] cfi: Remove CONFIG_CFI_CLANG_SHADOW
` [RFC PATCH v2 05/21] cfi: Drop __CFI_ADDRESSABLE
` [RFC PATCH v2 06/21] cfi: Switch to -fsanitize=kcfi
` [RFC PATCH v2 07/21] cfi: Add type helper macros
` [RFC PATCH v2 08/21] psci: Fix the function type for psci_initcall_t
` [RFC PATCH v2 09/21] arm64: Add types to indirect called assembly functions
` [RFC PATCH v2 10/21] arm64: Add CFI error handling
` [RFC PATCH v2 11/21] arm64: Drop unneeded __nocfi attributes
` [RFC PATCH v2 12/21] treewide: Drop function_nocfi
` [RFC PATCH v2 13/21] treewide: Drop WARN_ON_FUNCTION_MISMATCH
` [RFC PATCH v2 14/21] treewide: Drop __cficanonical
` [RFC PATCH v2 15/21] objtool: Don't warn about __cfi_ preambles falling through
` [RFC PATCH v2 16/21] x86/tools/relocs: Ignore __kcfi_typeid_ relocations
` [RFC PATCH v2 17/21] x86: Add types to indirectly called assembly functions
` [RFC PATCH v2 18/21] x86/purgatory: Disable CFI
` [RFC PATCH v2 19/21] x86/vdso: "
` [RFC PATCH v2 20/21] x86: Add support for CONFIG_CFI_CLANG
` [RFC PATCH v2 21/21] init: Drop __nocfi from __init

2022 Clang-Built Linux Meetup: Call For Papers
 2022-05-13 19:57 UTC  (2+ messages)

riscv: llvm-compiler: calling convention violation: temporary register $t2 is used to pass the ninth function parameter
 2022-05-13 19:39 UTC  (8+ messages)

[PATCH v2] RISC-V: build: Allow LTO to be selected
 2022-05-13 19:31 UTC  (6+ messages)

[PATCH 3/3] mac80211: mlme: use local SSID copy
 2022-05-13 19:28 UTC 

next/master build: 218 builds: 7 failed, 211 passed, 23 errors, 66 warnings (next-20220513)
 2022-05-13 19:14 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless 24/29] net/rxrpc/output.c:23:19: warning: unused variable 'sa'
 2022-05-13 18:57 UTC 

[PATCH] security: declare member holding string literal const
 2022-05-13 18:55 UTC  (6+ messages)

[PATCH] i2c: at91: Initialize dma_buf in at91_twi_xfer()
 2022-05-13 16:50 UTC  (2+ messages)

[ammarfaizi2-block:palmer/linux/riscv-d1 9/12] arch/riscv/include/asm/pgtable-64.h:101:2: error: expected assembly-time absolute expression
 2022-05-13 15:54 UTC 

[PATCH 00/32] Introduce flexible array struct memcpy() helpers
 2022-05-13 15:44 UTC  (5+ messages)
` [PATCH 19/32] afs: Use mem_to_flex_dup() with struct afs_acl

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-sfrench 5/6] fs/cifs/smb2ops.c:4752:11: warning: comparison of distinct pointer types ('typeof (size - copied) *' (aka 'unsigned int *') and 'typeof (((1UL) << (12))) *' (aka 'unsigned long *'))
 2022-05-13 13:35 UTC 

[PATCH v6 00/10] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-05-13 12:20 UTC  (12+ messages)
` [PATCH v6 01/10] modpost: extract symbol versions from *.cmd files
` [PATCH v6 02/10] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
` [PATCH v6 03/10] kbuild: stop merging *.symversions
` [PATCH v6 04/10] genksyms: adjust the output format to modpost
` [PATCH v6 05/10] kbuild: do not create *.prelink.o for Clang LTO or IBT
` [PATCH v6 06/10] kbuild: check static EXPORT_SYMBOL* by script instead of modpost
` [PATCH v6 07/10] kbuild: make built-in.a rule robust against too long argument error
` [PATCH v6 08/10] kbuild: make *.mod "
` [PATCH v6 09/10] kbuild: add cmd_and_savecmd macro
` [PATCH v6 10/10] kbuild: rebuild multi-object modules when objtool is updated

[PATCH v5 00/12] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-05-13 11:40 UTC  (17+ messages)
` [PATCH v5 01/12] modpost: split the section mismatch checks into section-check.c
` [PATCH v5 03/12] modpost: extract symbol versions from *.cmd files
` [PATCH v5 04/12] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
` [PATCH v5 11/12] kbuild: add cmd_and_savecmd macro
` [PATCH v5 12/12] kbuild: rebuild multi-object modules when objtool is updated

[PATCH] sched/core: add forced idle accounting for cgroups
 2022-05-13 11:33 UTC  (2+ messages)

❌ FAIL: Test report for kernel 5.18.0-rc6 (mainline.kernel.org-clang, f3f19f93)
 2022-05-13 10:41 UTC 

[PATCH] drm/i915: Fix CFI violation with show_dynamic_id()
 2022-05-13 10:08 UTC  (4+ messages)

[PATCH] drm/amd/display: Remove macro DC_DEFAULT_LOG_MASK
 2022-05-13  7:58 UTC 

[linux-next:master 7518/11360] arch/arm/mach-spear/spear6xx.c:365:13: warning: no previous prototype for function 'spear6xx_map_io'
 2022-05-13  7:37 UTC 

[RFC PATCH 1/3] can: ctucanfd: add HW timestamps to RX and error CAN frames
 2022-05-13  6:45 UTC 

[PATCH v5 2/5] iommu: Implement of_iommu_get_resv_regions()
 2022-05-13  6:13 UTC  (2+ messages)

[linux-next:master 2105/11360] arch/arm/mach-omap1/serial.c:236:12: warning: no previous prototype for function 'omap_serial_wakeup_init'
 2022-05-13  5:42 UTC 

[frederic-dynticks:rcu/context-tracking-v2 17/21] kernel/context_tracking.c:91:4: error: call to undeclared function 'rcu_irq_work_resched'; ISO C99 and later do not support implicit function declarations
 2022-05-13  5:42 UTC 

❌ FAIL: Test report for kernel 5.18.0-rc6 (mainline.kernel.org-clang, 0ac824f3)
 2022-05-13  4:42 UTC 

[PATCH v5] mm: fix is_pinnable_page against on cma page
 2022-05-13  4:19 UTC  (2+ messages)

[PATCH v3 1/2] iommu/io-pgtable-arm-v7s: Add a quirk to allow pgtable PA up to 35bit
 2022-05-13  2:18 UTC 

[frederic-dynticks:rcu/context-tracking-v2 12/21] vmlinux.o: warning: objtool: irqentry_nmi_exit()+0x34: call to ct_nmi_exit() leaves .noinstr.text section
 2022-05-13  2:18 UTC 

[PATCH v10 1/4] trace: Add trace any kernel object
 2022-05-13  2:01 UTC 

[PATCH 2/2] mm: pvmw: check possible huge PMD map by transhuge_vma_suitable()
 2022-05-13  1:41 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless 35/35] net/rxrpc/recvmsg.c:297:9: warning: variable 'j' is uninitialized when used here
 2022-05-13  1:00 UTC 

[PATCH V5 3/5] iio: accel: sca3300: modified to support multi chips
 2022-05-13  1:00 UTC 

[avpatel:riscv_kvm_aia_v1 30/36] arch/arm64/kvm/mmu.c:767:55: warning: incompatible pointer to integer conversion initializing 'gfp_t' (aka 'unsigned int') with an expression of type 'void *'
 2022-05-13  0:49 UTC 

[PATCH v4 3/3] mtd: parsers: add support for Sercomm partitions
 2022-05-13  0:29 UTC 

[mszyprow:v5.18-next-20220511-dsi-rework 14/35] ERROR: modpost: "dsi_driver" [drivers/gpu/drm/exynos/exynosdrm.ko] undefined!
 2022-05-12 22:52 UTC 

[linux-next:master 10667/11360] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:9169:20: warning: variable 'abo' set but not used
 2022-05-12 22:32 UTC 

[linux-stable-rc:linux-5.10.y 5435/5609] drivers/usb/phy/phy-generic.c:271:19: error: implicit declaration of function 'devm_regulator_get_exclusive'
 2022-05-12 21:00 UTC 

include/linux/intel-iommu.h:531:28: error: use of undeclared identifier 'CONFIG_DMAR_UNITS_SUPPORTED'
 2022-05-12 20:50 UTC 

[frederic-dynticks:rcu/context-tracking-v2 11/21] vmlinux.o: warning: objtool: irqentry_exit()+0x7f: call to ct_irq_exit() leaves .noinstr.text section
 2022-05-12 19:43 UTC 

ld.lld: error: section .dynamic file range overlaps with .text
 2022-05-12 17:32 UTC 

[PATCH 2/5 v1] mm: add numa_count field for rss_stat
 2022-05-12 16:31 UTC 

[PATCH 3/8] s390/entry: shorten OUTSIDE macro
 2022-05-12 16:20 UTC 

[PATCH net-next 10/10] inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
 2022-05-12 16:13 UTC  (2+ messages)

[PATCH] scsi: ufs: Split the drivers/scsi/ufs directory
 2022-05-12 15:59 UTC 

[PATCH net-next 09/10] ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()
 2022-05-12 15:48 UTC 

[ammarfaizi2-block:palmer/linux/riscv-d1 9/12] arch/riscv/kernel/cpufeature.c:292:6: warning: variable 'cpu_apply_feature' set but not used
 2022-05-12 15:38 UTC 

[xilinx-xlnx:xlnx_rebase_v5.15_LTS 470/1138] drivers/misc/jesd204b/jesd_phy.c:172:6: warning: no previous prototype for function 'jesd204_phy_set_speed'
 2022-05-12 15:38 UTC 

[PATCH 5.10] arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
 2022-05-12 13:47 UTC  (2+ messages)

[pdx86-platform-drivers-x86:review-hans 46/59] kernel/stop_machine.c:638:35: error: call to undeclared function 'cpu_smt_mask'; ISO C99 and later do not support implicit function declarations
 2022-05-12 13:40 UTC  (5+ messages)

Warning fixes for clang + x86_64 allmodconfig on 5.10 and 5.4
 2022-05-12 13:36 UTC  (2+ messages)

next/master build: 222 builds: 11 failed, 211 passed, 34 errors, 119 warnings (next-20220512)
 2022-05-12 11:54 UTC 

[PATCH v2 2/5] proximity: vl53l0x: Prefer already initialized interrupt flags
 2022-05-12 10:32 UTC 

[cxl:preview 40/67] drivers/cxl/core/pci.c:137:14: error: call to undeclared function 'readq'; ISO C99 and later do not support implicit function declarations
 2022-05-12  9:21 UTC 

[mszyprow:v5.18-next-20220511-dsi-rework 30/35] drivers/gpu/drm/drm_mipi_dsi.c:1233: warning: expecting prototype for mipi_dsi_init(). Prototype was for mipi_dsi_host_init() instead
 2022-05-12  8:50 UTC 

[PATCH v21 00/25] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2022-05-12  5:31 UTC  (26+ messages)
` [PATCH v21 01/25] dt-bindings: mediatek: add vdosys1 RDMA definition "
` [PATCH v21 02/25] dt-bindings: reset: mt8195: add vdosys1 reset control bit
` [PATCH v21 03/25] dt-bindings: mediatek: add ethdr definition for mt8195
` [PATCH v21 04/25] soc: mediatek: add mtk-mmsys ethdr and mdp_rdma components
` [PATCH v21 05/25] soc: mediatek: add mtk-mmsys support for mt8195 vdosys1
` [PATCH v21 06/25] soc: mediatek: add mtk_mmsys_update_bits API
` [PATCH v21 07/25] soc: mediatek: add mtk-mmsys config API for mt8195 vdosys1
` [PATCH v21 08/25] soc: mediatek: add cmdq support of "
` [PATCH v21 09/25] soc: mediatek: mmsys: add mmsys for support 64 reset bits
` [PATCH v21 10/25] soc: mediatek: mmsys: add reset control for MT8195 vdosys1
` [PATCH v21 11/25] soc: mediatek: add mtk-mutex component - dp_intf1
` [PATCH v21 12/25] soc: mediatek: add mtk-mutex support for mt8195 vdosys1
` [PATCH v21 13/25] drm/mediatek: add display MDP RDMA support for MT8195
` [PATCH v21 14/25] drm/mediatek: add display merge advance config API "
` [PATCH v21 15/25] drm/mediatek: add display merge start/stop API for cmdq support
` [PATCH v21 16/25] drm/mediatek: add display merge mute/unmute support for MT8195
` [PATCH v21 17/25] drm/mediatek: add display merge async reset control
` [PATCH v21 18/25] drm/mediatek: add ETHDR support for MT8195
` [PATCH v21 19/25] drm/mediatek: add mediatek-drm plane color encoding info
` [PATCH v21 20/25] drm/mediatek: add ovl_adaptor support for MT8195
` [PATCH v21 21/25] drm/mediatek: add dma dev get function
` [PATCH v21 22/25] drm/mediatek: modify mediatek-drm for mt8195 multi mmsys support
` [PATCH v21 23/25] drm/mediatek: add drm ovl_adaptor sub driver for MT8195
` [PATCH v21 24/25] drm/mediatek: add mediatek-drm of vdosys1 support "
` [PATCH v21 25/25] arm64: dts: mt8195: add display node for vdosys1

[PATCH v2 2/4] Input: mt-matrix-keypad: Add Bosch mt matrix keypad driver
 2022-05-12  4:43 UTC 

[PATCH v2 0/2] x86/asm/bitops: optimize ff{s,z} functions for constant expressions
 2022-05-12  4:29 UTC  (20+ messages)
` [PATCH v2 1/2] x86/asm/bitops: ffs: use __builtin_ffs to evaluate "
` [PATCH v2 2/2] x86/asm/bitops: __ffs,ffz: use __builtin_ctzl "
` [PATCH v3 0/2] x86/asm/bitops: optimize ff{s,z} functions for "
  ` [PATCH v3 1/2] x86/asm/bitops: ffs: use __builtin_ffs to evaluate "
  ` [PATCH v3 2/2] x86/asm/bitops: __ffs,ffz: use __builtin_ctzl "
` [PATCH v4 0/2] x86/asm/bitops: optimize ff{s,z} functions for "
  ` [PATCH v4 1/2] x86/asm/bitops: ffs: use __builtin_ffs to evaluate "
  ` [PATCH v4 2/2] x86/asm/bitops: __ffs,ffz: use __builtin_ctzl "

[PATCH v2 2/4] watchdog: simatic-ipc-wdt: convert to use P2SB accessor
 2022-05-12  2:51 UTC 

[wireless-next:mld 9/9] drivers/net/wireless/rsi/rsi_91x_mac80211.c:1865:29: warning: variable 'bss' set but not used
 2022-05-12  1:39 UTC 

[v4 2/3] phy: qcom-snps: Add support for overriding phy tuning parameters
 2022-05-12  1:29 UTC 

Android 11 clang toochain: kernel 5.18 build error with 32 bit target
 2022-05-12  0:36 UTC  (7+ messages)

[nf-next PATCH 2/2] netfilter: nf_tables: Annotate reduced expressions
 2022-05-11 23:37 UTC 

[lpieralisi-pci:pci/cadence 2/2] drivers/pci/controller/cadence/pci-j721e.c:408:7: error: no member named 'quirk_disable_flr' in 'struct cdns_pcie_ep'
 2022-05-11 23:27 UTC 

[PATCH v2] mgag200: Enable atomic gamma lut update
 2022-05-11 22:26 UTC 

[PATCH v3 22/28] clk: Stop forwarding clk_rate_requests to the parent
 2022-05-11 21:25 UTC 

[linux-next:master 9518/11094] ERROR: modpost: "rockchip_pmu_unblock" [drivers/devfreq/rk3399_dmc.ko] undefined!
 2022-05-11 21:01 UTC  (2+ messages)

[PATCH v8 2/3] ASoC: SOF: mediatek: Add ipc support for mt8195
 2022-05-11 20:54 UTC 

[PATCH v2] usb/peak_usb: cleanup code
 2022-05-11 20:43 UTC 

[PATCH v4 03/14] modpost: split the section mismatch checks into section-check.c
 2022-05-11 20:01 UTC  (6+ messages)

[krzk-github:n/qcom-ufs-opp-v3 30/31] drivers/scsi/ufs/ufshcd.c:1056: warning: expecting prototype for Returns 0 for success, non(). Prototype was for ufshcd_set_opp() instead
 2022-05-11 19:52 UTC 

Kernel ABI Monitoring and toolchain support
 2022-05-07  2:15 UTC  (3+ messages)

[linux-next:master 10902/11094] mm/memcontrol.c:7467:6: error: redefinition of 'obj_cgroup_may_zswap'
 2022-05-11 19:22 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).