messages from 2025-05-08 18:59:13 to 2025-05-08 20:04:24 UTC [more...]
[RFC] move_mount(2): still breakage around new mount detection
2025-05-08 20:04 UTC (12+ messages)
` more breakage there (was Re: [RFC] move_mount(2): still breakage around new mount detection)
` [PATCH 1/4] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock
` [PATCH 2/4] do_umount(): add missing barrier before refcount checks in sync case
` [PATCH 3/4] do_move_mount(): don't leak MNTNS_PROPAGATING on failures
` reproducer for "do_move_mount(): don't leak MNTNS_PROPAGATING on failures"
` [PATCH 4/4] fix IS_MNT_PROPAGATING uses
` reproducer for "fix IS_MNT_PROPAGATING uses"
[PATCH wotmate 0/3] Updates to wotmate, partly due to changed behaviour in gpg
2025-05-08 20:03 UTC (4+ messages)
` [PATCH wotmate 1/3] Put a representation of the trust path in a txt file
[PATCH v3 0/4] tpm: add support for sync send() and use it in ftpm and svsm drivers
2025-05-08 20:00 UTC (5+ messages)
` [PATCH v3 1/4] tpm: add buf_size parameter in the .send callback
[PATCH v6 0/7] Introduce CET supervisor state support
2025-05-08 20:02 UTC (3+ messages)
` [PATCH v6 3/7] x86/fpu/xstate: Differentiate default features for host and guest FPUs
[PATCH v2] block, scsi: sd_zbc: Respect bio vector limits for report zones buffer
2025-05-08 20:01 UTC (2+ messages)
` [PATCH v3] "
[PATCH] crypto: iaa - Optimize rebalance_wq_table()
2025-05-08 19:59 UTC
[PATCH 6.1 00/97] 6.1.138-rc2 review
2025-05-08 19:59 UTC (2+ messages)
[PATCH v7 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
2025-05-08 19:58 UTC (7+ messages)
` [PATCH v7 1/6] target/i386: Update EPYC CPU model for Cache property, RAS, SVM feature bits
` [PATCH v7 2/6] target/i386: Update EPYC-Rome "
` [PATCH v7 3/6] target/i386: Update EPYC-Milan "
` [PATCH v7 4/6] target/i386: Add couple of feature bits in CPUID_Fn80000021_EAX
` [PATCH v7 5/6] target/i386: Update EPYC-Genoa for Cache property, perfmon-v2, RAS and SVM feature bits
` [PATCH v7 6/6] target/i386: Add support for EPYC-Turin model
[GIT PULL] bcachefs fixes for 6.15-rc6
2025-05-08 19:58 UTC
[PATCH v3 0/3] iio:light: add driver for veml6046x00 RGBIR color sensor
2025-05-08 19:58 UTC (3+ messages)
` [PATCH v3 2/3] iio: light: add support "
[PATCH v9 0/5] Add Loongson Security Engine chip driver
2025-05-08 19:57 UTC (6+ messages)
` [PATCH v9 4/5] tpm: Add a driver for Loongson TPM device
[PATCH v2 0/4] align the behavior when opening "packed-refs"
2025-05-08 19:57 UTC (3+ messages)
` [PATCH v2 3/4] packed-backend: extract munmap operation for `MMAP_TEMPORARY`
[bytedance:5.15-velinux 1/1] net/core/dev.c:4384:8: warning: assignment makes pointer from integer without a cast
2025-05-08 19:56 UTC
[PATCH][yocto-autobuilder-helper] dashboard: include the next major release as an active release series
2025-05-08 19:56 UTC
[RFC/PATCH] perf lock contention: Add -J/--inject-delay option
2025-05-08 19:55 UTC (4+ messages)
[linux-next:master 5904/8679] <instantiation>:7:11: error: expected an immediate
2025-05-08 19:53 UTC (3+ messages)
[PATCH 1/4] perf: Fix failing inherit_event() doing extra refcount decrement on parent
2025-05-08 19:55 UTC (2+ messages)
` [tip: perf/core] "
[PATCH 3/4] perf: Remove too early and redundant CPU hotplug handling
2025-05-08 19:55 UTC (2+ messages)
` [tip: perf/core] "
[tip: perf/core] perf: Fix irq work dereferencing garbage
2025-05-08 19:55 UTC
[PATCH 4/4] perf: Fix confusing aux iteration
2025-05-08 19:55 UTC (2+ messages)
` [tip: perf/core] "
[PATCH v2 00/10] cxl: Delay HB port and switch dport probing until endpoint dev probe
2025-05-08 19:54 UTC (3+ messages)
` [PATCH v2 01/10] cxl/region: Add decoder check to check_commit_order()
Odroid n2+ usb broken on reboot
2025-05-08 19:54 UTC (7+ messages)
[PATCH v7 0/6] clk: spacemit: add K1 reset support
2025-05-08 19:54 UTC (14+ messages)
` [PATCH v7 1/6] dt-bindings: soc: spacemit: define spacemit,k1-ccu resets
` [PATCH v7 2/6] soc: spacemit: create a header for clock/reset registers
` [PATCH v7 3/6] clk: spacemit: set up reset auxiliary devices
` [PATCH v7 4/6] reset: spacemit: add support for SpacemiT CCU resets
` [PATCH v7 5/6] reset: spacemit: define three more CCUs
` [PATCH v7 6/6] riscv: dts: spacemit: add reset support for the K1 SoC
[RESEND PATCH v9 00/19] zswap compression batching
2025-05-08 19:54 UTC (21+ messages)
` [PATCH v9 01/19] crypto: acomp - Remove request chaining
` [PATCH v9 02/19] crypto: acomp - Reinstate non-chained crypto_acomp_[de]compress()
` [PATCH v9 03/19] Revert "crypto: testmgr - Add multibuffer acomp testing"
` [PATCH v9 04/19] crypto: scomp - Fix off-by-one bug when calculating last page
` [PATCH v9 05/19] crypto: iaa - Re-organize the iaa_crypto driver code
` [PATCH v9 06/19] crypto: iaa - New architecture for IAA device WQ comp/decomp usage & core mapping
` [PATCH v9 07/19] crypto: iaa - Define and use req->data instead of req->base.data
` [PATCH v9 08/19] crypto: iaa - Descriptor allocation timeouts with mitigations in iaa_crypto
` [PATCH v9 09/19] crypto: iaa - CRYPTO_ACOMP_REQ_POLL acomp_req flag for sequential vs. parallel
` [PATCH v9 10/19] crypto: acomp - New interfaces to facilitate batching support in acomp & drivers
` [PATCH v9 11/19] crypto: iaa - Implement crypto_acomp batching interfaces for Intel IAA
` [PATCH v9 12/19] crypto: iaa - Enable async mode and make it the default
` [PATCH v9 13/19] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v9 14/19] mm: zswap: Move the CPU hotplug procedures under "pool functions"
` [PATCH v9 15/19] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion
` [PATCH v9 16/19] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v9 17/19] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v9 18/19] mm: zswap: zswap_store() will process a folio in batches
` [PATCH v9 19/19] mm: zswap: Batched zswap_compress() with compress batching of large folios
[PATCH v2] btrfs: fix folio leak in submit_one_async_extent()
2025-05-08 19:53 UTC
[PATCH v3 0/4] Track FAST_REQ H2Gs to report where errors came from
2025-05-08 19:52 UTC (7+ messages)
` [PATCH v3 1/4] drm/xe/guc: Remove double blank line
` [PATCH v3 2/4] drm/xe/guc: Add missing H2G error code definitions
` [PATCH v3 3/4] drm/xe/guc: Rename CONFIG_XE_LARGE_GUC_BUFFER
[PATCH RFC i-g-t] lib/xe/xe_legacy: Move test_legacy_mode to lib/
2025-05-08 19:52 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for lib/xe/xe_legacy: Move test_legacy_mode to lib/ (rev3)
[meta-multimedia][PATCH] pipewire: update 1.4.1 -> 1.4.2
2025-05-08 19:52 UTC
[yocto-patches] [meta-lts-mixins][kirkstone/rust][PATCH 00/38] Update to Rust 1.85.1
2025-05-08 19:51 UTC (3+ messages)
[PATCH 5.15 00/55] 5.15.182-rc2 review
2025-05-08 19:51 UTC (2+ messages)
[PATCH 00/11] verify pattern interval
2025-05-08 19:49 UTC (6+ messages)
` [PATCH 08/11] verify: add verify_pattern_interval option
` [PATCH 09/11] t/verify: test cases for running pattern and pattern_hdr
` [PATCH 10/11] t/verify: Windows --output work-around
` [PATCH 11/11] t/verify: add tests to exercise verify_pattern_interval
[GIT PULL] VFIO update for v6.15-rc6
2025-05-08 19:49 UTC (2+ messages)
[PATCH net-next 0/3] Convert cpsw and cpsw_new to ndo_hwtstamp_get() and ndo_hwtstamp_set()
2025-05-08 19:48 UTC (4+ messages)
` [PATCH net-next 1/3] net: cpsw: return proper RX timestamping filter in cpsw_hwtstamp_get()
` [PATCH net-next 2/3] net: cpsw: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
` [PATCH net-next 3/3] net: cpsw: isolate cpsw_ndo_ioctl() to just the old driver
Incremental Backup of repositories using Git
2025-05-08 19:47 UTC (3+ messages)
[PATCH v2] drm/xe/vsec: Allow for kernel context access
2025-05-08 19:46 UTC (6+ messages)
` ✓ Xe.CI.Full: success for drm/xe/vsec: Allow for kernel context access (rev2)
[tip: perf/core] perf: Fix irq work dereferencing garbage
2025-05-08 19:46 UTC (3+ messages)
[bytedance:5.15-velinux 0/1] mm/memory.c:1718: warning: Function parameter or member 'details' not described in 'zap_page_range'
2025-05-08 19:44 UTC
ntp: Adjustment of time_maxerror with 500ppm instead of 15ppm
2025-05-08 19:45 UTC (2+ messages)
[ath:ath12k-split-phy] BUILD SUCCESS 6ce844af606e7ee3f2878cd1b5d858090151b7ad
2025-05-08 19:43 UTC
[PATCH hyperv-next 0/2] arch/x86, x86/hyperv: Few fixes for the AP startup
2025-05-08 19:43 UTC (3+ messages)
[pull] amdgpu drm-fixes-6.15
2025-05-08 19:41 UTC
+ fix-zero-copy-i-o-on-__get_user_pages-allocated-pages.patch added to mm-hotfixes-unstable branch
2025-05-08 19:39 UTC (21+ messages)
[PATCH v7 00/12] iio: adc: ad7768-1: Add features, improvements, and fixes
2025-05-08 19:39 UTC (7+ messages)
` [PATCH v7 01/12] iio: adc: ad7768-1: reorganize driver headers
` [PATCH v7 10/12] iio: adc: ad7768-1: replace manual attribute declaration
` [PATCH v7 11/12] iio: adc: ad7768-1: add filter type and oversampling ratio attributes
[PATCH 0/2] Tests for AT_HANDLE_CONNECTABLE
2025-05-08 19:38 UTC (3+ messages)
` [PATCH 2/2] open_by_handle: add a test for connectable file handles
[Buildroot] [PATCH v2] support/dependencies/dependencies.sh: awk is needed by Buildroot
2025-05-08 19:36 UTC (2+ messages)
[PATCH] cgroup/cpuset: drop useless cpumask_empty() in compute_effective_exclusive_cpumask()
2025-05-08 19:36 UTC (2+ messages)
[Buildroot] [git commit] support/dependencies/dependencies.sh: awk is needed by Buildroot
2025-05-08 19:35 UTC
[PATCH 0/5] filesystems selftests cleanups
2025-05-08 19:35 UTC (16+ messages)
` [PATCH 2/5] selftests/fs/statmount: build with tools include dir
` [PATCH 3/5] selftests/fs/mount-notify: "
` [PATCH 4/5] selftests/filesystems: create get_unique_mnt_id() helper
` [PATCH 5/5] selftests/filesystems: create setup_userns() helper
[RFC PATCH 0/2] Introduce support for hardware break/watchpoints
2025-05-08 19:34 UTC (8+ messages)
` [RFC PATCH 2/2] riscv: "
[RFC/PATCH] sched: Support moving kthreads into cpuset cgroups
2025-05-08 19:34 UTC (10+ messages)
[PATCH 0/1] arm: add required assembler directive (binutils >=2.44)
2025-05-08 19:34 UTC (10+ messages)
` [PATCH 1/1] arm: cpu: armv7m: add required .type name, %function directive
` [PATCH v2 1/1] arm: cpu: armv7m: add ENTRY/ENDPROC macros
[PATCH v2] platform/x86/amd: pmf: Use device managed allocations
2025-05-08 19:33 UTC (3+ messages)
[PATCH 0/2] *** boot: Add Kconfig options for script-based boot parameters ***
2025-05-08 19:32 UTC (2+ messages)
[Buildroot] [PATCH] package/gdb: add patch to fix GCC 15.x build issue with ARC-specific gdb
2025-05-08 19:32 UTC (2+ messages)
[Buildroot] [git commit] package/gdb: add patch to fix GCC 15.x build issue with ARC-specific gdb
2025-05-08 19:31 UTC
[PATCH v3 4/4] mm/page_isolation: remove migratetype parameter from more functions
2025-05-08 19:31 UTC (2+ messages)
[bytedance:5.15-velinux 1/1] include/linux/lsm_hook_defs.h:410:18: warning: 'uring_sqpoll_default' defined but not used
2025-05-08 19:31 UTC
drivers/input/misc/uinput.o: warning: objtool: uinput_str_to_user+0x1a8: unknown CFA base reg -1
2025-05-08 19:31 UTC
[PATCH v9 00/19] zswap compression batching
2025-05-08 19:30 UTC (4+ messages)
` [PATCH v9 01/19] crypto: acomp - Remove request chaining
[PATCH v2 net-next] net: phy: remove Kconfig symbol MDIO_DEVRES
2025-05-08 19:29 UTC (2+ messages)
[PATCH] drm/xe: Do not print engine reset message on a killed queue
2025-05-08 19:28 UTC (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
[to-be-updated] x86-kexec-fix-potential-cmem-ranges-out-of-bounds.patch removed from -mm tree
2025-05-08 19:27 UTC
[PATCH i-g-t] tests/intel/xe_fault_injection: Use xe_device_wait_for_vram_ready
2025-05-08 19:26 UTC (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
[PATCH v3] f2fs/012: test red heart lookup
2025-05-08 19:25 UTC (3+ messages)
` [f2fs-dev] "
[RFT PATCH 00/14] Add a single source of truth for UBWC configuration data
2025-05-08 19:26 UTC (9+ messages)
` [PATCH RFT 03/14] drm/msm/adreno: Offset the HBB value by 13
` [PATCH RFT 05/14] drm/msm/a6xx: Resolve the meaning of AMSBC
` [PATCH RFT 06/14] drm/msm/a6xx: Simplify uavflagprd_inv detection
` [PATCH RFT 13/14] drm/msm/a6xx: Drop cfg->ubwc_swizzle override
[BUG] ixgbe: Detected Tx Unit Hang (XDP)
2025-05-08 19:25 UTC (11+ messages)
` [Intel-wired-lan] "
[PATCH v2] cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasks
2025-05-08 19:24 UTC
[PATCH v4] ata: libata: disable LPM for WDC WD20EFAX-68FB5N0 hard drives
2025-05-08 19:24 UTC (8+ messages)
[PATCH v3 0/4] Introducing Hornet LSM
2025-05-08 19:23 UTC (8+ messages)
[PATCH] iio: bmp280: zero-init buffer
2025-05-08 19:22 UTC (3+ messages)
[PATCH 1/2] microblaze: optimalize -> optimize
2025-05-08 19:22 UTC (3+ messages)
` [PATCH 2/2] iio: ssp_sensors: "
[PATCH v2 00/26] lan966x pci device: Add support for SFPs
2025-05-08 19:21 UTC (7+ messages)
` [PATCH v2 16/26] i2c: mux: Create missing devlink between mux and adapter physical device
` [PATCH v2 17/26] of: property: Allow fw_devlink device-tree on x86 when PCI device-tree node creation is enabled
` [PATCH v2 23/26] misc: lan966x_pci: Introduce board specific data
[linux-nvme:nvme-6.16] BUILD SUCCESS 0ea9b1f7aabb8af08649048d04fa3cee44dac4ab
2025-05-08 19:20 UTC
[PATCH bpf-next] selftests/bpf: Fix "expression result unused" warnings
2025-05-08 19:21 UTC (3+ messages)
[PATCH 2/3] crypto: acomp - Add setparam interface
2025-05-08 19:21 UTC (2+ messages)
[cilium:pr/netkit-xdp 6/11] drivers/net/netkit.c:218:39: error: 'struct netdev_rx_queue' has no member named 'pool'
2025-05-08 19:20 UTC
[meta-oe][PATCH] btop: update 1.4.0 -> 1.4.2
2025-05-08 19:18 UTC
[PATCH v3 0/4] Make MIGRATE_ISOLATE a standalone bit
2025-05-08 19:17 UTC (5+ messages)
` [PATCH v3 1/4] mm/page_isolation: make page isolation "
[PATCH v6 0/7] iio: introduce IIO_DECLARE_BUFFER_WITH_TS
2025-05-08 19:09 UTC (2+ messages)
[PATCH v2] HID: sensor-hub: Fix typo and improve documentation
2025-05-08 19:14 UTC (3+ messages)
[PATCH][next] iio: admv1013: replace redundant ternary operator with just len
2025-05-08 19:13 UTC (3+ messages)
[PATCH v4 0/3] Add Luckfox Omni3576 Carrier Board support for RK3576
2025-05-08 19:05 UTC (8+ messages)
` [PATCH v4 1/3] dt-bindings: vendor-prefixes: Add luckfox prefix
` [PATCH v4 2/3] dt-bindings: arm: rockchip: Add Luckfox Omni3576 and Core3576 bindings
` [PATCH v4 3/3] arm64: dts: rockchip: Add Luckfox Omni3576 Board support
[meta-ti] core-image-sato scarthgap beaglebone x11 startup error
2025-05-08 19:13 UTC (4+ messages)
` "
[PATCH 1/4] compiler-rt: Consolidate and fix cmake arguments
2025-05-08 19:13 UTC (4+ messages)
` [PATCH 2/4] libcxx: Fix cflags and ldflags for using compiler runtime
` [PATCH 3/4] compiler-rt: Rename the rt libraries if compiled with arm hardfloat ABI
` [PATCH 4/4] clang: Upgrade to 20.1.4
[PATCH] drm/etnaviv: Fix flush sequence logic
2025-05-08 19:11 UTC (4+ messages)
` [PATCH v2] "
[chao:bugfix/common 3/9] fs/f2fs/f2fs.h:2100:50: error: passing 'const struct folio *' to parameter of type 'struct folio *' discards qualifiers
2025-05-08 19:10 UTC
[PATCH RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
2025-05-08 19:08 UTC (6+ messages)
` [PATCH 06/10] qapi: make Xen event commands unconditionally available
[PATCH next] iio: chemical: mhz19b: Fix error code in probe()
2025-05-08 19:08 UTC (2+ messages)
[PATCH v12 00/21] futex: Add support task local hash maps, FUTEX2_NUMA and FUTEX2_MPOL
2025-05-08 19:06 UTC (3+ messages)
` [PATCH v12 10/21] futex: Introduce futex_q_lockptr_lock()
Request for help on CXL kernel panic with recent QEMU/Linux
2025-05-08 19:05 UTC (4+ messages)
[PATCH] mm: madvise: make MADV_NOHUGEPAGE a no-op if !THP
2025-05-08 19:04 UTC (2+ messages)
[PATCH v10 0/3] Allow to enable multifd and postcopy migration together
2025-05-08 19:04 UTC (3+ messages)
` [PATCH v10 2/3] tests/qtest/migration: add postcopy tests with multifd
[PATCH 1/2] iio: Fix scan mask subset check logic
2025-05-08 19:05 UTC (13+ messages)
[PATCH v2] md/bcache: Mark __nonstring look-up table
2025-05-08 15:59 UTC (5+ messages)
[NDCTL PATCH] cxl: Change cxl-topology.sh assumption on host bridge validation
2025-05-08 19:03 UTC (3+ messages)
[PATCH v2 0/5] arm64: dts: rockchip: add ROCK 5B+ support
2025-05-08 17:48 UTC (2+ messages)
` [PATCH v2 1/5] arm64: dts: rockchip: move rock 5b to include file
[PATCH v3 1/2] binder: Refactor binder_node print synchronization
2025-05-08 19:01 UTC (3+ messages)
[PATCH v4 0/5] iio: adc: add ad7606 calibration support
2025-05-08 19:00 UTC (3+ messages)
` [PATCH v4 5/5] iio: adc: ad7606: add gain "
[PATCH] octeontx2-pf: macsec: Fix incorrect MTU size in TX secy policy
2025-05-08 19:00 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.