All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-02 20:42:24 to 2024-05-02 21:52:23 UTC [more...]

RTT-PROBE: lore-subspace-rtt
 2024-05-02 21:52 UTC 

[PATCH v8 0/5] drm/xe/guc: Add GuC based register capture for error capture
 2024-05-02 21:52 UTC  (12+ messages)
` [PATCH v8 1/5] drm/xe/guc: Prepare GuC register list and update ADS size "
` [PATCH v8 2/5] drm/xe/guc: Add capture size check in GuC log buffer
` [PATCH v8 3/5] drm/xe/guc: Pre-allocate output nodes for extraction
` [PATCH v8 4/5] drm/xe/guc: Extract GuC error capture lists
` [PATCH v8 5/5] drm/xe/guc: Plumb GuC-capture into dev coredump
` ✓ CI.Patch_applied: success for drm/xe/guc: Add GuC based register capture for error capture (rev7)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "

[RFC PATCH v2 00/12] Introduce the famfs shared-memory file system
 2024-05-02 21:51 UTC  (7+ messages)
` [RFC PATCH v2 08/12] famfs: module operations & fs_context
` [RFC PATCH v2 10/12] famfs: Introduce file_operations read/write

[PATCH RFC cmpxchg 0/8] Provide emulation for one- and two-byte cmpxchg()
 2024-05-02 21:50 UTC  (14+ messages)
  ` [PATCH v2 cmpxchg 0/8] Provide emulation for one--byte cmpxchg()
    ` [PATCH v2 cmpxchg 12/13] sh: Emulate one-byte cmpxchg
                ` alpha cmpxchg.h (was Re: [PATCH v2 cmpxchg 12/13] sh: Emulate one-byte cmpxchg)

[ANNOUNCE] ndctl v79
 2024-05-02 21:50 UTC 

[PATCH] eal/arm: replace RTE_BUILD_BUG on non-constant
 2024-05-02 21:48 UTC  (4+ messages)

[RFC] net/af_packet: make stats reset reliable
 2024-05-02 21:46 UTC  (10+ messages)
` [RFC v2] "

[PATCH 0/2] Add GitLab CI to check for whitespace errors
 2024-05-02 21:45 UTC  (3+ messages)
` [PATCH v2 0/5] "

[PATCH] ARM: multi_v7_defconfig: Select CONFIG_USB_ONBOARD_DEV as built-in
 2024-05-02 21:45 UTC  (10+ messages)

[PATCH 1/1] x86/pci: Skip early E820 check for ECAM region
 2024-05-02 21:43 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu/gfx11: select HDP ref/mask according to gfx ring pipe
 2024-05-02 21:42 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu/gfx11: handle priority setup for gfx pipe1
` [PATCH 3/3] drm/amdgpu/gfx11: enable gfx pipe1 hardware support

RTT-PROBE: lore-subspace-rtt
 2024-05-02 21:42 UTC 

[PATCH] drm/amdgpu: drop MES 10.1 support
 2024-05-02 21:41 UTC 

[cocci] Very long compile times on parsing_cocci/parser_cocci_menhir.ml
 2024-05-02 21:41 UTC  (8+ messages)

[PATCH V3] board: rockchip: add Powkiddy X55
 2024-05-02 21:40 UTC 

[PATCH V5] KVM: selftests: Add a new option to rseq_test
 2024-05-02 21:39 UTC 

[PATCH V4] KVM: selftests: Add a new option to rseq_test
 2024-05-02 21:39 UTC  (3+ messages)

[PATCH printk v5 00/30] wire up write_atomic() printing
 2024-05-02 21:38 UTC  (31+ messages)
` [PATCH printk v5 01/30] printk: Add notation to console_srcu locking
` [PATCH printk v5 02/30] printk: Properly deal with nbcon consoles on seq init
` [PATCH printk v5 03/30] printk: nbcon: Remove return value for write_atomic()
` [PATCH printk v5 04/30] printk: Check printk_deferred_enter()/_exit() usage
` [PATCH printk v5 05/30] printk: nbcon: Add detailed doc for write_atomic()
` [PATCH printk v5 06/30] printk: nbcon: Add callbacks to synchronize with driver
` [PATCH printk v5 07/30] printk: nbcon: Use driver synchronization while (un)registering
` [PATCH printk v5 08/30] serial: core: Provide low-level functions to lock port
` [PATCH printk v5 09/30] serial: core: Introduce wrapper to set @uart_port->cons
` [PATCH printk v5 10/30] console: Improve console_srcu_read_flags() comments
` [PATCH printk v5 11/30] nbcon: Provide functions for drivers to acquire console for non-printing
` [PATCH printk v5 12/30] serial: core: Implement processing in port->lock wrapper
` [PATCH printk v5 13/30] printk: nbcon: Do not rely on proxy headers
` [PATCH printk v5 14/30] printk: nbcon: Fix kerneldoc for enums
` [PATCH printk v5 15/30] printk: Make console_is_usable() available to nbcon
` [PATCH printk v5 16/30] printk: Let console_is_usable() handle nbcon
` [PATCH printk v5 17/30] printk: Add @flags argument for console_is_usable()
` [PATCH printk v5 18/30] printk: nbcon: Add helper to assign priority based on CPU state
` [PATCH printk v5 19/30] printk: nbcon: Provide function to flush using write_atomic()
` [PATCH printk v5 20/30] printk: Track registered boot consoles
` [PATCH printk v5 21/30] printk: nbcon: Use nbcon consoles in console_flush_all()
` [PATCH printk v5 22/30] printk: nbcon: Add unsafe flushing on panic
` [PATCH printk v5 23/30] printk: Avoid console_lock dance if no legacy or boot consoles
` [PATCH printk v5 24/30] printk: Track nbcon consoles
` [PATCH printk v5 25/30] printk: Coordinate direct printing in panic
` [PATCH printk v5 26/30] printk: nbcon: Implement emergency sections
` [PATCH printk v5 27/30] panic: Mark emergency section in warn
` [PATCH printk v5 28/30] panic: Mark emergency section in oops
` [PATCH printk v5 29/30] rcu: Mark emergency sections in rcu stalls
` [PATCH printk v5 30/30] lockdep: Mark emergency sections in lockdep splats

[RFC 0/2] net/tap RSS BPF rewrite
 2024-05-02 21:31 UTC  (14+ messages)
` [PATCH v12 00/12] net/tap: RSS and other fixes
  ` [PATCH v12 01/12] net/tap: fix fd check in flow_isolate
  ` [PATCH v12 02/12] net/tap: do not duplicate fd's
  ` [PATCH v12 03/12] net/tap: remove unused fields
  ` [PATCH v12 04/12] net/tap: validate and setup parameters for BPF RSS
  ` [PATCH v12 05/12] net/tap: do not build flow support if header is out of date
  ` [PATCH v12 06/12] net/tap: rewrite the RSS BPF program
  ` [PATCH v12 07/12] net/tap: use libbpf to load new "
  ` [PATCH v12 08/12] net/tap: remove no longer used files
  ` [PATCH v12 09/12] net/tap: simplify internals
  ` [PATCH v12 10/12] net/tap: remove extraneous newlines
  ` [PATCH v12 11/12] net/tap: do not mark queue full as error
  ` [PATCH v12 12/12] net/tap: update documentation

[PATCH 1/1] IB: sw: rdmavt: mr: use 'time_left' variable with wait_for_completion_timeout()
 2024-05-02 21:37 UTC  (2+ messages)

[PATCH 0/2] x86/fpu: Extend kernel_fpu_begin_mask() for the In-Field Scan driver
 2024-05-02 21:35 UTC  (4+ messages)

[PATCH v5 0/6] Assume sysfs event names are always the same case
 2024-05-02 21:35 UTC  (7+ messages)
` [PATCH v5 1/6] perf test pmu-events: Make it clearer that pmu-events tests json events
` [PATCH v5 2/6] perf Document: Sysfs event names must be lower or upper case
` [PATCH v5 3/6] perf test pmu: Refactor format test and exposed test APIs
` [PATCH v5 4/6] perf test pmu: Add an eagerly loaded event test
` [PATCH v5 5/6] perf test pmu: Test all sysfs PMU event names are the same case
` [PATCH v5 6/6] perf pmu: Assume sysfs events are always "

[PATCH v2] fs/coredump: Enable dynamic configuration of max file note size
 2024-05-02 21:35 UTC  (4+ messages)

[PATCH] btrfs: make sure that WRITTEN is set on all metadata blocks
 2024-05-02 21:32 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-05-02 21:32 UTC 

[PATCH resend ftrace] Asynchronous grace period for register_ftrace_direct()
 2024-05-02 21:31 UTC  (4+ messages)

[PATCH v2 2/2] btrfs: automatically remove the subvolume qgroup
 2024-05-02 21:29 UTC  (16+ messages)

[PATCH 1/4] btrfs: Remove duplicate included header
 2024-05-02 21:26 UTC  (8+ messages)
` [PATCH 2/4] fscache: "
` [PATCH 3/4] overlayfs: "
` [PATCH 4/4] crash: "

[PATCH] tools/tests: don't let test-xenstore write nodes exceeding default size
 2024-05-02 21:26 UTC  (3+ messages)

[PATCH net-next v3 0/3] mlx4: Add support for netdev-genl API
 2024-05-02 21:26 UTC  (4+ messages)
` [PATCH net-next v3 1/3] net/mlx4: Track RX allocation failures in a stat
` [PATCH net-next v3 2/3] net/mlx4: link NAPI instances to queues and IRQs
` [PATCH net-next v3 3/3] net/mlx4: support per-queue statistics via netlink

racing ndo_open()/phylink*connect() with phy_probe()
 2024-05-02 21:26 UTC  (5+ messages)

[PATCH v10 00/14] AMDGPU usermode queues
 2024-05-02 21:25 UTC  (3+ messages)
` [PATCH v10 03/14] drm/amdgpu: add new IOCTL for usermode queue

[PATCH] docs:core-api: fixed typos and grammar in printk-index page
 2024-05-02 21:25 UTC 

[PATCH v4 00/10] clk: Add kunit tests for fixed rate and parent data
 2024-05-02 21:23 UTC  (4+ messages)
` [PATCH v4 03/10] dt-bindings: test: Add KUnit empty node binding

[PATCH v2 0/2] Define generic helpers for manipulating macro arguments
 2024-05-02 21:24 UTC  (5+ messages)
` [PATCH v2 1/2] drm/xe: Add "
` ✓ CI.BAT: success for Define generic helpers for manipulating macro arguments (rev2)

[PATCH] wifi: rtw88: usb: Simplify rtw_usb_write_data
 2024-05-02 21:23 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-05-02 21:22 UTC 

On inlining more helpers in the JITs or the verifier
 2024-05-02 21:22 UTC  (2+ messages)

[intel-lts:4.19/android_s 12199/30000] ERROR: "arch_setup_dma_ops" [sound/soc/snd-soc-core.ko] undefined!
 2024-05-02 21:21 UTC 

[ANNOUNCE] Git v2.45.0
 2024-05-02 21:20 UTC  (9+ messages)
` t4216-log-bloom.sh broken ?

[PATCH net-next] selftest: epoll_busy_poll: epoll busy poll tests
 2024-05-02 21:20 UTC 

[DPDK/ethdev Bug 1435] tap: device harmless warnings when setting remote iface
 2024-05-02 21:19 UTC 

[PATCH] btrfs: qgroup: do quick checks if quotas are enabled before starting ioctls
 2024-05-02 21:11 UTC 

[paulmck-rcu:rcu/next] BUILD SUCCESS e7d6f9dff52c43bca09f3b175f0e6dfeadc37760
 2024-05-02 21:17 UTC 

[PATCH v6 0/9] TCG plugins new inline operations
 2024-05-02 21:15 UTC  (10+ messages)
` [PATCH v6 1/9] plugins: prepare introduction of new inline ops
` [PATCH v6 2/9] plugins: extract generate ptr for qemu_plugin_u64
` [PATCH v6 3/9] plugins: add new inline op STORE_U64
` [PATCH v6 4/9] tests/plugin/inline: add test for STORE_U64 inline op
` [PATCH v6 5/9] plugins: conditional callbacks
` [PATCH v6 6/9] tests/plugin/inline: add test for conditional callback
` [PATCH v6 7/9] plugins: distinct types for callbacks
` [PATCH v6 8/9] plugins: extract cpu_index generate
` [PATCH v6 9/9] plugins: remove op from qemu_plugin_inline_cb

[PATCH v5 0/9] TCG plugins new inline operations
 2024-05-02 21:16 UTC  (6+ messages)

[PATCH v2 0/2] tracing/user_events: Fix non-spaced field matching
 2024-05-02 21:16 UTC  (3+ messages)
` [PATCH v2 1/2] "

[PATCH v8 0/7] KTD2026 indicator LED for X86 Xiaomi Pad2
 2024-05-02 21:14 UTC  (8+ messages)
` [PATCH v8 1/7] leds: rgb: leds-ktd202x: Get device properties through fwnode to support ACPI
` [PATCH v8 2/7] leds: rgb: leds-ktd202x: I2C ID tables for KTD2026 and 2027
` [PATCH v8 3/7] leds: rgb: leds-ktd202x: Initialize mutex earlier
` [PATCH v8 4/7] leds: core: Add led_mc_set_brightness() function
` [PATCH v8 5/7] leds: trigger: Add led_mc_trigger_event() function
` [PATCH v8 6/7] power: supply: power-supply-leds: Add charging_orange_full_green trigger for RGB LED
` [PATCH v8 7/7] platform: x86-android-tablets: Xiaomi pad2 RGB LED fwnode updates

[PATCH 00/26] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-05-02 21:12 UTC  (5+ messages)
` [PATCH 16/26] cxl/extent: Realize extent devices

RTT-PROBE: lore-subspace-rtt
 2024-05-02 21:12 UTC 

[PATCHv4 net-next] ptp/ioctl: support MONOTONIC_RAW timestamps for PTP_SYS_OFFSET_EXTENDED
 2024-05-02 21:10 UTC 

[PATCH v2] drm/xe: Perform dma_map when moving system buffer objects to TT
 2024-05-02 21:10 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/xe: Perform dma_map when moving system buffer objects to TT (rev3)

[PATCH net] phonet: fix rtm_phonet_notify() skb allocation
 2024-05-02 17:34 UTC  (2+ messages)

[PATCH v4 00/10] Fix Kselftest's vfork() side effects
 2024-05-02 21:09 UTC  (11+ messages)
` [PATCH v4 01/10] selftests/pidfd: Fix config for pidfd_setns_test
` [PATCH v4 02/10] selftests/landlock: Fix FS tests when run on a private mount point
` [PATCH v4 03/10] selftests/harness: Fix fixture teardown
` [PATCH v4 04/10] selftests/harness: Fix interleaved scheduling leading to race conditions
` [PATCH v4 05/10] selftests/landlock: Do not allocate memory in fixture data
` [PATCH v4 06/10] selftests/harness: Constify fixture variants
` [PATCH v4 07/10] selftests/pidfd: Fix wrong expectation
` [PATCH v4 08/10] selftests/harness: Share _metadata between forked processes
` [PATCH v4 09/10] selftests/harness: Fix vfork() side effects
` [PATCH v4 10/10] selftests/harness: Fix TEST_F()'s exit codes

[Buildroot] Error building flutter-engine
 2024-05-02 21:08 UTC  (2+ messages)

Help troubleshoot performance regression cloning with depth: git 2.44 vs git 2.42
 2024-05-02 21:08 UTC  (8+ messages)
` using tree as attribute source is slow, was "

[PATCH v4 00/12] selftests: kselftest_harness: support using xfail
 2024-05-02 21:07 UTC  (9+ messages)

[PATCH v2] tools/build: Add clang cross-compilation flags to feature detection
 2024-05-02 21:07 UTC  (5+ messages)

[PATCH] ftrace: Fix use-after-free issue in ftrace_location()
 2024-05-02 21:07 UTC  (3+ messages)
` [PATCH v3] ftrace: Fix possible "

[Buildroot] [PATCH 00/15 v2] support/download: extend download features and reproducibility (branch yem/git-attributes)
 2024-05-02 21:04 UTC  (2+ messages)

[PATCH 1/1] drm: arm: display: komeda: komeda_crtc: use 'time_left' variable with wait_for_completion_timeout()
 2024-05-02 21:02 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-05-02 21:02 UTC 

[PATCH 0/2] fpga: use 'time_left' instead of 'timeout' with wait_for_*() functions
 2024-05-02 21:00 UTC  (5+ messages)
` [PATCH 1/2] fpga: socfpga: use 'time_left' variable with wait_for_completion_interruptible_timeout()
` [PATCH 2/2] fpga: zynq-fpga: use 'time_left' variable with wait_for_completion_timeout()

[PATCH v1 1/2] Bluetooth: btintel: Add support for BlazarI
 2024-05-02 21:00 UTC  (2+ messages)

[PATCH v3] Bluetooth: HCI: Fix potential null-ptr-deref
 2024-05-02 21:00 UTC  (2+ messages)

Need help with reducing VIRT memory
 2024-05-02 20:58 UTC  (3+ messages)

[PATCH] brief-yoctoprojectqs: Update to the correct hash equivalence server address
 2024-05-02 20:58 UTC  (2+ messages)
  ` [docs] "

[PATCH net-next v2] bnxt: fix bnxt_get_avail_msix() returning negative values
 2024-05-02 20:56 UTC  (2+ messages)

[PATCH] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
 2024-05-02 20:54 UTC  (5+ messages)

[PATCH] contributor-guide: recommend format.forceInBodyFrom
 2024-05-02 20:53 UTC  (7+ messages)
  ` [docs] "

[PATCH] btrfs: qgroup: update rescan message levels and error codes
 2024-05-02 20:45 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-05-02 20:52 UTC 

[PATCH v2 2/2] hv_balloon: Enable hot-add for memblock sizes > 128 MiB
 2024-05-02 20:49 UTC  (2+ messages)

[PATCH v2 0/5] ACC100 improvements and clean up
 2024-05-02 20:45 UTC  (6+ messages)
` [PATCH v2 1/5] baseband/acc: fix memory barrier
` [PATCH v2 2/5] baseband/acc: remove ACC100 unused code
` [PATCH v2 3/5] baseband/acc: remove ACC100 HARQ pruning
` [PATCH v2 4/5] baseband/acc: improve error description
` [PATCH v2 5/5] baseband/acc: cosmetic log changes

Chunk header @@@ counts wrong?
 2024-05-02 20:47 UTC  (3+ messages)

[linux-next:master 9793/10134] drivers/of/of_reserved_mem.c:463 fdt_init_reserved_mem() error: uninitialized symbol 'nomap'
 2024-05-02 20:45 UTC  (2+ messages)

[PATCH v2 0/3] OpenRISC glibc hard float support
 2024-05-02 20:45 UTC  (4+ messages)
` [PATCH v2 2/3] or1k: Add "

[linux-next:master] BUILD REGRESSION 9c6ecb3cb6e20c4fd7997047213ba0efcf9ada1a
 2024-05-02 20:44 UTC 


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.