All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-24 22:59:12 to 2025-04-25 00:57:26 UTC [more...]

[PATCH v3 00/11] Make blockdev-mirror dest sparse in more cases
 2025-04-25  0:52 UTC  (12+ messages)
` [PATCH v3 01/11] block: Expand block status mode from bool to flags
` [PATCH v3 02/11] file-posix, gluster: Handle zero block status hint better
` [PATCH v3 03/11] block: Let bdrv_co_is_zero_fast consolidate adjacent extents
` [PATCH v3 04/11] block: Add new bdrv_co_is_all_zeroes() function
` [PATCH v3 05/11] iotests: Improve iotest 194 to mirror data
` [PATCH v3 06/11] mirror: Minor refactoring
` [PATCH v3 07/11] mirror: Skip pre-zeroing destination if it is already zero
` [PATCH v3 08/11] mirror: Skip writing zeroes when target "
` [PATCH v3 09/11] iotests/common.rc: add disk_usage function
` [PATCH v3 10/11] tests: Add iotest mirror-sparse for recent patches
` [PATCH v3 11/11] mirror: Allow QMP override to declare target already zero

[PATCH 0/2] ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmd
 2025-04-25  0:55 UTC  (7+ messages)
` [PATCH 2/2] "

[PATCH 0/4] move all VMA allocation, freeing and duplication logic to mm
 2025-04-25  0:55 UTC  (4+ messages)
` [PATCH 1/4] mm: abstract initial stack setup to mm subsystem

[PATCH 0/7] lib/crc: drop "glue" from filenames
 2025-04-25  0:52 UTC  (3+ messages)

Hi, would the qemu team be interested in using my shell scripts for their contrib dir?
 2025-04-25  0:06 UTC 

[PATCH v23 0/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-04-25  0:54 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

cgroup null pointer dereference
 2025-04-25  0:53 UTC  (3+ messages)

+ ocfs2-remove-unnecessary-null-check-before-unregister_sysctl_table.patch added to mm-nonmm-unstable branch
 2025-04-25  0:53 UTC 

[PATCH i-g-t v5 0/2] Async flips with tiled modifiers
 2025-04-25  0:52 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

[PATCH v3 bpf 0/2] bpf: Fix softlock condition in BPF hashmap interation
 2025-04-25  0:50 UTC  (2+ messages)

[PATCH rc] iommu: Skip PASID validation for devices without PASID capability
 2025-04-25  0:49 UTC  (5+ messages)

[PATCH 0/2] meson: prefer '/bin/sh' over PATH lookup
 2025-04-25  0:45 UTC  (3+ messages)
` [PATCH 1/2] meson: report detected runtime executable paths

+ sched-numa-add-tracepoint-that-tracks-the-skipping-of-numa-balancing-due-to-cpuset-memory-pinning.patch added to mm-new branch
 2025-04-25  0:45 UTC 

+ sched-numa-skip-vma-scanning-on-memory-pinned-to-one-numa-node-via-cpusetmems.patch added to mm-new branch
 2025-04-25  0:44 UTC 

[PATCH 00/11] clang-merge: Bring clang recipes from meta-clang
 2025-04-25  0:44 UTC  (6+ messages)
` [PATCH 01/11] cmake-native.bbclass: Abstraction to use cmake with native toolchains
  ` [OE-core] "

[Buildroot] [PATCH 1/1] package/libubootenv: bump to version 0.3.6
 2025-04-25  0:42 UTC 

[PATCH v2 0/2] EDAC/altera: two bug fixes
 2025-04-25  0:40 UTC  (5+ messages)
` [PATCH v2 1/2] EDAC/altera: fix cut and paste error

[PATCH 0/3] selftests/bpf: Fix a few issues in arena_spin_lock
 2025-04-25  0:40 UTC  (4+ messages)

+ mailmap-map-uwes-baylibre-addresses-to-a-single-one.patch added to mm-hotfixes-unstable branch
 2025-04-25  0:39 UTC 

[PATCH v3 1/2] dt-bindings: arm: fsl: Add Boundary Device Nitrogen8M Plus ENC Carrier Board
 2025-04-25  0:37 UTC  (3+ messages)
` [PATCH v3 2/2] arm64: dts: imx8mp: Add device tree for "

[PATCH net 1/2] net/devmem: Reject insufficiently large dmabuf pools
 2025-04-25  0:37 UTC  (9+ messages)

[PATCH] arm64: dts: allwinner: a523: fix SD card detect pull resistor
 2025-04-25  0:34 UTC 

Adding __popcountsi2 and __popcountdi2
 2025-04-25  0:33 UTC 

[PATCH bpf-next] Use thread-safe function pointer in libbpf_print
 2025-04-25  0:31 UTC  (2+ messages)

[PATCH net] xsk: respect the offsets when copying frags
 2025-04-25  0:29 UTC  (2+ messages)

[PATCH RFC 0/9] Reduce ratelimit's false-positive misses
 2025-04-25  0:28 UTC  (23+ messages)
    ` [PATCH v3 01/20] lib: Add trivial kunit test for ratelimit
    ` [PATCH v3 02/20] ratelimit: Create functions to handle ratelimit_state internals
    ` [PATCH v3 03/20] random: Avoid open-coded use of ratelimit_state structure's ->missed field
    ` [PATCH v3 04/20] drm/i915: "
    ` [PATCH v3 05/20] drm/amd/pm: Avoid open-coded use of ratelimit_state structure's internals
    ` [PATCH v3 06/20] ratelimit: Convert the ->missed field to atomic_t
    ` [PATCH v3 07/20] ratelimit: Count misses due to lock contention
    ` [PATCH v3 08/20] ratelimit: Avoid jiffies=0 special case
    ` [PATCH v3 09/20] ratelimit: Reduce ___ratelimit() false-positive rate limiting
    ` [PATCH v3 10/20] ratelimit: Allow zero ->burst to disable ratelimiting
    ` [PATCH v3 11/20] ratelimit: Force re-initialization when rate-limiting re-enabled
    ` [PATCH v3 12/20] ratelimit: Don't flush misses counter if RATELIMIT_MSG_ON_RELEASE
    ` [PATCH v3 13/20] ratelimit: Avoid atomic decrement if already rate-limited
    ` [PATCH v3 14/20] ratelimit: Avoid atomic decrement under lock "
    ` [PATCH v3 15/20] ratelimit: Warn if ->interval or ->burst are negative
    ` [PATCH v3 16/20] ratelimit: Simplify common-case exit path
    ` [PATCH v3 17/20] ratelimit: Use nolock_ret label to save a couple of lines of code
    ` [PATCH v3 18/20] ratelimit: Use nolock_ret label to collapse lock-failure code
    ` [PATCH v3 19/20] ratelimit: Use nolock_ret restructuring to collapse common case code
    ` [PATCH v3 20/20] ratelimit: Drop redundant accesses to burst

[meta-python][PATCH] python3-posix-ipc: switch to PEP-517 build backend
 2025-04-25  0:26 UTC 

[openeuler:openEuler-1.0-LTS 1593/1593] block/genhd.c:525: warning: Function parameter or member 'devt' not described in 'blk_invalidate_devt'
 2025-04-25  0:25 UTC 

[PATCH v3] khugepaged: Pass folio instead of head page to trace events
 2025-04-25  0:16 UTC 

[PATCH] riscv: crypto - Use SYM_FUNC_START for functions only called directly
 2025-04-25  0:23 UTC  (2+ messages)

SpacemiT K1x / Ky X1 DRAM init
 2025-04-25  0:22 UTC  (2+ messages)

[PATCH net-next v3] net: ethernet: mtk_eth_soc: convert cap_bit in mtk_eth_muxc struct to u64
 2025-04-25  0:20 UTC  (2+ messages)

[XEN PATCH] misra: update list of GCC extensions used by Xen
 2025-04-25  0:21 UTC  (5+ messages)

+ maintainers-add-mm-thp-section-fix.patch added to mm-hotfixes-unstable branch
 2025-04-25  0:20 UTC 

+ maintainers-add-mm-thp-section.patch added to mm-hotfixes-unstable branch
 2025-04-25  0:20 UTC 

[PATCH 1/6] meson: simplify and parameterize various standard function checks
 2025-04-25  0:13 UTC  (11+ messages)
` [PATCH 2/6] meson: check for getpagesize before using it
` [PATCH v2 0/6] meson: miscellaneous system detection fixes
  ` [PATCH v2 1/6] meson: simplify and parameterize various standard function checks
  ` [PATCH v2 2/6] meson: check for getpagesize before using it
  ` [PATCH v2 3/6] meson: do a full usage-based compile check for sysinfo
  ` [PATCH v2 4/6] meson: add a couple missing networking dependencies
  ` [PATCH v2 5/6] meson: fix typo in function check that prevented checking for hstrerror
  ` [PATCH v2 6/6] meson: only check for missing networking syms on non-Windows; add compat impls

[syzbot] [bcachefs?] kernel BUG in bch2_inode_update_after_write (2)
 2025-04-25  0:20 UTC  (2+ messages)

[PATCH net-next v2] rxrpc: Remove deadcode
 2025-04-25  0:20 UTC  (2+ messages)

[PATCH v2 bpf] xsk: Fix offset calculation in unaligned mode
 2025-04-25  0:20 UTC  (2+ messages)

[PATCH v2 bpf] xsk: Fix race condition in AF_XDP generic RX path
 2025-04-25  0:20 UTC  (2+ messages)

+ mm-selftests-add-a-test-to-verify-mmap_changing-race-with-eagain-checkpatch-fixes.patch added to mm-new branch
 2025-04-25  0:18 UTC 

[PATCH v4 0/5] cgroup: separate rstat trees
 2025-04-25  0:18 UTC  (3+ messages)
` [PATCH v4 5/5] cgroup: use subsystem-specific rstat locks to avoid contention

[PATCH 6.1 000/291] 6.1.135-rc1 review
 2025-04-25  0:17 UTC  (2+ messages)

[RFC PATCH v5 00/21] single-binary: Make hw/arm/ common
 2025-04-25  0:16 UTC  (3+ messages)
` [RFC PATCH v5 08/21] hw/arm: Add DEFINE_MACHINE_[ARM_]AARCH64() macros

kvm guests crash when running "perf kvm top"
 2025-04-25  0:17 UTC  (4+ messages)

Maintenance of Python tools
 2025-04-25  0:16 UTC  (5+ messages)

[PATCH 6.6 000/393] 6.6.88-rc1 review
 2025-04-25  0:16 UTC  (2+ messages)

[PATCH 0/3] BMI270: Add support for step counter and motion events
 2025-04-25  0:14 UTC  (4+ messages)
` [PATCH 1/3] iio: imu: bmi270: add channel for step counter
` [PATCH 2/3] iio: imu: bmi270: add step counter watermark event
` [PATCH 3/3] iio: imu: bmi270: add support for motion events

[PATCH 6.12 000/223] 6.12.25-rc1 review
 2025-04-25  0:14 UTC  (2+ messages)

[PATCH v2 0/2] dma-buf: heaps: Use constant name for CMA heap
 2025-04-25  0:13 UTC  (4+ messages)
` [PATCH v2 2/2] dma-buf: heaps: Give default CMA heap a fixed name

[RFC PATCH bpf-next 00/12] bpf: A fq example similar to the kernel sch_fq.c implementation
 2025-04-25  0:13 UTC  (3+ messages)
` [RFC PATCH bpf-next 12/12] selftests/bpf: A bpf fq implementation similar to the kernel sch_fq

[PATCH 6.14 000/241] 6.14.4-rc1 review
 2025-04-25  0:12 UTC  (2+ messages)

[PATCH] locking/lockdep: Add # of dynamic keys stat to /proc/lockdep_stats
 2025-04-25  0:11 UTC 

[PATCH net v3] net: airoha: Add missing filed to ppe_mbox_data struct
 2025-04-25  0:09 UTC  (5+ messages)

[PATCH net-next v2 0/8] net: bcmasp: Add v3.0 and remove v2.0
 2025-04-25  0:10 UTC  (2+ messages)

[PATCH 0/1] Let Sphinx store cached bytecode under the output dir
 2025-04-25  0:08 UTC  (2+ messages)
` [PATCH 1/1] docs: Makefile: store __pycache__ at the output directory

[PATCH v9 0/3] riscv: spacemit: add gpio support for K1 SoC
 2025-04-25  0:04 UTC  (5+ messages)
` [PATCH v9 1/3] riscv: defconfig: spacemit: enable "

[PATCH 0/3] time: some cleanup for jiffies and alarmtimer
 2025-04-24 23:59 UTC  (3+ messages)
` [PATCH 3/3] alarmtimer: switch spin_{lock,unlock}_irqsave() to guard()

[PATCH v1] selftests: iou-zcrx: Get the page size at runtime
 2025-04-25  0:00 UTC  (7+ messages)

[PATCH v9 00/12] mtd: add driver for Intel discrete graphics
 2025-04-24 23:58 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for mtd: add driver for Intel discrete graphics (rev10)

[PATCH] btrfs: fix folio leak in btrfs_clone_extent_buffer()
 2025-04-24 23:55 UTC  (5+ messages)

[PATCH] btrfs: track current commit duration in commit_stats
 2025-04-24 23:56 UTC 

[PATCH v1 0/1] *** Initial Wiznet W5500 support ***
 2025-04-24 23:55 UTC  (3+ messages)
` [PATCH v1 1/1] Initial support for Wiznet W5500

[android-common:android16-6.12-desktop 14/14] fs/f2fs/f2fs.h:2189:42: error: no member named 'read_waiters' in 'struct f2fs_rwsem'
 2025-04-24 23:55 UTC 

[PATCH 00/10] drm/i915/hdcp: refactor HDCP GSC
 2025-04-24 23:54 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "

[PATCH v2 00/32] PREFETCH and MADVISE for SVM ranges
 2025-04-24 23:48 UTC  (3+ messages)
` [PATCH v2 14/32] drm/xe/svm: Implement prefetch support "

[Buildroot] [PATCH 1/1] configs/raspberrypi2_64: new defconfig
 2025-04-24 23:46 UTC 

[PATCH v2 00/15] cxl: Address translation support, part 2: Generic support and AMD Zen5 platform enablement
 2025-04-24 23:46 UTC  (5+ messages)
` [PATCH v2 06/15] cxl/region: Use endpoint's HPA range to find the port's decoder

[PATCH] soc: qcom: smem: Update max processor count
 2025-04-24 23:45 UTC 

[PATCHv3 net] bonding: assign random address if device address is same as bond
 2025-04-24 23:44 UTC  (2+ messages)

[PATCH net-next v5 0/4] Add support to do threaded napi busy poll
 2025-04-24 23:42 UTC  (7+ messages)
` [PATCH net-next v5 1/4] net: Create separate gro_flush helper function
` [PATCH net-next v5 2/4] net: define an enum for the napi threaded state
` [PATCH net-next v5 3/4] Extend napi threaded polling to allow kthread based busy polling

[PATCH v2 security-next 0/4] Introducing Hornet LSM
 2025-04-24 23:41 UTC  (13+ messages)
` [PATCH v2 security-next 1/4] security: "

[PATCH] drivers: soc: sunxi: Fix possible null pointer dereference
 2025-04-24 23:38 UTC  (2+ messages)

[net-next PATCH 0/2] net: phylink: Fix issue w/ BMC link flap
 2025-04-24 23:40 UTC  (12+ messages)

[meta-arago][scarthgap][PATCH] CI/CD Auto-Merger: cicd.scarthgap.202504241319
 2025-04-24 23:39 UTC 

[meta-ti][scarthgap][PATCH] CI/CD Auto-Merger: cicd.scarthgap.202504241319
 2025-04-24 23:39 UTC 

[PATCH v2 0/5] riscv: dts: starfive: jh7110-common: Sync downstream U-Boot changes
 2025-04-24 23:37 UTC  (13+ messages)
` [PATCH v2 5/5] riscv: dts: starfive: jh7110-common: bootph-pre-ram hinting needed by boot loader

[PATCH 5.10.y] perf/x86/intel/uncore: Fix the scale of IIO free running counters on SNR
 2025-04-24 23:35 UTC 

+ mm-selftests-add-a-test-to-verify-mmap_changing-race-with-eagain.patch added to mm-new branch
 2025-04-24 23:33 UTC 

[PATCH next] usb: dwc3: qcom: Fix error handling in probe
 2025-04-24 23:32 UTC  (2+ messages)

+ mm-userfaultfd-fix-uninitialized-output-field-for-eagain-race.patch added to mm-hotfixes-unstable branch
 2025-04-24 23:31 UTC 

[PATCH] usb: dwc3: qcom: use modern PM macros
 2025-04-24 23:29 UTC  (2+ messages)

[PATCH v5 0/8] hw/hyperv: remove duplication compilation units
 2025-04-24 23:30 UTC  (10+ messages)
` [PATCH v5 1/8] hw/hyperv/hv-balloon-stub: common compilation unit
` [PATCH v5 2/8] hw/hyperv/hyperv.h: header cleanup
` [PATCH v5 3/8] hw/hyperv/vmbus: common compilation unit
` [PATCH v5 4/8] hw/hyperv/syndbg: "
` [PATCH v5 5/8] hw/hyperv/balloon: common balloon compilation units
` [PATCH v5 6/8] hw/hyperv/hyperv_testdev: common compilation unit
` [PATCH v5 7/8] include/system: make functions accessible from common code
` [PATCH v5 8/8] hw/hyperv/hyperv: common compilation unit

[PATCH v5 0/7] Introduce CET supervisor state support
 2025-04-24 23:28 UTC  (4+ messages)
` [PATCH v5 6/7] x86/fpu/xstate: Introduce "guest-only" supervisor xfeature set

[PATCH] fast-(import|export): improve on the signature algorithm name
 2025-04-24 23:25 UTC  (2+ messages)

[RFC net-next 0/5] devlink: Add unique identifier to devlink port function
 2025-04-24 23:24 UTC  (2+ messages)

[linux-next:master 3678/6092] include/linux/crypto.h:507:12: warning: '*(struct crypto_async_request *)(&__req_req[0]).flags' is used uninitialized
 2025-04-24 23:23 UTC 

[PATCH] usb: dwc3: qcom: Use bulk clock API and devres
 2025-04-24 23:23 UTC  (2+ messages)

[PATCH stable v6.1 v5.15] xdp: Reset bpf_redirect_info before running a xdp's BPF prog
 2025-04-24 23:23 UTC  (2+ messages)

[PATCH stable v5.4] xdp: Reset bpf_redirect_info before running a xdp's BPF prog
 2025-04-24 23:23 UTC  (2+ messages)

[PATCH stable v5.10] xdp: Reset bpf_redirect_info before running a xdp's BPF prog
 2025-04-24 23:22 UTC  (2+ messages)

[PATCH 3/3 v5.4.y] dmaengine: ti: edma: Add some null pointer checks to the edma_probe
 2025-04-24 23:22 UTC  (2+ messages)

[PATCH v2 0/5] allwinner: Add EMAC0 support to A523 variant SoC
 2025-04-24 23:19 UTC  (3+ messages)
` [PATCH v2 3/5] arm64: dts: allwinner: a523: Add EMAC0 ethernet MAC

[PATCH 2/3 v5.4.y] dmaengine: ti: edma: add missed operations
 2025-04-24 23:22 UTC  (2+ messages)

[PATCH 5.15] Bluetooth: SCO: Fix UAF on sco_sock_timeout
 2025-04-24 23:22 UTC  (2+ messages)

[PATCH 5.15.y] drm/amd/display: fix double free issue during amdgpu module unload
 2025-04-24 23:22 UTC  (2+ messages)

[PATCH v3 0/7] Replace xe_hmm with gpusvm
 2025-04-24 23:18 UTC  (5+ messages)
` [PATCH v3 6/7] drm/xe/userptr: replace "
` [PATCH v3 7/7] drm/xe/pt: unify xe_pt_svm_pre_commit with userptr

[PATCH v2 net-next 5/7] neighbour: Convert RTM_GETNEIGH to RCU
 2025-04-24 23:17 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc7280: add UFS operating points
 2025-04-24 23:17 UTC  (2+ messages)

[PATCH v3 1/1] iommu: Allow attaching static domains in iommu_attach_device_pasid()
 2025-04-24 23:15 UTC  (3+ messages)

[PATCH RFC bpf-next 0/4] bpf, arm64: support up to 12 arguments
 2025-04-24 23:14 UTC  (9+ messages)
` [PATCH RFC bpf-next 1/4] bpf: add struct largest member size in func model

[PATCH net-next v5] Add support to set napi threaded for individual napi
 2025-04-24 23:13 UTC  (2+ messages)

[PATCH 1/1] tests/intel/xe_eu_stall: Add tests to run blocking and non-blocking read twice
 2025-04-24 23:10 UTC  (6+ messages)

[PATCH v2 net-next 3/7] neighbour: Allocate skb in neigh_get()
 2025-04-24 23:10 UTC  (2+ messages)

Is it possible to undo the ixgbe device name change?
 2025-04-24 23:10 UTC  (3+ messages)

repo.eclipse.org outage breaking all our linux CI jobs
 2025-04-24 23:10 UTC  (2+ messages)
` [PATCH] ci: skip unavailable external software

[pci:for-linus] BUILD SUCCESS 442cacac2d9935a0698332a568afcb5c6ab8be17
 2025-04-24 23:09 UTC 

[PATCH] drm/xe: Drop slab for hw fences
 2025-04-24 23:09 UTC  (4+ messages)
` ✓ CI.Build: success for "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH v4 0/7] ref_tracker: add ability to register a debugfs file for a ref_tracker_dir
 2025-04-24 23:07 UTC  (9+ messages)
` [PATCH v4 7/7] net: register debugfs file for net_device refcnt tracker

Acceptability of replacing .git internals with symlinks
 2025-04-24 23:05 UTC  (2+ messages)

[PATCH v2 net-next 6/7] neighbour: Convert RTM_GETNEIGHTBL to RCU
 2025-04-24 23:03 UTC  (2+ messages)

lib/test_bitmap.c:1278:2: error: call to '__compiletime_assert_331' declared with 'error' attribute: BUILD_BUG_ON failed: !__builtin_constant_p(~var)
 2025-04-24 23:03 UTC 

[openeuler:openEuler-1.0-LTS 1593/1593] block/blk-merge.c:688:16: warning: no previous prototype for 'blk_try_req_merge'
 2025-04-24 23:02 UTC 

[PATCH 0/4] selftest: can: Start importing selftests from can-tests
 2025-04-24 23:02 UTC  (2+ messages)

[PATCH v2 0/3] Use kmem_cache for memcg alloc
 2025-04-24 23:00 UTC  (4+ messages)
` [PATCH v2 3/3] mm/memcg: introduce mem_cgroup_early_init

[PATCH 0/5] allwinner: Add EMAC0 support to A523 variant SoC
 2025-04-24 22:56 UTC  (5+ messages)
` [PATCH 4/5] arm64: dts: allwinner: a527: add EMAC0 to Radxa A5E board


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.