messages from 2026-06-09 00:32:43 to 2026-06-12 16:23:01 UTC [more...]
[PATCH] net: correcting section tags for .init and .exit data/functions
2026-06-12 16:22 UTC
[hare-scsi-devel:configfs-ns.v6 1/24] drivers/nvme/target/../target/bpf.h:15:44: warning: declaration of 'struct nvmet_subsys_link' will not be visible outside of this function
2026-06-12 15:39 UTC
[hare-scsi-devel:configfs-ns.v6 1/24] drivers/nvme/target/bpf.h:15:44: warning: declaration of 'struct nvmet_subsys_link' will not be visible outside of this function
2026-06-12 14:48 UTC
[RFC PATCH v2 00/14] kcov: add per-task dataflow tracking for function arguments/return values
2026-06-12 13:11 UTC (26+ messages)
` [RFC PATCH v2 01/14] "
` [RFC PATCH v2 02/14] kcov: fix INIT_TRACK race in kcov_dataflow
` [RFC PATCH v2 03/14] kcov: add barriers to recursion guard in kcov_df_write
` [RFC PATCH v2 04/14] kcov: reject enable on multiple dataflow fds simultaneously
` [RFC PATCH v2 05/14] kcov: clear dataflow fields on fork
` [RFC PATCH v2 06/14] kcov: clean up dataflow state on task exit
` [RFC PATCH v2 07/14] kcov: exclude kcov_dataflow.o from sanitizer instrumentation
` [RFC PATCH v2 08/14] selftests/kcov_dataflow: add trigger-view.py
` [RFC PATCH v2 09/14] selftests/kcov_dataflow: add ioctl interface selftest
` [RFC PATCH v2 10/14] selftests/kcov_dataflow: add eight_args_c test module
` [RFC PATCH v2 11/14] selftests/kcov_dataflow: add eight_args_rust "
` [RFC PATCH v2 12/14] selftests/kcov_dataflow: add rust_ffi_contract "
` [RFC PATCH v2 13/14] selftests/kcov_dataflow: add binderfs ioctl capture test
` [RFC PATCH v2 14/14] Documentation: add kcov-dataflow.rst
[RFC PATCH v2 0/6] kcov: per-task dataflow extraction at kernel function boundaries
2026-06-12 12:45 UTC (12+ messages)
` [RFC PATCH v2 1/6] kcov: add per-task dataflow tracking for function arguments/return values
ld.lld: error: undefined symbol: __kcfi_typeid_aria_aesni_avx_encrypt_16way
2026-06-12 12:16 UTC
[PATCH] jfs: validate active AG before updating db_active
2026-06-12 10:51 UTC
[PATCH] sparc: Export mcount for Clang-built modules
2026-06-12 9:28 UTC (2+ messages)
[PATCH] nvmem: airoha: add ARM64 dependency
2026-06-12 8:13 UTC (2+ messages)
[jirislaby:next_master 96/223] Warning: drivers/phy/apple/atc.c:631 Excess struct member 'sw' description in 'apple_atcphy'
2026-06-12 8:06 UTC
[sbates130272-p2pmem:switchtec-dma-sysfs 3/5] ld.lld: error: undefined symbol: dma_chan_kobject_add
2026-06-12 7:31 UTC
[gdamjan:v7.1/imx471 2/2] drivers/media/i2c/imx471.c:809:37: warning: variable 'ret' is uninitialized when used here
2026-06-12 4:00 UTC
[PATCH] media: bcm2835-unicam: Fix querycap multiple caps
2026-06-12 2:14 UTC
[davidhildenbrand:b4/clear_not_present_full_ptes 3/4] include/linux/pgtable.h:974:17: error: parameter 'addr' set but not used
2026-06-12 2:04 UTC
[RFC PATCH v2] platform/x86: panasonic-laptop: add fan speed mode for newer models
2026-06-11 21:23 UTC (2+ messages)
[PATCH] lib/crypto: gf128hash: mark clmul32() as noinline_for_stack
2026-06-11 20:06 UTC (2+ messages)
[sean-jc:x86/gmem_inplace 35/59] arch/x86/kvm/../../../virt/kvm/guest_memfd.c:1204:10: error: call to undeclared function 'kvm_range_has_vm_memory_attributes'; ISO C99 and later do not support implicit function declarations
2026-06-11 19:32 UTC
[PATCH] x86/cfi: Use symmetric SYM_START and SYM_END in __CFI_TYPE()
2026-06-11 19:28 UTC (2+ messages)
[PATCH] mm/damon/core: reduce kernel stack usage
2026-06-11 18:50 UTC (3+ messages)
Warning: drivers/usb/misc/usbio.c:117 struct member 'nr_i2c_buses' not described in 'usbio_device'
2026-06-11 18:14 UTC
[PATCHv4 00/15] dmaengine: fsldma: devm conversion, fixups, and cleanups
2026-06-11 16:36 UTC (32+ messages)
` [PATCHv4 01/15] dmaengine: fsldma: kill tasklet before removing channel
` [PATCHv4 02/15] dmaengine: fsldma: drop desc_lock before invoking client callback
` [PATCHv4 03/15] dmaengine: fsldma: halt DMA engine before freeing resources
` [PATCHv4 04/15] dmaengine: fsldma: provide device_release callback
` [PATCHv4 05/15] dmaengine: fsldma: check dma_async_device_register() return value
` [PATCHv4 06/15] dmaengine: fsldma: fix probe error path not freeing IRQs
` [PATCHv4 07/15] dmaengine: fsldma: fix request_irqs unwind freeing unregistered IRQ
` [PATCHv4 08/15] dmaengine: fsldma: convert to platform_get_irq_optional()
` [PATCHv4 09/15] dmaengine: fsldma: use devm_kzalloc() to simplify code
` [PATCHv4 10/15] dmaengine: fsldma: use devm_platform_ioremap_resource()
` [PATCHv4 11/15] dmaengine: fsldma: convert channel allocation to devm_kzalloc()
` [PATCHv4 12/15] dmaengine: fsldma: use devm_of_iomap() to simplify code
` [PATCHv4 13/15] dmaengine: fsldma: replace irq_of_parse_and_map with of_irq_get
` [PATCHv4 14/15] dmaengine: fsldma: replace ppc-specific accessors with portable generic ones
` [PATCHv4 15/15] dmaengine: fsldma: fix kernel-doc param names to match function signatures
drivers/gpu/drm/i915/display/intel_bios.c:3899:20: warning: variable 'vspeo' is uninitialized when used here
2026-06-11 15:18 UTC
[linux-next:master 3143/13002] drivers/block/drbd/drbd_nl_gen.c:641:42: warning: unused variable 'drbd_nl_mcgrps'
2026-06-11 12:08 UTC
[ulfh-pm:next 12/12] drivers/pmdomain/core.c:36:23: warning: unused variable 'genpd_provider_bus'
2026-06-11 11:35 UTC
[peterz-queue:locking/core 33/36] Warning: kernel/futex/core.c:366 function parameter 'fph_p' not described in '__futex_hash'
2026-06-11 11:24 UTC
[PATCH] perf/cxlpmu: Support Channel/Rank/Bank filter
2026-06-11 10:07 UTC
[PATCH] vduse: Fix error around jumping over a __cleanup() variable
2026-06-11 10:03 UTC (3+ messages)
Warning: kernel/time/ntp.c:94 struct member 'time_adjust_frac' not described in 'ntp_data'
2026-06-11 9:52 UTC
[PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS
2026-06-11 4:06 UTC (8+ messages)
` [PATCH 1/2] arm64: ftrace: prepare ftrace_modify_call() for use "
` [PATCH 2/2] arm64: ftrace: allow DIRECT_CALLS "
[hid:for-7.2/asus 1/7] drivers/hid/hid-asus.c:1399:14: warning: variable 'rsize_orig' is used uninitialized whenever 'if' condition is false
2026-06-11 4:05 UTC
[PATCH] USB: serial: io_ti: Use common error handling code in do_download_mode()
2026-06-11 2:26 UTC
net/netfilter/nfnetlink_cthelper.c:227:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is true
2026-06-11 0:25 UTC (2+ messages)
[PATCH] MIPS: VDSO: Avoid including .got in dynamic segment
2026-06-10 22:47 UTC (4+ messages)
[PATCH net-next v6 00/12] net: pcs: Introduce support for fwnode PCS
2026-06-10 22:43 UTC (16+ messages)
` [PATCH net-next v6 01/12] net: phylink: keep and use MAC supported_interfaces in phylink struct
` [PATCH net-next v6 02/12] net: phylink: introduce internal phylink PCS handling
` [PATCH net-next v6 03/12] net: phylink: add phylink_release_pcs() to externally release a PCS
` [PATCH net-next v6 04/12] net: pcs: implement Firmware node support for PCS driver
` [PATCH net-next v6 05/12] net: phylink: support late PCS provider attach
` [PATCH net-next v6 06/12] net: Document PCS subsystem
` [PATCH net-next v6 07/12] MAINTAINERS: add myself as PCS subsystem maintainer
` [PATCH net-next v6 08/12] of: property: fw_devlink: Add support for "pcs-handle"
` [PATCH net-next v6 09/12] net: phylink: add .pcs_link_down PCS OP
` [PATCH net-next v6 10/12] dt-bindings: net: pcs: Document support for Airoha Ethernet PCS
` [PATCH net-next v6 11/12] net: pcs: airoha: add PCS driver for Airoha AN7581 SoC
` [PATCH net-next v6 12/12] net: airoha: add phylink support
[jonhunter:tegra/next-fixes 25/27] ERROR: modpost: "tegra_is_silicon" [drivers/pci/controller/pcie-tegra264.ko] undefined!
2026-06-10 22:01 UTC
[PATCH] perf s390: Fix TEXTREL in Python extension by compiling as PIC
2026-06-10 20:05 UTC (4+ messages)
[PATCH] kbuild: Use ld.lld for linking host programs when LLVM is set
2026-06-10 19:55 UTC
[PATCH v9 4/4] MAINTAINERS: add Rust SRCU files to SRCU entry
2026-06-10 19:50 UTC
[broonie-ci:asoc-7.1 10/10] sound/soc/loongson/loongson_dma.c:213:45: warning: format specifies type 'unsigned int' but the argument has type 'u64' (aka 'unsigned long long')
2026-06-10 19:31 UTC
[PATCH v3] vduse: Add suspend
2026-06-10 19:10 UTC
Warning: mm/swap_state.c:506 function parameter 'defer_memcg1_swapin' not described in '__swap_cache_alloc_folio'
2026-06-10 18:18 UTC
[sean-jc:x86/kvmclock_vs_tsc 1/51] arch/x86/kernel/jailhouse.c:68:50: error: too few arguments to function call, expected 2, have 1
2026-06-10 13:29 UTC
mm/memory.c:526:8: warning: variable 'pmd' set but not used
2026-06-10 11:55 UTC
[sean-jc:x86/kvmclock_vs_tsc 10/51] arch/x86/coco/tdx/tdx.c:1210:61: error: expected ';' after return statement
2026-06-10 11:55 UTC
[PATCH v6 00/11] arm64: dts: ti: k3-am62a7-sk: Split r5f memory region
2026-06-10 7:39 UTC (14+ messages)
` [PATCH v6 01/11] arm64: dts: ti: k3-am62a-phycore-som: Fix wkup R5F memory region size
` [PATCH v6 02/11] arm64: dts: ti: k3-am62d2-evm: "
` [PATCH v6 03/11] arm64: dts: ti: k3-am62a7-sk: "
` [PATCH v6 04/11] arm64: dts: ti: k3-am62p-verdin: "
` [PATCH v6 05/11] arm64: dts: ti: k3-am62p5-sk: "
` [PATCH v6 06/11] arm64: dts: ti: var-som-am62p: "
` [PATCH v6 07/11] arm64: dts: ti: k3-am62a-ti-ipc-firmware: Move wkup reserved memory
` [PATCH v6 08/11] arm64: dts: ti: k3-am62p-ti-ipc-firmware: "
` [PATCH v6 09/11] arm64: dts: ti: k3-am62a-ti-ipc-firmware: Split r5f memory region
` [PATCH v6 10/11] arm64: dts: ti: k3-am62p-ti-ipc-firmware: "
` [PATCH v6 11/11] arm64: dts: ti: k3-am62p-ti-ipc-firmware: Add r5f nodes to pre-ram bootphase
[hare-scsi-devel:configfs-ns.v5 42/42] include/linux/mmzone.h:839:25: error: use of undeclared identifier 'PAGE_ALLOC_COSTLY_ORDER'
2026-06-10 5:31 UTC
[superna9999:topic/sm8650/ayaneo-pocket-s2/wsa2-fix 5/5] sound/soc/qcom/sc8280xp.c:237:64: error: use of undeclared identifier 'cpu_dai'
2026-06-10 5:31 UTC
drivers/scsi/megaraid/megaraid_mbox.c:623:51: error: use of undeclared identifier 'pdev'
2026-06-10 3:38 UTC
[PATCHv3 00/15] dmaengine: fsldma: devm conversion, fixups, and cleanups
2026-06-10 2:58 UTC (21+ messages)
` [PATCHv3 01/15] dmaengine: fsldma: kill tasklet before removing channel
` [PATCHv3 02/15] dmaengine: fsldma: drop desc_lock before invoking client callback
` [PATCHv3 03/15] dmaengine: fsldma: halt DMA engine before freeing resources
` [PATCHv3 04/15] dmaengine: fsldma: provide device_release callback
` [PATCHv3 05/15] dmaengine: fsldma: check dma_async_device_register() return value
` [PATCHv3 06/15] dmaengine: fsldma: fix probe error path not freeing IRQs
` [PATCHv3 07/15] dmaengine: fsldma: fix request_irqs unwind freeing unregistered IRQ
` [PATCHv3 08/15] dmaengine: fsldma: convert to platform_get_irq_optional()
` [PATCHv3 09/15] dmaengine: fsldma: use devm for kzalloc()
` [PATCHv3 10/15] dmaengine: fsldma: use devm_platform_ioremap_resource()
` [PATCHv3 11/15] dmaengine: fsldma: convert channel allocation to devm_kzalloc()
` [PATCHv3 12/15] dmaengine: fsldma: use devm for of_iomap()
` [PATCHv3 13/15] dmaengine: fsldma: replace irq_of_parse_and_map with of_irq_get
` [PATCHv3 14/15] dmaengine: fsldma: replace ppc-specific accessors with portable generic ones
` [PATCHv3 15/15] dmaengine: fsldma: fix kernel-doc param names to match function signatures
[avpatel:riscv_trace_support_v4 42/81] arch/riscv/kvm/aia_imsic.c:923:2: warning: variable 'vcpu' is used uninitialized whenever 'if' condition is false
2026-06-10 2:41 UTC
[superna9999:topic/sm8650/ayaneo-pocket-s2/wsa2-fix 3/5] sound/soc/qcom/qdsp6/q6apm-lpass-dais.c:311:2: warning: variable 'sysclk' is used uninitialized whenever switch default is taken
2026-06-10 2:30 UTC
Warning: drivers/scsi/hosts.c:407 function parameter 'dev' not described in 'scsi_host_alloc'
2026-06-10 1:59 UTC
[PATCH] modpost: Add __llvm_covfun and __llvm_covmap to section_white_list
2026-06-09 23:51 UTC (2+ messages)
[PATCH v12 0/3] kbuild: distributed build support for Clang ThinLTO
2026-06-09 23:48 UTC (2+ messages)
[PATCH] run-clang-tools: run multiprocessing.Pool as context manager
2026-06-09 23:42 UTC (2+ messages)
[PATCH v2 00/16] Bump minimum version of LLVM for building the kernel to 17.0.1
2026-06-09 23:28 UTC (2+ messages)
[dhowells-fs:netfs-next 22/22] fs/9p/vfs_addr.c:79:6: warning: variable 'len' is used uninitialized whenever 'if' condition is true
2026-06-09 23:08 UTC
[bcain:bcain/boot_qemu 16/51] make[3]: *** No rule to make target 'arch/hexagon/boot/dts/comet.dtb', needed by 'arch/hexagon/boot/dts/dtbs-list'
2026-06-09 22:58 UTC
[PATCH v3] ARM: OMAP2+: Add CFI type for omap4_finish_suspend
2026-06-09 22:25 UTC (2+ messages)
[cifs:for-next-next 15/16] fs/smb/client/cifsfs.c:1204:22: error: use of undeclared identifier 'FS_XFLAG_CASEFOLD'
2026-06-09 22:20 UTC (3+ messages)
[dhowells-fs:netfs-next 11/22] fs/afs/symlink.c:97:7: warning: variable 'ret' is uninitialized when used here
2026-06-09 19:59 UTC
[PATCH v2] drm/vc4: fix krealloc() memory leak
2026-06-09 18:49 UTC (3+ messages)
` [PATCH v3] "
[cxl:for-7.3/cxl-type2-enabling 5/5] ld.lld: error: undefined symbol: cxl_memdev_attach_region
2026-06-09 18:44 UTC
[hare-scsi-devel:configfs-ns.v5 42/42] include/linux/mmzone.h:839:25: error: use of undeclared identifier 'PAGE_ALLOC_COSTLY_ORDER'
2026-06-09 14:10 UTC
[thomas-weissschuh:b4/auxclock-nanosleep 32/52] kernel/time/hrtimer.c:599:13: error: call to undeclared function 'hrtimer_time_to_monotonic'; ISO C99 and later do not support implicit function declarations
2026-06-09 5:38 UTC
Backports of 175db11786bde9061db526bf1ac5107d915f5163 for 6.6 and older
2026-06-09 0:51 UTC (2+ messages)
[REGRESSION] next/master: (build) stack frame size (2088) exceeds limit (2048) in 'dml31_ModeSupport
2026-06-09 0:32 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