messages from 2025-08-22 22:20:17 to 2025-08-23 00:53:35 UTC [more...]
[PATCH v5 00/12] Add initial Xen Suspend-to-RAM support on ARM64
2025-08-23 0:53 UTC (14+ messages)
` [PATCH v5 02/12] xen/arm: gic-v2: Implement GIC suspend/resume functions
` [PATCH v5 03/12] xen/arm: gic-v3: Implement GICv3 "
` [PATCH v5 04/12] xen/arm: Prevent crash during disable_nonboot_cpus on suspend
` [PATCH v5 05/12] xen/arm: irq: avoid local IRQ descriptors reinit on system resume
` [PATCH v5 06/12] xen/arm: irq: Restore state of local IRQs during "
` [PATCH v5 07/12] xen/arm: Add support for system suspend triggered by hardware domain
[linux-next:master 3055/4234] sound/soc/qcom/qdsp6/audioreach.c:818:40: sparse: sparse: incorrect type in initializer (different base types)
2025-08-23 0:51 UTC
+ mm-fix-possible-deadlock-in-kmemleak.patch added to mm-hotfixes-unstable branch
2025-08-23 0:48 UTC
[PATCH v8 0/5] doc: git-rebase: clarify DESCRIPTION section
2025-08-23 0:43 UTC (7+ messages)
` [PATCH v9 "
` [PATCH v9 1/5] doc: git-rebase: start with an example
` [PATCH v9 2/5] doc: git rebase: dedup merge conflict discussion
` [PATCH v9 3/5] doc: git rebase: clarify arguments syntax
` [PATCH v9 4/5] doc: git-rebase: move --onto explanation down
` [PATCH v9 5/5] doc: git-rebase: update discussion of internals
[PATCH v3 0/8] selftests/mm: Add compiler flags and fix found warnings
2025-08-23 0:42 UTC (2+ messages)
[TECH TOPIC] Per-cgroup Swap Device Control
2025-08-23 0:42 UTC (7+ messages)
[chrome-os:chromeos-6.6 443/443] arch/arm64/boot/dts/mediatek/mt6359.dtsi:305.19-308.6: Warning (unit_address_vs_reg): /soc/pwrap@10024000/pmic/rtc/fginit: node has a reg or ranges property, but no unit name
2025-08-23 0:40 UTC
[v3, net-next 0/9] Add more functionality to BNGE
2025-08-23 0:40 UTC (3+ messages)
` [v3, net-next 1/9] bng_en: Add initial support for RX and TX rings
[RFC PATCH v5 00/10] xen/arm: scmi: introduce SCI SCMI SMC multi-agent support
2025-08-23 0:40 UTC (14+ messages)
` [RFC PATCH v5 02/10] xen/arm: scmi-smc: update to be used under sci subsystem
` [RFC PATCH v5 01/10] xen/arm: add generic SCI subsystem
` [RFC PATCH v5 04/10] docs: arm: add docs for SCMI over SMC calls forwarding driver
` [RFC PATCH v5 03/10] xen/arm: scmi-smc: passthrough SCMI SMC to domain, single agent
` [RFC PATCH v5 07/10] xen: arm: smccc: add INVALID_PARAMETER error code
` [RFC PATCH v5 08/10] lib/arm: Add I/O memory copy helpers
[PATCH i-g-t 0/4] IGT xe_oa fixes, debug and new test
2025-08-23 0:34 UTC (5+ messages)
` [PATCH i-g-t 1/4] tests/intel/xe_oa: Fix report dumps in sanity check
` [PATCH i-g-t 2/4] tests/intel/xe_oa: Fix waiting for mmaped reports
` [PATCH i-g-t 3/4] tests/intel/xe_oa: Add a test for tail address wrap
` [PATCH i-g-t 4/4] tests/intel/xe_oa: Add an option to capture ftrace
+ drivers-base-node-handle-error-properly-in-register_one_node.patch added to mm-new branch
2025-08-23 0:35 UTC
[PATCHv3 net-next 0/3] bonding: support aggregator selection based on port priority
2025-08-23 0:33 UTC (3+ messages)
` [PATCHv3 net-next 1/3] bonding: add support for per-port LACP actor priority
[PATCH v5 00/19] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
2025-08-23 0:32 UTC (20+ messages)
` [PATCH v5 01/19] perf build: Remove libtracefs configuration
` [PATCH v5 02/19] perf map: Constify objdump offset/address conversion APIs
` [PATCH v5 03/19] perf capstone: Move capstone functionality into its own file
` [PATCH v5 04/19] perf llvm: Move llvm "
` [PATCH v5 05/19] perf capstone: Remove open_capstone_handle
` [PATCH v5 06/19] perf capstone: Support for dlopen-ing libcapstone.so
` [PATCH v5 07/19] perf llvm: Support for dlopen-ing libLLVM.so
` [PATCH v5 08/19] perf llvm: Mangle libperf-llvm.so function names
` [PATCH v5 09/19] perf dso: Move read_symbol from llvm/capstone to dso
` [PATCH v5 10/19] perf dso: Support BPF programs in dso__read_symbol
` [PATCH v5 11/19] perf llvm: Disassemble cleanup
` [PATCH v5 12/19] perf dso: Clean up read_symbol error handling
` [PATCH v5 13/19] perf build: Remove libbfd support
` [PATCH v5 14/19] perf build: Remove libiberty support
` [PATCH v5 15/19] perf build: Remove unused defines
` [PATCH v5 16/19] perf disasm: Remove disasm_bpf
` [PATCH v5 17/19] perf disasm: Make ins__scnprintf and ins__is_nop static
` [PATCH v5 18/19] perf srcline: Fallback between addr2line implementations
` [PATCH v5 19/19] perf disasm: Remove unused evsel from annotate_args
❌ FAIL: Test report for master (6.17.0-rc2, upstream-mainline, 6debb690)
2025-08-23 0:32 UTC
[PATCH net-next v5 0/4] net: wangxun: complete ethtool coalesce options
2025-08-23 0:30 UTC (2+ messages)
[PATCH net-next v14 0/8] net: hinic3: Add a driver for Huawei 3rd gen NIC - management interfaces
2025-08-23 0:30 UTC (2+ messages)
[PATCH v1 net] atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control()
2025-08-23 0:30 UTC (2+ messages)
+ btree-fix-merge-logic-to-use-btree_last-return-value.patch added to mm-nonmm-unstable branch
2025-08-23 0:29 UTC
[syzbot] [fuse?] KASAN: slab-out-of-bounds Write in fuse_dev_do_write
2025-08-23 0:29 UTC (3+ messages)
[GIT PULL] locking/urgent for v6.17-rc1
2025-08-23 0:28 UTC (5+ messages)
[PATCH v5 0/3] hung_task: extend blocking task stacktrace dump to semaphore
2025-08-23 0:27 UTC (7+ messages)
` [PATCH v5 2/3] hung_task: show the blocker task if the task is hung on semaphore
[PATCH 1/2] lib/xe/oa: Add perf consts to support more metrics
2025-08-23 0:25 UTC (2+ messages)
` [PATCH 2/2] lib/xe/oa: Update PTL oa-metrics with new compute, memory, and stall counters
[PATCH v2 0/2] kernfs: Fix UAF in PSI polling when open file is released
2025-08-23 0:23 UTC (4+ messages)
` [PATCH v2 1/2] kernfs: Fix UAF in "
[PATCH v5] cgroup: split cgroup_destroy_wq into 3 workqueues
2025-08-23 0:23 UTC (4+ messages)
` [PATCH v6] "
Backport "scsi: core: Fix command pass through retry regression" to linux-6.12.y
2025-08-23 0:22 UTC
[PATCH net 1/2] bonding: set random address only when slaves already exist
2025-08-23 0:21 UTC (2+ messages)
[PATCH 0/2] cpufreq: CPPC: Avoid cur frequency modification on governor start
2025-08-23 0:17 UTC (3+ messages)
` [PATCH 1/2] cpufreq: Add driver flag to avoid initial frequency verification
` [PATCH 2/2] cpufreq: CPPC: Don't verify cur frequency on governor start
[android-common:android15-6.6 1/1] fs/f2fs/f2fs.h:2183:42: error: no member named 'read_waiters' in 'struct f2fs_rwsem'
2025-08-23 0:19 UTC
[PATCH] drm/msm: fix msm_gem_vma_new() allocations for managed GPUVMs
2025-08-23 0:14 UTC (2+ messages)
What's cooking in git.git (Aug 2025, #10; Fri, 22)
2025-08-23 0:10 UTC
[PATCH 0/2] i2c: designware: Implement atomic transfer suppot
2025-08-22 23:51 UTC (10+ messages)
` [PATCH 1/2] i2c: designware: Avoid taking clk_prepare mutex in PM callbacks
[PATCH iproute2-next v2] man8: ip-sr: Document that passphrase must be high-entropy
2025-08-23 0:08 UTC (8+ messages)
[PATCH v1 0/5] platform/x86: ayaneo-ec: Add Ayaneo Embedded Controller platform driver
2025-08-23 0:07 UTC (3+ messages)
` [PATCH v1 5/5] platform/x86: ayaneo-ec: Move Ayaneo devices from oxpec to ayaneo-ec
[PATCH v1 0/2] Build ID mmap related fixes
2025-08-23 0:00 UTC (3+ messages)
` [PATCH v1 1/2] perf symbol-minimal: Fix ehdr reading in filename__read_build_id
` [PATCH v1 2/2] perf symbol: Add blocking argument to filename__read_build_id
[GIT PULL] tracing: Fixes for v6.17
2025-08-22 23:57 UTC (8+ messages)
[Buildroot] [git commit branch/next] configs/ls1046a-rdb: bump BSP tag to lf-6.12.20-2.0.0
2025-08-22 23:56 UTC
[Buildroot] [git commit branch/next] package/qoriq-ddr-phy-binary: bump version to lf-6.12.20-2.0.0
2025-08-22 23:56 UTC
[Buildroot] [git commit branch/next] package/qoriq-fm-ucode: bump version to lf-6.12.20-2.0.0
2025-08-22 23:56 UTC
[Buildroot] [git commit branch/next] configs/ls1028ardb: bump BSP tag to lf-6.12.20-2.0.0
2025-08-22 23:56 UTC
[Buildroot] [git commit branch/next] configs/ls1046a-frwy: bump BSP tag to lf-6.12.20-2.0.0
2025-08-22 23:56 UTC
[Buildroot] [git commit branch/next] package/fmc: bump version to lf-6.12.20-2.0.0
2025-08-22 23:56 UTC
[Buildroot] [git commit branch/next] configs/ls1043a-rdb: bump BSP tag to lf-6.12.20-2.0.0
2025-08-22 23:56 UTC
[Buildroot] [git commit branch/next] package/qoriq-rcw: bump to version lf-6.12.20-2.0.0
2025-08-22 23:56 UTC
[Buildroot] [git commit branch/next] package/fmlib: bump version to lf-6.12.20-2.0.0
2025-08-22 23:56 UTC
[PATCH v5 00/21] intel_iommu: Enable stage-1 translation for passthrough device
2025-08-22 23:55 UTC (17+ messages)
` [PATCH v5 01/21] intel_iommu: Rename vtd_ce_get_rid2pasid_entry to vtd_ce_get_pasid_entry
` [PATCH v5 02/21] hw/pci: Introduce pci_device_get_viommu_cap()
` [PATCH v5 03/21] intel_iommu: Implement get_viommu_cap() callback
` [PATCH v5 04/21] vfio: Introduce helper vfio_pci_from_vfio_device()
` [PATCH v5 05/21] vfio/iommufd: Force creating nested parent domain
` [PATCH v5 06/21] hw/pci: Export pci_device_get_iommu_bus_devfn() and return bool
` [PATCH v5 07/21] intel_iommu: Introduce a new structure VTDHostIOMMUDevice
` [PATCH v5 20/21] Workaround for ERRATA_772415_SPR17
[PATCH v4 bpf-next 1/2] bpf: improve the general precision of tnum_mul
2025-08-22 23:56 UTC (5+ messages)
[Intel-wired-lan] [PATCH iwl-next v2] igb: Convert Tx timestamping to PTP aux worker
2025-08-22 23:55 UTC (4+ messages)
` "
[PATCH 00/16] packfile: carve out a new packfile store
2025-08-22 23:50 UTC (6+ messages)
` [PATCH 03/16] odb: move initialization bit into `struct packfile_store`
[PATCH net-next v2 0/4] rds: Fix semantic annotations
2025-08-22 23:50 UTC (2+ messages)
[PATCH v5 0/3] mbuf: simplify handling of reinitialized mbufs
2025-08-22 23:45 UTC (5+ messages)
` [PATCH v7 "
` [PATCH v7 1/3] mbuf: de-inline sanity checking a reinitialized mbuf
` [PATCH v7 2/3] mbuf: promote raw free and alloc bulk functions as stable
` [PATCH v7 3/3] mbuf: optimize reset of reinitialized mbufs
[PATCH 0/2] KVM: SVM: Fix missing LAPIC TPR sync into VMCB::V_TPR with AVIC on
2025-08-22 23:41 UTC (5+ messages)
` [PATCH 1/2] KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR when setting LAPIC regs
[PATCH net-next 0/2] tcp: user_mss and TCP_MAXSEG series
2025-08-22 23:40 UTC (2+ messages)
[PATCH] btrfs: Accept and ignore compression level for lzo
2025-08-22 23:39 UTC (6+ messages)
[PATCH] drm/xe/wcl: Extend L3bank mask workaround
2025-08-22 23:38 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
+ mm-damon-add-damon_ctx-min_sz_region.patch added to mm-new branch
2025-08-22 23:37 UTC
+ docs-abi-damon-document-addr_unit-file.patch added to mm-new branch
2025-08-22 23:37 UTC
+ docs-admin-guide-mm-damon-usage-document-addr_unit-file.patch added to mm-new branch
2025-08-22 23:37 UTC
+ docs-mm-damon-design-document-address-unit-parameter.patch added to mm-new branch
2025-08-22 23:37 UTC
+ mm-damon-sysfs-implement-addr_unit-file-under-context-dir.patch added to mm-new branch
2025-08-22 23:37 UTC
+ mm-damon-paddr-support-addr_unit-for-damos_stat.patch added to mm-new branch
2025-08-22 23:37 UTC
+ mm-damon-paddr-support-addr_unit-for-migrate_hotcold.patch added to mm-new branch
2025-08-22 23:37 UTC
+ mm-damon-paddr-support-addr_unit-for-damos_lru_prio.patch added to mm-new branch
2025-08-22 23:37 UTC
+ mm-damon-paddr-support-addr_unit-for-damos_pageout.patch added to mm-new branch
2025-08-22 23:37 UTC
+ mm-damon-paddr-support-addr_unit-for-access-monitoring.patch added to mm-new branch
2025-08-22 23:37 UTC
+ mm-damon-core-add-damon_ctx-addr_unit.patch added to mm-new branch
2025-08-22 23:36 UTC
[PATCH next] 9p: Correct the session info
2025-08-22 23:22 UTC (2+ messages)
` [PATCH next V2] "
[PATCH v4 2/6] x86/microcode/intel: Establish staging control logic
2025-08-22 23:34 UTC (3+ messages)
` [PATCH v4a "
[RFC PATCH 0/5] airoha: add MDIO + PCS support
2025-08-22 23:33 UTC (7+ messages)
` [RFC PATCH 1/5] net: mediatek: move MT7531 mdio to dedicated driver
` [RFC PATCH 2/5] net: airoha: bind MDIO controller on Ethernet load
` [RFC PATCH 3/5] net: airoha: add support for Airoha PCS driver
` [RFC PATCH 4/5] net: airoha: fill in support for PCS in Airoha Ethernet driver
` [RFC PATCH 5/5] airoha: add PCS node for AN7581
[PATCH v2 0/3] dom0less pci passthrough support on Arm part 1
2025-08-22 23:31 UTC (6+ messages)
` [PATCH v2 3/3] xen/pci: add discovered PCI device at boot
[PATCH v9 0/4] Enable guest suspend/resume support on ARM via vPSCI
2025-08-22 23:30 UTC (3+ messages)
` [PATCH v9 1/4] xen/arm: Implement PSCI SYSTEM_SUSPEND call for guests
[PATCH 6.16 0/9] 6.16.3-rc1 review
2025-08-22 23:27 UTC (2+ messages)
[anolis-intel-cloud:intel-5.10-GNR-perf-uncore-ANBZ24140 0/2] drivers/net/ethernet/linkdata/sxe/sxepf/sxe_debugfs.c:432:6: error: no previous prototype for 'sxe_debugfs_entries_init'
2025-08-22 23:27 UTC
[linux-next:master 3052/4234] sound/soc/qcom/qdsp6/topology.c:317:30: sparse: sparse: restricted __le32 degrades to integer
2025-08-22 23:27 UTC
[PATCH v2 0/6] genirq/test: Platform/architecture fixes
2025-08-22 23:26 UTC (2+ messages)
[PATCH v6 0/1] drm/i915/display: Add no_psr_reason to PSR debugfs
2025-08-22 23:23 UTC (2+ messages)
` [PATCH v6 1/1] "
[PATCH v2 0/2] fuse/mm: remove BDI_CAP_WRITEBACK_ACCT
2025-08-22 23:20 UTC (5+ messages)
` [PATCH v2 2/2] mm: "
[GIT PULL] bluetooth 2025-08-22
2025-08-22 23:20 UTC (2+ messages)
[PATCH 0/3] drm/nouveau: Advertise correct modifiers on GB20x
2025-08-22 23:14 UTC (3+ messages)
` [PATCH 2/3] drm/nouveau/disp: Always accept linear modifier
[RFC PATCH] storage-subsystem: correct playbooks for Fedora distro
2025-08-22 23:14 UTC (10+ messages)
[PATCH v2 00/11] Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2
2025-08-22 23:13 UTC (5+ messages)
` [PATCH v2 05/11] firmware: qcom_scm: Add shmbridge support to pas_init/release function
[PATCH v8 00/10] x86,fs/resctrl: Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
2025-08-22 23:10 UTC (6+ messages)
` [PATCH v8 06/10] fs/resctrl: Add user interface to enable/disable io_alloc feature
[PATCH net v1] page_pool: fix incorrect mp_ops error handling
2025-08-22 23:10 UTC (2+ messages)
[net PatchV5] Octeontx2-vf: Fix max packet length errors
2025-08-22 23:10 UTC (2+ messages)
[PATCH net 0/6][pull request] idpf: replace Tx flow scheduling buffer ring with buffer pool
2025-08-22 23:10 UTC (2+ messages)
[folded-merged] proc-fix-missing-pde_set_flags-for-net-proc-files-v3.patch removed from -mm tree
2025-08-22 23:10 UTC
[PATCH 00/10] Designware PCIe host fixes
2025-08-22 23:09 UTC (4+ messages)
[PATCH] proc: Bring back lseek() operations for /proc/net entries
2025-08-22 23:09 UTC (2+ messages)
[android-common:android15-6.6 3/3] include/trace/stages/init.h:2:23: warning: 'str__bpf_jit_comp__trace_system_name' defined but not used
2025-08-22 23:06 UTC
[PATCH v12 0/6] x86: Make MAX_ALTP2M configurable
2025-08-22 23:06 UTC (8+ messages)
` [PATCH v12 1/6] altp2m: Drop p2m_altp2m_check() stubs on non-x86, move prototype, and guard uses
` [PATCH v12 2/6] x86/altp2m: Wrap altp2m-specific code in #ifdef CONFIG_ALTP2M
` [PATCH v12 3/6] xen: Make the maximum number of altp2m views configurable for x86
+ proc-bring-back-lseek-operations-for-proc-net-entries.patch added to mm-hotfixes-unstable branch
2025-08-22 23:01 UTC
[PATCH bpf-next v13 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-22 22:59 UTC (5+ messages)
` [PATCH bpf-next v13 1/2] "
` [PATCH bpf-next v13 2/2] selftests/bpf: Enrich subtest_basic_usdt case in selftests to cover SIB handling logic
[PATCH net] phy: mscc: Fix when PTP clock is register and unregister
2025-08-22 22:58 UTC (4+ messages)
[android-common:android16-6.12-desktop 6/6] include/trace/stages/init.h:2:23: warning: 'str__traps__trace_system_name' defined but not used
2025-08-22 22:56 UTC
[PATCH v2] dt-bindings: thermal: Convert marvell,armada370-thermal to DT schema
2025-08-22 22:56 UTC
+ mm-zswap-store-page_size-compression-failed-page-as-is-v5.patch added to mm-unstable branch
2025-08-22 22:56 UTC
[TECH TOPIC] Kernel documentation - update and future directions
2025-08-22 22:55 UTC
[PATCH] percpu: fix race on alloc failed warning limit
2025-08-22 22:55 UTC
[PATCH] fuse: allow synchronous FUSE_INIT
2025-08-22 22:52 UTC (3+ messages)
[PATCH] ARM: dts: ti: omap: omap3-devkit8000-lcd: Fix ti,keep-vref-on property to use correct boolean syntax in DTS
2025-08-22 22:50 UTC
[PATCH v3] tests/intel/xe_exec_balancer: use xe_wait_ufence to replace sleep action
2025-08-22 22:47 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for tests/intel/xe_exec_balancer: use xe_wait_ufence to replace sleep action (rev3)
kismet: WARNING: unmet direct dependencies detected for SND_SOC_STAC9766 when selected by SND_MPC52xx_SOC_EFIKA
2025-08-22 22:45 UTC
[tj-cgroup:for-6.18 7/8] kernel/cgroup/cgroup.c:3781:undefined reference to `__aeabi_uldivmod'
2025-08-22 22:45 UTC
[android-common:android14-6.1-2025-06 2/2] include/trace/stages/init.h:2:23: warning: 'str__audio_usboffload__trace_system_name' defined but not used
2025-08-22 22:45 UTC
[PATCH v3 0/6] x86: Support for Intel Microcode Staging Feature
2025-08-22 22:42 UTC (5+ messages)
` [PATCH v4 "
` [PATCH v4 6/6] x86/microcode/intel: Enable staging when available
[PATCH v4 5/6] x86/microcode/intel: Support mailbox transfer
2025-08-22 22:40 UTC (2+ messages)
` [PATCH v4a "
[PATCH v4 4/6] x86/microcode/intel: Implement staging handler
2025-08-22 22:39 UTC (2+ messages)
` [PATCH v4a "
[PATCH v4 3/6] x86/microcode/intel: Define staging state struct
2025-08-22 22:39 UTC (2+ messages)
` [PATCH v4a "
[PATCH v4 2/6] x86/microcode/intel: Establish staging control logic
2025-08-22 22:39 UTC (2+ messages)
` [PATCH] x86/cpu/topology: Make primary thread mask available with SMP=n
[f2fs-dev] [syzbot] [f2fs?] INFO: task hung in f2fs_llseek
2025-08-22 22:23 UTC (3+ messages)
` "
+ mm-replace-20-page_shift-with-common-macros-for-pages-mb-conversion-fix.patch added to mm-unstable branch
2025-08-22 22:37 UTC (2+ messages)
[PATCH v2] ftrace: Also allocate and copy hash for reading of filter files
2025-08-22 22:36 UTC
[PATCH v1 RESEND 0/5] RISC-V: Add Zilsd/Zclsd support in hwprobe and KVM
2025-08-22 22:34 UTC (3+ messages)
` [PATCH v1 RESEND 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions
[PATCH v2 07/14] docs: conf.py: extra cleanups and fixes
2025-08-22 22:34 UTC (4+ messages)
[PATCH net-next 0/4] selftests: drv-net: ncdevmem: fix error paths
2025-08-22 22:34 UTC (4+ messages)
` [PATCH net-next 4/4] selftests: drv-net: ncdevmem: configure and restore HDS threshold
[RFC PATCH 0/7] Introduce Kernel Control Flow Integrity ABI [PR107048]
2025-08-22 22:29 UTC (9+ messages)
` [RFC PATCH 2/7] mangle: Introduce C typeinfo mangling API
[PATCH] ARM: dts: ti: omap: am335x-baltos: Fix ti,en-ck32k-xtal property in DTS to use correct boolean syntax
2025-08-22 22:25 UTC
[akpm-mm:mm-new 220/233] arch/powerpc/include/asm/pgtable.h:221:2: error: call to '__compiletime_assert_345' declared with 'error' attribute: BUILD_BUG failed
2025-08-22 22:23 UTC
[git pull] drm fixes for 6.17-rc3
2025-08-22 22:21 UTC (2+ messages)
[PATCH v5 00/11] QRTR Multi-endpoint support
2025-08-22 22:21 UTC (5+ messages)
` [PATCH v5 01/11] net: qrtr: ns: validate msglen before ctrl_pkt use
[PATCH bpf-next v3 0/6] Introduce BPF_F_CPU flag for percpu maps
2025-08-22 22:20 UTC (3+ messages)
` [PATCH bpf-next v3 5/6] libbpf: Support BPF_F_CPU "
[Buildroot] [PATCH] package/p11-kit: fix build with GCC 15.x
2025-08-22 22:19 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.