All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-17 08:04:38 to 2025-12-17 09:07:02 UTC [more...]

[PATCH v3 0/3] drm/draw: add check API to avoid spurious WARN
 2025-12-17  8:06 UTC  (4+ messages)
` [PATCH v3 1/3] drm/draw: add drm_draw_can_convert_from_xrgb8888
` [PATCH v3 2/3] drm/log: avoid WARN when searching for usable format
` [PATCH v3 3/3] drm/panic: avoid WARN when checking format support

[PATCH] ALSA: hda/realtek: fix micmute LED reversed on HP Abe and Bantie
 2025-12-17  9:06 UTC  (2+ messages)

[PATCH 0/8] riscv: spacemit: Add SpacemiT K3 SoC and K3 Pico-ITX board
 2025-12-17  9:04 UTC  (11+ messages)
` [PATCH 7/8] riscv: dts: spacemit: add initial device tree of SpacemiT K3 SoC
` [PATCH 8/8] riscv: dts: spacemit: add SpacemiT K3 Pico-ITX board device tree

[PATCH v1 1/4] tools/rtla: Consolidate nr_cpus usage across all tools
 2025-12-17  9:06 UTC  (3+ messages)

[PATCH v2 0/3] Add dma-coherent property
 2025-12-17  9:05 UTC  (6+ messages)

[PATCH 6.12 000/354] 6.12.63-rc1 review
 2025-12-17  9:04 UTC  (2+ messages)

[RFC PATCH v1 0/8] amdgpu/amdkfd: Add support for non-4K page size systems
 2025-12-17  9:04 UTC  (15+ messages)

[PATCH 00/19] Make Display free from i915_reg.h
 2025-12-17  9:04 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH -next 0/6] cpuset: further separate v1 and v2 implementations
 2025-12-17  8:49 UTC  (7+ messages)
` [PATCH -next 1/6] cpuset: add assert_cpuset_lock_held helper
` [PATCH -next 2/6] cpuset: add cpuset1_online_css helper for v1-specific operations
` [PATCH -next 3/6] cpuset: add cpuset1_init helper for v1 initialization
` [PATCH -next 4/6] cpuset: move update_domain_attr_tree to cpuset_v1.c
` [PATCH -next 5/6] cpuset: separate generate_sched_domains for v1 and v2
` [PATCH -next 6/6] cpuset: remove v1-specific code from generate_sched_domains

[PATCH] ext4,fiemap: Add inode offset for xattr fiemap
 2025-12-17  8:47 UTC 

[PATCH v10 5/7] media: verisilicon: AV1: Restore IOMMU context before decoding a frame
 2025-12-17  9:01 UTC  (4+ messages)

[PATCH v1 00/17] tee: Use bus callbacks instead of driver callbacks
 2025-12-17  9:02 UTC  (8+ messages)

[PATCH] drm/xe: Fix NULL pointer dereference in xe_exec_ioctl
 2025-12-17  9:01 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH 0/3] bpf: simple tests and fixes
 2025-12-18  0:54 UTC  (5+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 3/5] bpf: disallow empty program

[kirkstone][PATCH] rsync: fix CVE-2025-10158
 2025-12-17  8:57 UTC 

[PATCH] net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_write
 2025-12-17  8:57 UTC  (4+ messages)

[PATCH v2 1/5] cargo-update-recipe-crates: Make do_update_crates() a Python function
 2025-12-17  8:57 UTC  (3+ messages)
` [OE-core] "

rebasing on top of reformatted branch
 2025-12-17  8:56 UTC  (2+ messages)

[PATCH v8 0/6] rust: add ww_mutex support
 2025-12-17  8:54 UTC  (7+ messages)
` [PATCH v8 5/6] rust: ww_mutex: add Mutex, AcquireCtx and MutexGuard

[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
 2025-12-17  8:54 UTC  (4+ messages)
` [PATCH v2 02/17] tee: Add probe, remove and shutdown bus callbacks to tee_client_driver

[PATCH v2] usb: xhci: route endpoints to secondary interrupters
 2025-12-17  8:54 UTC 

[xiang-erofs:dev] BUILD SUCCESS e68e6eb58221ce30497c238d37704d230321869d
 2025-12-17  8:53 UTC 

[bug report] drm/amdkfd: Fix eviction fence handling
 2025-12-17  7:16 UTC 

[PATCH V13 00/51][FINAL] Color Pipeline API w/ VKMS
 2025-12-16 18:26 UTC  (5+ messages)
` [PATCH V13 06/51] drm/colorop: Add 1D Curve subtype
` [PATCH V13 15/51] drm/vkms: Add enumerated 1D curve colorop

[PATCH v2 0/2] Add firmware-managed PCIe Endpoint support for SA8255P
 2025-12-17  8:52 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: qcom,pcie-ep-sa8255p: Document firmware managed PCIe endpoint

Implement initial driver for virtio-RDMA devices(kernel), virtio-rdma device model(qemu) and vhost-user-RDMA backend device(dpdk)
 2025-12-17  8:49 UTC  (11+ messages)
` [PATCH 01/14] examples/vhost_user_rdma: implement core application initialization for supporting vhost_user_rdma device
` [PATCH] hw/rdma: Implement vhost-user RDMA device with PCI support
` [PATCH 02/14] examples/vhost_user_rdma: implement device and port query commands
` [PATCH 03/14] examples/vhost_user_rdma: implement create and destroy completion queue commands
` [PATCH 04/14] examples/vhost_user_rdma: implement protection domain create/destroy commands
` [PATCH 05/14] examples/vhost_user_rdma: implement comprehensive memory region management
` [PATCH 06/14] examples/vhost_user_rdma: implement comprehensive queue pair lifecycle management
` [PATCH 07/14] examples/vhost_user_rdma: Implement high-performance requester engine with advanced flow control
` [PATCH 08/14] examples/vhost_user_rdma: implement advanced completer engine with reliability features
` [PATCH 09/14] examples/vhost_user_rdma: implement P_Key query operation with default partition key

[PATCH net v3] smc91x: fix broken irq-context in PREEMPT_RT
 2025-12-17  8:51 UTC 

[linux-next:master 1466/2012] drivers/mmc/host/dw_mmc.c:597 dw_mci_prepare_desc() error: uninitialized symbol 'desc'
 2025-12-17  8:51 UTC 

[PATCH v10 0/8] mm: folio_zero_user: clear contiguous pages
 2025-12-17  8:48 UTC  (6+ messages)
` [PATCH v10 7/8] mm, folio_zero_user: support clearing page ranges

[PATCH] net: usb: asix: validate PHY address before use
 2025-12-17  8:50 UTC 

[PATCH i-g-t v8 0/2] tests/intel/xe_pm_residency: Add ASPM Link residency test
 2025-12-17  8:49 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH 1/1] arm64: dts: mb-smarc-2: Add PCIe support
 2025-12-17  8:48 UTC 

[PATCH 0/2] bitbake-setup: convert print calls to logger
 2025-12-17  8:48 UTC  (3+ messages)
` [PATCH 1/2] bitbake-setup: remove logging stream configuration
` [PATCH 2/2] bitbake-setup: convert print calls to logger

Implement initial driver for virtio-RDMA devices(kernel), virtio-rdma device model(qemu) and vhost-user-RDMA backend device(dpdk)
 2025-12-17  8:45 UTC 

[PULL 0/1] Error reporting patches for 2025-12-17
 2025-12-17  8:46 UTC  (2+ messages)
` [PULL 1/1] qdev: fix error handling in set_uint64_checkmask

[PATCH v2] fs: make sure to fail try_to_unlazy() and try_to_unlazy() for LOOKUP_CACHED
 2025-12-17  8:47 UTC 

[PATCH v2 0/2] media: nxp: Add CSI Pixel Formatter support
 2025-12-17  8:46 UTC  (3+ messages)
` [PATCH v2 1/2] media: dt-bindings: Add CSI Pixel Formatter DT bindings

[PATCH] MAINTAINERS: Add Makefile.dtb* to DT maintainers
 2025-12-17  8:46 UTC  (2+ messages)

[PATCH 0/2] ASoC: SOF: ipc4-topology: fixes for 'exotic' format handling
 2025-12-17  8:46 UTC  (2+ messages)

[PATCH RFC 0/2] tweaks for costly order __GFP_NORETRY reclaim
 2025-12-17  8:46 UTC  (4+ messages)
` [PATCH RFC 2/2] mm, page_alloc: fail costly __GFP_NORETRY allocations faster

Implement initial driver for virtio-RDMA devices(kernel), virtio-rdma device model(qemu) and vhost-user-RDMA backend device(dpdk)
 2025-12-17  8:43 UTC  (11+ messages)
` [PATCH 01/14] examples/vhost_user_rdma: implement core application initialization for supporting vhost_user_rdma device
` [PATCH] hw/rdma: Implement vhost-user RDMA device with PCI support
` [PATCH 02/14] examples/vhost_user_rdma: implement device and port query commands
` [PATCH 03/14] examples/vhost_user_rdma: implement create and destroy completion queue commands
` [PATCH 04/14] examples/vhost_user_rdma: implement protection domain create/destroy commands
` [PATCH 05/14] examples/vhost_user_rdma: implement comprehensive memory region management
` [PATCH 06/14] examples/vhost_user_rdma: implement comprehensive queue pair lifecycle management
` [PATCH 07/14] examples/vhost_user_rdma: Implement high-performance requester engine with advanced flow control
` [PATCH 08/14] examples/vhost_user_rdma: implement advanced completer engine with reliability features
` [PATCH 09/14] examples/vhost_user_rdma: implement P_Key query operation with default partition key

[PATCH v1] media: videobuf2: Allow applications customize data offsets of capture buffers
 2025-12-17  8:44 UTC  (6+ messages)

[syzbot] [nilfs?] INFO: task hung in nilfs_segctor_thread (6)
 2025-12-17  8:43 UTC  (2+ messages)
` [PATCH] nilfs2: fix potential block overflow that cause system hang

[PATCH] dt-bindings: usb: ehci/ohci: Allow "dma-coherent"
 2025-12-17  8:41 UTC  (2+ messages)

[PATCH 0/1] strace: 6.17 -> 6.18
 2025-12-17  8:41 UTC  (5+ messages)
` [PATCH 1/1] "
  ` [OE-core] "

[PATCH] dt-bindings: input: touchscreen: sitronix,st1232: Add Sitronix ST1624
 2025-12-17  8:40 UTC  (2+ messages)

drivers/video/backlight/aw99706.c:281:9: error: implicit declaration of function 'gpiod_set_value_cansleep'; did you mean 'gpio_set_value_cansleep'?
 2025-12-17  8:39 UTC 

[djwong-xfs:iomap-fuse-prep 4/30] fs/ext4/balloc.c:197:25: error: 'EFSBADCRC' undeclared
 2025-12-17  8:39 UTC 

[android-common:android15-6.6-2025-07 1/1] arch/arm64/kvm/hyp/nvhe/psci-relay.c:28:40: warning: declaration of 'enum pkvm_psci_notification' will not be visible outside of this function
 2025-12-17  8:39 UTC 

[PATCHv5 bpf-next 1/9] ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flag
 2025-12-17  8:40 UTC  (3+ messages)

[PATCH] dt-bindings: trivial-devices: Add socionext,uniphier-smpctrl
 2025-12-17  8:40 UTC  (2+ messages)

[syzbot] [net?] [usb?] WARNING in mdiobus_get_phy
 2025-12-17  8:40 UTC 

[PATCH] mmc: dw_mmc: Fix descriptor increasing case in 64-bit case
 2025-12-17  8:04 UTC 

[GIT PULL] kbuild changes for v6.19
 2025-12-17  8:39 UTC  (4+ messages)

[PATCH 0/5] i2c: st: add power-domains on stm32mp2x and enable i2c-analog-filter
 2025-12-17  8:39 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: i2c: st,stm32-i2c: add 'power-domains' property

24.11.4 patches review and test
 2025-12-17  8:39 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: mfd: atmel,hlcdc: Add sama7d65 compatible string
 2025-12-17  8:38 UTC  (2+ messages)

[PATCH bpf-next v9 00/10] Improve the performance of BTF type lookups with binary search
 2025-12-17  8:38 UTC  (4+ messages)
` [PATCH bpf-next v9 10/10] libbpf: Optimize the performance of determine_ptr_size

[PATCH v2 0/4] s32g: Use a syscon for GPR
 2025-12-17  8:37 UTC  (5+ messages)
` [PATCH v2 2/4] dt-bindings: mfd: syscon: Document the GPR syscon for the NXP S32 SoCs
` [PATCH v2 3/4] dt-bindings: net: nxp,s32-dwmac: Use the GPR syscon

[PATCH net-next v5 0/4] Add AST2600 RGMII delay into ftgmac100
 2025-12-17  8:35 UTC  (6+ messages)
` [PATCH net-next v5 3/4] net: ftgmac100: Add RGMII delay support for AST2600

[PATCH] drm/fb-helper: Fix vblank timeout during suspend/reset
 2025-12-17  8:35 UTC  (3+ messages)

[PATCH] [oe][meta-oe][PATCH 3/5 v2] double-conversion: upgrade 3.3.1 -> 3.4.0
 2025-12-17  8:34 UTC 

Issues with md raid 1 on kernel 6.18 after booting kernel 6.19rc1 once
 2025-12-17  8:33 UTC  (8+ messages)
      ` Issues with md raid 1 on kernel 6.18 after booting kernel 6.19-rc1 once

[PATCH] KVM: nVMX: Disallow access to vmcs12 fields that aren't supported by "hardware"
 2025-12-17  8:32 UTC  (2+ messages)

[oe][meta-oe][krikstone][PATCH] python3-django: fix CVE-2025-64459
 2025-12-17  8:31 UTC  (2+ messages)

[PATCH v2 0/4] ROCK 4D audio enablement
 2025-12-17  8:31 UTC  (4+ messages)
` [PATCH v2 1/4] dt-bindings: input: adc-keys: allow linux,input-type property

[PATCH v2 0/5] ARM: dts: aspeed: bletchley: Fix dt-schema warnings
 2025-12-17  8:31 UTC  (2+ messages)

About component->card
 2025-12-17  8:30 UTC  (2+ messages)

[android-common:android13-5.15 2/2] arch/arm64/kvm/hyp/include/nvhe/mem_protect.h:55:22: warning: 'pkvm_host_id' defined but not used
 2025-12-17  8:28 UTC 

[syzbot] [btrfs?] WARNING in __btrfs_update_delayed_inode (3)
 2025-12-17  8:29 UTC 

[PATCH v2] dt-bindings: mfd: qcom,spmi-pmic: Document PMICs present on Kaanapali
 2025-12-17  8:29 UTC  (2+ messages)

[PATCH v2 0/4] media: omap3isp/et8ek8: Add CCP2 CRC configuration support
 2025-12-17  8:28 UTC  (7+ messages)
` [PATCH v2 1/4] media: i2c: et8ek8: et8ek8_driver: add support for crc configuration via device tree
` [PATCH v2 2/4] dt-bindings: media: i2c: et8ek8: document missing crc as optional property
` [PATCH v2 4/4] dt-bindings: media: omap3isp: "

[PATCH 6.18 000/614] 6.18.2-rc1 review
 2025-12-17  8:27 UTC  (7+ messages)

[PATCH 1/2] mm/vmalloc: Add large-order allocation helper
 2025-12-17  8:27 UTC  (3+ messages)
` [PATCH 2/2] mm/vmalloc: Add attempt_larger_order_alloc parameter

[scarthgap][PATCH] python3-urllib3: fix CVE-2025-66418 CVE-2025-66471
 2025-12-17  8:26 UTC 

[PATCH v2 0/4] Introduce Allwinner H616 PWM controller
 2025-12-17  8:25 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: pwm: allwinner: add h616 pwm compatible
` [PATCH v2 2/4] pwm: sun50i: Add H616 PWM support
` [PATCH v2 3/4] arm64: dts: allwinner: h616: add PWM controller
` [PATCH v2 4/4] MAINTAINERS: Add entry on Allwinner H616 PWM driver

[PATCH] sysctl: Add missing kernel-doc for proc_dointvec_conv
 2025-12-17  8:24 UTC  (4+ messages)

[isar-cip-core][RFC][PATCH] Remove support for building KernelCI images
 2025-12-17  8:24 UTC  (6+ messages)
  ` [cip-dev] "

[PATCH] qdev: fix error handling in set_uint64_checkmask
 2025-12-17  8:22 UTC  (2+ messages)

[PATCH v3 0/3] Add support for exynos5250-manta (Google Nexus 10)
 2025-12-17  8:22 UTC  (4+ messages)
` [PATCH v3 2/3] ARM: dts: exynos: Add Google Manta (Nexus 10)

[BUG][RT][ti-j72xx] spi: cadence-quadspi: boot failed with rtmutex deadlock detected
 2025-12-17  8:21 UTC 

[PATCH v2] dt-bindings: phy: ti,tcan104x-can: Document TI TCAN1046
 2025-12-17  8:15 UTC  (6+ messages)

[syzbot] [net?] [s390?] general protection fault in smc_diag_dump_proto
 2025-12-17  8:18 UTC  (2+ messages)
` Forwarded: [syzbot] [smc?] "

[Buildroot] [PATCH 1/1] package/vim: bump package to version 9.1.1989
 2025-12-17  8:18 UTC 

[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
 2025-12-17  8:17 UTC  (4+ messages)
` [PATCH v6 00/10] Add submodulePathConfig extension and gitdir encoding

[bug report] mmc: dw_mmc: add dw_mci_prepare_desc() for both of 32bit and 64bit DMA
 2025-12-17  8:12 UTC  (2+ messages)

[PATCH v2 00/26] drm/bridge: add drm_of_find_bridge(), deprecate of_drm_find_bridge()
 2025-12-17  8:15 UTC  (7+ messages)
` [PATCH v2 17/26] drm/meson: encoder_*: use devm_of_drm_get_bridge() to put the next bridge

[PATCH] i2c: tegra: remove unused rst
 2025-12-17  8:16 UTC 

[PATCH v2] dmaengine: stm32-mdma: initialize m2m_hw_period and ccr to fix warnings
 2025-12-17  8:15 UTC 

[PATCH v3 0/2] dt-bindings: leds: Add bindings for Kaanapali PMIC peripherals
 2025-12-17  8:15 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: leds: leds-qcom-lpg: Add support for PMH0101 PWM
` [PATCH v3 2/2] dt-bindings: leds: qcom,spmi-flash-led: Add PMH0101 compatible

[kirkstone][PATCH] qemu: fix CVE-2025-12464
 2025-12-17  8:14 UTC 

[PATCH 1/1] phy: freescale: imx8qm-hsio: provide regmap names
 2025-12-17  8:13 UTC  (2+ messages)

[PATCH V3] xen/dom0less: Calculate guest DTB size based on MAX_VIRT_CPUS
 2025-12-17  8:12 UTC 

[PATCH v3 00/11] drm/msm: Add support for Kaanapali
 2025-12-17  8:13 UTC  (5+ messages)
` [PATCH v3 02/11] dt-bindings: display/msm: dsi-phy-7nm: Add Kaanapali DSI PHY
` [PATCH v3 03/11] dt-bindings: display/msm: dsi-controller-main: Add Kaanapali

[PATCH v1 00/13] arm64: Refactor TLB invalidation API and implementation
 2025-12-17  8:12 UTC  (3+ messages)
` [PATCH v1 08/13] arm64: mm: Simplify __flush_tlb_range_limit_excess()

[PATCH 0/3] media: mali-c55: Update uAPI headers for v6.19-rc1
 2025-12-17  8:11 UTC  (4+ messages)
  ` [PATCH 1/3] Documentation: media: mali-c55: Use v4l2-isp version identifier

[PATCH v4 RESEND 0/6] mm: hugetlb: allocate frozen gigantic folio
 2025-12-17  8:09 UTC  (4+ messages)
` [PATCH v4 6/6] mm: hugetlb: allocate frozen pages in alloc_gigantic_folio()

[PATCH v2 0/5] OpenRISC de0 nano single and multicore boards
 2025-12-17  8:08 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: Add compatible string opencores,gpio to gpio-mmio
` [PATCH v2 2/5] openrisc: dts: Add de0 nano config and devicetree
` [PATCH v2 3/5] openrisc: Fix IPIs on simple multicore systems
` [PATCH v2 4/5] openrisc: dts: Split simple smp dts to dts and dtsi
` [PATCH v2 5/5] openrisc: dts: Add de0 nano multicore config and devicetree

[PATCH 0/3] btrfs-progs: check: properly fix missing INODE_REF cases
 2025-12-17  8:08 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: check/original: add dedicated missing INODE_REF repair
` [PATCH 2/3] btrfs-progs: check/lowmem: fix "
` [PATCH 3/3] btrfs-progs: fsck-tests: add a test case for repairing missing INODE_REF

Implement initial driver for virtio-RDMA devices(kernel), virtio-rdma device model(qemu) and vhost-user-RDMA backend device(dpdk)
 2025-12-17  8:03 UTC  (5+ messages)
` [PATCH 01/14] examples/vhost_user_rdma: implement core application initialization for supporting vhost_user_rdma device
` [PATCH] hw/rdma: Implement vhost-user RDMA device with PCI support
` [PATCH 02/14] examples/vhost_user_rdma: implement device and port query commands
` [PATCH 03/14] examples/vhost_user_rdma: implement create and destroy completion queue commands

[PATCH v6 0/2] tests/intel/xe_pat: add helper funtion to read PAT table
 2025-12-17  8:07 UTC  (3+ messages)
` [PATCH v6 1/2] lib/intel_pat: read Xe PAT config from debugfs
` [PATCH v6 2/2] tests/intel/xe_pat: sync with Xe PAT debugfs parser

[PATCH] erofs-utils: mount: fix type mismatches causing compilation errors
 2025-12-17  8:07 UTC 

[PATCH v3] socat: 1.8.0.3 -> 1.8.1.0
 2025-12-17  8:07 UTC 

Implement initial driver for virtio-RDMA devices(kernel), virtio-rdma device model(qemu) and vhost-user-RDMA backend device(dpdk)
 2025-12-17  8:05 UTC  (11+ messages)
` [PATCH 01/14] examples/vhost_user_rdma: implement core application initialization for supporting vhost_user_rdma device
` [PATCH] hw/rdma: Implement vhost-user RDMA device with PCI support
` [PATCH 02/14] examples/vhost_user_rdma: implement device and port query commands
` [PATCH 03/14] examples/vhost_user_rdma: implement create and destroy completion queue commands
` [PATCH 04/14] examples/vhost_user_rdma: implement protection domain create/destroy commands
` [PATCH 05/14] examples/vhost_user_rdma: implement comprehensive memory region management
` [PATCH 06/14] examples/vhost_user_rdma: implement comprehensive queue pair lifecycle management
` [PATCH 07/14] examples/vhost_user_rdma: Implement high-performance requester engine with advanced flow control
` [PATCH 08/14] examples/vhost_user_rdma: implement advanced completer engine with reliability features
` [PATCH 09/14] examples/vhost_user_rdma: implement P_Key query operation with default partition key

[PATCH 0/3] arm64: dts: Initial support for i.MX952
 2025-12-17  8:07 UTC  (2+ messages)

[PATCH 0/7] sysctl: Replace the converter macros with functions
 2025-12-17  8:04 UTC  (8+ messages)
` [PATCH 1/7] sysctl: Return -ENOSYS from proc_douintvec_conv when CONFIG_PROC_SYSCTL=n
` [PATCH 2/7] sysctl: clarify proc_douintvec_minmax doc
` [PATCH 3/7] sysctl: Add CONFIG_PROC_SYSCTL guards for converter macros
` [PATCH 4/7] sysctl: Replace UINT converter macros with functions
` [PATCH 5/7] sysctl: Add kernel doc to proc_douintvec_conv
` [PATCH 6/7] sysctl: Replace unidirectional INT converter macros with functions
` [PATCH 7/7] sysctl: replace SYSCTL_INT_CONV_CUSTOM macro "

[OE-core] [PATCH v2] socat: 1.8.0.3 -> 1.8.1.0
 2025-12-17  8:04 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.