All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-12 01:10:10 to 2026-02-12 02:52:15 UTC [more...]

[PATCH v1 00/106] crypto: Standalone crypto module (Series 2/4): Arch-independent crypto
 2026-02-12  2:45 UTC  (19+ messages)
` [PATCH 001/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO and CONFIG_CRYPTO_ALGAPI2 crypto
` [PATCH 002/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AES crypto
` [PATCH 003/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AEAD2 crypto
` [PATCH 004/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_GENIV crypto
` [PATCH 005/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SKCIPHER2 crypto
` [PATCH 006/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SEQIV crypto
` [PATCH 007/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ECHAINIV crypto
` [PATCH 008/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_HASH2 crypto
` [PATCH 009/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AKCIPHER2 crypto
` [PATCH 010/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SIG2 crypto
` [PATCH 011/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_KPP2 crypto
` [PATCH 012/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_RSA crypto
` [PATCH 013/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ACOMP2 crypto
` [PATCH 014/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_MANAGER2 crypto
` [PATCH 015/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CMAC crypto
` [PATCH 016/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_HMAC crypto
` [PATCH 017/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_MD5 crypto
` [PATCH 018/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SHA256 crypto

[PATCH v1 00/17] crypto: Standalone crypto module (Series 1/4): Core implementation
 2026-02-12  2:42 UTC  (18+ messages)
` [PATCH 01/17] crypto: add Kconfig options for standalone crypto module
` [PATCH 02/17] crypto: add module entry for standalone crypto kernel module
` [PATCH 03/17] build: special compilation rule for building the standalone crypto module
` [PATCH 04/17] build: Add ELF marker for crypto-objs-m modules
` [PATCH 05/17] module: allow kernel module loading directly from memory
` [PATCH 06/17] crypto: add pluggable interface for builtin crypto modules
` [PATCH 07/17] crypto: dedicated ELF sections for collected crypto initcalls
` [PATCH 08/17] crypto: fips140: add crypto module loader
` [PATCH 09/17] build: embed the standalone crypto module into vmlinux
` [PATCH 10/17] build: add CONFIG_DEBUG_INFO_BTF_MODULES support for the standalone crypto kernel module
` [PATCH 11/17] Allow selective crypto module loading at boot based on FIPS mode
` [PATCH 12/17] Execute crypto initcalls during module initialization
` [PATCH 13/17] crypto/algapi.c: skip crypto_check_module_sig() for the standalone crypto module
` [PATCH 14/17] crypto: fips140: add module integrity self-check
` [PATCH 15/17] x86: crypto: to convert exported crypto symbols into pluggable interface for x86 cryptos
` [PATCH 16/17] arm64: crypto: to convert exported crypto symbols into pluggable interface for arm64 cryptos
` [PATCH 17/17] Add standalone crypto kernel module technical documentation

[PATCH v2] wifi: mt76: mt7921: fix txpower reporting
 2026-02-12  2:46 UTC  (2+ messages)

[PATCH bpf-next 0/2] libbpf: Add bpf_prog_clone for individual program loading
 2026-02-12  2:45 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Use bpf_prog_clone() in veristat

[RFC PATCH 00/14] intel_iommu: Enable PASID support for passthrough device
 2026-02-12  2:43 UTC  (7+ messages)
` [RFC PATCH 01/14] backends/iommufd: Add pasid attach/detach callbacks

[PATCH v4] nvme/host: fixup some typos
 2026-02-12  2:40 UTC  (4+ messages)

[PATCH bpf-next v1 00/14] selftests/bpf: Fixes for userspace ASAN
 2026-02-12  2:39 UTC  (16+ messages)
` [PATCH bpf-next v1 01/14] selftests/bpf: Pass through build flags to bpftool and resolve_btfids
` [PATCH bpf-next v1 02/14] resolve_btfids: Fix memory leaks reported by ASAN
` [PATCH bpf-next v1 03/14] selftests/bpf: Add DENYLIST.asan
` [PATCH bpf-next v1 04/14] selftests/bpf: Refactor bpf_get_ksyms() trace helper
` [PATCH bpf-next v1 05/14] selftests/bpf: Fix memory leaks in tests
` [PATCH bpf-next v1 06/14] selftests/bpf: Fix cleanup in check_fd_array_cnt__fd_array_too_big()
` [PATCH bpf-next v1 07/14] veristat: Fix a memory leak for preset ENUMERATOR
` [PATCH bpf-next v1 08/14] selftests/bpf: Fix use-after-free in xdp_metadata test
` [PATCH bpf-next v1 09/14] selftests/bpf: Fix double thread join in uprobe_multi_test
` [PATCH bpf-next v1 10/14] selftests/bpf: Fix resource leaks caused by missing cleanups
` [PATCH bpf-next v1 11/14] selftests/bpf: Free bpf_object in test_sysctl
` [PATCH bpf-next v1 12/14] selftests/bpf: Fix array bounds warning in jit_disasm_helpers
` [PATCH bpf-next v1 13/14] selftests/bpf: Fix out-of-bounds array access bugs reported by ASAN
` [PATCH bpf-next v1 14/14] selftests/bpf: Check BPFTOOL env var in detect_bpftool_path()

[PATCH 1/5] drm/amd/ras: Add address check structure
 2026-02-12  2:38 UTC  (3+ messages)
` [PATCH 5/5] drm/amd/ras: Handle check address validity in SR-IOV

[PATCH 0/3] ASoC: codec: fixes for ak4458 and ak5558 codecs
 2026-02-12  2:38 UTC  (5+ messages)
` [PATCH 1/3] ASoC: dt-bindings: asahi-kasei,ak4458: set unevaluatedProperties:false

[PATCH] i3c: dw-i3c-master: Set SIR_REJECT in DAT on device attach and reattach
 2026-02-12  2:35 UTC  (4+ messages)

[PATCH v2 1/2] kho: fix missing early_memunmap() call in kho_populate()
 2026-02-12  2:36 UTC  (2+ messages)

[PATCH bpf v2] bpf: cpumap: fix race in bq_flush_to_queue on PREEMPT_RT
 2026-02-12  2:36 UTC 

[PATCH] nvme: fix memory leak in quirks_param_set()
 2026-02-12  2:35 UTC  (2+ messages)

[PATCH 2/2] USB: usbtmc: Don't accept very long timeouts
 2026-02-12  2:34 UTC  (9+ messages)

[STATUS] stable/linux-5.15.y - e45d5d41c1343aad8c7587a5b15d58e99aff4c8a
 2026-02-12  2:30 UTC 

[STATUS] next/master - 9152bc8cebcb14dc16b03ec81f2377ee8ce12268
 2026-02-12  2:30 UTC 

[RFC PATCH] drm/i915/display: Prevent NV12 Y-plane allocation from stealing userspace planes
 2026-02-12  2:29 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH mm-unstable v1 0/5] mm: khugepaged cleanups and mTHP prerequisites
 2026-02-12  2:26 UTC  (8+ messages)
` [PATCH mm-unstable v1 1/5] mm: consolidate anonymous folio PTE mapping into helpers
` [PATCH mm-unstable v1 2/5] mm: introduce is_pmd_order helper
` [PATCH mm-unstable v1 3/5] mm/khugepaged: define COLLAPSE_MAX_PTES_LIMIT as HPAGE_PMD_NR - 1
` [PATCH mm-unstable v1 4/5] mm/khugepaged: rename hpage_collapse_* to collapse_*
  ` [PATCH mm-unstable v1 5/5] mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()

[OE-core][RFC][PATCH] oeqa/selftest/sdk: add test_sdk_runqemu
 2026-02-12  2:25 UTC  (5+ messages)

[meta-ti][master][PATCH] CI/CD Auto-Merger: cicd.master-ltsprep.202602111800
 2026-02-12  2:25 UTC  (2+ messages)

[PATCH v4 0/2] kdump: Enable LUKS-encrypted dump target support in ARM64 and PowerPC
 2026-02-12  2:22 UTC  (6+ messages)
` [PATCH v4 2/2] arm64,ppc64le/kdump: pass dm-crypt keys to kdump kernel

[PATCH bpf-next 0/3] bpf: consolidate pointer offset tracking in var_off
 2026-02-12  2:23 UTC  (3+ messages)
` [PATCH bpf-next 2/3] bpf: use reg->var_off instead of reg->off for pointers

[PATCH v2 0/3] ASoC: dt-bindings: fix the ak4458 and ak5558 binding doc
 2026-02-12  2:18 UTC  (4+ messages)
` [PATCH v2 1/3] ASoC: dt-bindings: asahi-kasei,ak4458: set unevaluatedProperties:false
` [PATCH v2 2/3] ASoC: dt-bindings: asahi-kasei,ak4458: Fix the supply names
` [PATCH v2 3/3] ASoC: dt-bindings: asahi-kasei,ak5558: "

[RFC PATCH v5 00/10] mm: Hot page tracking and promotion infrastructure
 2026-02-12  2:16 UTC  (8+ messages)
` [RFC PATCH v5 03/10] mm: Hot page tracking and promotion

[PATCH 0/6] Investigate hotdoc and add a recipe to build it
 2026-02-12  2:16 UTC  (11+ messages)
` [OE-core][PATCH 6/6] orc: Enable hotdoc to produce doc
    ` 回复: "

[RFC PATCH 0/2] ath10k wifi fixes
 2026-02-12  2:11 UTC  (3+ messages)
` [RFC PATCH 2/2] wifi: ath10k: only wait for response to SET_KEY

[PATCH v4 00/33] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-02-12  2:09 UTC  (13+ messages)
` [PATCH v4 08/33] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v4 09/33] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v4 17/33] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations

[RFC PATCH] mm: only set fault addrsss' access bit in do_anonymous_page
 2026-02-12  2:08 UTC  (11+ messages)

[PATCH] orangefs: add usercopy whitelist to orangefs_op_cache
 2026-02-12  2:08 UTC 

[RFC] adding KASAN support to JIT compiler(s)
 2026-02-12  2:06 UTC  (6+ messages)

[PATCH] docs: simplify DiamondRapids CPU docs
 2026-02-12  2:30 UTC  (2+ messages)

[PATCH] sched/rt: Remove empty sched_rt_do_global() helper
 2026-02-12  2:05 UTC  (3+ messages)

[PATCH] xfs: fixup some alignment issues in xfs_ondisk.c
 2026-02-12  2:04 UTC 

[PATCH v1] drm/tyr: make SRAM supply optional like panthor
 2026-02-12  2:04 UTC  (2+ messages)

[PATCH 1/1] erofs-utils: lib: oci: support reading credentials from docker config
 2026-02-12  2:03 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "

[jolsa-perf:bpf/tracing_multi_3 7/14] kernel/bpf/trampoline.c:1528:undefined reference to `bpf_check_attach_target'
 2026-02-12  2:03 UTC 

[android-common:android-mainline-riscv64 1/1] aarch64-linux-ld: phylink.c:undefined reference to `phy_may_wakeup'
 2026-02-12  2:03 UTC 

[PATCH] mm/migrate_device: remove dead migration entry check in migrate_vma_collect_huge_pmd()
 2026-02-12  2:00 UTC  (2+ messages)

[PATCH v5 0/2] Add NXP FRDM-IMX91S board support
 2026-02-12  2:00 UTC  (6+ messages)
` [PATCH v5 2/2] arm64: dts: freescale: add "

[PATCH 0/2] bpf: Introduce the bpf_list_del API
 2026-02-12  1:56 UTC  (3+ messages)
` [PATCH 1/2] bpf: Introduce the bpf_list_del kfunc

[PATCH RFC 0/6] AFBC fixes for MediaTek DRM
 2026-02-12  1:54 UTC  (6+ messages)
` [PATCH RFC 3/6] drm/mediatek: ovl: Fix misaligned layer source size on AFBC mode

[PATCH] media: rp1-cfe: Fix double-free on video device re-registration
 2026-02-12  1:51 UTC  (3+ messages)

[PATCHv2] mm: khugepaged: make scan loops suspend aware
 2026-02-12  1:51 UTC  (5+ messages)

[PATCH v6 0/5] bpf/verifier: Expand the usage scenarios of bpf_kptr_xchg
 2026-02-12  1:50 UTC  (3+ messages)
` [PATCH v6 2/5] bpf/verifier: allow using bpf_kptr_xchg even if the NON_OWN_REF flag is set

[PATCH] nvmet: auth: validate dhchap id list lengths(KASAN: slab-out-of-bounds)
 2026-02-12  1:49 UTC  (2+ messages)

[PATCH] drm/xe: Stop applying Wa_16018737384 from Xe3 onward
 2026-02-12  1:49 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH v3 0/3] Fix port enumeration failure
 2026-02-12  1:48 UTC  (2+ messages)

[PATCH] ASoC: amd: add DMIC support for RPL platform
 2026-02-12  1:46 UTC  (5+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[PATCH bpf-next v3 0/3] Separate tests that need error injection
 2026-02-12  1:42 UTC  (4+ messages)

[PATCH i-g-t v7 0/5] Close any open drm device after engine initialization in GPUTOP
 2026-02-12  1:41 UTC  (3+ messages)
` [PATCH i-g-t v7 3/5] tools/gputop.src/xe_gputop: Refactor xe_populate_engines to close card_fd and use direct ioctl calls

[GIT PULL] Devicetree updates for v7.0
 2026-02-12  1:40 UTC 

[PATCH 0/3] phy: spacemit: Add USB2 PHY support for K3 SoC
 2026-02-12  1:38 UTC  (12+ messages)
` [PATCH 1/3] dt-bindings: phy: spacemit: k3: add USB2 PHY support
` [PATCH 2/3] phy: k1-usb: add disconnect function support
` [PATCH 3/3] phy: k1-usb: k3: add USB2 PHY support

[PATCH 0/12] drm/tyr: firmware loading and MCU boot support
 2026-02-12  1:37 UTC  (13+ messages)
` [PATCH 01/12] drm/tyr: select DRM abstractions in Kconfig
` [PATCH 02/12] drm/tyr: move clock cleanup into Clocks Drop impl
` [PATCH 03/12] drm/tyr: rename TyrObject to BoData
` [PATCH 04/12] drm/tyr: set DMA mask using GPU physical address
` [PATCH 05/12] drm/tyr: add MMU address space registers
` [PATCH 06/12] drm/tyr: add shmem backing for GEM objects
` [PATCH 07/12] drm/tyr: Add generic slot manager
` [PATCH 08/12] drm/tyr: add MMU module
` [PATCH 09/12] drm/tyr: add GPU virtual memory module
` [PATCH 10/12] drm/tyr: add a kernel buffer object
` [PATCH 11/12] drm/tyr: add parser for firmware binary
` [PATCH 12/12] drm/tyr: add firmware loading and MCU boot support

[PATCH] ubiattach: fix wording in usage example
 2026-02-12  1:35 UTC 

[PATCH] nvmet fabrics-cmd-auth.c : validate negotiate payload length(KASAN: slab-out-of-bounds in nvmet_execute_auth_send+0x1d24/0x2090)
 2026-02-12  1:33 UTC  (2+ messages)
` [PATCH v2] nvmet-auth: validate negotiate payload length(BUG: KASAN: slab-out-of-bounds)

[LTP] [PATCH] lapi/tls: reserve pre-TCB space to avoid undefined behavior in clone10.c
 2026-02-12  1:32 UTC  (7+ messages)

[PATCH 1/4] memcg: use mod_node_page_state to update stats
 2026-02-12  1:31 UTC  (11+ messages)

[PATCH v2 0/3] Make detecting the secure boot status integrity-wide
 2026-02-12  1:28 UTC  (4+ messages)
` [PATCH v2 1/3] integrity: Make arch_ima_get_secureboot integrity-wide

[PATCH] vsnprintf: drop __printf() attributes on binary printing functions
 2026-02-12  1:28 UTC  (2+ messages)

[f2fs-dev] [GIT PULL] fsverity updates for 7.0
 2026-02-12  1:26 UTC  (2+ messages)
`  "

[PATCH] erofs-utils: manpage: document missing --quiet option for mkfs.erofs
 2026-02-12  1:26 UTC  (3+ messages)

[PATCH bpf-next 1/2] libbpf: Introduce bpf_prog_clone()
 2026-02-12  1:25 UTC  (2+ messages)

[PATCH net] selftests: net: lib: Fix jq parsing error
 2026-02-12  1:20 UTC  (3+ messages)

[BUG] UBIFS corruption on powerpc 32-bit targets
 2026-02-12  1:19 UTC  (15+ messages)

[PATCH] selftests/mm: Remove duplicate include of unistd.h
 2026-02-12  1:19 UTC  (3+ messages)

[PATCH] ext4: convert inline data to extents when truncate exceeds inline size
 2026-02-12  1:14 UTC  (3+ messages)

[RFT PATCH v2] ARM: omap1: enable real software node lookup of GPIOs on Nokia 770
 2026-02-12  1:12 UTC  (4+ messages)

[PATCH v3] hfsplus: fix uninit-value by validating catalog record size
 2026-02-12  1:12 UTC 

[PATCH 0/7] Patch set to support dcn42
 2026-02-12  1:09 UTC  (6+ messages)
` [PATCH 1/7] drm/amd/display: Add dcn42 version identifiers
` [PATCH 4/7] drm/amd/display: Add DMUB support for dcn42
` [PATCH 5/7] drm/amd/display: Enable dcn42 DMUB
` [PATCH 6/7] drm/amd/display: Enable dcn42 DC
` [PATCH 7/7] drm/amd/display: Enable dcn42 in DM

[PATCH AUTOSEL 6.19-5.10] clocksource/drivers/sh_tmu: Always leave device running after probe
 2026-02-12  1:09 UTC  (20+ messages)
` [PATCH AUTOSEL 6.19-6.18] arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
` [PATCH AUTOSEL 6.19-5.15] char: tpm: cr50: Remove IRQF_ONESHOT
` [PATCH AUTOSEL 6.19-6.6] crypto: hisilicon/qm - move the barrier before writing to the mailbox register
` [PATCH AUTOSEL 6.19-6.12] sched/debug: Fix updating of ppos on server write ops
` [PATCH AUTOSEL 6.19-6.18] perf/x86/intel: Add Airmont NP
` [PATCH AUTOSEL 6.19-6.18] bpf: Properly mark live registers for indirect jumps
` [PATCH AUTOSEL 6.19-5.10] mailbox: bcm-ferxrm-mailbox: Use default primary handler
` [PATCH AUTOSEL 6.19-6.18] perf/core: Fix slow perf_event_task_exit() with LBR callstacks
` [PATCH AUTOSEL 6.19-6.12] perf/x86/cstate: Add Airmont NP
` [PATCH AUTOSEL 6.19-5.10] clocksource/drivers/timer-integrator-ap: Add missing Kconfig dependency on OF
` [PATCH AUTOSEL 6.19-5.10] bpf: verifier improvement in 32bit shift sign extension pattern
` [PATCH AUTOSEL 6.19-6.12] bpf: Recognize special arithmetic shift in the verifier
` [PATCH AUTOSEL 6.19-6.12] bpf: crypto: Use the correct destructor kfunc type
` [PATCH AUTOSEL 6.19-5.10] pstore: ram_core: fix incorrect success return when vmap() fails
` [PATCH AUTOSEL 6.19-6.18] bpf: net_sched: Use the correct destructor kfunc type
` [PATCH AUTOSEL 6.19-6.18] irqchip/riscv-imsic: Add a CPU pm notifier to restore the IMSIC on exit
` [PATCH AUTOSEL 6.19-6.1] PCI/MSI: Unmap MSI-X region on error
` [PATCH AUTOSEL 6.19-6.18] rust: sync: Implement Unpin for ARef


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.