All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-28 03:56:01 to 2026-05-28 05:27:01 UTC [more...]

[PATCH bpf 0/1] bpf: reject overlarge global subprog argument sizes
 2026-05-28  5:25 UTC  (8+ messages)
` [PATCH bpf 1/1] "
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

[PATCH 00/10] single-binary: fix compilation/execution for {arm, aarch32, microblaze}
 2026-05-28  5:26 UTC  (14+ messages)
` [PATCH 01/10] target/arm/meson: move kvm-stub to arm_stubs_ss
` [PATCH 02/10] target/arm/whpx: move whpx-stub "
` [PATCH 03/10] accel/accel-target.c: move compilation to every target meson.build
` [PATCH 04/10] target/arm: deduplicate accel/accel-target.c
` [PATCH 05/10] meson.build: move some subdir before system lib creation
` [PATCH 06/10] hw/net: use stub_ss for vhost_net-stub.c
` [PATCH 07/10] migration: use stub_ss for vfio-stub.c
` [PATCH 08/10] net: use stub_ss for vhost-user-stub.c and vhost-vdpa-stub.c
` [PATCH 09/10] target/microblaze: rename helper unaligned_access to microblaze_unaligned_access
` [PATCH 10/10] hw/vfio: use stub_ss for iommufd-stubs.c

[PATCH v4 0/4] imx9{4,5,52}: Add Quickboot support
 2026-05-28  5:25 UTC  (4+ messages)
` [PATCH v4 1/4] imx9: Add support for saving DDR training data to NVM

[PATCH] rust: arm64: set uwtable llvm module flag for CONFIG_UNWIND_TABLES
 2026-05-28  5:26 UTC  (2+ messages)

[tip:master] BUILD SUCCESS e47f586dfb54773b641833bd86be6cd51faadf1c
 2026-05-28  5:25 UTC 

[PATCH v2 0/3] spacemit: k1: Add support for Banana Pi BPI-CM6 IO board
 2026-05-28  5:22 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: riscv: spacemit: Add Banana Pi BPI-CM6 compatible
` [PATCH v2 2/3] riscv: dts: spacemit: k1: Split gmac_clk_ref into independent pinctrl groups
` [PATCH v2 3/3] riscv: dts: spacemit: k1: Add Banana Pi BPI-CM6 IO board

blktests failures with v7.1-rc1 kernel
 2026-05-28  5:24 UTC  (3+ messages)

[PATCH] sched/fork: Fix timer_slack_ns inheritance for RT tasks
 2026-05-28  5:24 UTC  (3+ messages)

remove struct xfs_inode.i_ino
 2026-05-28  5:24 UTC  (6+ messages)
` [PATCH 5/9] xfs: add a xfs_rmap_inode_owner helper

[PATCH 0/2] commit: remove deprecated functions
 2026-05-28  5:24 UTC  (5+ messages)
` [PATCH 1/2] *: replace deprecated free_commit_list
` [PATCH 2/2] commit: remove deprecated functions

[PATCH 1/1] params: array: stage element output before concatenation
 2026-05-28  5:22 UTC 

[RFC PATCH net] netfilter: flowtable: fix offloaded ct timeout never being extended
 2026-05-28  5:22 UTC  (4+ messages)

MSI-X vector limits and reserving a virtio device ID
 2026-05-28  5:22 UTC  (3+ messages)

[PATCH] mtd: spi-nor: Add support for MX25L12833F and MX25L12845G
 2026-05-28  5:17 UTC  (2+ messages)

[Buildroot] [PATCH v2] package/opendoas: fix permissions
 2026-05-28  5:20 UTC  (2+ messages)

[PATCH v2 00/26] iommu/amd: Introduce AMD Hardware-accelerated Virtualized IOMMU (vIOMMU) Support
 2026-05-28  5:17 UTC  (27+ messages)
` [PATCH v2 01/26] iommu/amd: Make amd_iommu_completion_wait() non-static
` [PATCH v2 02/26] iommu/amd: Introduce vIOMMU-specific events and event
` [PATCH v2 03/26] iommu/amd: Detect and initialize AMD vIOMMU feature
` [PATCH v2 04/26] iommu/amd: Introduce IOMMUFD vIOMMU support for AMD
` [PATCH v2 05/26] iommu/amd: Allocate Guest IDs for IOMMUFD vIOMMU instances
` [PATCH v2 06/26] iommu/amd: Map vIOMMU VF and VF Control MMIO BARs
` [PATCH v2 07/26] iommu/amd: Add support for AMD vIOMMU VF MMIO region
` [PATCH v2 08/26] iommu/amd: Introduce Reset vMMIO Command
` [PATCH v2 09/26] iommu/amd: Introduce domain for IOMMU Private Address (IPA) region
` [PATCH v2 10/26] iommu/amd: Assign IOMMU Private Address domain to IOMMU
` [PATCH v2 11/26] iommu/amd: Allocate and map vIOMMU private regions
` [PATCH v2 12/26] iommu/amd: Add per-VM private IPA alloc/map helpers
` [PATCH v2 13/26] iommu/amd: Add helper functions to manage DevID / DomID mapping tables
` [PATCH v2 14/26] iommu/amd: Introduce IOMMUFD vDevice support for AMD
` [PATCH v2 15/26] iommu/amd: Introduce helper function for updating domain ID mapping table
` [PATCH v2 16/26] iommu/amd: Introduce helper function for updating device "
` [PATCH v2 17/26] iommu/amd: Pass KVM FD from userspace when initializing vIOMMU
` [PATCH v2 18/26] iommu/amd: Add translation DTE and VFctrl TransDevID helpers
` [PATCH v2 19/26] iommu/amd: Add per-segment translate device ID pool
` [PATCH v2 20/26] iommu/amd: Reserve translate-device-id for PCI requestor aliases
` [PATCH v2 21/26] iommu/amd: Map kvmfd to shared translate device ID for vIOMMU
` [PATCH v2 22/26] iommufd: Add hw_queue_init and split queue alloc paths
` [PATCH v2 23/26] iommu/amd: Add support for vIOMMU HW queues initialization
` [PATCH v2 24/26] iommufd: Introduce vIOMMU command via VIOMMU_COMMAND ioctl
` [PATCH v2 25/26] iommu/amd: Handle set/get command for AMD vIOMMU
` [PATCH v2 26/26] iommu/amd: Introduce logic to check and enable vIOMMU feature

[PATCH v4 4/5] iommu/vt-d: Fail probe on ATS configuration failure
 2026-05-28  5:19 UTC  (3+ messages)

[brgl:gpio/for-current] BUILD SUCCESS 9c95f4b920e15c183ebbb15b0a011ba32fcb6d59
 2026-05-28  5:19 UTC 

[PATCH nf] netfilter: nft_ct: fix OOB in NFT_CT_SRC/DST eval
 2026-05-28  5:19 UTC  (2+ messages)

[PATCH] riscv: dts: spacemit: k3: Add Ziccrse extension for X100 cores
 2026-05-28  5:18 UTC  (3+ messages)

[PATCH v6 0/6] mfd: cpcap: convert documentation to schema and add Mot board support
 2026-05-28  5:17 UTC  (3+ messages)

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-05-28  4:52 UTC  (13+ messages)
` [PATCH 01/15] x86/virt/tdx: Read global metadata for TDX Module Extensions

Suggestion: Real-time or Conflict-Reducing Collaboration Support for Specific Directories
 2026-05-28  5:15 UTC 

[PATCH] xfs: abort mount if xfs_fs_reserve_ag_blocks fails
 2026-05-28  5:14 UTC  (2+ messages)

[meta-oe][PATCH] libuio: fix FILE descriptor leak
 2026-05-28  0:47 UTC 

[CI v2 00/17] For CI only: DC3CO/CMTG validation series
 2026-05-28  5:12 UTC  (19+ messages)
` [CI v2 01/17] drm/i915/cmtg: Enable CMTG
` [CI v2 02/17] drm/i915/display: Remove TGL DC3CO support
` [CI v2 03/17] drm/i915/display: Switch DC3CO enable from standalone bit to DC level encoding
` [CI v2 04/17] drm/i915/display: Use FIELD_PREP() for DC state enable bits
` [CI v2 05/17] drm/i915/display: Add DC3CO DC_STATE enable/disable support
` [CI v2 06/17] drm/i915/display: Add DC3CO support check
` [CI v2 07/17] drm/i915/display: Add HAS_DC3CO() macro
` [CI v2 08/17] drm/i915/display: Add DC3CO eligibility computation
` [CI v2 09/17] drm/i915/display: Store DC3CO eligibility in PSR state
` [CI v2 10/17] drm/i915/display: PSR2: Set idle_frames to 0 for DC3CO
` [CI v2 11/17] drm/i915/display: Enable DC3CO idle protocol in ALPM
` [CI v2 12/17] drm/i915/display: PSR Add delayed work to exit DC3CO
` [CI v2 13/17] drm/i915/display: Add helper to enable DC counter
` [CI v2 14/17] drm/i915/display: Add DC3CO count and residency in dmc debugfs
` [CI v2 15/17] drm/i915/display: program CMTG before DC3CO enable
` [CI v2 16/17] drm/i915/display: Add RO bit masking gen9_write_dc_state()
` [CI v2 17/17] drm/i915/display: Enable DC3CO for display version 35+
` ✓ CI.KUnit: success for For CI only: DC3CO/CMTG validation series (rev2)

pahole treats embedded structures a holes
 2026-05-28  5:11 UTC 

[PATCH 1/2] arm64: dts: socfpga: agilex5: replace clocks reference with clock-frequency for dw-apb-timer
 2026-05-28  5:11 UTC  (3+ messages)

[PATCH v7 0/7] mfd: Add support for Asus Transformer embedded controller
 2026-05-28  5:10 UTC  (3+ messages)

[RFC PATCH v2 0/5] Add option to use default config file
 2026-05-28  5:10 UTC  (12+ messages)
` [RFC PATCH v2 1/5] xfsprogs: mkfs.xfs Add buildtime default cli_params as global variable
` [RFC PATCH v2 2/5] xfsprogs: mkfs.xfs add default configuration file
` [RFC PATCH v2 3/5] xfsprogs: mkfs.xfs add auto|autodetect value for -d/l/r concurrency
` [RFC PATCH v2 4/5] xfs_admin: add -d option to manage default mkfs config file
` [RFC PATCH v2 5/5] xfsprogs: mkfs.xfs clean up unused dft option in various validators

mm/debug.c:260:14: warning: format specifies type 'void *' but the argument has type 'anon_vma_tree_t' (aka 'unsigned long')
 2026-05-28  5:09 UTC 

[linux-next:master] BUILD REGRESSION e7d700e14934e68f86338c5610cf2ae76798b663
 2026-05-28  5:09 UTC 

[brgl:gpio/for-next] BUILD SUCCESS 61442e46fb9de57718a36f54c9ce1ce66ff7750b
 2026-05-28  5:08 UTC 

(no subject)
 2026-05-28  5:08 UTC 

[PATCH v5 00/18] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-05-28  5:07 UTC  (7+ messages)
` [PATCH v5 13/18] target/arm/kvm: Introduce kvm_arm_expose_idreg_properties

on ai generated and code provenance
 2026-05-28  5:06 UTC  (11+ messages)

[meta-ti][master][PATCH] CI/CD Auto-Merger: cicd.master.202605272200
 2026-05-28  5:06 UTC 

[tip:tip/urgent] BUILD SUCCESS 4a91f293f3d86b61a1864d2bac5a5128fa9905ba
 2026-05-28  5:04 UTC 

[Intel-wired-lan] [tnguy-next-queue:main] BUILD SUCCESS aa064a614efcfa4c300609d1f01134e99a12ad10
 2026-05-28  5:03 UTC 

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-05-28  5:03 UTC  (9+ messages)
` [PATCH v14 20/44] arm64: RMI: Support for the VGIC in realms
` [PATCH v14 21/44] KVM: arm64: Support timers in realm RECs
` [PATCH v14 22/44] arm64: RMI: Handle realm enter/exit
` [PATCH v14 24/44] KVM: arm64: Handle realm MMIO emulation

[PATCH v2 5/5] KVM: x86: Expose Zhaoxin RSA CPUID feature
 2026-05-28  5:03 UTC  (2+ messages)

[PATCH v3 5/9] KVM: arm64: selftests: Add shadow_stage2 test
 2026-05-28  4:59 UTC  (2+ messages)
` [PATCH] KVM: selftest: arm64: Run shadow_stage2 varying guest modes

[BUG] sched/cache: "Make LLC id continuous" causes NULL cpumask dereference in build_sched_domains on POWER9
 2026-05-28  4:58 UTC  (8+ messages)
    ` [BUG] sched/cache: "Make LLC id continuous" causes NULL cpumask

[PATCH v5 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-05-28  4:55 UTC  (7+ messages)

[PATCH i-g-t v3 0/3] Fix 2-display test for MST shared-link BW
 2026-05-28  4:48 UTC  (3+ messages)
` ✓ Xe.CI.FULL: success for Fix 2-display test for MST shared-link BW (rev3)
` ✗ i915.CI.Full: failure "

tpm2-abrmd vs kernel resource manager
 2026-05-28  4:47 UTC  (2+ messages)

[RFC] net: soft lockup in netif_close_many() during namespace teardown
 2026-05-28  4:45 UTC 

[PATCH v2 0/2] xfs: fix CoW fork repair error handling
 2026-05-28  4:45 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] xfs: fix error returns in CoW fork repair
  ` [PATCH v3 2/2] xfs: fix rtgroup cleanup "

[PATCH 00/11] NVMe over MPTCP
 2026-05-28  4:44 UTC  (2+ messages)

[LTP] [PATCH v3 1/2] connect01: Convert to new API
 2026-05-28  4:43 UTC  (3+ messages)
` [LTP] "

[PATCH v2 3/3] ARM: dts: qcom: msm8960: Add CPU frequency scaling support
 2026-05-28  4:43 UTC  (2+ messages)

[PATCH v3 0/2] zram: fix UAF in zram_bvec_write_partial() and drop dead bio plumbing
 2026-05-28  4:41 UTC  (2+ messages)

[PATCH] drm/xe/mmio: Assert MMIO is available
 2026-05-28  4:40 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH] target: iscsi: cxgbit: fix cnp kref leak in __cxgbit_free_cdev_np()
 2026-05-28  4:39 UTC  (2+ messages)

[PATCH 0/3] delaytop: add delay max, timestamp and sorting for top latency analysis
 2026-05-28  4:38 UTC  (2+ messages)

[PATCH 1/8] drm/amd/pm: return -EINVAL on invalid CCLK OD core index
 2026-05-28  4:34 UTC  (8+ messages)
` [PATCH 2/8] drm/amdgpu/pm: fix SmartShift bias sysfs store PM refcount on parse error
` [PATCH 3/8] drm/amd/ras: validate RAS EEPROM tbl_size before record count
` [PATCH 4/8] drm/amdgpu: "
` [PATCH 5/8] drm/amdgpu: NUL-terminate securedisplay debugfs input from userspace
` [PATCH 6/8] drm/amd/pm: use kcalloc in phm table copy helpers
` [PATCH 7/8] drm/amd/pm: bound OD parameter parsing to stack array size
` [PATCH 8/8] drm/amd/amdxcp: assert XCP platform device names

[PATCH] l2tp: fix tunnel refcount leak on register failure
 2026-05-28  4:34 UTC 

[PATCH v3 0/4] platform/chrome: cros_ec_chardev: Fix a potential UAF
 2026-05-28  4:33 UTC  (3+ messages)
` [PATCH v3 4/4] platform/chrome: cros_ec_chardev: Introduce rwsem for protecting ec_dev

[PATCH v4 0/3] Only free healthy pages in high-order has_hwpoisoned folio
 2026-05-28  4:29 UTC  (7+ messages)

[PATCH] cgroup: pair max limit READ_ONCE() with WRITE_ONCE()
 2026-05-28  4:28 UTC 

[PATCH v2] docs: pt_BR: update maintainer-handbooks
 2026-05-28  4:19 UTC 

[PATCH v2] drm/virtio: abort virtqueue wait on device removal to avoid hung task
 2026-05-28  4:18 UTC  (3+ messages)

[PATCH v2 2/3] soc: qcom: spm: Add MSM8960 SAW2 CPU support
 2026-05-28  4:18 UTC  (2+ messages)

[PATCH v2] docs: pt_BR: update maintainer-handbooks
 2026-05-28  4:17 UTC 

[PATCH v4] ext2: Remove deprecated DAX support
 2026-05-28  4:16 UTC  (2+ messages)

[android-common:android16-6.12-lts 2/2] drivers/misc/pci_endpoint_test.c:292 pci_endpoint_test_bar() warn: signedness bug returning '(-61)'
 2026-05-28  4:16 UTC 

[PATCH] lib/test_hmm: fix memory leak in dmirror_migrate_to_system()
 2026-05-28  4:13 UTC  (2+ messages)

[PATCH] docs: zh_TW: process: localize terminologies and improve fluency in 8.Conclusion
 2026-05-28  4:13 UTC 

[PATCH] gpio: realtek-otto: fix kernel-doc warnings
 2026-05-28  4:10 UTC 

[meta-selinux][PATCH] seatd: allow seatd to use unallocated TTYs
 2026-05-28  4:09 UTC 

[RFC PATCH v2 00/11] EDAC/RAS: Hygon Family 0x18 UMC ECC address translation
 2026-05-28  3:52 UTC  (5+ messages)
` [RFC PATCH v2 01/11] ras/amd/atl: Add Hygon DF1 Data Fabric system information helper
` [RFC PATCH v2 02/11] ras/amd/atl: Add Hygon DF1 DRAM address map decoding helper
` [RFC PATCH v2 07/11] ras/amd/atl: Add Hygon DF discovery and MCA decode at initialization
` [RFC PATCH v2 10/11] EDAC/amd64: Add Hygon Family 0x18 models 0x4-0x8 support

drivers/scsi/fnic/fdls_fc.h:260:1: warning: alignment 1 of 'struct fc_std_ls_req' is less than 8
 2026-05-28  4:08 UTC 

[RFC] hwmon: add a driver for the temp/voltage sensor on PolarFire SoC
 2026-05-28  4:07 UTC  (3+ messages)

[f2fs-dev] [PATCH v6 0/11] fstests: add test coverage for cloned filesystem ids
 2026-05-28  4:05 UTC  (24+ messages)
`  "
` [f2fs-dev] [PATCH v6 01/11] fstests: add _loop_image_create_clone() helper
  `  "
` [f2fs-dev] [PATCH v6 02/11] fstests: add _clone_mount_option() helper
  `  "
` [f2fs-dev] [PATCH v6 03/11] fstests: add FSNOTIFYWAIT_PROG
  `  "
` [f2fs-dev] [PATCH v6 04/11] fstests: add _require_unique_f_fsid() helper
  `  "
` [f2fs-dev] [PATCH v6 05/11] fstests: verify fanotify isolation on cloned filesystems
  `  "
` [f2fs-dev] [PATCH v6 06/11] fstests: verify f_fsid for "
  `  "
` [f2fs-dev] [PATCH v6 07/11] fstests: verify libblkid resolution of duplicate UUIDs
  `  "
` [f2fs-dev] [PATCH v6 08/11] fstests: verify IMA isolation on cloned filesystems
  `  "
` [f2fs-dev] [PATCH v6 09/11] fstests: verify exportfs file handles "
  `  "
` [f2fs-dev] [PATCH v6 10/11] fstests: add _change_metadata_uuid helper
  `  "
` [f2fs-dev] [PATCH v6 11/11] fstests: test UUID consistency for clones with metadata_uuid
  `  "

[PATCH v4 5/7] arm64: dts: qcom: glymur: Add QREF regulator supplies to TCSR
 2026-05-28  4:06 UTC  (2+ messages)

[PATCH 0/2] hwmon: ina238: Add samples and update_interval support
 2026-05-28  4:01 UTC  (4+ messages)
  ` AW: "

[PATCH v2] edac: Consistently define pci_device_ids using named initializers
 2026-05-28  4:00 UTC  (2+ messages)

[PATCH] dt-bindings: watchdog: qcom-wdt: Document IPQ5210 watchdog
 2026-05-28  4:00 UTC  (3+ messages)

[PATCH] MIPS: ath79: pci: remove
 2026-05-28  3:59 UTC 

[PATCH 00/10] lib/genxml: Introduce Mesa genxml infrastructure to IGT
 2026-05-28  3:55 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for lib/genxml: Introduce Mesa genxml infrastructure to IGT (rev4)


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.