All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-28 23:18:27 to 2024-03-29 00:38:16 UTC [more...]

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

[PATCH i-g-t] tests: Use MI_ARB_CHECK definition more consistently
 2024-03-29  0:36 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ CI.xeBAT: "

[PATCH] drm/i915: use fine grained -Woverride-init disable
 2024-03-29  0:35 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH 0/2] drm/i915: A few bigjoiner fixes
 2024-03-29  0:35 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH v3 00/12] wifi: rtlwifi: Add new rtl8192du driver
 2024-03-29  0:34 UTC  (9+ messages)
` [PATCH v3 11/12] wifi: rtlwifi: Add rtl8192du/sw.{c,h}

[gustavoars:testing/WFAMNAE-next20240325-CBC 4/19] drivers/rpmsg/qcom_glink_native.c:482 qcom_glink_send_open_req() error: strcpy() 'channel->name' too large for 'req->data' (1010102 vs 32)
 2024-03-29  0:33 UTC 

[PATCH v5 0/7] iio: accel: adxl345: Add spi-3wire feature
 2024-03-29  0:33 UTC  (7+ messages)
` [PATCH v5 1/7] iio: accel: adxl345: Make data_range obsolete
` [PATCH v5 7/7] iio: accel: adxl345: Add spi-3wire option

[PATCH v5] drm/xe/hwmon: Add infra to support card power and energy attributes
 2024-03-29  0:33 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for drm/xe/hwmon: Add infra to support card power and energy attributes (rev5)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

File resolution on Windows in gitk
 2024-03-29  0:23 UTC 

[PATCH v3] selftests/mm: Fix ARM related issue with fork after pthread_create
 2024-03-29  0:31 UTC  (2+ messages)

[PATCH 1/1] NFSD: cancel CB_RECALL_ANY call when nfs4_client is about to be destroyed
 2024-03-29  0:31 UTC  (6+ messages)

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

[PATCH v2 1/1] gpiolib: Fix debug messaging in gpiod_find_and_request()
 2024-03-29  0:27 UTC  (2+ messages)

[PATCH 1/4] platform/x86: wmi: Mark simple WMI drivers as legacy-free
 2024-03-29  0:26 UTC  (4+ messages)
` [PATCH 2/4] platform/x86: xiaomi-wmi: Fix race condition when reporting key events

[PATCH] Do not require attributes for security_inode_init_security
 2024-03-29  0:26 UTC  (8+ messages)

nfsd: memory leak when client does many file operations
 2024-03-29  0:25 UTC  (12+ messages)
` [External] : "
  ` Aw: "

[PATCH] getgrouplist.3: EXAMPLES: improve error handling for getpwnam(3)
 2024-03-29  0:24 UTC  (2+ messages)

Is RTL8822CE with Kernel 6.1 for imx6
 2024-03-29  0:24 UTC  (3+ messages)

[PATCH v3 00/30] NT synchronization primitive driver
 2024-03-29  0:06 UTC  (31+ messages)
` [PATCH v3 01/30] ntsync: Introduce the ntsync driver and character device
` [PATCH v3 02/30] ntsync: Introduce NTSYNC_IOC_CREATE_SEM
` [PATCH v3 03/30] ntsync: Introduce NTSYNC_IOC_SEM_POST
` [PATCH v3 04/30] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [PATCH v3 05/30] ntsync: Introduce NTSYNC_IOC_WAIT_ALL
` [PATCH v3 06/30] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX
` [PATCH v3 07/30] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK
` [PATCH v3 08/30] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL
` [PATCH v3 09/30] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT
` [PATCH v3 10/30] ntsync: Introduce NTSYNC_IOC_EVENT_SET
` [PATCH v3 11/30] ntsync: Introduce NTSYNC_IOC_EVENT_RESET
` [PATCH v3 12/30] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE
` [PATCH v3 13/30] ntsync: Introduce NTSYNC_IOC_SEM_READ
` [PATCH v3 14/30] ntsync: Introduce NTSYNC_IOC_MUTEX_READ
` [PATCH v3 15/30] ntsync: Introduce NTSYNC_IOC_EVENT_READ
` [PATCH v3 16/30] ntsync: Introduce alertable waits
` [PATCH v3 17/30] selftests: ntsync: Add some tests for semaphore state
` [PATCH v3 18/30] selftests: ntsync: Add some tests for mutex state
` [PATCH v3 19/30] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY
` [PATCH v3 20/30] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL
` [PATCH v3 21/30] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY
` [PATCH v3 22/30] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL
` [PATCH v3 23/30] selftests: ntsync: Add some tests for manual-reset event state
` [PATCH v3 24/30] selftests: ntsync: Add some tests for auto-reset "
` [PATCH v3 25/30] selftests: ntsync: Add some tests for wakeup signaling with events
` [PATCH v3 26/30] selftests: ntsync: Add tests for alertable waits
` [PATCH v3 27/30] selftests: ntsync: Add some tests for wakeup signaling via alerts
` [PATCH v3 28/30] selftests: ntsync: Add a stress test for contended waits
` [PATCH v3 29/30] maintainers: Add an entry for ntsync
` [PATCH v3 30/30] docs: ntsync: Add documentation for the ntsync uAPI

Looking for assistance
 2024-03-29  0:24 UTC 

[PATCH v1] phy/qcom-qmp-combo: propagate correct return value at phy_power_on()
 2024-03-29  0:24 UTC  (2+ messages)

[PATCH v1 1/1] platform/x86: quickstart: Miscellaneous improvements
 2024-03-29  0:23 UTC  (4+ messages)

[RESEND v5 0/2] Update mce_record tracepoint
 2024-03-29  0:21 UTC  (3+ messages)
` [RESEND v5 1/2] tracing: Include PPIN in "
` [RESEND v5 2/2] tracing: Include Microcode Revision "

[PATCH] platform/x86: panasonic-laptop: fix NULL dereference
 2024-03-29  0:21 UTC  (2+ messages)

[GIT PULL] sound fixes for 6.9-rc2
 2024-03-29  0:19 UTC  (2+ messages)

[GIT PULL] MMC fixes for v6.9-rc2
 2024-03-29  0:19 UTC  (2+ messages)

[GIT PULL] Networking for v6.9-rc2
 2024-03-29  0:19 UTC  (2+ messages)

[GIT PULL] first round of NFSD fixes for v6.9
 2024-03-29  0:19 UTC  (2+ messages)

[git pull] IOMMU Fixes for Linux v6.9-rc1
 2024-03-29  0:19 UTC  (2+ messages)

[PATCH bpf-next v2 0/9] bpf: make tracing program support multi-link
 2024-03-28 23:17 UTC  (14+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
    ` [External] "

[PATCH] fs/aio: obey min_nr when doing wakeups
 2024-03-29  0:18 UTC  (2+ messages)

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

[syzbot] [mm?] INFO: rcu detected stall in sys_clone (8)
 2024-03-29  0:16 UTC 

[PATCH] fpga: dfl: fme: fix kernel-doc comments for some functions
 2024-03-29  0:15 UTC 

[PATCH v6 0/5] KVM: arm64: Support for 2023 dpISA extensions
 2024-03-29  0:13 UTC  (12+ messages)
` [PATCH v6 1/5] KVM: arm64: Share all userspace hardened thread data with the hypervisor
` [PATCH v6 2/5] KVM: arm64: Add newly allocated ID registers to register descriptions
` [PATCH v6 3/5] KVM: arm64: Support FEAT_FPMR for guests
` [PATCH v6 4/5] KVM: arm64: selftests: Document feature registers added in 2023 extensions
` [PATCH v6 5/5] KVM: arm64: selftests: Teach get-reg-list about FPMR

[PATCH v5 0/2] Update mce_record tracepoint
 2024-03-29  0:13 UTC  (3+ messages)

[RFC PATCH v5 0/6] TPEBS counting mode support
 2024-03-29  0:12 UTC  (4+ messages)

[RFC 0/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support
 2024-03-29  0:11 UTC  (7+ messages)
` [RFC 1/9] "
` [RFC 2/9] loop: "
` [RFC 3/9] selftests: block_seek_hole: add loop block driver tests

[syzbot] kernel BUG in ext4_do_writepages
 2024-03-29  0:11 UTC  (2+ messages)

[PATCH] vhost: optimize mbuf allocation in virtio Tx packed path
 2024-03-29  0:10 UTC  (3+ messages)

[PATCH v1] drm/msm/dp: assign correct DP controller ID to interface table
 2024-03-29  0:10 UTC  (8+ messages)
` [PATCH v1] drm/msm/dp: use dp_hpd_plug_handle() and dp_hpd_unplug_handle() directly

[PATCH 0/3] Add experimental support for Qualcomm SA8155P SoC
 2024-03-29  0:08 UTC  (4+ messages)
` [PATCH 1/3] arm: smmu: allow SMMU to have more IRQs than context banks
` [PATCH 2/3] drivers: serial: add Qualcomm GENI-based serial driver
` [PATCH 3/3] arm: platform: qcom: add basic support SA8155P SoC

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

[PATCH 0/9] address remaining -Wtautological-constant-out-of-range-compare
 2024-03-29  0:06 UTC  (6+ messages)
` [PATCH 2/9] libceph: avoid clang out-of-range warning
` [PATCH 3/9] rbd: avoid "

base-commit when prerequisite-patch-id is specified
 2024-03-29  0:06 UTC  (2+ messages)

[PATCH net-next 0/4] udp: small changes on receive path
 2024-03-29  0:05 UTC  (6+ messages)
` [PATCH net-next 1/4] udp: annotate data-race in __udp_enqueue_schedule_skb()
` [PATCH net-next 3/4] udp: avoid calling sock_def_readable() if possible

[PATCH RESEND] fpga: dfl: omit unneeded casts of u64 values for dev_dbg()
 2024-03-29  0:04 UTC 

[PATCH 1/2] part: Check all partitions in part_get_info_by_name()
 2024-03-29  0:03 UTC  (2+ messages)

[PATCH] drm/xe/uapi: Define topology types as indexes rather than masks
 2024-03-29  0:01 UTC  (2+ messages)

NFSv4 with Kerberos and uid mapping
 2024-03-29  0:00 UTC  (6+ messages)
` [PATCH v4 1/3] nfs-utils: clean up startup
` [PATCH v4 2/3] nfs-utils: Use upstream systemd service files
` [PATCH v4 3/3] nfs-utils: Configure nfsv4 ID mapping & Kerberos
  ` [OE-core] "

[PATCH] staging: gdm724x: Align descendant argument to the open parenthesis
 2024-03-29  0:00 UTC  (3+ messages)

[PATCH] dma-buf: Do not build debugfs related code when !CONFIG_DEBUG_FS
 2024-03-29  0:00 UTC  (2+ messages)

[LTP] [PATCH v2] input_helper: Modify the check range of the input event number
 2024-03-28 23:59 UTC 

What's cooking in git.git (Mar 2024, #09; Thu, 28)
 2024-03-28 23:58 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-28 23:58 UTC 

[PATCH 00/11] address remaining stringop-truncation warnings
 2024-03-28 23:54 UTC  (12+ messages)
` [PATCH 02/11] scsi: devinfo: rework scsi_strcpy_devinfo()
` [PATCH 05/11] test_hexdump: avoid string truncation warning
` [PATCH 06/11] acpi: avoid warning for truncated string copy
` [PATCH 07/11] block/partitions/ldm: convert strncpy() to strscpy()
` [PATCH 10/11] staging: greybus: change "

[topic/core-for-CI] ASoC: SOF: Core: Add remove_late() to sof_init_environment failure path
 2024-03-28 23:54 UTC  (2+ messages)
` ✗ CI.Patch_applied: failure for ASoC: SOF: Core: Add remove_late() to sof_init_environment failure path (rev2)

[PATCH] fpga: dfl: afu: remove unused member pdata from struct dfl_afu
 2024-03-28 23:54 UTC 

[xen-unstable-smoke test] 185196: tolerable all pass - PUSHED
 2024-03-28 23:53 UTC 

[dpdk-dev] [PATCH] eal: add option to put timestamp on console output
 2024-03-28 23:49 UTC  (17+ messages)
` [PATCH v18 00/15] Logging unification and improvements
  ` [PATCH v18 01/15] maintainers: add for log library
  ` [PATCH v18 02/15] windows: make getopt functions have const properties
  ` [PATCH v18 03/15] windows: add os shim for localtime_r
  ` [PATCH v18 04/15] windows: common wrapper for vasprintf and asprintf
  ` [PATCH v18 05/15] eal: make eal_log_level_parse common
  ` [PATCH v18 06/15] eal: do not duplicate rte_init_alert() messages
  ` [PATCH v18 07/15] eal: change rte_exit() output to match rte_log()
  ` [PATCH v18 08/15] log: move handling of syslog facility out of eal
  ` [PATCH v18 09/15] eal: initialize log before everything else
  ` [PATCH v18 10/15] log: drop syslog support, and make code common
  ` [PATCH v18 11/15] log: add hook for printing log messages
  ` [PATCH v18 12/15] log: add timestamp option
  ` [PATCH v18 13/15] log: add optional support of syslog
  ` [PATCH v18 14/15] log: add support for systemd journal
  ` [PATCH v18 15/15] log: colorize log output

Future handling of complex RGB devices on Linux v2
 2024-03-28 23:52 UTC  (12+ messages)
` Future handling of complex RGB devices on Linux v3
    ` In kernel virtual HID devices (was Future handling of complex RGB devices on Linux v3)

[PATCH net-next v2 0/5] allocate dummy device dynamically
 2024-03-28 23:52 UTC  (8+ messages)
` [PATCH net-next v2 1/5] net: create a dummy net_device allocator
` [PATCH net-next v2 2/5] net: marvell: prestera: allocate dummy net_device dynamically
` [PATCH net-next v2 3/5] net: mediatek: mtk_eth_sock: "
` [PATCH net-next v2 4/5] net: ipa: "
` [PATCH net-next v2 5/5] net: ibm/emac: "

[PATCH i-g-t] drm-uapi: Align header with drm-xe-next
 2024-03-28 23:51 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ CI.xeBAT: "

[PATCH 00/23] v2: imx258 improvement series
 2024-03-28 23:42 UTC  (5+ messages)
` [PATCH 09/23] media: i2c: imx258: Add support for running on 2 CSI data lanes

RTT-PROBE: lore-subspace-rtt
 2024-03-28 23:48 UTC 

[PATCH 13/13] wifi: ath12k: Advertise multi hardware iface combination
 2024-03-28 23:42 UTC  (2+ messages)

[RFC PATCH v7 00/12] memory: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-03-28 23:41 UTC  (8+ messages)
` [RFC PATCH v7 10/12] ACPI:RAS2: Add common library for RAS2 PCC interfaces
` [RFC PATCH v7 11/12] ACPI:RAS2: Add driver for ACPI RAS2 feature table (RAS2)
` [RFC PATCH v7 12/12] memory: RAS2: Add memory RAS2 driver

[PATCH] drm/i915/gem: Replace dev_priv with i915
 2024-03-28 23:41 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH net-next v1 0/3] doc: netlink: Add hyperlinks to generated docs
 2024-03-28 23:38 UTC  (5+ messages)
` [PATCH net-next v1 2/3] doc: netlink: Add hyperlinks to generated Netlink docs

[PATCH] usb-storage: Optimize scan delay more precisely
 2024-03-28 23:38 UTC  (9+ messages)
          ` [usb-storage] "

RTT-PROBE: lore-subspace-rtt
 2024-03-28 23:38 UTC 

[PATCH] mfd: intel-m10-bmc: Change staging size to a variable
 2024-03-28 23:35 UTC 

[PATCHSET v3 0/11] Move away from remap_pfn_range()
 2024-03-28 23:31 UTC  (12+ messages)
` [PATCH 01/11] mm: add nommu variant of vm_insert_pages()
` [PATCH 02/11] io_uring: get rid of remap_pfn_range() for mapping rings/sqes
` [PATCH 03/11] io_uring: use vmap() for ring mapping
` [PATCH 04/11] io_uring: unify io_pin_pages()
` [PATCH 05/11] io_uring/kbuf: get rid of lower BGID lists
` [PATCH 06/11] io_uring/kbuf: get rid of bl->is_ready
` [PATCH 07/11] io_uring/kbuf: vmap pinned buffer ring
` [PATCH 08/11] io_uring/kbuf: protect io_buffer_list teardown with a reference
` [PATCH 09/11] io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ring
` [PATCH 10/11] io_uring: use unpin_user_pages() where appropriate
` [PATCH 11/11] io_uring: move mapping/allocation helpers to a separate file

[oe] [meta-gnome][PATCH] gnome-control-center: update 46.0 -> 46.0.1
 2024-03-28 23:34 UTC 

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

[linux-next:master 2064/2532] mm/vmalloc.c:3724: warning: expecting prototype for __vmalloc_node_range_noprof(). Prototype was for __vmalloc_node_range() instead
 2024-03-28 23:32 UTC 

[PATCH v3 00/30] Zone write plugging
 2024-03-28 23:33 UTC  (5+ messages)
` (subset) "

Compatibility implementation of stpncpy for older systems
 2024-03-28 23:23 UTC 

[syzbot] [audit?] [bpf?] INFO: rcu detected stall in kauditd_thread (4)
 2024-03-28 23:27 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-28 23:28 UTC 

[RFC PATCH bpf-next 0/3] bpf: freeze a task cgroup from bpf
 2024-03-28 23:23 UTC  (10+ messages)

[PATCH] Bluetooth: btintel: Add devices to HCI_QUIRK_BROKEN_LE_CODED
 2024-03-28 23:20 UTC  (3+ messages)

[PATCH 0/4] perf annotate: Use libcapstone as a disasssembler
 2024-03-28 23:20 UTC  (5+ messages)
` [PATCH 1/4] perf annotate: Use ins__is_xxx() if possible
` [PATCH 2/4] perf annotate: Add and use ins__is_nop()
` [PATCH 3/4] perf annotate: Split out util/disasm.c
` [PATCH 4/4] perf annotate: Use libcapstone to disassemble


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.