All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-29 03:24:57 to 2024-03-29 04:58:16 UTC [more...]

RTT-PROBE: lore-subspace-rtt
 2024-03-29  4:58 UTC 

[PATCH net-next v4 0/3] ice: lighter locking for PTP time reading
 2024-03-29  4:57 UTC  (4+ messages)
` [PATCH net-next v4 1/3] ice: add ice_adapter for shared data across PFs on the same NIC
  ` [Intel-wired-lan] "

[PATCH mptcp-next v2 00/15] refactor mptcp bpf tests
 2024-03-29  4:56 UTC  (16+ messages)
` [PATCH mptcp-next v2 01/15] Squash to "selftests/bpf: Add bpf scheduler test" - fix
` [PATCH mptcp-next v2 02/15] selftests/bpf: Handle EAGAIN in bpf_tcp_ca
` [PATCH mptcp-next v2 03/15] selftests/bpf: Export send_single_byte helper
` [PATCH mptcp-next v2 04/15] selftests/bpf: Export send_recv_data helper
` [PATCH mptcp-next v2 05/15] selftests/bpf: Refactor mptcp_sock test
` [PATCH mptcp-next v2 06/15] selftests/bpf: Refactor mptcpify test
` [PATCH mptcp-next v2 07/15] selftests/bpf: Add MPTCP_BASE_TEST macro
` [PATCH mptcp-next v2 08/15] selftests/bpf: Add RUN_MPTCP_TEST macro
` [PATCH mptcp-next v2 09/15] Squash to "selftests/bpf: Add bpf scheduler test"
` [PATCH mptcp-next v2 10/15] Squash to "selftests/bpf: Add bpf_first test"
` [PATCH mptcp-next v2 11/15] Squash to "selftests/bpf: Add bpf_bkup test"
` [PATCH mptcp-next v2 12/15] Squash to "selftests/bpf: Add bpf_rr test"
` [PATCH mptcp-next v2 13/15] Squash to "selftests/bpf: Add bpf_red test"
` [PATCH mptcp-next v2 14/15] Squash to "selftests/bpf: Add bpf_burst test"
` [PATCH mptcp-next v2 15/15] Squash to "selftests/bpf: Add bpf scheduler test" 2

[PATCH] block: handle BLK_OPEN_RESTRICT_WRITES correctly
 2024-03-29  4:56 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH v2] x86/resctrl: Fix WARN in get_domain_from_cpu()
 2024-03-29  4:55 UTC  (3+ messages)
` [PATCH v5 0/2] x86/resctrl: Pass domain to target CPU

[PATCH v3 0/3] page_owner: Fix refcount imbalance
 2024-03-29  4:54 UTC  (2+ messages)

[PATCH] soc: qcom: cmd-db: map shared memory as WT, not WB
 2024-03-29  4:52 UTC  (4+ messages)

[PATCH] rcutorture: Make the rcu_gp_slow_register/unregister() be used only for rcutype test
 2024-03-29  4:52 UTC 

[PATCH mptcp-next v2 0/7] some cleanups
 2024-03-29  4:50 UTC  (5+ messages)
` [PATCH mptcp-next v2 6/7] mptcp: add check_id for lookup_anno_list_by_saddr

[linux-next:master 1083/1266] include/linux/slab.h:653:(.xiptext+0x130): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __kmalloc_noprof
 2024-03-29  4:49 UTC 

[PATCHv9 06/17] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
 2024-03-29  4:49 UTC  (2+ messages)

[PATCH 1/2] drm/xe/xe_guc_submit: Fix exec queue stop race condition
 2024-03-29  4:48 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for series starting with [1/2] "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

RTT-PROBE: lore-subspace-rtt
 2024-03-29  4:48 UTC 

[PATCH v2 00/27] riscv control-flow integrity for usermode
 2024-03-29  4:44 UTC  (48+ messages)
` [PATCH v2 01/27] riscv: envcfg save and restore on task switching
` [PATCH v2 02/27] riscv: define default value for envcfg
` [PATCH v2 03/27] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v2 04/27] riscv: zicfiss/zicfilp enumeration
` [PATCH v2 05/27] riscv: zicfiss/zicfilp extension csr and bit definitions
` [PATCH v2 06/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v2 07/27] mm: Define VM_SHADOW_STACK for RISC-V
` [PATCH v2 08/27] mm: abstract shadow stack vma behind `arch_is_shadow_stack`
` [PATCH v2 09/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v2 10/27] riscv mm: manufacture shadow stack pte
` [PATCH v2 11/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v2 12/27] riscv mmu: write protect and shadow stack
` [PATCH v2 13/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v2 14/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v2 15/27] prctl: arch-agnostic prctl for shadow stack
` [PATCH v2 16/27] prctl: arch-agnostic prtcl for indirect branch tracking
` [PATCH v2 17/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v2 18/27] riscv: Implements arch argnostic indirect branch tracking prctls
` [PATCH v2 19/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v2 20/27] riscv/traps: Introduce software check exception
` [PATCH v2 21/27] riscv sigcontext: adding cfi state field in sigcontext
` [PATCH v2 22/27] riscv signal: Save and restore of shadow stack for signal
` [PATCH v2 23/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v2 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v2 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v2 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v2 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH iwl-next v2 0/7] i40e: cleanups & refactors
 2024-03-29  4:47 UTC  (4+ messages)
` [PATCH iwl-next v2 3/7] i40e: Refactor argument of i40e_detect_recover_hung()
  ` [Intel-wired-lan] "

[PATCH v2] pmdomain: mediatek: Add MT8188 buck isolation setting
 2024-03-29  4:38 UTC  (3+ messages)

[PATCH 00/13] drm/i915: Implemnt vblank sycnhronized mbus joining changes
 2024-03-29  4:42 UTC  (2+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/i915: Implemnt vblank sycnhronized mbus joining changes (rev2)

(no subject)
 2024-03-29  4:41 UTC  (4+ messages)
` 

[PATCH v2] drm/xe/uapi: Restore flags VM_BIND_FLAG_READONLY and VM_BIND_FLAG_IMMEDIATE
 2024-03-29  4:41 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

Qemu Display Coacoa Patch Serie Qemu 9.0 RC1
 2024-03-29  4:40 UTC  (2+ messages)

[PATCH v2] PCI: Mark LSI FW643 to avoid bus reset
 2024-03-29  4:41 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-29  4:38 UTC 

[PATCH] spapr: nested: use bitwise NOT operator for flags check
 2024-03-29  4:34 UTC 

[PATCH RESEND 1/1] mei: vsc: Unregister interrupt handler for system suspend
 2024-03-29  4:35 UTC  (2+ messages)

[PATCH i-g-t v2 0/2] Update compression in config based on platform
 2024-03-29 16:30 UTC  (3+ messages)
` [PATCH i-g-t v2 1/2] lib/intel_blt: Add helper function to ensure platform supports compression
` [PATCH i-g-t v2 2/2] tests/xe_ccs: Update compression in config based on platform

✅ PASS (MISSED 199 of 204): Test report for master (6.9.0-rc1, mainline.kernel.org-clang, 317c7bc0)
 2024-03-29  4:31 UTC 

[PATCH] virtio: vdpa: vDPA driver for Marvell OCTEON DPU devices
 2024-03-29  4:28 UTC  (2+ messages)

[akpm-mm:mm-nonmm-unstable 53/62] lib/raid6/recov_neon_inner.c:7:10: fatal error: 'arm_neon.h' file not found
 2024-03-29  4:27 UTC 

[akpm-mm:mm-nonmm-unstable 62/62] lib/test_fpu_glue.c:41:14: error: implicit declaration of function 'kernel_fpu_available'
 2024-03-29  4:28 UTC 

[linux-next:master 2308/2532] include/linux/build_bug.h:78:41: error: static assertion failed: "struct bpf_fib_lookup size check"
 2024-03-29  4:27 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-29  4:28 UTC 

[RFC PATCH 0/9] zswap: store zero-filled pages more efficiently
 2024-03-29  4:27 UTC  (8+ messages)
` [RFC PATCH 6/9] mm: zswap: drop support for non-zero same-filled pages handling

[RESEND PATCH] dmaengine: imx-sdma: support dual fifo for DEV_TO_DEV
 2024-03-29  4:25 UTC  (5+ messages)

[PATCH bpf-next] net: netfilter: Make ct zone id configurable for bpf ct helper functions
 2024-03-29  4:14 UTC 

[topic/core-for-CI] ASoC: SOF: Core: Add remove_late() to sof_init_environment failure path
 2024-03-29  4:21 UTC  (3+ messages)
` ✗ Fi.CI.SPARSE: warning for ASoC: SOF: Core: Add remove_late() to sof_init_environment failure path (rev2)
` ✓ Fi.CI.BAT: success "

[PATCH 1/5] um: signal: move pid variable where needed
 2024-03-29  4:20 UTC  (2+ messages)

[PATCH 0/3] add: use advise_if_enabled
 2024-03-29  4:19 UTC  (4+ messages)
` [PATCH 1/3] add: use advise_if_enabled for ADVICE_ADD_IGNORED_FILE
` [PATCH 2/3] add: use advise_if_enabled for ADVICE_ADD_EMPTY_PATHSPEC
` [PATCH 3/3] add: use advise_if_enabled for ADVICE_ADD_EMBEDDED_REPO

RTT-PROBE: lore-subspace-rtt
 2024-03-29  4:18 UTC 

[linux-next:master 1591/2169] drivers/net/dsa/sja1105/sja1105_main.o: warning: objtool: sja1105_fast_age() falls through to next function sja1105_init_l2_forwarding.cold()
 2024-03-29  4:16 UTC 

[PATCH v2 0/3] reftable/stack: use geometric table compaction
 2024-03-29  4:16 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] reftable/stack: add env to disable autocompaction
  ` [PATCH v3 2/3] reftable/stack: use geometric table compaction
  ` [PATCH v3 3/3] reftable/stack: make segment end inclusive

bring back RT delalloc support v5
 2024-03-29  4:14 UTC  (4+ messages)
` [PATCH 03/13] xfs: free RT extents after updating the bmap btree

[PATCH] ext4: replace deprecated strncpy with alternatives
 2024-03-29  4:11 UTC  (2+ messages)

RFC: optimize COW end I/O remapping
 2024-03-29  4:10 UTC  (4+ messages)
` [PATCH 4/6] xfs: simplify iext overflow checking and upgrade

[PATCH] fs: ecryptfs: replace deprecated strncpy with strscpy
 2024-03-29  4:08 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-29  4:08 UTC 

[PATCH] video: fbdev: fsl-diu-fb: replace deprecated strncpy with strscpy_pad
 2024-03-29  4:06 UTC  (2+ messages)

[PATCH] virt: acrn: replace deprecated strncpy with strscpy
 2024-03-29  4:05 UTC  (2+ messages)

[akpm-mm:mm-nonmm-unstable 62/62] lib/test_fpu_glue.c:41:7: error: call to undeclared function 'kernel_fpu_available'; ISO C99 and later do not support implicit function declarations
 2024-03-29  4:05 UTC 

[PATCH] fbdev: uvesafb: replace deprecated strncpy with strscpy_pad
 2024-03-29  4:05 UTC  (2+ messages)

[PATCH] video/hdmi: prefer length specifier in format over string copying
 2024-03-29  4:04 UTC  (2+ messages)

[PATCH] hfsplus: refactor copy_name to not use strncpy
 2024-03-29  4:03 UTC  (2+ messages)

[PATCH] drm/msm/dp: Remove now unused connector_type from desc
 2024-03-29  4:02 UTC 

[PATCH v12 0/5] riscv: sophgo: add clock support for sg2042
 2024-03-29  4:00 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: arm: fsl: Add Seeed studio NPi based boards
 2024-03-29  4:00 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: imx6ull: add seeed studio NPi dev board

[PATCH 0/2] improve interactive-patch
 2024-03-29  3:58 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v3 "
    ` [PATCH v3 2/2] add-patch: do not print hunks repeatedly
    ` [PATCH v4 0/2] improve interactive-patch
      ` [PATCH v4 1/2] add-patch: introduce 'p' in interactive-patch
      ` [PATCH v4 2/2] add-patch: do not print hunks repeatedly

RTT-PROBE: lore-subspace-rtt
 2024-03-29  3:58 UTC 

[GSoC] Microproject help
 2024-03-29  3:57 UTC  (5+ messages)

[PATCH v2 0/2] Add Cadence I2S-MC controller driver
 2024-03-29  3:56 UTC  (8+ messages)
` [PATCH v2 1/2] ASoC: dt-bindings: Add bindings for Cadence I2S-MC controller
    ` 回复: "

[PATCH v3] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2024-03-29  3:55 UTC  (4+ messages)

[PULL 00/38] ppc-for-9.0-2 queue
 2024-03-29  3:53 UTC  (6+ messages)
` [PULL 35/38] spapr: nested: Introduce H_GUEST_[GET|SET]_STATE hcalls

[syzbot] [kvm?] WARNING in mmu_free_root_page
 2024-03-29  3:55 UTC 

[PATCH] orangefs: cleanup uses of strncpy
 2024-03-29  3:54 UTC  (2+ messages)

[PATCH][kirkstone] openssl: fix crash on aarch64 if BTI is enabled but no Crypto instructions
 2024-03-29  3:51 UTC  (2+ messages)

[PATCH 0/7] Update GuC ABI definitions
 2024-03-29  3:50 UTC  (2+ messages)
` ✓ CI.BAT: success for "

[PATCH] dt-bindings: ti,pcm1681: Convert to dtschema
 2024-03-29  3:49 UTC  (3+ messages)

[PATCH] Squashfs: replace deprecated strncpy with strscpy
 2024-03-29  3:48 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-29  3:48 UTC 

[PATCH] drm/i915/hwmon: Remove i915_hwmon_unregister() during driver unbind
 2024-03-29  3:47 UTC  (6+ messages)

[PATCH v8 0/3] Disable automatic load CCS load balancing
 2024-03-29  3:45 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Disable automatic load CCS load balancing (rev14)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH v8] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-03-29  3:45 UTC  (5+ messages)

[PATCH] smb: client: replace deprecated strncpy with strscpy
 2024-03-29  3:44 UTC  (2+ messages)

[akpm-mm:mm-nonmm-unstable 53/62] lib/raid6/recov_neon_inner.c:7:10: fatal error: arm_neon.h: No such file or directory
 2024-03-29  3:43 UTC 

[PATCH net-next v3 0/3] tcp: make trace of reset logic complete
 2024-03-29  3:42 UTC  (4+ messages)
` [PATCH net-next v3 1/3] trace: adjust TP_STORE_ADDR_PORTS_SKB() parameters
` [PATCH net-next v3 2/3] trace: tcp: fully support trace_tcp_send_reset
` [PATCH net-next v3 3/3] tcp: add location into reset trace process

Soft Lockup on running fsstress with next-20240327
 2024-03-29  3:42 UTC  (2+ messages)

[Regression] 6.8 - i2c_hid_acpi: probe of i2c-XXX0001:00 failed with error -110
 2024-03-29  3:40 UTC  (6+ messages)

[PATCH] block/mq-deadline: Fix WARN when set async_depth by sysfs
 2024-03-29  3:40 UTC  (2+ messages)

Soft Lockup on running fsstress with next-20240327
 2024-03-29  3:39 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-29  3:38 UTC 

[PATCH v2 0/2] Two enhancements to iommu_at[de]tach_device_pasid()
 2024-03-29  3:38 UTC  (5+ messages)
` [PATCH v2 2/2] iommu: Pass domain to remove_dev_pasid() op

[PATCH v5 0/7] Live Migration With IAA
 2024-03-29  3:33 UTC  (7+ messages)

[PATCH] media: docs: Remove the repeated word "the" in docs
 2024-03-29  3:31 UTC 

[PATCH] migration: Yield coroutine when receiving MIG_CMD_POSTCOPY_LISTEN
 2024-03-29  3:32 UTC 

[RESEND. PATCH v2] Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853
 2024-03-29  3:32 UTC  (2+ messages)
` [RESEND.,v2] "

[RFC XEN PATCH v6 0/5] Support device passthrough when dom0 is PVH on Xen
 2024-03-29  3:30 UTC  (4+ messages)
` [RFC XEN PATCH v6 4/5] libxl: Use gsi instead of irq for mapping pirq

[PATCH v12 0/2] arm64: Add a build target for Flat Image Tree
 2024-03-29  3:28 UTC  (6+ messages)
` [PATCH v12 1/2] arm64: Add BOOT_TARGETS variable
` [PATCH v12 2/2] arm64: boot: Support Flat Image Tree

[RFC 0/2] disable the configuration interrupt for the unsupported device
 2024-03-29  3:27 UTC  (10+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-29  3:28 UTC 

[PATCH] arm: kasan: clear stale stack poison
 2024-03-29  3:17 UTC  (2+ messages)

[bug report] kmemleak observed on bnxt_re
 2024-03-29  3:27 UTC  (2+ messages)

[RFC PATCH 1/2] spi: dt-bindings: add Siflower Quad SPI controller
 2024-03-29  3:27 UTC  (2+ messages)

[OE-core][dunfell][PATCH] tar: Fix for CVE-2023-39804
 2024-03-29  3:26 UTC 

[PATCH 3/3] app/testpmd: support setting lanes
 2024-03-29  3:25 UTC  (7+ messages)
` [PATCH v2 1/6] ethdev: "

[PATCH 1/3] drm/msm/dpu: fix DSC for DSI video mode
 2024-03-29  3:25 UTC  (4+ messages)

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-29  3:24 UTC  (3+ messages)
` [PATCH v19 097/130] KVM: x86: Split core of hypercall emulation to helper function

[PATCH] wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon timestamp field
 2024-03-29  3:24 UTC  (3+ messages)


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.