All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-26 23:30:02 to 2025-11-27 01:35:12 UTC [more...]

[PATCH v3 00/16] Add Nested NPT support in selftests
 2025-11-27  1:34 UTC  (9+ messages)
` [PATCH v3 01/16] KVM: selftests: Make __vm_get_page_table_entry() static
` [PATCH v3 02/16] KVM: selftests: Stop passing a memslot to nested_map_memslot()
` [PATCH v3 03/16] KVM: selftests: Rename nested TDP mapping functions
` [PATCH v3 04/16] KVM: selftests: Kill eptPageTablePointer
` [PATCH v3 05/16] KVM: selftests: Stop setting AD bits on nested EPTs on creation
` [PATCH v3 06/16] KVM: selftests: Introduce struct kvm_mmu
` [PATCH v3 07/16] KVM: selftests: Move PTE bitmasks to kvm_mmu
` [PATCH v3 08/16] KVM: selftests: Use a nested MMU to share nested EPTs between vCPUs

[PATCH RESEND] apparmor: replace sprintf with snprintf in aa_new_learning_profile
 2025-11-27  1:34 UTC  (2+ messages)

[PATCH RESEND] apparmor: Replace sprintf/strcpy with scnprintf/strscpy in aa_policy_init
 2025-11-27  1:33 UTC  (2+ messages)

[PATCH RESEND] apparmor: Replace deprecated strcpy with memcpy in gen_symlink_name
 2025-11-27  1:32 UTC  (2+ messages)

[PATCH v1] LoongArch: Handle special PC in unwind_next_frame()
 2025-11-27  1:32 UTC  (7+ messages)

[cel:nfsv3-xdrgen 57/75] checkpatch: ERROR:SPACING: space required before the open parenthesis '('
 2025-11-27  1:32 UTC 

[PATCH v5 0/5] kernel-doc: add support for documenting vars
 2025-11-27  1:27 UTC  (9+ messages)
` [PATCH v5 1/5] kernel-doc: add support for handling global variables
` [PATCH v5 2/5] kernel-doc: add support to handle DEFINE_ variables
` [PATCH v5 3/5] docs: media: v4l2-ioctl.h: document two global variables
` [PATCH v5 5/5] docs: kernel-doc.rst: document the new "var" kernel-doc markup

[PATCH net v3] virtio-net: avoid unnecessary checksum calculation on guest RX
 2025-11-27  1:27 UTC  (4+ messages)

[PATCH] libnvme: add mptcp trtype
 2025-11-27  1:26 UTC 

[PATCH v3 0/9] arch,sysfb,efi: Support EDID on non-x86 EFI systems
 2025-11-27  1:23 UTC  (10+ messages)
` [PATCH v3 3/9] sysfb: Add struct sysfb_display_info
` [PATCH v3 4/9] sysfb: Replace screen_info with sysfb_primary_display
` [PATCH v3 5/9] sysfb: Pass sysfb_primary_display to devices

[Intel-wired-lan] [PATCH net-next v2 0/8] net: intel: migrate to .get_rx_ring_count() ethtool callback
 2025-11-27  1:20 UTC  (3+ messages)
  `  "

[PATCH net-next v5 0/3] Unify platform suspend/resume routines for PCI DWMAC glue
 2025-11-27  1:20 UTC  (2+ messages)

[PATCH net-next] netlink: specs: add big-endian byte-order for u32 IPv4 addresses
 2025-11-27  1:20 UTC  (2+ messages)

[PATCH net-next] s390/net: list Aswin Karuvally as maintainer
 2025-11-27  1:20 UTC  (2+ messages)

[PATCH v2][next] net: wwan: mhi_wwan_mbim: Avoid -Wflex-array-member-not-at-end warning
 2025-11-27  1:19 UTC  (2+ messages)

[TEST] bond_macvlan_ipvlan.sh flakiness
 2025-11-27  1:18 UTC  (7+ messages)

[PATCH RFC] crypto/hkdf: Fix salt length short issue in FIPS mode
 2025-11-27  1:14 UTC  (3+ messages)

[RFC PATCH 0/2] mm: continue using per-VMA lock when retrying page faults after I/O
 2025-11-27  1:14 UTC  (6+ messages)
` [RFC PATCH 1/2] mm/filemap: Retry fault by VMA lock if the lock was released for I/O
` [RFC PATCH 2/2] mm/swapin: Retry swapin "

linux-next: manual merge of the vfio tree with the dma-mapping-fixes tree
 2025-11-27  1:13 UTC 

[PATCH i-g-t v2 1/6] lib/amdgpu: Add flexible command context API with external BO support
 2025-11-27  1:11 UTC  (6+ messages)
` [PATCH i-g-t v2 2/6] lib/amdgpu: Add compute dispatch helper for GPU memory verification
` [PATCH i-g-t v2 3/6] lib/amdgpu: add GPU memory utilities
` [PATCH i-g-t v2 4/6] lib/amdgpu: add utility functions and GFX1200 family macro
` [PATCH i-g-t v2 5/6] lib/amdgpu: add AMDGPU LLVM assembler utility for shader compilation
` [PATCH i-g-t v2 6/6] tests/amdgpu: Add AMDGPU memory management test suite

[PATCH] ocfs2: Replace deprecated strcpy with strscpy
 2025-11-27  1:13 UTC  (2+ messages)

[PATCH 0/2] man3/getgrnam: fixes for ATTRIBUTES and ERRORS sections
 2025-11-27  1:12 UTC 

[syzbot] [ocfs2?] kernel BUG in ocfs2_remove_btree_range (2)
 2025-11-27  1:11 UTC 

[PATCH net-next v5 0/7] add hwtstamp_get callback to phy drivers
 2025-11-27  1:10 UTC  (2+ messages)

[PATCH 00/13] RFC: Convert to Cargo workspace
 2025-11-27  1:10 UTC  (14+ messages)
` [PATCH 01/13] make: undo Patrick's changes concerning Rust
` [PATCH 02/13] meson: "
` [PATCH 03/13] cargo: convert from a crate to a workspace
` [PATCH 04/13] build: build Rust with Makefile and Meson
` [PATCH 05/13] .gitignore: ignore /generated/
` [PATCH 06/13] cargo: create crate generate-headers
` [PATCH 07/13] cargo: create crate link-with-c
` [PATCH 08/13] rust/gitcore: link with c
` [PATCH 09/13] varint.h: unsigned char -> uint8_t
` [PATCH 10/13] make: delete files in generated/
` [PATCH 11/13] github-workflows: unify with rust parameters in make and meson
` [PATCH 12/13] github workflows: install Rust
` [PATCH 13/13] rust/build-rust.sh: update dir_git_root variable instantiation

[PATCH net v2] net: wwan: mhi: Keep modem name match with Foxconn T99W640
 2025-11-27  1:10 UTC  (2+ messages)

linux-next: manual merge of the tty tree with the tty.current tree
 2025-11-27  1:09 UTC 

[PATCH net-next] vhost: use "checked" versions of get_user() and put_user()
 2025-11-27  1:08 UTC  (11+ messages)

[PATCH] arm64: proton-pack: Fix hard lockup when !MITIGATE_SPECTRE_BRANCH_HISTORY
 2025-11-27  1:08 UTC  (2+ messages)

[PATCH v3 0/6] KVM: LoongArch: selftests: Add timer test case
 2025-11-27  1:05 UTC  (7+ messages)

[PATCH v5 4/9] x86/vmscape: Move mitigation selection to a switch()
 2025-11-27  1:04 UTC  (2+ messages)

[OE-core][scarthgap 00/21] Patch review
 2025-11-27  1:02 UTC  (4+ messages)
` [OE-core][scarthgap 14/21] lib/oe/go: document map_arch, and raise an error on unknown architecture

[for-linus][PATCH 0/2] ftrace: Fixes for v6.18
 2025-11-27  1:02 UTC  (3+ messages)
` [for-linus][PATCH 1/2] fgraph: Initialize ftrace_ops->private for function graph ops
` [for-linus][PATCH 2/2] fgraph: Check ftrace_pids_enabled on registration for early filtering

[PATCH] Revert "scsi: libsas: Fix exp-attached device scan after probe failure scanned in again after probe failed"
 2025-11-27  0:59 UTC  (2+ messages)

[PATCH v7 00/14] nfsd: assorted cleanups involving v4 special stateids
 2025-11-27  0:55 UTC  (5+ messages)
` [PATCH v6 04/14] nfsd: allow unrecognisable filehandle for foreign servers in COPY

[PATCH net-next v16 0/5] eea: Add basic driver framework for Alibaba Elastic Ethernet Adaptor
 2025-11-27  0:55 UTC  (7+ messages)
` [PATCH net-next v16 3/5] eea: probe the netdevice and create adminq
` [PATCH net-next v16 4/5] eea: create/destroy rx,tx queues for netdevice open and stop
` [PATCH net-next v16 5/5] eea: introduce ethtool support

[PATCH v2 00/11] Page Reclamation Support for Xe3p Platforms
 2025-11-27  0:54 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for Page Reclamation Support for Xe3p Platforms (rev2)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "

[PATCH v2 0/5] gpu: nova-core: Hopper/Blackwell prerequisites
 2025-11-27  0:53 UTC  (4+ messages)
` [PATCH v2 2/5] gpu: nova-core: add FbRange.len() and use it in boot.rs

[PATCH v2 06/11] md: support to align bio to limits
 2025-11-27  0:51 UTC  (2+ messages)

[PATCH bpf-next 0/3] Introduce bpf_kern_path and bpf_path_put
 2025-11-27  0:50 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: Allow const char * from LSM hooks as kfunc const string arguments
` [PATCH bpf-next 2/3] bpf: Add bpf_kern_path and bpf_path_put kfuncs
` [PATCH bpf-next 3/3] selftests/bpf: Add tests for bpf_kern_path kfunc

[PATCH v1 0/2] riscv: Introduce support for hardware break/watchpoints
 2025-11-27  0:49 UTC  (7+ messages)
` [PATCH v1 1/2] riscv: Add SBI debug trigger extension and function ids
` [PATCH v1 2/2] riscv: Introduce support for hardware break/watchpoints

[PATCH v2] wifi: rtw89: 8922a: set random mac if efuse contains zeroes
 2025-11-27  0:46 UTC  (2+ messages)

[PATCH 0/5] acpi/ghes: Error object handling improvement
 2025-11-27  0:44 UTC  (6+ messages)
` [PATCH 1/5] acpi/ghes: Automate data block cleanup in acpi_ghes_memory_errors()
` [PATCH 2/5] acpi/ghes: Abort in acpi_ghes_memory_errors() if necessary
` [PATCH 3/5] target/arm/kvm: Exit on error from acpi_ghes_memory_errors()
` [PATCH 4/5] acpi/ghes: Bail early on error from get_ghes_source_offsets()
` [PATCH 5/5] acpi/ghes: Use error_fatal in acpi_ghes_memory_errors()

[PATCH -perfbook 0/3] CodeSamples/formal/herd: Tweaks for new litmus tests
 2025-11-27  0:45 UTC  (4+ messages)

[PATCH 0/5] Assorted filesystem docs formatting
 2025-11-27  0:44 UTC  (11+ messages)
` [PATCH 1/5] Documentation: afs: Use proper bullet for bullet lists
` [PATCH 2/5] Documentation: dax: Coalesce "See also" filesystem pointers into list
` [PATCH 3/5] Documentation: dax: Demote "Enabling DAX on xfs and ext4" subsections
` [PATCH 4/5] Documentation: zonefs: Separate mount options list
` [PATCH 5/5] Documentation: zonefs: Format error processing table

[PATCH bpf v1] rqspinlock: Enclose lock/unlock within lock entry acquisitions
 2025-11-27  0:44 UTC  (4+ messages)

[PATCH DISCUSSION 0/8] Reducing probe deferral - for profit and fun
 2025-11-26 22:54 UTC 

[PATCH v3] dma-buf: add some tracepoints to debug
 2025-11-27  0:43 UTC 

[PATCH v5 0/2] Add device tree for NVIDIA BMC MSX4 CX8 switchboard
 2025-11-27  0:43 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: arm: aspeed: Add Nvidia msx4 board
` [PATCH v5 2/2] ARM: dts: aspeed: Add NVIDIA MSX4 HPM

[PATCH 0/2] Add AST2700 support for Aspeed vhub
 2025-11-27  0:42 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: usb: aspeed,usb-vhub: Add ast2700 support

[tytso-ext4:dev 2/61] checkpatch: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
 2025-11-27  0:39 UTC 

bpf: system freezes due to recursive lock in bpf_ringbuf_reserve() caused by commit a650d38 ("bpf: Convert ringbuf map to rqspinlock")
 2025-11-27  0:40 UTC  (10+ messages)

[pci:next] BUILD SUCCESS e8c5d2fd85975099d6db1336319d3a2f04018d47
 2025-11-27  0:39 UTC 

[PATCH v1 0/1] fix NBL Rx VLAN issues in DPDK 25.11-rc3
 2025-11-27  0:37 UTC  (2+ messages)
` [PATCH v2] net/nbl: add VLAN offload set interface

[PATCH v4] ARM: dts: aspeed: clemente: add gpio line name to io expander
 2025-11-27  0:37 UTC  (2+ messages)

[Intel-wired-lan] [tnguy-next-queue:100GbE] BUILD SUCCESS e2051196d8f7544d25e327b4a96853c2db03359c
 2025-11-27  0:37 UTC 

[thermal:thermal/linux-next 8/10] Documentation/devicetree/bindings/thermal/qcom-tsens.yaml: ignoring, error parsing file
 2025-11-27  0:36 UTC 

[PATCH v1 0/3] Allow knfsd to use atomic_open()
 2025-11-27  0:36 UTC  (8+ messages)

linux-next: manual merge of the battery tree with Linus' tree
 2025-11-27  0:30 UTC 

[PATCH net] selftests/net: packetdrill: pass send_omit_free to MSG_ZEROCOPY tests
 2025-11-27  0:30 UTC  (2+ messages)

[PATCH net-next v2] selftests/net: initialize char variable to null
 2025-11-27  0:30 UTC  (3+ messages)

[PATCH] man3/getgrnam: clarify possible errno values when entry not found
 2025-11-27  0:28 UTC  (2+ messages)

[PATCH] MAINTAINERS: Remove myself from xe maintainers
 2025-11-27  0:27 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✗ Xe.CI.Full: failure "

[PATCH v1 0/2] Revise Meta Santabarbara devicetree
 2025-11-27  0:26 UTC  (2+ messages)

[PATCH v2 1/1] docs: Update documentation to avoid mentioning of kernel.h
 2025-11-27  0:26 UTC  (2+ messages)

[brauner-vfs:vfs-6.19.fd_prepare 2/3] checkpatch: WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
 2025-11-27  0:22 UTC 

[PATCH] printk: add early_counter_ns routine for printk blind spot
 2025-11-27  0:16 UTC  (6+ messages)

[PATCH 1/2] libqos: pci: Avoid fatal assert on zero-sized BARs in fuzz builds
 2025-11-27  0:12 UTC  (7+ messages)
` [PATCH v2 0/5] tests/qtest: Rework libqos PCI BAR handling to support fuzzing
  ` [PATCH v2 1/5] libqos: pci: Handle zero-sized BARs gracefully
  ` [PATCH v2 2/5] libqos: pci: Require size for legacy I/O port mapping
  ` [PATCH v2 3/5] tests/qtest: ahci-test: Check only implemented ports in verify_state
  ` [PATCH v2 4/5] tests/qtest: Rework nvmetest_oob_cmb_test for BAR check
  ` [PATCH v2 5/5] tests/qtest/fuzz: Add generic fuzzer for pcie-pci-bridge

[RFC net-next 00/13] ovpn: new features + kselftests
 2025-11-27  0:13 UTC  (3+ messages)
` [RFC net-next 07/13] selftests: ovpn: check asymmetric peer-id

[PATCH] KVM: coalesced_mmio: Fix out-of-bounds write in coalesced_mmio_write()
 2025-11-27  0:11 UTC 

[android-common:android16-6.12-lts 1/1] kernel/trace/trace_events.c:2807:6: warning: no previous prototype for function 'remove_event_from_tracers'
 2025-11-27  0:11 UTC 

[DPDK/core Bug 1835] test failing on Debian testing
 2025-11-27  0:11 UTC  (2+ messages)

[PATCH 0/5] Audit and document Scalar config
 2025-11-27  0:09 UTC  (9+ messages)
` [PATCH 1/5] scalar: annotate config file with "set by scalar"
` [PATCH 2/5] scalar: use index.skipHash=true for performance
` [PATCH 3/5] scalar: remove stale config values
` [PATCH 5/5] scalar: document config settings

[PATCH v4 0/2] Add device tree for Nvidia BMC msx4 cx8 switchboard
 2025-11-27  0:09 UTC  (3+ messages)
` [PATCH v4 2/2] dts: aspeed: Add a dts for the nvidia msx4 hpm

[REGRESSION 00/04] Crash during resume of pcie bridge
 2025-11-27  0:08 UTC  (19+ messages)
                          ` Crash during resume of pcie bridge due to infinite loop in ACPICA

[PATCH net-next] gve: Fix race condition on tx->dropped_pkt update
 2025-11-27  0:07 UTC 

[PATCH v1 0/1] fix NBL issues in DPDK 25.11-rc4
 2025-11-27  0:07 UTC  (3+ messages)
` [PATCH v1 1/1] net/nbl: fix Rx/Tx stats concurrency

[PATCH v7 mptcp-next 0/6] mptcp: autotune related improvement
 2025-11-27  0:06 UTC  (3+ messages)
` [PATCH v7 mptcp-next 2/6] mptcp: do not account for OoO in mptcp_rcvbuf_grow()

[PATCH] m68k: implement runtime consts
 2025-11-27  0:05 UTC 

[openeuler:OLK-5.10 3333/3333] test_encl.c:36:3: error: incompatible function pointer types initializing 'const void (*)(void *)' with an expression of type 'void (void *)'
 2025-11-27  0:02 UTC 

[PATCH net-next 00/10] geneve: introduce double tunnel GSO/GRO
 2025-11-26 23:59 UTC  (2+ messages)

[cilium:pr/netkit-iouring6 2/2] net/core/netdev_rx_queue.c:21:6: warning: no previous prototype for 'netdev_rx_queue_peer'
 2025-11-26 23:58 UTC 

[PATCH bpf-next v1 0/4] resolve_btfids: Support for BTF modifications
 2025-11-26 23:58 UTC  (5+ messages)
` [PATCH bpf-next v1 4/4] resolve_btfids: change in-place update with raw binary output

[PATCH mptcp-net 0/3] mptcp: pm: ignore unknown endpoint flags
 2025-11-26 23:57 UTC  (4+ messages)
` [PATCH mptcp-net 2/3] selftests: mptcp: pm: ensure unknown flags are ignored

[PATCH 0/1] replay: add --revert option to reverse commit changes
 2025-11-26 23:57 UTC  (9+ messages)
` [PATCH 1/1] "

[PATCH 0/6] dma-fence: Remove return code of dma_fence_signal() et al
 2025-11-26 23:56 UTC  (4+ messages)
` [PATCH 3/6] drm/gpu/xe: Ignore dma_fenc_signal() return code

[PATCH v2] doc: Add include path for sys/usdt.h
 2025-11-26 23:56 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2025-11-26 23:54 UTC 

[PATCH v6 1/2] PCI: Configure Root Port MPS during host probing
 2025-11-26 23:54 UTC  (4+ messages)

[Bug report] hash_name() may cross page boundary and trigger sleep in RCU context
 2025-11-26 23:51 UTC  (11+ messages)
` [RFC PATCH] vfs: Fix might sleep in load_unaligned_zeropad() with rcu read lock held

[for-next PATCH 1/2] Azure: Rework world build to directly use the container
 2025-11-26 23:49 UTC  (2+ messages)
` [for-next PATCH 2/2] Azure: Rework binman testsuite job "

linux-next: manual merge of the pci tree with Linus' tree
 2025-11-26 23:49 UTC 

[for-master PATCH] Azure: Rework jobs for disk space and 29 jobs
 2025-11-26 23:49 UTC 

[PATCH] drm/msm: Fix a7xx per pipe register programming
 2025-11-26 23:48 UTC  (2+ messages)

[PATCH 00/21] lib: add alternatives for GENMASK()
 2025-11-26 23:47 UTC  (6+ messages)

[PATCH v2 1/3] PCI/PM: Reinstate clearing state_saved in legacy and !pm codepaths
 2025-11-26 23:46 UTC  (2+ messages)

linux-next: manual merge of the pci tree with Linus' tree
 2025-11-26 23:45 UTC 

[PATCH v6 0/8] Fix DRM scheduler layering violations in Xe
 2025-11-26 23:43 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for Fix DRM scheduler layering violations in Xe (rev6)

[RFC PATCH v1 0/4] Add upstream board Xunlong Orange Pi RV
 2025-11-26 23:42 UTC  (3+ messages)

[RFC v1 0/1] Implement IMA Event Log Trimming
 2025-11-26 23:40 UTC  (5+ messages)

net: thunderbolt: missing ndo_set_mac_address breaks 802.3ad bonding
 2025-11-26 23:39 UTC  (4+ messages)

[PATCH v8 0/2] ARM: dts: aspeed: Add Device Tree for Facebook Anacapa BMC
 2025-11-26 23:38 UTC  (3+ messages)
` [PATCH v8 2/2] "

[PATCH 0/6] PCI: dwc: Revert Link Up IRQ support
 2025-11-26 23:35 UTC  (7+ messages)

[OE-core][kirkstone][PATCH] gnutls: patch CVE-2025-9820
 2025-11-26 23:34 UTC 

[OE-core][scarthgap][PATCH] gnutls: patch CVE-2025-9820
 2025-11-26 23:34 UTC 

[OE-core][PATCH] gnutls: upgrade 3.8.10 -> 3.8.11
 2025-11-26 23:34 UTC 

[bcachefs:bcachefs-testing 1004/1004] checkpatch: ERROR:SPACING: space required after that ',' (ctx:VxV)
 2025-11-26 23:33 UTC 

[PATCH net-next 00/11][pull request] Intel Wired LAN Driver Updates 2025-11-25 (ice, idpf, iavf, ixgbe, ixgbevf, e1000e)
 2025-11-26 23:32 UTC  (5+ messages)
` [PATCH net-next 01/11] ice: add support for unmanaged DPLL on E830 NIC
` [PATCH net-next 03/11] ixgbe: Add 10G-BX support

[PATCH net-next v13 00/12] virtio_net: Add ethtool flow rules support
 2025-11-26 23:31 UTC  (3+ messages)
` [PATCH net-next v13 05/12] virtio_net: Query and set flow filter caps

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-11-26 23:29 UTC  (4+ messages)
` [PATCH v12 mm-new 13/15] khugepaged: avoid unnecessary mTHP collapse attempts


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.