Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
 messages from 2024-11-30 02:31:30 to 2024-12-06 19:03:06 UTC [more...]

[PATCH 00/10] compiler.h: refactor __is_constexpr() into is_const{,_true,_false}()
 2024-12-06 19:02 UTC  (36+ messages)
` [PATCH 01/10] compiler.h: add statically_false()
` [PATCH 02/10] compiler.h: add is_const() as a replacement of __is_constexpr()
` [PATCH 03/10] compiler.h: add is_const_true() and is_const_false()
` [PATCH 04/10] linux/bits.h: simplify GENMASK_INPUT_CHECK() by using is_const_true()
` [PATCH 05/10] minmax: simplify __clamp_once() by using is_const_false()
` [PATCH 06/10] fortify: replace __is_constexpr() by is_const() in strlen()
` [PATCH 07/10] overflow: replace __is_constexpr() by is_const()
` [PATCH 08/10] drm/i915/reg: replace __is_const_expr() by is_const_true() or is_const()
` [PATCH 09/10] coresight: etm4x: replace __is_const_expr() by is_const()
` [PATCH 10/10] compiler.h: remove __is_constexpr()

[linux-next:master 1998/2197] block/blk-iocost.c:1101:11: error: call to '__compiletime_assert_762' declared with 'error' attribute: clamp() low limit 1 greater than high limit active
 2024-12-06 17:45 UTC 

[PATCH v2 0/2] Add support for Avago/Broadcom APDS9160
 2024-12-06 16:33 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: iio: light: Add APDS9160 binding
` [PATCH v2 2/2] iio: light: Add APDS9160 ALS & Proximity sensor driver

[PATCH 0/2] Add support for Avago/Broadcom APDS9160
 2024-12-06 16:20 UTC  (8+ messages)
` [PATCH 2/2] iio: light: Add APDS9160 ALS & Proximity sensor driver

[PATCH V5 net-next 1/8] debugfs: Add debugfs_create_devm_dir() helper
 2024-12-06 14:57 UTC 

[RFC PATCH 10/16] mm: Map page tables with privileged pkey
 2024-12-06 13:19 UTC 

[PATCH v4 1/2] PCI: dwc: Add support for vendor specific capability search
 2024-12-06 12:57 UTC 

Prebuilt LLVM 19.1.5 uploaded
 2024-12-06 11:00 UTC  (2+ messages)

[mhiramat:topic/fprobe-on-fgraph 18/19] arch/arm64/kernel/ftrace.c:147:15: warning: no previous prototype for function 'arch_ftrace_get_symaddr'
 2024-12-06 10:16 UTC 

[RFC PATCH v2 14/21] riscv: mm: Only apply svnapot region bigger than software page
 2024-12-06  9:54 UTC 

[RFC PATCH 1/3] ata: Allocate PCI iomap table statically
 2024-12-06  9:33 UTC 

[PATCH v3 0/7] riscv: ftrace: atmoic patching and preempt improvements
 2024-12-06  8:39 UTC  (8+ messages)
` [PATCH v3 1/7] riscv: ftrace: support fastcc in Clang for WITH_ARGS
    `  "

[PATCH v1 3/3] clk: samsung: Introduce Exynos990 clock controller driver
 2024-12-06  7:58 UTC 

[PATCHv11 07/10] block: expose write streams for block device nodes
 2024-12-06  6:43 UTC 

[robh:arm/brbe 21/21] drivers/perf/arm_pmuv3.c:1125:16: error: too few arguments to function call, single argument 'arm_pmu' was not specified
 2024-12-06  5:48 UTC 

[PATCHv11 09/10] nvme: register fdp queue limits
 2024-12-06  5:26 UTC 

[PATCH v2 5/9] ACPI: APEI: EINJ: Enable the discovery of EINJv2 capabilities
 2024-12-06  4:54 UTC 

[PATCH v2 3/9] ACPI: APEI: EINJ: Fix kernel test robot sparse warning
 2024-12-06  3:21 UTC 

[PATCH 09/11] PCI/IDE: Report available IDE streams
 2024-12-06  0:12 UTC 

[PATCH v2 15/15] drm/mediatek: Introduce HDMI/DDC v2 for MT8195/MT8188
 2024-12-05 22:48 UTC 

[ardb:arm64-pa-simplify-v2 6/6] mm/zsmalloc.c:226:21: error: fields must have a constant size: 'variable length array in structure' extension will never be supported
 2024-12-05 19:46 UTC 

[PATCH RFC 2/2] mailbox: tmelite-qmp: Introduce QCOM TMEL QMP mailbox driver
 2024-12-05 15:57 UTC 

[PATCH] xarray: port tests to kunit
 2024-12-05 15:11 UTC 

[djiang:cxl/extended-linear 2/4] include/linux/signal.h:98:11: error: array index 3 is past the end of the array (that has type 'unsigned long[2]')
 2024-12-05 12:25 UTC 

[RFC PATCH v2 08/21] riscv: mm: Reimplement page table entry atomic get function
 2024-12-05 12:14 UTC 

arch/x86/kernel/apic/apic.c:2168: warning: Function parameter or member 'spurious_interrupt' not described in 'DEFINE_IDTENTRY_IRQ'
 2024-12-05 10:49 UTC 

[RFC PATCH 18/21] platform-x86: Add header file for alienware-wmi
 2024-12-05  7:49 UTC 

[PATCH v1 1/1] pref/x86/rapl: Remove unused function
 2024-12-05  7:44 UTC  (3+ messages)

[driver-core:const_work 25/34] drivers/bus/fsl-mc/fsl-mc-bus.c:409:5: error: initializing 'struct device_type *' with an expression of type 'typeof (fsl_mc_bus_dprc_type) *' (aka 'const struct device_type *') discards qualifiers
 2024-12-05  7:37 UTC 

[arnd-playground:8250-cleanup 13/13] drivers/tty/serial/8250/8250_isa.c:109:13: error: redefinition of 'serial8250_isa_init_ports'
 2024-12-05  7:16 UTC 

[djiang:cxl/extended-linear 2/4] drivers/scsi/aic94xx/aic94xx_reg.h:252:37: warning: shift count >= width of type
 2024-12-05  7:04 UTC 

[RFC PATCH 2/2] s390/topology: Add initial implementation for selection of parked CPUs
 2024-12-05  7:04 UTC 

[arnd-playground:8250-cleanup 13/13] drivers/tty/serial/8250/8250_isa.c:109:6: warning: attribute declaration must precede definition
 2024-12-05  5:29 UTC 

[jgunthorpe:for-nicolin 2/3] drivers/iommu/dma-iommu.c:1811:23: error: call to undeclared function 'msi_desc_to_dev'; ISO C99 and later do not support implicit function declarations
 2024-12-05  4:34 UTC 

[RFC PATCH 01/14] drivers/perf: apple_m1: Refactor event select/filter configuration
 2024-12-05  3:32 UTC 

[jgunthorpe:for-nicolin 2/3] drivers/iommu/dma-iommu.c:1811:23: error: call to undeclared function 'msi_desc_to_dev'; ISO C99 and later do not support implicit function declarations
 2024-12-05  3:21 UTC 

[djiang:cxl/extended-linear 2/4] drivers/irqchip/irq-ingenic-tcu.c:135:21: warning: shift count >= width of type
 2024-12-05  2:49 UTC 

[PATCH v2 1/1] arm64: rsi: Add automatic arm-cca-guest module loading
 2024-12-05  2:08 UTC  (4+ messages)

[PATCH v1] hugetlb: support FOLL_FORCE|FOLL_WRITE
 2024-12-05  2:05 UTC  (2+ messages)

[PATCH] staging: gpib: Workaround for ppc build failure
 2024-12-04 22:24 UTC 

[PATCH v2] drm: bridge: fsl-ldb: fixup mode on freq mismatch
 2024-12-04 22:03 UTC  (2+ messages)

[PATCH v1 4/7] soc: qcom: geni-se:: Add support to load QUP SE Firmware via Linux subsystem
 2024-12-04 21:22 UTC 

[PATCH net-next V4 07/11] devlink: Extend devlink rate API with traffic classes bandwidth management
 2024-12-04 21:00 UTC 

[Intel-wired-lan] [PATCH iwl-next v11 5/8] ixgbe: Add support for EEPROM dump in E610 device
 2024-12-04 20:29 UTC 

s390: block/blk-iocost.c:1101:11: error: call to '__compiletime_assert_557' declared with 'error' attribute: clamp() low limit 1 greater than high limit active
 2024-12-04 18:32 UTC  (7+ messages)

drivers/usb/renesas_usbhs/mod.c:195:6: warning: variable 'intenb0' set but not used
 2024-12-04 18:15 UTC 

[PATCH v4 1/2] input: keypad: add new keypad driver for MA35D1
 2024-12-04 17:13 UTC 

[PATCH net-next v2] selftests: net: cleanup busy_poller.c
 2024-12-04 17:03 UTC  (2+ messages)

[koverstreet-bcachefs:bcachefs-testing 176/180] fs/bcachefs/inode.c:959:2: warning: label followed by a declaration is a C23 extension
 2024-12-04 16:11 UTC 

[PATCH v4 4/4] powerpc/static_call: Implement inline static calls
 2024-12-04 15:30 UTC 

[PATCH v5 2/2] cpufreq: airoha: Add EN7581 CPUFreq SMCCC driver
 2024-12-04 15:13 UTC  (2+ messages)

[koverstreet-bcachefs:bcachefs-testing 176/180] fs/bcachefs/inode.c:959:2: error: expected expression
 2024-12-04 13:32 UTC 

[PATCH 6.11 000/817] 6.11.11-rc1 review
 2024-12-04 13:25 UTC 

[PATCH 1/5] mm/vma: move brk() internals to mm/vma.c
 2024-12-04 13:10 UTC 

[PATCH v2] firmware: smccc: Support optional Arm SMC SOC_ID name
 2024-12-04 12:26 UTC 

[PATCH 2/2] NFS: move _maxsz and _sz #defines to the function which they describe
 2024-12-04 12:26 UTC 

[PATCH v1 3/4] iio: afe: rescale: Re-use generic struct s32_fract
 2024-12-04 11:32 UTC 

[RFC PATCH v3 1/2] mm: vmascan: add find_folios_written_back() helper
 2024-12-04 10:38 UTC 

[PATCH net-next] net: phy: realtek: disable broadcast address feature of rtl8211f
 2024-12-04  4:47 UTC 

sound/soc/codecs/snd-soc-max98090.o: warning: objtool: max98090_jack_work+0xc4: can't find switch jump table
 2024-12-04  4:04 UTC 

[paulmckrcu:dev 47/49] ERROR: modpost: "rcutorture_format_gp_seqs" [kernel/rcu/rcutorture.ko] undefined!
 2024-12-04  4:04 UTC 

[PATCH v2] serial: altera_jtaguart: Use KBUILD_MODNAME
 2024-12-04  3:53 UTC 

[PATCH v2] vdpa/vp_vdpa: implement kick_vq_with_data callback
 2024-12-04  3:09 UTC  (2+ messages)

Prebuilt LLVM 19.1.4 uploaded
 2024-12-03 21:52 UTC  (2+ messages)

[PATCH] sched_ext: Add __weak to fix the build errors
 2024-12-03 20:28 UTC  (3+ messages)

[PATCH v3 5/7] KVM: SVM: Inject MCEs when restricted injection is active
 2024-12-03 13:38 UTC  (3+ messages)

[avpatel:riscv_sbi_sse_v1 8/37] drivers/clk/clk-rpmi.c:572:2: error: expected ';' after top level declarator
 2024-12-03 12:38 UTC 

drivers/firmware/efi/sysfb_efi.c:190:35: warning: unused variable 'efifb_dmi_system_table'
 2024-12-03 11:26 UTC 

[PATCH 05/10] drm/xe: Add histogram support to Xe builds
 2024-12-03 11:16 UTC 

[PATCH v6 15/28] cxl: define a driver interface for HPA free space enumeration
 2024-12-03  9:44 UTC 

[PATCH 0/3] media: Fix warnings with llvm9
 2024-12-03  8:31 UTC  (8+ messages)
` [PATCH 1/3] media: cx231xx: Convert enum into a define
` [PATCH 2/3] media: atomisp: Use the actual value of the enum instead of the enum
` [PATCH 3/3] media: mediatek: vcodec: Workaround a compiler warning

[avpatel:riscv_defconfig_v1 45/50] include/linux/riscv_sse.h:65:10: error: use of undeclared identifier 'EOPNOTSUPP'
 2024-12-03  7:50 UTC 

[PATCH] intel_th: avoid using deprecated page->mapping, index fields
 2024-12-03  7:49 UTC  (2+ messages)

[PATCH v3 2/5] media: platform: rzg2l-cru: Use v4l2_get_link_freq()
 2024-12-03  6:26 UTC 

[peterz-queue:x86/text_poke_early 2/2] arch/x86/kernel/alternative.c:1258:56: error: too few arguments to function call, expected 4, have 3
 2024-12-03  6:03 UTC 

drivers/mux/adg792a.c:134:34: warning: unused variable 'adg792a_of_match'
 2024-12-03  5:53 UTC 

vmlinux.o: warning: objtool: do_user_addr_fault+0x75c: unreachable instruction
 2024-12-03  5:53 UTC 

[PATCH 1/4] mm, memcontrol: avoid duplicated memcg enable check
 2024-12-03  5:42 UTC 

drivers/regulator/da9121-regulator.c:1133:24: warning: cast to smaller integer type 'enum da9121_subvariant' from 'const void *'
 2024-12-03  5:42 UTC 

drivers/soc/tegra/pmc.c:467: warning: Function parameter or member 'syscore' not described in 'tegra_pmc'
 2024-12-03  5:00 UTC 

[PATCH v6 03/28] cxl: add capabilities field to cxl_dev_state and cxl_port
 2024-12-03  4:50 UTC 

kernel/power/snapshot.c:982: warning: Function parameter or member 'start_pfn' not described in 'register_nosave_region'
 2024-12-03  4:28 UTC 

[PATCH] rust: introduce KVec::pop()
 2024-12-03  2:55 UTC 

[PATCH v2] vdpa/vp_vdpa: implement kick_vq_with_data callback
 2024-12-03  2:36 UTC 

[PATCH 1/2] sched: Optimise task_mm_cid_work duration
 2024-12-03  2:14 UTC 

drivers/mux/adgs1408.c:62:12: warning: cast to smaller integer type 'enum adgs1408_chip_id' from 'const void *'
 2024-12-03  2:03 UTC 

[PATCH 5/6] pps: embed "dev" in the pps_device
 2024-12-03  2:04 UTC 

drivers/scsi/qla2xxx/qla_isr.c:3724: warning: Function parameter or member 'rsp_q_in' not described in 'qla_chk_cont_iocb_avail'
 2024-12-03  0:31 UTC 

[PATCH] cxl: Update Soft Reserved resources upon region creation
 2024-12-03  0:31 UTC 

drivers/mtd/nand/raw/omap2.c:260: warning: Function parameter or member 'chip' not described in 'omap_nand_data_in_pref'
 2024-12-02 22:59 UTC 

[tip:objtool/core 2/16] sound/soc/sof/snd-sof.o: warning: objtool: .discard.annotate_insn: dodgy linker, sh_entsize != 8
 2024-12-02 21:06 UTC 

[jgunthorpe:iommu_pt 46/48] drivers/iommu/amd/iommu.o: warning: objtool: amd_iommu_domain_alloc_paging_flags+0x5d: unreachable instruction
 2024-12-02 19:42 UTC 

[PATCH v1 1/1] lockdep: Move lockdep_assert_locked() under #ifdef CONFIG_PROVE_LOCKING
 2024-12-02 19:34 UTC 

[PATCH 5/5] ceph: Use a folio in ceph_writepages_start()
 2024-12-02 19:04 UTC  (2+ messages)

[PATCH v1 0/3] regmap: Cleanup and microoptimization
 2024-12-02 17:36 UTC  (2+ messages)

[PATCH v2 1/1] sched/fair: Mark m*_vruntime() with __maybe_unused
 2024-12-02 17:35 UTC 

[PATCH] mm: vmstat.h: Annotate operations between enums
 2024-12-02 17:27 UTC  (3+ messages)

[PATCH v2] kbuild: Move -Wenum-enum-conversion to W=2
 2024-12-02 16:16 UTC  (2+ messages)

[PATCH] mmc: sdhci-msm: Command Queue (CQ) Register changes for v5.0
 2024-12-02 16:05 UTC 

[PATCH v2 2/2] pwm: atcpit100: add Andes PWM driver support
 2024-12-02 13:32 UTC 

[PATCH] vdpa/vp_vdpa: implement kick_vq_with_data callback
 2024-12-02 12:41 UTC 

[PATCH] pinctrl: mediatek: add eint new design for mt8196
 2024-12-02 11:50 UTC 

[PATCH] x86/cpu: Enable SD_ASYM_PACKING for PKG domain on systems with AMD preferred cores
 2024-12-02  8:54 UTC 

[bcachefs:bcachefs-testing 173/173] fs/bcachefs/inode.c:931:19: warning: variable 'start' is uninitialized when used here
 2024-12-02  8:43 UTC 

[RFC PATCH V0 03/10] mm: Scan the mm and create a migration list
 2024-12-02  8:27 UTC  (2+ messages)

[PATCH v7 0/7] Add AutoFDO and Propeller support for Clang build
 2024-12-02  6:39 UTC  (4+ messages)
` [PATCH v7 3/7] Adjust symbol ordering in text output section
  ` [PATCH v7 3/7] Adjust symbol ordering in text output section [openrisc boot failure]

❌ FAIL: Test report for master (6.13.0-rc1, upstream-mainline, e70140ba)
 2024-12-02  2:52 UTC 

❌ FAIL: Test report for master (6.12.0, upstream-mainline, a14bf463)
 2024-12-01 22:52 UTC 

❌ FAIL: Test report for master (6.12.0, upstream-mainline, f788b5ef)
 2024-12-01 21:53 UTC 

[PATCH v4 02/18] clk: imx8mp: rename video_pll1 to video_pll
 2024-12-01 19:31 UTC 

[PATCH 1/4] exportfs: add flag to indicate local file handles
 2024-12-01 16:01 UTC 

[linyunsheng:pcp_prototype_241117 1/1] mm/memory-failure.c:181:3: error: call to undeclared function 'drain_all_pages'; ISO C99 and later do not support implicit function declarations
 2024-12-01 15:51 UTC 

ld.lld: error: unknown argument '-dp'
 2024-12-01 14:04 UTC 

drivers/iio/adc/at91-sama5d2_adc.c:374: warning: Excess struct member 'adc_channels' description in 'at91_adc_platform'
 2024-12-01 11:47 UTC 

❌ FAIL: Test report for master (6.12.0, upstream-mainline, bcc8eda6)
 2024-12-01  3:53 UTC 

[PATCH 2/2] iio: light: Add support for the AMS TCS3430 color sensor
 2024-12-01  3:15 UTC 

[thomas-weissschuh:b4/sysfs-const-attr 69/71] drivers/video/fbdev/omap2/omapfb/dss/overlay-sysfs.c:362:8: error: field designator 'show_new' does not refer to any field in type 'struct overlay_attribute'
 2024-12-01  1:40 UTC 

[PATCH 2/2] iio: light: Add support for the TI OPT4048 color sensor
 2024-12-01  1:29 UTC 

❌ FAIL: Test report for master (6.12.0, upstream-mainline, cfd47302)
 2024-12-01  1:02 UTC 

❌ FAIL: Test report for master (6.12.0, upstream-mainline, d8b78066)
 2024-11-30 19:13 UTC 

[lunn:v6.12.0-scu4-dt-overlay 24/30] drivers/gpio/gpiolib-of.c:1201:2: error: call to undeclared function 'of_changeset_revert'; ISO C99 and later do not support implicit function declarations
 2024-11-30  7:03 UTC 

[jgunthorpe:iommu_pt 29/48] drivers/iommu/generic_pt/fmt/../kunit_iommu_cmp.h:323:36: warning: result of comparison of constant 18446744073709551615 with expression of type 'pt_vaddr_t' (aka 'unsigned int') is always false
 2024-11-30  5:16 UTC 

[PATCH] keys: drop shadowing dead prototype
 2024-11-30  2:31 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