public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2024-08-30 16:51:24 to 2024-09-05 14:54:16 UTC [more...]

[PATCH V5] ext4: check hash version and filesystem casefolded consistent
 2024-09-05 14:53 UTC  (5+ messages)
` [PATCH V6] fs/ext4: Filesystem without casefold feature cannot be mounted with spihash
    ` [PATCH] ext4: Fix error message when rejecting the default hash

[jcmvbkbc-xtensa:xtensa-6.11-rc6-esp32 50/53] kernel/events/core.c:6491:15: warning: variable 'flags' set but not used
 2024-09-05 14:07 UTC 

[PATCH v2 0/3] rust: Initial MIPS support
 2024-09-05 13:33 UTC  (4+ messages)
` [PATCH v2 1/3] rust: Introduce HAVE_GENERATE_RUST_TARGET config option
` [PATCH v2 2/3] MIPS: Rename mips_instruction type to workaround bindgen issue
` [PATCH v2 3/3] rust: Enable for MIPS

[PATCH v5 0/5] Wire up getrandom() vDSO implementation on powerpc
 2024-09-05 12:56 UTC  (11+ messages)
` [PATCH v5 1/5] mm: Define VM_DROPPABLE for powerpc/32
` [PATCH v5 2/5] powerpc/vdso32: Add crtsavres
` [PATCH v5 3/5] powerpc/vdso: Refactor CFLAGS for CVDSO build
` [PATCH v5 4/5] powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32
` [PATCH v5 5/5] powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO64

[RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-09-05 12:24 UTC  (8+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] llvm-cov: add Clang's Source-based Code Coverage support
  ` [PATCH v2 2/4] llvm-cov: add Clang's MC/DC support
  ` [PATCH v2 3/4] x86: disable llvm-cov instrumentation
  ` [PATCH v2 4/4] x86: enable llvm-cov support
        ` FW: [EXTERNAL] Re: [PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang

[PATCH] netfilter: tproxy: Add RCU protection in nf_tproxy_laddr4
 2024-09-05 11:53 UTC 

[PATCH bpf-next v1 1/3] selftests/bpf: fix some typos in selftests
 2024-09-05 11:03 UTC  (3+ messages)
` [PATCH bpf-next v1 2/3] bpftool: fix some typos in bpftool
` [PATCH bpf-next v1 3/3] libbpf: fix some typos in libbpf

[PATCH v2 3/5] i2c: piix4: Add ACPI support for ASF SMBus device
 2024-09-05  9:28 UTC 

[PATCH 1/2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
 2024-09-05  9:28 UTC 

[PATCH] sched/headers: remove useless code in mm_cid_get()
 2024-09-05  9:12 UTC 

[PATCH 00/12] Enable build system on macOS hosts
 2024-09-05  8:56 UTC  (10+ messages)
` [PATCH 08/12] include: add elf.h support

[PATCH 6/7] tracing: add support for function argument to graph tracer
 2024-09-05  8:36 UTC 

ld.lld: error: Function Import: link error: linking module flags 'Code Model': IDs have conflicting values in 'vmlinux.a(init.o at 1073432)' and 'vmlinux.a(target_core_transport.o at 1174232)'
 2024-09-05  7:14 UTC 

ld.lld: error: Function Import: link error: linking module flags 'Code Model': IDs have conflicting values in 'vmlinux.a(init.o at 1073432)' and 'vmlinux.a(smartpqi_init.o at 1171352)'
 2024-09-05  5:41 UTC 

[PATCH] scsi: qla2xxx: avoid possible garbage in qla8044_rd_reg_indirect()
 2024-09-05  5:02 UTC 

[bcachefs:bcachefs-testing 153/159] ld.lld: error: call to __compiletime_assert_515 marked "dontcall-error": Need native word sized stores/loads for atomicity
 2024-09-05  4:59 UTC 

drivers/gpu/drm/sti/sti_plane.h:32:28: error: bitwise operation between different enumeration types ('enum sti_plane_type' and 'enum sti_plane_id_of_type')
 2024-09-05  0:32 UTC 

[Linaro-TCWG-CI] v6.11-rc1-143-g4e7795eda4459: Failure on aarch64
 2024-09-04 22:36 UTC 

[driver-core:const_work 33/42] 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-09-04 18:56 UTC 

[PATCH net-next v2 0/2] octeontx2: Address some warnings
 2024-09-04 18:29 UTC  (3+ messages)
` [PATCH net-next v2 1/2] octeontx2-af: Pass string literal as format argument of alloc_workqueue()
` [PATCH net-next v2 2/2] octeontx2-pf: Make iplen __be16 in otx2_sqe_add_ext()

[PATCH v3 2/2] iio: dac: support the ad8460 Waveform DAC
 2024-09-04 17:23 UTC 

[PATCH -next] mmc: sdhci-cadence: Annotate struct sdhci_cdns_phy_param with __counted_by()
 2024-09-04 16:20 UTC 

[asahilinux:bits/200-dcp 230/238] drivers/gpu/drm/apple/audio.c:212:16: error: call to undeclared function 'snd_interval_rate_bits'; ISO C99 and later do not support implicit function declarations
 2024-09-04 15:19 UTC 

[PATCH RESEND] selftests/futex: Order calls in futex_requeue
 2024-09-04 13:23 UTC  (2+ messages)

[PATCH 1/2] rust: arch/um: use 'static' relocation model for uml modules
 2024-09-04 12:28 UTC  (4+ messages)
` [PATCH 2/2] rust: arch/um: use 'large' code model for uml

[rppt:execmem/x86-rox/v2 3/8] arch/powerpc/mm/nohash/tlb_64e.c:27:10: fatal error: 'asm/code-patching.h' file not found
 2024-09-04 12:22 UTC 

[PATCH 2/4] drm/i915/display: add intel_display_snapshot abstraction
 2024-09-04 12:23 UTC 

[PATCH v5 2/5] phy: stm32: Add support for STM32MP25 COMBOPHY
 2024-09-04 11:50 UTC 

[jlayton:deleg-ace 1/1] fs/nfsd/nfs4xdr.c:4147:45: error: member reference type 'struct nfs4_stid' is not a pointer; did you mean to use '.'?
 2024-09-04 11:50 UTC 

[chao:wip 5/5] fs/f2fs/namei.c:469:15: warning: unused variable 'root_ino'
 2024-09-04 11:38 UTC 

[driver-core:class_cleanup 33/42] drivers/bus/fsl-mc/fsl-mc-bus.c:412:5: error: initializing 'struct device_type *' with an expression of type 'typeof (fsl_mc_bus_dpsw_type) *' (aka 'const struct device_type *') discards qualifiers
 2024-09-04  9:57 UTC 

[PATCH net-next 0/2] octeontx2: Address some Sparse warnings
 2024-09-04  9:05 UTC  (6+ messages)
` [PATCH net-next 1/2] octeontx2-af: Pass string literal as format argument of alloc_workqueue()
  ` [EXTERNAL] "
` [PATCH net-next 2/2] octeontx2-pf: Make iplen __be16 in otx2_sqe_add_ext()
  ` [EXTERNAL] "

next/master build: 184 builds: 11 failed, 173 passed, 7 errors, 10587 warnings (next-20240904)
 2024-09-04  9:03 UTC 

[sean-jc:x86/cleanup_smp_nmi_shootdown 1/2] arch/x86/kernel/reboot.c:596:34: error: use of undeclared identifier 'crash_ipi_issued'
 2024-09-04  8:34 UTC 

[PATCH 0/3] rust: Initial MIPS support
 2024-09-04  8:28 UTC  (17+ messages)
` [PATCH 1/3] rust: Introduce HAVE_GENERATE_RUST_TARGET config option
` [PATCH 2/3] MIPS: Rename mips_instruction type to workaround bindgen issue
` [PATCH 3/3] rust: Enable for MIPS

[RFC/PATCH 2/4] perf/core: Export perf_exclude_event()
 2024-09-04  3:25 UTC 

[jpoimboe:objtool-diff 28/31] include/asm-generic/io.h:195:2: error: expected ')'
 2024-09-04  3:49 UTC 

[PATCH 2/2] media: i2c: Add driver for AD5823 VCM
 2024-09-04  3:25 UTC 

[PATCH -next] soc/fsl/qbman: make use of the helper function kthread_run_on_cpu()
 2024-09-04  1:34 UTC  (2+ messages)

[PATCH 0/2] rust: arch/um: Rust modules support for UML
 2024-09-03 23:43 UTC  (2+ messages)

[PATCH] spi: Revert "spi: Insert the missing pci_dev_put()before return"
 2024-09-03 21:07 UTC  (2+ messages)

Prebuilt LLVM 19.1.0-rc4 uploaded
 2024-09-03 19:51 UTC 

[PATCH] drm/panel: hx83112a: Switch to wrapped mipi_dsi functions
 2024-09-03 16:59 UTC 

[PATCH v17 1/2] cxl/core/regs: Add rcd_pcie_cap initialization
 2024-09-03 16:59 UTC 

lib/maple_tree.c:330:20: error: unused function 'mte_set_full'
 2024-09-03 16:16 UTC  (4+ messages)

[dhowells-fs:netfs-crypt 36/37] fs/netfs/direct_read.c:291:25: warning: variable 'start' is uninitialized when used here
 2024-09-03 16:07 UTC 

[dhowells-fs:netfs-crypt 37/37] fs/netfs/crypto.c:305:38: warning: format specifies type 'size_t' (aka 'unsigned int') but the argument has type 'unsigned long'
 2024-09-03 15:46 UTC 

[PATCH iwl-next] ice: Consistently use ethtool_puts() to copy strings
 2024-09-03 15:25 UTC  (3+ messages)
` [Intel-wired-lan] "

[dhowells-fs:netfs-crypt 30/37] fs/netfs/misc.c:19:2: error: call to undeclared function 'mempool_free'; ISO C99 and later do not support implicit function declarations
 2024-09-03 13:42 UTC 

[koverstreet-bcachefs:bcachefs-testing 151/158] fs/bcachefs/util.h:589:9: error: call to '__compiletime_assert_366' declared with 'error' attribute: Need native word sized stores/loads for atomicity
 2024-09-03 11:38 UTC 

[linux-next:master 7634/8795] fs/bcachefs/sb-members.c:503:2: error: expected expression
 2024-09-03 11:07 UTC 

[PATCH] kbuild: use objcopy to generate asm-offsets
 2024-09-03  9:28 UTC  (4+ messages)

[PATCH v2 6/8] tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs
 2024-09-03  9:04 UTC 

[PATCH 04/13] drm/i915/display: Enable MSA Ignore Timing PAR only when in not fixed_rr mode
 2024-09-03  7:52 UTC  (2+ messages)

[broonie-ci:mm-generic-shadow-stack-guard 2/4] arch/mips/mm/mmap.c:100:15: error: conflicting types for 'arch_get_unmapped_area'
 2024-09-03  6:10 UTC 

[PATCH v1 2/2] arm64: dts: mediatek: Add MT8186 Ponyta Chromebooks
 2024-09-03  5:08 UTC 

[PATCH v2 2/2] iio: proximity: vl53l0x-i2c: Added continuous mode support
 2024-09-03  1:32 UTC 

[bcachefs:master 140/143] fs/bcachefs/fs.c:715:12: warning: stack frame size (1032) exceeds limit (1024) in 'bch2_rename2'
 2024-09-03  0:30 UTC 

[linux-next:master 6300/8400] drivers/gpu/drm/panel/panel-boe-tv101wum-ll2.c:173:8: error: call to undeclared function 'devm_regulator_bulk_get_const'; ISO C99 and later do not support implicit function declarations
 2024-09-02 21:58 UTC 

[PATCH v4 0/5] Wire up getrandom() vDSO implementation on powerpc
 2024-09-02 14:37 UTC  (15+ messages)
` [PATCH v4 1/5] mm: Define VM_DROPPABLE for powerpc/32
` [PATCH v4 2/5] powerpc/vdso32: Add crtsavres
` [PATCH v4 3/5] powerpc/vdso: Refactor CFLAGS for CVDSO build
` [PATCH v4 4/5] powerpc/vdso: Wire up getrandom() vDSO implementation on PPC32
` [PATCH v4 5/5] powerpc/vdso: Wire up getrandom() vDSO implementation on PPC64

[jpoimboe:objtool-diff 5/13] crypto/xor.c:98:4: error: expected ')'
 2024-09-02 11:36 UTC 

[jpoimboe:objtool-diff 5/13] arch/x86/include/asm/cmpxchg_32.h:106:9: error: expected ')'
 2024-09-02 11:15 UTC 

next/master build: 184 builds: 11 failed, 173 passed, 7 errors, 10573 warnings (next-20240902)
 2024-09-02 10:27 UTC 

[djbw:devsec-20240829 5/6] drivers/pci/tsm.c:215:6: warning: variable 'pdev' is used uninitialized whenever 'if' condition is false
 2024-09-02 10:04 UTC 

[PATCH 3/5] sched/fair: Rework feec() to use cost instead of spare capacity
 2024-09-02  9:11 UTC 

[PATCH] rpmb: fix error path in rpmb_dev_register()
 2024-09-02  8:51 UTC 

[PATCH RFC v2 3/5] kvm: Convert to use guest_memfd library
 2024-09-02  8:20 UTC 

[RFC PATCH 5/5] sched/fair: Add push task callback for EAS
 2024-09-02  8:00 UTC 

[PATCH RFC] reset: Provide new devm_reset helpers for get and deassert reset control
 2024-09-02  8:00 UTC 

[PATCH 2/2] ALSA: usb-audio: Add mixer quirk for RME Digiface USB
 2024-09-02  7:53 UTC  (2+ messages)

[PATCH v2] docs/zh_CN: add the translation of kbuild/gcc-plugins.rst
 2024-09-02  7:12 UTC  (9+ messages)

[PATCH V2] acpi/prmt: find block with specific type
 2024-09-02  4:26 UTC 

[tiwai-sound:for-next 12/12] sound/core/pcm_memory.c:218:29: warning: format specifies type 'size_t' (aka 'unsigned int') but the argument has type 'unsigned long'
 2024-09-02  0:00 UTC 

[RFC PATCH] drm/sched: Fix a UAF on drm_sched_fence::sched
 2024-09-01 22:39 UTC 

[tj-sched-ext:scx-dispatch_from_dsq 15/16] kernel/sched/ext.c:5635:4: error: call to undeclared function 'move_remote_task_to_local_dsq'; ISO C99 and later do not support implicit function declarations
 2024-09-01 22:18 UTC 

[RFC PATCH] NFS: Fix missing files in `ls` command output
 2024-09-01 13:59 UTC 

[RFC PATCH] driver core: platform: Call iommu_release_device in dma_cleanup
 2024-09-01 13:49 UTC 

[PATCH v3 0/5] Wire up getrandom() vDSO implementation on powerpc
 2024-09-01 11:17 UTC  (9+ messages)
` [PATCH v3 1/5] mm: Define VM_DROPPABLE for powerpc/32
` [PATCH v3 4/5] powerpc/vdso: Wire up getrandom() vDSO implementation on PPC32

[esmil:eic7700 16/20] drivers/mmc/host/sdhci-of-eswin.c:370:6: warning: no previous prototype for function 'eswin_sdhci_set_uhs_signaling'
 2024-09-01  9:32 UTC 

[PATCH] ARM: imx: Annotate imx7d_enet_init() as __init
 2024-09-01  7:36 UTC  (2+ messages)

[PATCH 2/3] drm/bridge: microchip-lvds: Drop unused headers
 2024-09-01  7:28 UTC 

[esmil:eic7700 12/20] drivers/clk/eswin/clk.c:387:27: warning: variable 'refdiv_val' set but not used
 2024-09-01  7:18 UTC 

[esmil:eic7700 21/24] drivers/pci/controller/dwc/pcie-eswin.c:189:5: warning: no previous prototype for function 'eswin_evb_socket_power_on'
 2024-09-01  4:01 UTC 

[PATCH v2] power: supply: max1720x: add read support for nvmem
 2024-09-01  0:56 UTC 

[linux-next:master 7644/8126] drivers/gpu/drm/panel/panel-visionox-vtdr6130.c:255:8: error: call to undeclared function 'devm_regulator_bulk_get_const'; ISO C99 and later do not support implicit function declarations
 2024-09-01  0:24 UTC 

[tiwai-sound:for-next 11/11] sound/core/pcm_memory.c:196:37: error: incompatible pointer types passing 'size_t *' (aka 'unsigned int *') to parameter of type 'unsigned long *'
 2024-08-31 21:11 UTC 

[snitzer:nfs-localio-for-next.v14-neilb 26/26] fs/nfsd/localio.c:73:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'struct nfs_localio_ctx *'
 2024-08-31 20:20 UTC 

[mszeredi-fuse:for-next 18/18] fs/fuse/inode.c:1350:16: error: use of undeclared identifier 'FUSE_NO_FORGET_SUPPORT'
 2024-08-31 20:09 UTC 

[PATCH] module: abort module loading when sysfs setup suffer errors
 2024-08-31 18:47 UTC 

arch/x86/kernel/reboot.c:939:20: error: unused function 'nmi_shootdown_cpus_on_restart'
 2024-08-31 18:06 UTC 

[PATCH v1 2/2] ufs: core: requeue MCQ abort request
 2024-08-31 17:04 UTC 

[PATCH v1 2/7] coresight: Add coresight TGU driver
 2024-08-31 15:51 UTC 

[PATCH] ALSA: hda: Add new CM9825 driver
 2024-08-31 15:40 UTC 

[esmil:eic7700 2/24] arch/riscv/boot/dts/eswin/eic7700.dtsi:187.28-200.6: Warning (unit_address_vs_reg): /soc/scu_sys_con@0x51810000/noc@51810324: node has a unit name, but no reg or ranges property
 2024-08-31 13:29 UTC 

[PATCH 08/10] ext4: factor out ext4_do_fallocate()
 2024-08-31 13:25 UTC 

[PATCH v2 1/7] dmaengine:Add COMPILE_TEST for easy testing
 2024-08-31 13:15 UTC 

[tj-cgroup:test 23/31] kernel/cgroup/cpuset-v1.c:163:2: error: call to undeclared function 'cpus_read_lock'; ISO C99 and later do not support implicit function declarations
 2024-08-31  8:39 UTC 

[paulmck-rcu:dev.2024.08.30a 28/33] include/linux/srcu.h:274:30: error: use of undeclared identifier 'SRCU_READ_FLAVOR_LITE'
 2024-08-31  8:39 UTC 

[PATCH v4 4/6] media: i2c: og01a1b: Add support of xvclk supply clock in power management
 2024-08-31  8:28 UTC 

net/xfrm/xfrm_policy.c:1286:8: error: variable 'dir' is uninitialized when used here [-Werror,-Wuninitialized]
 2024-08-31  8:24 UTC  (5+ messages)

[PATCH] x86/sev: Fix host kdump support for SNP
 2024-08-31  7:35 UTC 

[paulmck-rcu:dev.2024.08.30a 27/33] include/linux/srcu.h:246:30: error: use of undeclared identifier 'SRCU_READ_FLAVOR_NORMAL'
 2024-08-31  7:04 UTC 

[brauner-vfs:work.f_version 10/25] fs/read_write.c:101: warning: Function parameter or struct member 'file' not described in 'must_set_pos'
 2024-08-31  6:32 UTC 

[PATCH v5 2/3] iio: adc: sophgo-saradc: Add driver for Sophgo CV1800B SARADC
 2024-08-31  0:45 UTC 

[PATCH v2 5/6] drm/vkms: Switch to managed for CRTC
 2024-08-30 21:37 UTC 

[PATCH] dpaa2-switch: fix flooding domain among multiple vlans
 2024-08-30 21:37 UTC 

[broonie-misc:spi-6.12 23/30] drivers/spi/spi-pxa2xx-pci.c:149:15: warning: variable 'dma_dev' is uninitialized when used here
 2024-08-30 19:44 UTC 

fs/ext4/super.c:2054:1: error: unused function 'ctx_set_flags'
 2024-08-30 19:03 UTC 

[PATCH v11 1/4] firmware: ti_sci: Add support for querying the firmware caps
 2024-08-30 18:12 UTC 

[PATCH v4 8/8] uprobes: switch to RCU Tasks Trace flavor for better performance
 2024-08-30 17:55 UTC  (2+ messages)

[PATCH net-next 1/5] net: napi: Make napi_defer_hard_irqs per-NAPI
 2024-08-30 16:50 UTC 


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