All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-07 19:15:02 to 2026-05-07 20:22:48 UTC [more...]

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-07 20:22 UTC  (33+ messages)
` [PATCH v6 01/43] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v6 02/43] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v6 03/43] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v6 04/43] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH v6 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH v6 06/43] KVM: x86/mmu: Bug the VM if gmem attributes are queried to determine max mapping level
` [PATCH v6 07/43] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH v6 08/43] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v6 09/43] KVM: Move kvm_supported_mem_attributes() to kvm_host.h
` [PATCH v6 10/43] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v6 11/43] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v6 12/43] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v6 13/43] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v6 14/43] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v6 15/43] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v6 16/43] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v6 17/43] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v6 18/43] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v6 19/43] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v6 20/43] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v6 21/43] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v6 22/43] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v6 23/43] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v6 24/43] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v6 25/43] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v6 26/43] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v6 27/43] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v6 28/43] KVM: selftests: Test basic single-page conversion flow
` [PATCH v6 29/43] KVM: selftests: Test conversion flow when INIT_SHARED

[PATCH] fs/resctrl: Free mon_data structures on rdt_get_tree() failure
 2026-05-07 20:21 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] configs/ti_tda4vm_sk_defconfig: pick starter kit r5 and uboot defconfig files
 2026-05-07 20:20 UTC 

[PATCH RFC] check: add new option "--loop <n>" which runs each test multiple times
 2026-05-07 20:20 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/tor: security bump version to 0.4.9.8
 2026-05-07 20:20 UTC  (2+ messages)

[Buildroot] [git commit] package/tor: security bump version to 0.4.9.8
 2026-05-07 20:10 UTC 

[PATCH v3 2/5] dt-bindings: watchdog: apple,wdt: Add t8122 compatible
 2026-05-07 20:20 UTC  (2+ messages)

[PATCH 0/2] amd_pmc: Delay s2idle suspend for some devices
 2026-05-07 20:19 UTC  (4+ messages)
` [PATCH 1/2] platform/x86/amd/pmc: Delay suspend for some Lenovo Laptops

[PATCH 1/1] drm/amd/display: complete cursor vblank events immediately
 2026-05-07 20:19 UTC  (21+ messages)

[PATCH 0/5] Enhance the SPL FIT "full" loading logic
 2026-05-07 20:18 UTC  (4+ messages)
` [PATCH 3/5] boot: fit: enable FIT image post-processing in SPL

[PATCH] tpm: Fix uninitialized name_size_alg in tpm_buf_append_name()
 2026-05-07 20:18 UTC 

[PATCH] podlet: add podlet utility
 2026-05-07 20:18 UTC  (2+ messages)
` [meta-virtualization] "

[PATCH v2 0/3] Switch Apple silicon boards to upstream device trees
 2026-05-07 20:18 UTC  (2+ messages)

[PATCH v2] dt-bindings: Fix phandle-array constraints, again
 2026-05-07 20:16 UTC 

[PATCH v2] arm: apple: Add Apple M3 (t8122) support
 2026-05-07 20:16 UTC  (2+ messages)

[PATCH v1 00/10] platform/x86: classmate-laptop: Bind to platform devices instead of ACPI ones
 2026-05-07 20:14 UTC  (11+ messages)
` [PATCH v1 01/10] platform/x86: classmate-laptop: Address memory leaks on driver removal
` [PATCH v1 02/10] platform/x86: classmate-laptop: Unify probe rollback and remove code
` [PATCH v1 03/10] platform/x86: classmate-laptop: Pass struct device pointer to helpers
` [PATCH v1 04/10] platform/x86: classmate-laptop: Rename two helper functions
` [PATCH v1 05/10] platform/x86: classmate-laptop: Register ACPI notify handlers directly
` [PATCH v1 06/10] platform/x86: classmate-laptop: Convert v4 accel driver to a platform one
` [PATCH v1 07/10] platform/x86: classmate-laptop: Convert "
` [PATCH v1 08/10] platform/x86: classmate-laptop: Convert tablet "
` [PATCH v1 09/10] platform/x86: classmate-laptop: Convert ipml "
` [PATCH v1 10/10] platform/x86: classmate-laptop: Convert keys "

[PATCH v4 0/6] fetch: add fetch.pruneBranches config
 2026-05-07 20:14 UTC  (2+ messages)

[PATCH] platform/x86: hp-wmi: Add Victus 15-fb0xxx fan control
 2026-05-07 20:13 UTC  (3+ messages)

[PATCH] drm/amdgpu: bound bad-page list writes to allocated capacity
 2026-05-07 20:13 UTC  (2+ messages)

[PATCH v6] checkout: extend --track with a "fetch" mode to refresh start-point
 2026-05-07 20:12 UTC  (2+ messages)

[PATCH] vsock/virtio: fix vsockmon info leak in non-linear tap copy
 2026-05-07 20:12 UTC  (5+ messages)
    ` [PATCH] vsock/virtio: fix vsockmon info leak in non-linear tap, copy

[PATCH rc v2] iommu/arm-smmu-v3: Fix inconsistent ATS state tracking
 2026-05-07 20:12 UTC  (10+ messages)

[PATCH 0/3] tests/intel/xe_exec_reset: Validate multi-queue timestamping
 2026-05-07 20:11 UTC  (12+ messages)
` [PATCH 1/3] lib/xe/xe_spin: Enhance multi-queue switch option
` [PATCH 2/3] lib/xe/xe_spin: Add option for QUEUE_TIMESTAMP
` [PATCH 3/3] tests/intel/xe_exec_reset: Add multi-queue long spin tests

[PATCH net-next v5 0/5] veth: add Byte Queue Limits (BQL) support
 2026-05-07 20:12 UTC  (7+ messages)
` [PATCH net-next v5 3/5] veth: implement Byte Queue Limits (BQL) for latency reduction

[PATCH v3 1/1] KVM: x86: Introduce has_protected_pmu state for TDX VMs
 2026-05-07 20:11 UTC  (2+ messages)

[PATCH v16 0/5] checkout: 'autostash' for branch switching
 2026-05-07 20:11 UTC  (2+ messages)

[PATCH net-next v2 0/5] net: convert four more protocols to getsockopt_iter
 2026-05-07 20:10 UTC  (3+ messages)
` [PATCH net-next v2 1/5] mctp: convert "

[PATCH v3 0/2] binman: add PKCS#11/HSM signing support for X509 certificates
 2026-05-07 20:09 UTC  (6+ messages)
` [PATCH v3 2/2] binman: x509_cert: add PKCS#11/HSM signing support

[Buildroot] [PATCH 1/1] package/wireless-regdb: bump version to 2026.03.18
 2026-05-07 20:08 UTC  (2+ messages)

[Buildroot] [git commit] package/wireless-regdb: bump version to 2026.03.18
 2026-05-07 19:56 UTC 

[PATCH v2 0/3] KVM: s390: Toggle operation exception for userspace
 2026-05-07 20:08 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] KVM: s390: selftests: Extended user_operexec tests
` [PATCH v2 3/3] KVM: s390: Fix typo in UCONTROL documentation

[PATCH net-next v3 0/2] Keep PHY link during WoL sleep cycle
 2026-05-07 20:08 UTC  (3+ messages)
` [PATCH net-next v3 2/2] net: bcmasp: Keep phy "

[frank-li:imx/dt64 44/49] arch/arm64/boot/dts/freescale/imx95-verdin-nonwifi-zinnia.dtb: dma-controller@42210000 (fsl,imx95-edma5): Unevaluated properties are not allowed ('iommus' was unexpected)
 2026-05-07 20:07 UTC 

[PATCH v2 0/1] u-boot-tools: drop yaml in DT validation
 2026-05-07 20:05 UTC  (2+ messages)
` [OE-core] "

[PATCH v2 00/15] qcom: smem: modernize SMEM in U-Boot
 2026-05-07 20:05 UTC  (4+ messages)
` [PATCH v2 01/15] Revert "dm: SMEM (Shared memory) uclass"

[PATCH v4 0/4] i2c: designware: Improve device disable handling
 2026-05-07 20:05 UTC  (5+ messages)
` [PATCH v4 1/4] i2c: designware: Introduce shutdown exported function
` [PATCH v4 2/4] i2c: designware: Convert PCI driver to use shutdown hook
` [PATCH v4 3/4] i2c: designware: Convert platform "
` [PATCH v4 4/4] i2c: designware: Handle active target cleanly

[PATCH] drm/amdkfd: fix NULL pointer bug in svm_range_set_attr
 2026-05-07 20:04 UTC 

[PATCH] ima: debugging late_initcall_sync measurements
 2026-05-07 20:03 UTC  (11+ messages)

[PATCH v6 00/90] x86: Introduce a centralized CPUID data model
 2026-05-07 20:02 UTC  (11+ messages)

[PATCH net-next v2 0/2] mv88e6xxx: SERDES on mv88e6321 letter
 2026-05-07 20:01 UTC  (2+ messages)
`  "

[PATCH v1] media: i2c: alvium: fix critical pointer access in alvium_ctrl_init
 2026-05-07 20:00 UTC  (2+ messages)

[PATCH v3 0/4] armv8: mmu: fix region unmapping and optimise set_one_region()
 2026-05-07 19:58 UTC  (5+ messages)
` [PATCH v3 1/4] armv8: mmu: add a function to help debug TLB lookups
` [PATCH v3 2/4] armv8: mmu: teach the pagetable dumper to show explicit FAULT maps
` [PATCH v3 3/4] armv8: mmu: commonize the set_one_region() loop
` [PATCH v3 4/4] armv8: mmu: fix and optimise explicitly unmapping regions

[PATCH net-next V6 0/3] net/mlx5: Avoid payload in skb's linear part for better GRO-processing
 2026-05-07 19:58 UTC  (2+ messages)

Thoughts on Section 5.3 about the `count_lim` implementation and its use case
 2026-05-07 19:58 UTC  (2+ messages)

[PULL 00/23] Next patches
 2026-05-07 19:57 UTC  (3+ messages)
` [PULL 13/23] migration: Calculate expected downtime on demand

[rafael-pm:bleeding-edge 15/24] drivers/platform/x86/xo15-ebook.c:104:8: error: use of undeclared label 'err_free_input'
 2026-05-07 19:56 UTC 

[mst-vhost:balloon 4/30] Warning: mm/mempolicy.c:2527 expecting prototype for vma_alloc_folio(). Prototype was for alloc_frozen_pages() instead
 2026-05-07 19:56 UTC 

[rafael-pm:bleeding-edge 15/24] drivers/platform/x86/xo15-ebook.c:104:17: error: label 'err_free_input' used but not defined
 2026-05-07 19:56 UTC 

[PATCH v2] doc: add caveat about turning off commit-graph
 2026-05-07 19:56 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] armv8: mmu: support unmapping regions with set_one_region()
 2026-05-07 19:55 UTC  (4+ messages)

[PATCH] go: upgrade 1.26.2 -> 1.26.3
 2026-05-07 19:53 UTC 

[PATCH v2] x86/shstk: Provide kernel command line knob to disable
 2026-05-07 19:53 UTC  (6+ messages)

[PATCH 0/3] iommu: Add PCI vendor:device ID to IOMMU fault logs
 2026-05-07 19:52 UTC  (5+ messages)
` [PATCH 2/3] iommu/vt-d: Add PCI segment and vendor:device ID to DMAR "
` [PATCH 3/3] iommu/amd: Add vendor:device ID to AMD IOMMU event logs

[Buildroot] [PATCH 1/2] package/go: security bump to version 1.26.3
 2026-05-07 19:50 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/go-bootstrap-stage5: security bump to version 1.25.10

[PATCH 0/6] target/arm: Fix functional test failures in KVM-only builds
 2026-05-07 19:47 UTC  (7+ messages)
` [PATCH 1/6] hw/remote/machine.c: Mark x-remote machine as OK for AArch64 and AArch32
` [PATCH 2/6] tests/functional/test_virt_vbsa: Skip UEFI test if virtualization not supported
` [PATCH 3/6] tests/functional/test_kvm.py: Use -cpu max, not cortex-a72
` [PATCH 4/6] tests/functional/test_kvm.py: Skip if virtualization not supported
` [PATCH 5/6] tests/functional/test_hotplug_pci.py: Require TCG
` [PATCH 6/6] tests/functional/test_tuxrun: Restrict to TCG

[Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{12, 18}.x / 7.0.x series
 2026-05-07 19:48 UTC  (2+ messages)

arch/arm64/boot/dts/mediatek/mt8188-evb.dtb: scp@10720000 (mediatek,mt8188-scp-dual): reg-names: ['cfg'] is too short
 2026-05-07 19:46 UTC 

[Buildroot] [git commit] {linux, linux-headers}: bump 6.{12, 18}.x / 7.0.x series
 2026-05-07 19:38 UTC 

[PATCH] mfd: wm8994: remove dead legacy-gpio code
 2026-05-07 19:46 UTC  (2+ messages)
` (subset) "

[PATCH v3] lib: fdtdec: validate bloblist FDT before consuming libfdt size
 2026-05-07 19:46 UTC  (2+ messages)

[PATCH v4 00/17] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-05-07 19:44 UTC  (5+ messages)
` [PATCH v4 15/17] arm/cpu: Expose writable ID reg field properties on the kvm host vcpu model
` [PATCH v4 17/17] arm/cpu-features: document ID reg properties

[PATCH v12 00/22] gpu: nova-core: Add memory management support
 2026-05-07 19:44 UTC  (4+ messages)
` [PATCH v12 04/22] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM

[PATCH v3 0/1] match GEN6_PCODE_DATA naming with spec
 2026-05-07 19:44 UTC  (3+ messages)
` [PATCH v3 1/1] drm/{i915, xe}/pcode: rename GEN6_PCODE_DATA to match spec
` ✓ CI.KUnit: success for match GEN6_PCODE_DATA naming with spec

[PATCH v13 3/4] gpio: rpmsg: add generic rpmsg GPIO driver
 2026-05-07 19:43 UTC  (12+ messages)

[PATCH v5 00/11] Support for Samsung S2MU005 PMIC and its sub-devices
 2026-05-07 19:39 UTC  (4+ messages)
` [PATCH v5 07/11] leds: flash: add support for Samsung S2M series PMIC flash LED device

[PATCH v4 00/11] ceph: manual client session reset
 2026-05-07 19:38 UTC  (15+ messages)
` [PATCH v4 05/11] ceph: add client reset state machine and session teardown
  ` [EXTERNAL] "
` [PATCH v4 06/11] ceph: add manual reset debugfs control and tracepoints
  ` [EXTERNAL] "
` [PATCH v4 07/11] selftests: ceph: add reset consistency checker
  ` [EXTERNAL] "
` [PATCH v4 08/11] selftests: ceph: add reset stress test
  ` [EXTERNAL] "
` [PATCH v4 09/11] selftests: ceph: add reset corner-case tests
  ` [EXTERNAL] "
` [PATCH v4 10/11] selftests: ceph: add validation harness
  ` [EXTERNAL] "
` [PATCH v4 11/11] selftests: ceph: wire up Ceph reset kselftests and documentation
  ` [EXTERNAL] "

[PATCH v3] mshv: support 1G hugepages by passing them as 2M-aligned chunks
 2026-05-07 19:37 UTC  (2+ messages)

[PATCH 0/5] ASoC: AMD: ACP7.x initial PCI driver bring-up
 2026-05-07 19:36 UTC  (11+ messages)
` [PATCH 1/5] include: sound: add register header file for acp7.x series
` [PATCH 2/5] ASoC: amd: acp7x: add ACP PCI driver probe/remove sequence
` [PATCH 3/5] ASoC: amd: acp7x: add helper functions and hw ops
` [PATCH 4/5] ASoC: amd: enable acp7.x drivers build
` [PATCH 5/5] ASoC: amd: acp7x: add system and runtime PM ops

[PATCH v3 0/5] format-rev: introduce builtin for on-demand pretty formatting
 2026-05-07 19:34 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] name-rev: wrap both blocks in braces
  ` [PATCH v4 2/5] name-rev: run clang-format before factoring code
  ` [PATCH v4 3/5] name-rev: factor code for sharing with a new command
  ` [PATCH v4 4/5] name-rev: make dedicated --annotate-stdin --name-only test
  ` [PATCH v4 5/5] format-rev: introduce builtin for on-demand pretty formatting

[PATCH] Documentation: fix typo and formattting in security/credentials.rst
 2026-05-07 19:35 UTC  (5+ messages)

[PATCH] Input: ads7846 - consolidate coordinate filtering logic
 2026-05-07 19:35 UTC  (3+ messages)

7.0.3 with clang 22.1.4 and full lto: objtool error
 2026-05-07 19:31 UTC  (2+ messages)
` linux 7.0.4 + clang 22.1.5 with thin or full lto still fails with "

[PATCH] dt-bindings: i2c: convert davinci i2c to dt-schema
 2026-05-07 19:30 UTC  (2+ messages)

[PATCH 0/2] i2c: Add i2c-shared-gpio driver
 2026-05-07 19:30 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: i2c: Add i2c-shared-gpio

[PATCH] dt-bindings: i2c: convert axxia i2c to dt-schema
 2026-05-07 19:29 UTC  (2+ messages)

[PATCH 1/2] tuna: Print warning if setting affinity results in EPERM and continue
 2026-05-07 19:28 UTC  (2+ messages)
` [PATCH 2/2] tuna: Add testing infrastructure using unittest framework

[Bug 221481] New: btintel_pcie: suspend fails with -EBUSY on Intel Lunar Lake (s2idle)
 2026-05-07 19:28 UTC 

[PATCH v2] linux-user: Fix a memory leak when pthread_create fails
 2026-05-07 19:24 UTC 

[PATCH] dt-bindings: arm-smmu: Constrain clocks for newer Qualcomm variants
 2026-05-07 19:26 UTC  (2+ messages)

[PATCH v4 0/2] input: misc: add support for Imagis ISA1200 haptic motor driver
 2026-05-07 19:25 UTC  (3+ messages)
` [PATCH v4 2/2] Input: isa1200 - new driver for Imagis ISA1200

[PATCH] platform/x86/amd: hfi: Support for ranking table versions
 2026-05-07 19:25 UTC  (2+ messages)

[PATCH v2 0/4] HS400 and HS400ES support for Exynos DW-MMC drivers
 2026-05-07 19:24 UTC  (5+ messages)
` [PATCH v2 1/4] mmc: exynos_dw_mmc: add proper init sequence for HS400 support

[PATCH 1/3] dt-bindings: interconnect: qcom,sdm660: Disallow clocks when appropriate
 2026-05-07 19:25 UTC  (3+ messages)
` [PATCH 3/3] dt-bindings: interconnect: qcom,sm6115: Restrict children and clocks

samples/rpmsg/rpmsg_client_sample.c:66:4: warning: format specifies type 'long' but the argument has type 'ssize_t' (aka 'int')
 2026-05-07 19:23 UTC 

[PATCH v2 nf] ipvs: avoid possible loop in ip_vs_dst_event on resizing
 2026-05-07 19:23 UTC 

[PATCH v5 0/4] hw/riscv: Server Platform Reference Board
 2026-05-07 19:23 UTC  (4+ messages)
` [PATCH v5 3/4] hw/riscv: server platform reference machine

[PATCH v3 1/5] dt-bindings: power: apple,pmgr-pwrstate: Add t8122 compatible
 2026-05-07 19:23 UTC  (2+ messages)

[PATCH 0/2] vfio: Fix racy bitfields and tighten struct layout
 2026-05-07 19:22 UTC  (3+ messages)
` [PATCH 1/2] vfio/pci: "
` [PATCH 2/2] vfio/mlx5: "

[PATCH v3 0/2] pinctrl: qcom: Add support for Qualcomm Shikra SoC
 2026-05-07 19:22 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: pinctrl: qcom: Document Shikra Top Level Mode Multiplexer
` [PATCH v3 2/2] pinctrl: qcom: Add Shikra pinctrl driver

[PATCH] drm/dp/mst: fix OOB reads on 2-byte fields in sideband reply parsers
 2026-05-07 19:22 UTC  (2+ messages)

[PATCH] bluetooth: allow bluetooth_helper_t net_admin capability
 2026-05-07 19:21 UTC  (4+ messages)

[v6 00/10] Reintroduce Hornet LSM
 2026-05-07 19:19 UTC  (2+ messages)

[PATCH v3] libceph: reject monitor replies with oversized data segment
 2026-05-07 19:19 UTC  (2+ messages)
` [PATCH v5] libceph, ceph: reject oversized mon and MDS data segments

[PATCH v3 0/6] gpio: acpi: modernize resource management using cleanup.h
 2026-05-07 19:19 UTC  (2+ messages)

[PATCH v2] power: supply: Fix typos in comments
 2026-05-07 19:18 UTC 

[PATCH net-next v9 6/7] net: bcmgenet: add XDP statistics counters
 2026-05-07 19:17 UTC  (2+ messages)

[PATCH net-next v9 7/7] net: bcmgenet: reject MTU changes incompatible with XDP
 2026-05-07 19:18 UTC  (2+ messages)

[PATCH net-next v9 5/7] net: bcmgenet: add XDP_REDIRECT and ndo_xdp_xmit support
 2026-05-07 19:17 UTC  (2+ messages)

[PATCH net-next v9 3/7] net: bcmgenet: add basic XDP support (PASS/DROP)
 2026-05-07 19:17 UTC  (2+ messages)

[PATCH net-next v9 4/7] net: bcmgenet: add XDP_TX support
 2026-05-07 19:17 UTC  (2+ messages)

[PATCH net-next v9 1/7] net: bcmgenet: convert RX path to page_pool
 2026-05-07 19:17 UTC  (2+ messages)

[PATCH v7 00/10] Reintroduce Hornet LSM
 2026-05-07 19:14 UTC  (4+ messages)
` [PATCH v7 08/10] hornet: Add a light skeleton data extractor scripts
` [PATCH v7 09/10] selftests/hornet: Add a selftest for the Hornet LSM
` [PATCH v7 10/10] ipe: Add BPF program load policy enforcement via Hornet integration


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.