messages from 2025-02-04 17:36:39 to 2025-02-08 19:26:52 UTC [more...]
[PATCH v2] blackhole_dev: convert self-test to KUnit
2025-02-08 19:26 UTC
[PATCH] blackhole_dev: convert self-test to KUnit
2025-02-08 18:36 UTC (3+ messages)
[tip:sched/urgent 2/2] kernel/sched/fair.c:3785:11: error: no member named 'nr_queued' in 'struct cfs_rq'
2025-02-08 17:53 UTC
[broonie-sound:for-next 6/13] sound/soc/codecs/cs35l41.c:1166:10: error: call to undeclared function 'acpi_device_hid'; ISO C99 and later do not support implicit function declarations
2025-02-08 17:10 UTC
[rogerq:b4/am65-cpsw-xdp-fixes 2/4] drivers/net/ethernet/ti/am65-cpsw-nuss.c:1331:15: warning: variable 'skb' is uninitialized when used here
2025-02-08 16:37 UTC
[bvanassche:thread-safety 36/36] drivers/fpga/tests/fpga-bridge-test.c:89:2: warning: releasing mutex 'ctx->bridge->mutex' that was not held
2025-02-08 16:27 UTC
[PATCH net-next v2] af_unix: Refine UNIX pathname sockets autobind identifier length
2025-02-08 16:26 UTC
[RFC 2/5] drm/scheduler: Add scheduler unit testing infrastructure and some basic tests
2025-02-08 16:26 UTC
[bvanassche:thread-safety 36/36] net/vmw_vsock/virtio_transport.c:228:2: warning: releasing mutex 'vsock->tx_lock' that was not held
2025-02-08 16:26 UTC
[PATCH net-next 12/13] net: phy: dp83822: Add SFP support through the phy_port interface
2025-02-08 16:15 UTC
[sean-jc:x86/kvmclock_vs_tsc 38/38] arch/x86/kernel/smpboot.c:281:2: error: call to undeclared function 'paravirt_sched_clock_start_secondary'; ISO C99 and later do not support implicit function declarations
2025-02-08 16:15 UTC
[PATCH net-next 11/13] net: phy: Only rely on phy_port for PHY-driven SFP
2025-02-08 16:04 UTC
[PATCH v3 2/2] cgroup/rstat: Add run_delay accounting for cgroups
2025-02-08 15:58 UTC (2+ messages)
` "
[PATCH net-next 06/13] net: phy: Intrduce generic SFP handling for PHY drivers
2025-02-08 15:32 UTC
[PATCH 0/2] rust: two small improvements for kunit
2025-02-08 13:31 UTC (3+ messages)
` [PATCH 1/2] rust: pass correct target to bindgen on Usermode Linux
` [PATCH 2/2] rust: add kunitconfig
[PATCH v3] f_midi_complete to call tasklet_hi_schedule
2025-02-08 12:42 UTC
[koverstreet-bcachefs:bcachefs-testing 79/81] fs/bcachefs/alloc_background.c:2199:13: warning: stack frame size (1048) exceeds limit (1024) in 'bch2_do_invalidates_work'
2025-02-08 12:42 UTC
[dvyukov:dvyukov-rseq-pkey 3/3] kernel/rseq.c:406:2: error: use of undeclared identifier 'pkey_reg_t'
2025-02-08 12:31 UTC
[linuxsecuritymodule:next 2/2] include/linux/security.h:2379:12: warning: no previous prototype for function 'security_uring_allowed'
2025-02-08 11:26 UTC
[PATCH net-next 5/7] icmp: reflect tos through ip cookie rather than updating inet_sk
2025-02-08 10:40 UTC
[PATCH net-next 4/7] ipv4: remove get_rttos
2025-02-08 9:24 UTC
drivers/char/applicom.c:131:25: warning: variable 'byte_reset_it' set but not used
2025-02-08 8:42 UTC
[PATCH v10 4/7] Coresight: Introduce a new struct coresight_path
2025-02-08 5:48 UTC
[akpm-mm:mm-unstable 146/165] drivers/video/fbdev/core/fb_defio.c:272:3: error: call to undeclared function 'mapping_wrprotect_range'; ISO C99 and later do not support implicit function declarations
2025-02-08 5:05 UTC
[PATCH] wifi: ath12k: report station mode per-chain signal strength
2025-02-08 4:44 UTC
[PATCH] mm: Fix clang W=1 compiler warnings
2025-02-08 4:24 UTC (6+ messages)
The business loan-
2025-02-08 4:00 UTC
[mark:arm64/kvm/fpsimd-fixes 11/11] arch/arm64/kvm/fpsimd.c:141:16: warning: variable 'old_vl' set but not used
2025-02-08 1:14 UTC
[koverstreet-bcachefs:pr/739 1/1] fs/bcachefs/acl.c:139:8: error: use of undeclared identifier 'PF_MEMALLOC_NORECLAIM'
2025-02-07 22:49 UTC
[koverstreet-bcachefs:pr/739 1/1] fs/bcachefs/btree_key_cache.c:149:7: error: use of undeclared identifier 'PF_MEMALLOC_NORECLAIM'
2025-02-07 22:49 UTC
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:615:42: warning: arithmetic between different enumeration types ('enum amdgpu_ras_block' and 'enum amdgpu_ras_mca_block')
2025-02-07 21:57 UTC
[PATCH] gen_compile_commands.py: remove code for '\#' replacement
2025-02-07 21:34 UTC (2+ messages)
[PATCH RFC 00/24] Compiler-Based Capability- and Locking-Analysis
2025-02-07 20:58 UTC (36+ messages)
` [PATCH RFC 01/24] compiler_types: Move lock checking attributes to compiler-capability-analysis.h
` [PATCH RFC 02/24] compiler-capability-analysis: Rename __cond_lock() to __cond_acquire()
` [PATCH RFC 03/24] compiler-capability-analysis: Add infrastructure for Clang's capability analysis
` [PATCH RFC 04/24] compiler-capability-analysis: Add test stub
` [PATCH RFC 05/24] Documentation: Add documentation for Compiler-Based Capability Analysis
` [PATCH RFC 06/24] checkpatch: Warn about capability_unsafe() without comment
` [PATCH RFC 07/24] cleanup: Basic compatibility with capability analysis
` [PATCH RFC 08/24] lockdep: Annotate lockdep assertions for "
` [PATCH RFC 09/24] locking/rwlock, spinlock: Support Clang's "
` [PATCH RFC 10/24] compiler-capability-analysis: Change __cond_acquires to take return value
` [PATCH RFC 11/24] locking/mutex: Support Clang's capability analysis
` [PATCH RFC 12/24] locking/seqlock: "
` [PATCH RFC 13/24] bit_spinlock: Include missing <asm/processor.h>
` [PATCH RFC 14/24] bit_spinlock: Support Clang's capability analysis
` [PATCH RFC 15/24] rcu: "
` [PATCH RFC 16/24] srcu: "
` [PATCH RFC 17/24] kref: Add capability-analysis annotations
` [PATCH RFC 18/24] locking/rwsem: Support Clang's capability analysis
` [PATCH RFC 19/24] locking/local_lock: "
` [PATCH RFC 20/24] debugfs: Make debugfs_cancellation a capability struct
` [PATCH RFC 21/24] kfence: Enable capability analysis
` [PATCH RFC 22/24] kcov: "
` [PATCH RFC 23/24] stackdepot: "
` [PATCH RFC 24/24] rhashtable: "
[PATCH v2] gpiolib: don't build HTE code with CONFIG_HTE disabled
2025-02-07 20:24 UTC
[PATCH 00/15] kasan: x86: arm64: risc-v: KASAN tag-based mode for x86
2025-02-07 16:37 UTC (36+ messages)
` [PATCH 01/15] kasan: Allocation enhancement for dense tag-based mode
` [PATCH 02/15] kasan: Tag checking with "
` [PATCH 08/15] x86: Physical address comparisons in fill_p*d/pte
` [PATCH 10/15] x86: KASAN raw shadow memory PTE init
` [PATCH 11/15] x86: LAM initialization
` [PATCH 12/15] x86: Minimal SLAB alignment
` [PATCH 13/15] x86: runtime_const used for KASAN_SHADOW_END
` [PATCH 14/15] x86: Make software tag-based kasan available
` [PATCH 15/15] kasan: Add mititgation and debug modes
[PATCH 0/3] string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()
2025-02-07 13:58 UTC (18+ messages)
` [PATCH 1/3] compiler.h: Move C string helpers into C-only kernel section
` [PATCH 2/3] compiler.h: Introduce __must_be_char_array()
` [PATCH 3/3] string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()
[PATCH bpf-next v2 22/26] bpf: Introduce rqspinlock kfuncs
2025-02-07 13:43 UTC
[peterz-queue:x86/fineibt-bhi 11/11] vmlinux.o: warning: objtool: __arch_prepare_bpf_trampoline+0x50b: relocation to !ENDBR: __bhi_args+0x40
2025-02-07 12:11 UTC
[net-next PATCH v5 6/6] octeontx2-pf: AF_XDP zero copy transmit support
2025-02-07 11:40 UTC
[PATCH v3] arm64: Handle .ARM.attributes section in linker scripts
2025-02-07 11:37 UTC (2+ messages)
[linux-next:master 2057/2219] fs/f2fs/super.c:3203:5: warning: no previous prototype for function 'f2fs_quota_sync'
2025-02-07 10:48 UTC
[avpatel:riscv_misc_fixes_v1 64/68] include/linux/riscv_sse.h:40:9: error: call to undeclared function 'ERR_PTR'; ISO C99 and later do not support implicit function declarations
2025-02-07 10:06 UTC
[PATCH net-next v3 1/2] netdev-genl: Add an XSK attribute to queues
2025-02-07 6:43 UTC
[frederic-dynticks:task/work 6/6] kernel/sched/isolation.c:256:2: error: call to undeclared function 'lru_add_and_bh_lrus_drain'; ISO C99 and later do not support implicit function declarations
2025-02-07 6:21 UTC
[PATCH net-next 3/3] net: dsa: mt7530: convert to phylink managed EEE
2025-02-07 4:27 UTC
[PATCH net-next 10/13] net: airoha: Introduce PPE initialization via NPU
2025-02-07 1:21 UTC
[peterz-queue:x86/fineibt-bhi 11/11] vmlinux.o: warning: objtool: emit_cfi+0xb3: relocation to !ENDBR: __bhi_args+0x40
2025-02-07 1:10 UTC
[PATCH v2 0/3] string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()
2025-02-07 1:01 UTC (6+ messages)
` [PATCH v2 1/3] compiler.h: Move C string helpers into C-only kernel section
` [PATCH v2 2/3] compiler.h: Introduce __must_be_byte_array()
` [PATCH v2 3/3] string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()
❌ FAIL: Test report for master (6.14.0-rc1, upstream-mainline, bb066fe8)
2025-02-07 0:22 UTC
[frederic-dynticks:task/work 5/6] include/linux/sched/isolation.h:93:52: warning: non-void function does not return a value
2025-02-06 23:27 UTC
[PATCH v2 3/5] iio: adc: Support ROHM BD79124 ADC
2025-02-06 22:42 UTC
[peterz-queue:x86/ibt 3/9] vmlinux.o: warning: objtool: xen_hypercall_setfunc+0x49: relocation to !ENDBR: xen_hypercall_amd+0x0
2025-02-06 21:30 UTC
[kvm:kvm-coco-queue 39/125] WARNING: modpost: vmlinux: section mismatch in reference: vt_init+0x2f (section: .init.text) -> vmx_exit (section: .exit.text)
2025-02-06 21:30 UTC (4+ messages)
[peterz-queue:x86/ibt 9/9] arch/x86/kernel/early_printk.c:102:1: error: expected string literal in 'asm'
2025-02-06 19:00 UTC
[PATCH 1/1] alloc_tag: work around clang-14 issue with __builtin_object_size()
2025-02-06 18:13 UTC (6+ messages)
[gustavoars:testing/wfamnae-next20250203 16/16] drivers/net/ethernet/mellanox/mlx5/core/diag/rsc_dump.c:71:10: error: offsetof of incomplete type 'struct mlx5_ifc_menu_resource_dump_response_bits'
2025-02-06 18:08 UTC
[peterz-queue:x86/ibt 7/9] kernel/trace/bpf_trace.c:1043:6: error: call to undeclared function 'is_endbr'; ISO C99 and later do not support implicit function declarations
2025-02-06 17:53 UTC
[PATCH v2] arm64: Handle .ARM.attributes section in linker scripts
2025-02-06 16:54 UTC (5+ messages)
[Linaro-TCWG-CI] llvmorg-21-init-262-gcff0a460ae86: Failure on arm
2025-02-06 14:52 UTC (3+ messages)
kernel/trace/bpf_trace.c:348:30: warning: bitwise operation between different enumeration types ('enum bpf_arg_type' and 'enum bpf_type_flag')
2025-02-06 12:53 UTC
[PATCH 04/15] kasan: arm64: x86: risc-v: Make special tags arch specific
2025-02-06 11:22 UTC (3+ messages)
[PATCH net-next v2] gve: Add RSS cache for non RSS device option scenario
2025-02-06 10:39 UTC
[paulmckrcu:dev.2025.01.30a 71/73] include/linux/printk.h:319:13: error: unused function 'pr_flush'
2025-02-06 10:10 UTC (2+ messages)
[linux-next:master 1489/1780] sound/core/pcm_drm_eld.c:318:42: warning: arithmetic between different enumeration types ('enum cea_audio_coding_types' and 'enum cea_audio_coding_xtypes')
2025-02-06 9:55 UTC
[PATCH v2 1/2] net, treewide: define and use MAC_ADDR_LEN
2025-02-06 9:31 UTC
[mark:arm64/kvm/fpsimd-fixes 8/11] arch/arm64/kvm/hyp/include/hyp/switch.h:380:15: warning: variable 'zcr_el2' set but not used
2025-02-06 5:13 UTC
kernel/bpf/verifier.c:559:11: warning: bitwise operation between different enumeration types ('enum bpf_reg_type' and 'enum bpf_type_flag')
2025-02-06 2:11 UTC
[rcu:torture.2025.02.04a 1/10] kernel/rcu/rcutorture.c:1152:33: error: call to undeclared function 'get_torture_init_jiffies'; ISO C99 and later do not support implicit function declarations
2025-02-06 1:39 UTC
[PATCH] selftests: bpf: Support dynamic linking LLVM if static not available
2025-02-06 1:00 UTC (3+ messages)
[davidhildenbrand:device_private 17/22] mm/rmap.c:2461:2: error: use of undeclared identifier 'ret'
2025-02-05 16:27 UTC
[brauner-vfs:vfs.all 11/48] fs/notify/fanotify/fanotify_user.c:2004:13: warning: variable 'obj' is used uninitialized whenever 'if' condition is false
2025-02-05 16:20 UTC (2+ messages)
[PATCH] scripts/Makefile.extrawarn: Do not show clang's non-kprintf warnings at W=1
2025-02-05 16:01 UTC (2+ messages)
kernel/bpf/helpers.c:685:39: warning: bitwise operation between different enumeration types ('enum bpf_return_type' and 'enum bpf_type_flag')
2025-02-05 15:12 UTC
[brauner-vfs:vfs.all 10/38] kernel/signal.c:4091:3: error: expected expression
2025-02-05 14:19 UTC (3+ messages)
[driver-core:faux_bus 3/6] drivers/usb/musb/sunxi.c:764:16: error: incompatible pointer types assigning to 'struct platform_device *' from 'struct faux_device *'
2025-02-05 13:34 UTC
[thierryreding:pmc 1/26] drivers/hv/vmbus_drv.c:2638:13: error: incompatible function pointer types initializing 'int (*)(struct syscore_ops *)' with an expression of type 'int (void)'
2025-02-05 11:02 UTC
[PATCH net-next v3] netdev-genl: Elide napi_id when not present
2025-02-05 9:22 UTC
[davidhildenbrand:device_private 15/22] mm/damon/ops-common.c:50:17: warning: variable 'pteval' is uninitialized when used here
2025-02-05 9:09 UTC
[davidhildenbrand:device_private 9/22] mm/ksm.c:1276:28: error: passing 'pte_t *' to parameter of incompatible type 'pte_t'; dereference with *
2025-02-05 8:47 UTC
[rppt:kho/v4 10/13] kernel/kexec_handover.c:104: warning: Function parameter or struct member 'mem' not described in 'kho_return_mem'
2025-02-05 4:21 UTC
[thomas-weissschuh:b4/kunit-kselftests 21/23] lib/kunit/uapi-preinit.c:44:1: warning: non-void function does not return a value
2025-02-04 23:40 UTC
[xilinx-xlnx:lkp_test 371/504] drivers/phy/ti/phy-gmii-sel.c:120:33: warning: shift count >= width of type
2025-02-04 21:05 UTC
❌ FAIL: Test report for master (6.14.0-rc1, upstream-mainline, d009de7d)
2025-02-04 19:53 UTC
Prebuilt LLVM 20.1.0-rc1 uploaded
2025-02-04 18:00 UTC
ld.lld: warning: src/consumer/drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/display_mode_core.c:6269:0: stack frame size (4048) exceeds limit (3072) in function 'dml_prefetch_check'
2025-02-04 17:37 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox