All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-31 23:34:54 to 2025-02-01 02:51:36 UTC [more...]

What's cooking in git.git (Jan 2025, #09; Fri, 31)
 2025-02-01  2:51 UTC 

[syzbot] [fs?] WARNING: bad unlock balance in seq_read_iter
 2025-02-01  2:48 UTC  (5+ messages)

[PATCH 1/5] Add manpage for open_tree(2)
 2025-02-01  2:43 UTC  (2+ messages)

[PATCH v1 bpf] net: Annotate rx_sk with __nullable for trace_kfree_skb
 2025-02-01  2:41 UTC  (5+ messages)

[ANNOUNCEMENT] Yocto Project 4.0.24 is Released
 2025-02-01  2:38 UTC 

[PATCH V2 1/1] x86/tdx: Route safe halt execution via tdx_safe_halt()
 2025-02-01  2:32 UTC  (7+ messages)

[willy-pagecache:folio-mk-pte 7/9] sound/pci/ctxfi/cthw20k2.c:2029:43: warning: shift count >= width of type
 2025-02-01  2:30 UTC 

What's cooking in git.git (Jan 2025, #06; Wed, 22)
 2025-02-01  2:29 UTC  (7+ messages)

[PATCH v3 0/3] refs: small followups to the migration corruption fix
 2025-02-01  2:24 UTC  (3+ messages)
` [PATCH v3 3/3] reftable: prevent 'update_index' changes after adding records
  ` undefined behavior in unit tests, was "

[willy-pagecache:folio-mk-pte 5/9] include/linux/mm.h:1920:21: warning: infinite recursion detected
 2025-02-01  2:20 UTC 

[PATCH 0/4] dm vdo: reduce reference count load time
 2025-02-01  2:18 UTC  (5+ messages)
` [PATCH 1/4] dm vdo vio-pool: add a pool pointer to pooled_vio
` [PATCH 2/4] dm vdo vio-pool: support pools with multiple data blocks per vio
` [PATCH 3/4] dm vdo vio-pool: allow variable-sized metadata vios
` [PATCH 4/4] dm vdo slab-depot: read refcount blocks in large chunks at load time

[PATCH 00/16] x86/tsc: Try to wrangle PV clocks vs. TSC
 2025-02-01  2:17 UTC  (17+ messages)
` [PATCH 01/16] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH 02/16] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH 03/16] x86/tsc: Add helper to register CPU and TSC freq calibration routines
` [PATCH 04/16] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH 05/16] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH 06/16] x86/tdx: Override PV calibration routines with CPUID-based calibration
` [PATCH 07/16] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH 08/16] x86/tsc: Pass KNOWN_FREQ and RELIABLE as params to registration
` [PATCH 09/16] x86/tsc: Rejects attempts to override TSC calibration with lesser routine
` [PATCH 10/16] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH 11/16] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH 12/16] x86/kvmclock: Mark TSC as reliable when it's constant and nonstop
` [PATCH 13/16] x86/kvmclock: Get CPU base frequency from CPUID when it's available
` [PATCH 14/16] x86/kvmclock: Get TSC frequency from CPUID when its available
` [PATCH 15/16] x86/kvmclock: Stuff local APIC bus period when core crystal freq comes from CPUID
` [PATCH 16/16] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop

[LSF/MM/BPF TOPIC] KSM Enhancements: Selective KSM
 2025-02-01  2:15 UTC 

[PATCH 0/6] cat-file: add remote-object-info to batch-command
 2025-02-01  2:08 UTC  (6+ messages)
` [PATCH v10 0/8] "
  ` [PATCH v10 7/8] transport: add client support for object-info
  ` [PATCH v10 8/8] cat-file: add remote-object-info to batch-command

[tip:WIP.fixes] BUILD SUCCESS a6dff742c351947b32a68a110b9a01b75ceb0183
 2025-02-01  2:06 UTC 

[PATCH] livepatch: Avoid hard lockup caused by klp_try_switch_task()
 2025-02-01  2:04 UTC  (5+ messages)

[PATCH v2 4/6] procfs: implement d_execargs() for pr_psargs translator support
 2025-02-01  2:04 UTC  (5+ messages)
` [DTrace-devel] "

[syzbot] [fs?] WARNING: bad unlock balance in seq_read_iter
 2025-02-01  2:03 UTC 

[GIT PULL] RISC-V Patches for the 6.14 Merge Window, Part 1
 2025-02-01  2:00 UTC  (7+ messages)

[bvanassche:irqdesc 5/5] drivers/gpio/gpiolib.c:1936: warning: Excess function parameter 'lock_key' description in 'gpiochip_add_irqchip'
 2025-02-01  1:59 UTC 

[PATCH v2 00/11] KVM: x86: Fix emulation of (some) L2 instructions
 2025-02-01  1:55 UTC  (12+ messages)
` [PATCH v2 01/11] KVM: nVMX: Check PAUSE_EXITING, not BUS_LOCK_DETECTION, on PAUSE emulation
` [PATCH v2 02/11] KVM: nSVM: Pass next RIP, not current RIP, for nested VM-Exit on emulation
` [PATCH v2 03/11] KVM: nVMX: Allow emulating RDPID on behalf of L2
` [PATCH v2 04/11] KVM: nVMX: Emulate HLT in L2 if it's not intercepted
` [PATCH v2 05/11] KVM: nVMX: Consolidate missing X86EMUL_INTERCEPTED logic in L2 emulation
` [PATCH v2 06/11] KVM: x86: Plumb the src/dst operand types through to .check_intercept()
` [PATCH v2 07/11] KVM: x86: Plumb the emulator's starting RIP into nested intercept checks
` [PATCH v2 08/11] KVM: x86: Add a #define for the architectural max instruction length
` [PATCH v2 09/11] KVM: nVMX: Allow the caller to provide instruction length on nested VM-Exit
` [PATCH v2 10/11] KVM: nVMX: Synthesize nested VM-Exit for supported emulation intercepts
` [PATCH v2 11/11] KVM: selftests: Add a nested (forced) emulation intercept test for x86

[PATCH] dm vdo: remove checks that can not fail
 2025-02-01  1:50 UTC 

[PATCH 0/5] Microwatt updates
 2025-02-01  1:41 UTC  (7+ messages)
` [PATCH 3/5] powerpc/microwatt: Define an idle power-save function

[PATCH v2 00/11] KVM: x86: pvclock fixes and cleanups
 2025-02-01  1:38 UTC  (12+ messages)
` [PATCH v2 01/11] KVM: x86: Don't take kvm->lock when iterating over vCPUs in suspend notifier
` [PATCH v2 02/11] KVM: x86: Eliminate "handling" of impossible errors during SUSPEND
` [PATCH v2 03/11] KVM: x86: Drop local pvclock_flags variable in kvm_guest_time_update()
` [PATCH v2 04/11] KVM: x86: Process "guest stopped request" once per guest time update
` [PATCH v2 05/11] KVM: x86/xen: Use guest's copy of pvclock when starting timer
` [PATCH v2 06/11] KVM: x86: Don't bleed PVCLOCK_GUEST_STOPPED across PV clocks
` [PATCH v2 07/11] KVM: x86: Set PVCLOCK_GUEST_STOPPED only for kvmclock, not for Xen PV clock
` [PATCH v2 08/11] KVM: x86: Pass reference pvclock as a param to kvm_setup_guest_pvclock()
` [PATCH v2 09/11] KVM: x86: Remove per-vCPU "cache" of its reference pvclock
` [PATCH v2 10/11] KVM: x86: Setup Hyper-V TSC page before Xen PV clocks (during clock update)
` [PATCH v2 11/11] KVM: x86: Override TSC_STABLE flag for Xen PV clocks in kvm_guest_time_update()

[PATCH bpf-next v4 00/14] selftests/bpf: Migrate test_xdp_redirect_multi.sh to test_progs
 2025-02-01  1:33 UTC  (3+ messages)
` [PATCH bpf-next v4 12/14] selftests/bpf: test_xdp_veth: Add XDP broadcast redirection tests

[PATCH net 0/4] ethtool: rss: minor fixes for recent RSS changes
 2025-02-01  1:30 UTC  (5+ messages)
` [PATCH net 1/4] ethtool: rss: fix hiding unsupported fields in dumps
` [PATCH net 2/4] ethtool: ntuple: fix rss + ring_cookie check
` [PATCH net 3/4] selftests: drv-net: rss_ctx: add missing cleanup in queue reconfigure
` [PATCH net 4/4] selftests: drv-net: rss_ctx: don't fail reconfigure test if queue offset not supported

[PATCH] Makefile: fix conditional around sparse
 2025-02-01  1:29 UTC 

[PATCH v4 0/8] PMU Support for per-engine-class activity
 2025-02-01  1:21 UTC  (7+ messages)
` [PATCH v4 6/8] drm/xe: Add support for per-function engine activity
` [PATCH v4 7/8] drm/xe/xe_pmu: Add pmu support for per-function engine activity stats

[GIT PULL] AT_EXECVE_CHECK update for v6.14-rc1 (fix1)
 2025-02-01  1:20 UTC  (2+ messages)

[GIT PULL] hardening updates for v6.14-rc1 (fix1)
 2025-02-01  1:20 UTC  (2+ messages)

[PATCH v8 00/19] fanotify: add pre-content hooks
 2025-02-01  1:19 UTC  (5+ messages)
` [PATCH v8 15/19] mm: don't allow huge faults for files with pre content watches
  ` [REGRESSION] "

[GSOC] [Newbie] Test Script t6423 Microproject
 2025-02-01  1:17 UTC  (2+ messages)

[PATCH] drm/gma500: Remove unused mrst_helper_funcs
 2025-02-01  1:14 UTC 

[PATCH 0/5] KVM: x86/xen: Restrict hypercall MSR index
 2025-02-01  1:14 UTC  (6+ messages)
` [PATCH 1/5] KVM: x86/xen: Restrict hypercall MSR to unofficial synthetic range
` [PATCH 2/5] KVM: x86/xen: Add an #ifdef'd helper to detect writes to Xen MSR
` [PATCH 3/5] KVM: x86/xen: Consult kvm_xen_enabled when checking for Xen MSR writes
` [PATCH 4/5] KVM: x86/xen: Bury xen_hvm_config behind CONFIG_KVM_XEN=y
` [PATCH 5/5] KVM: x86/xen: Move kvm_xen_hvm_config field into kvm_xen

[PATCH RFC net-next 1/2] net: pcs: xpcs: Add special code to operate in Microchip KSZ9477 switch
 2025-02-01  1:12 UTC  (16+ messages)
          ` [WARNING: ATTACHMENT UNSCANNED]Re: "
                    ` [WARNING: ATTACHMENT UNSCANNED]Re: "

[PATCH v4 0/3] wifi: ath12k: Support dump PDEV transmit and receive rate HTT stats
 2025-02-01  1:10 UTC  (2+ messages)

[PATCH v2 0/16] cxl: Add CXL feature commands support via fwctl
 2025-02-01  1:04 UTC  (18+ messages)
` [PATCH v2 01/16] cxl: Refactor user ioctl command path from mds to mailbox
` [PATCH v2 02/16] cxl: Enumerate feature commands
` [PATCH v2 03/16] cxl: Add Get Supported Features command for kernel usage
` [PATCH v2 04/16] cxl/test: Add Get Supported Features mailbox command support
` [PATCH v2 05/16] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v2 06/16] cxl/mbox: Add SET_FEATURE "
` [PATCH v2 07/16] cxl: Setup exclusive CXL features that are reserved for the kernel
` [PATCH v2 08/16] cxl: Add FWCTL support to the CXL memdev driver
` [PATCH v2 09/16] cxl: Add support for FWCTL get driver information callback
` [PATCH v2 10/16] cxl: Move cxl feature command structs to user header
` [PATCH v2 11/16] cxl: Add support for fwctl RPC command to enable CXL feature commands
` [PATCH v2 12/16] cxl: Add support to handle user feature commands for get feature
` [PATCH v2 13/16] cxl: Add support to handle user feature commands for set feature
` [PATCH v2 14/16] cxl/test: Add Get Feature support to cxl_test
` [PATCH v2 15/16] cxl/test: Add Set "
` [PATCH v2 16/16] fwctl/cxl: Add documentation to FWCTL CXL

❌ FAIL: Test report for master (6.13.0, upstream-mainline, 851faa88)
 2025-02-01  1:03 UTC 

[PATCH v3] arm: rust: Enable Rust support for ARMv7
 2025-02-01  0:58 UTC  (9+ messages)

[PATCH 1/1] PCI: armada8k: Disable LTSSM on link down interrupts
 2025-02-01  0:57 UTC  (3+ messages)

[PATCH 0/4] rust: configfs abstractions
 2025-02-01  0:56 UTC  (3+ messages)
` [PATCH 3/4] rust: configfs: introduce rust support for configfs

[PATCH 1/2] docs/ja_JP: Convert SubmitChecklist into reST with belated updates
 2025-02-01  0:55 UTC  (3+ messages)

Unchecked sock pointer causes panic in RAW_TP
 2025-02-01  0:55 UTC  (3+ messages)

[PATCH] ASoC: mediatek: Remove unused mtk_memif_set_rate
 2025-02-01  0:50 UTC 

[PATCH 0/2] x86/kvm: Force legacy PCI hole as WB under SNP/TDX
 2025-02-01  0:50 UTC  (3+ messages)
` [PATCH 1/2] x86/mtrr: Return success vs. "failure" from guest_force_mtrr_state()
` [PATCH 2/2] x86/kvm: Override low memory above TOLUD to WB when MTRRs are forced WB

[NDCTL PATCH v2 0/3] ndctl: Add support and test for CXL Features support
 2025-02-01  0:47 UTC  (4+ messages)
` [NDCTL PATCH resend v2 1/3] cxl: Add cxl_bus_get_by_provider()
` [NDCTL PATCH resend v2 2/3] cxl: Enumerate major/minor of FWCTL char device
` [NDCTL PATCH resend v2 3/3] cxl/test: Add test for cxl features device

[PATCH bpf-next v3 00/18] bpf qdisc
 2025-02-01  0:45 UTC  (3+ messages)
` [PATCH bpf-next v3 18/18] selftests/bpf: Test attaching bpf qdisc to mq and non root

[PATCH] Squashfs: Add check for cache->entry to avoid NULL pointer dereference
 2025-02-01  0:30 UTC  (2+ messages)

[PATCH 00/13] gpiolib: add gpiods_set_array_value_cansleep
 2025-02-01  0:34 UTC  (4+ messages)
` [PATCH 10/13] mux: gpio: use gpiods_set_array_value_cansleep

[PATCH v4 0/7] Client-side OFFLOAD_STATUS implementation
 2025-02-01  0:34 UTC  (8+ messages)
` [PATCH v4 1/7] NFS: CB_OFFLOAD can return NFS4ERR_DELAY
` [PATCH v4 2/7] NFS: Fix typo in OFFLOAD_CANCEL comment
` [PATCH v4 3/7] NFS: Rename struct nfs4_offloadcancel_data
` [PATCH v4 4/7] NFS: Implement NFSv4.2's OFFLOAD_STATUS XDR
` [PATCH v4 5/7] NFS: Implement NFSv4.2's OFFLOAD_STATUS operation
` [PATCH v4 6/7] NFS: Use "
` [PATCH v4 7/7] NFS: Refactor trace_nfs4_offload_cancel

[PATCH 00/14] drm/i915/dp: dsc fix, refactoring and cleanups
 2025-02-01  0:24 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dp: dsc fix, refactoring and cleanups (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
` ✗ CI.Patch_applied: failure for drm/i915/dp: dsc fix, refactoring and cleanups (rev2)

[PATCH] drm/xe: Remove xe_dummy_exit()
 2025-02-01  0:19 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH] usb: dwc3: Fix timeout issue during controller enter/exit from halt state
 2025-02-01  0:15 UTC  (2+ messages)

[PATCH v4 0/2] perf trace: Add more tests for BTF-augmented perf trace
 2025-02-01  0:14 UTC  (10+ messages)

[PATCH v8 0/7] Add support for EU stall sampling
 2025-02-01  0:13 UTC  (7+ messages)
` [PATCH v8 4/7] drm/xe/eustall: Return -EIO error from read() if HW drops data

[PATCH 01/16] coccinelle: misc: secs_to_jiffies: Patch expressions too
 2025-02-01  0:11 UTC  (4+ messages)
  ` [cocci] "

[PATCH v1] usb: dwc3: gadget: Prevent irq storm when TH re-executes
 2025-02-01  0:09 UTC  (6+ messages)

[PATCH] hw/arm/virt: Support larger highmem MMIO regions
 2025-02-01  0:03 UTC  (8+ messages)

[PATCH 0/4] cxl: DPA partition metadata is a mess
 2025-02-01  0:08 UTC  (13+ messages)
` [PATCH 3/4] cxl: Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info'
` [PATCH 4/4] cxl: Make cxl_dpa_alloc() DPA partition number agnostic

[PATCH] drm/xe/debugfs: Add node to dump guc log to dmesg
 2025-02-01  0:08 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v2] drm/i915/pmu: Drop custom hotplug code
 2025-02-01  0:06 UTC  (3+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/i915/pmu: Drop custom hotplug code (rev3)
` ✗ i915.CI.BAT: failure "

[PATCH v5 0/2] KVM: SEV: Prefer WBNOINVD over WBINVD for cache maintenance efficiency
 2025-02-01  0:02 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/2] x86, lib: Add WBNOINVD helper functions
  ` [PATCH v6 2/2] KVM: SEV: Prefer WBNOINVD over WBINVD for cache maintenance efficiency

[PATCH v3] watchdog: lenovo_se30_wdt: Watchdog driver for Lenovo SE30 platform
 2025-02-01  0:02 UTC  (3+ messages)

[android-common:android15-6.6 3/3] fs/proc/task_mmu.c:1858:8: warning: no previous prototype for '__pagemap_lseek'
 2025-01-31 23:57 UTC 

[android-common:android15-6.6 3/3] fs/proc/task_mmu.c:1858:8: warning: no previous prototype for function '__pagemap_lseek'
 2025-01-31 23:57 UTC 

[PATCH 1/1] io_uring: sanitise ring params earlier
 2025-01-31 23:56 UTC  (2+ messages)

[PATCH v3 1/1] io_uring: check for iowq alloc_workqueue failure
 2025-01-31 23:56 UTC  (2+ messages)

[PATCH 1/1] io_uring: deduplicate caches deallocation
 2025-01-31 23:56 UTC  (2+ messages)

[PATCH] drm/xe/vf: Don't try to trigger a full GT reset if VF
 2025-01-31 23:53 UTC  (2+ messages)

[tip:timers/urgent] BUILD SUCCESS bb2784d9ab49587ba4fbff37a319fff2924db289
 2025-01-31 23:52 UTC 

[PATCH] drm/i915/dmc_wl: Do not check for DMC payload
 2025-01-31 23:49 UTC  (4+ messages)

[git pull] drm fixes for 6.14-rc1
 2025-01-31 23:48 UTC  (2+ messages)

[GIT PULL] PCI changes for v6.14
 2025-01-31 23:48 UTC  (2+ messages)

[PATCH v4 0/5] Tracing contention lock owner call stack
 2025-01-31 23:48 UTC  (3+ messages)
` [PATCH v4 2/5] perf lock: Retrieve owner callstack in bpf program

drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h:48:34: warning: '%s' directive argument is null
 2025-01-31 23:46 UTC 

[PATCH v1] usb: dwc3: gadget: fix gadget workqueue use-after-free
 2025-01-31 23:44 UTC  (4+ messages)

[PATCH v3 mm-hotfixes] mm/zswap: fix inconsistency when zswap_store_page() fails
 2025-01-31 23:44 UTC  (2+ messages)

[PATCH v2 0/9] Add R5F and C7xv device nodes
 2025-01-31 23:40 UTC  (3+ messages)
` [PATCH v2 1/9] arm64: dts: ti: k3-am62-wakeup: Add wakeup r5f node

[PATCH v2 0/4] make build of vm_event/mem_access/monitor optional
 2025-01-31 23:36 UTC  (6+ messages)
` [PATCH v2 1/4] xen: kconfig: rename MEM_ACCESS -> VM_EVENT


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.