All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-08 17:24:14 to 2026-02-08 20:10:56 UTC [more...]

[PATCH v6 4/4] mm: Use ARRAY_END() instead of open-coding it
 2026-02-08 20:10 UTC  (2+ messages)

[syzbot] [usb?] INFO: task hung in usb_bulk_msg (2)
 2026-02-08 20:10 UTC  (4+ messages)

#syz test
 2026-02-08 20:09 UTC  (2+ messages)

[PATCHSET v7] sched_ext: Fix ops.dequeue() semantics
 2026-02-08 20:08 UTC  (10+ messages)
` [PATCH 2/2] selftests/sched_ext: Add test to validate "

[meta-gnome][PATCH 1/2] gnome-commander: upgrade 1.16.1 -> 1.16.2
 2026-02-08 20:03 UTC  (2+ messages)
` [meta-gnome][PATCH 2/2] gnome-tweaks: upgrade 40.0 -> 40.10

[Buildroot] [PATCH v1] package/yq: disable CGO to fix cross-compilation failures
 2026-02-08 20:02 UTC 

[PATCH 0/3] btrfs: add missing NULL checks when searching for roots
 2026-02-08 20:00 UTC  (4+ messages)
` [PATCH 1/3] btrfs: remove bogus root search condition in load_extent_tree_free()
` [PATCH 2/3] btrfs: check for NULL root after calls to btrfs_extent_root()
` [PATCH 3/3] btrfs: check for NULL root after calls to btrfs_csum_root()

[PATCH] ext4: add optional rotating block allocation policy
 2026-02-08 19:58 UTC  (11+ messages)

[PATCH iproute2-next] ss: escape characters in command name
 2026-02-04  9:01 UTC  (2+ messages)

[PATCH 0/4] btrfs: some cleanups in btrfs_find_orphan_roots()
 2026-02-08 19:54 UTC  (4+ messages)
` [PATCH 1/4] btrfs: use single return variable "

[PATCH] oe-setup-build: fix TEMPLATECONF not being applied
 2026-02-08 15:20 UTC  (9+ messages)
` [PATCH v2] "

Patchtest results for [PATCH] oe-setup-build: fix TEMPLATECONF not being applied
 2026-02-08 12:37 UTC  (3+ messages)
`  "

[PATCH] oe-setup-build: fix TEMPLATECONF not being applied
 2026-02-08  8:38 UTC 

OE-core CVE metrics for scarthgap on Sun 08 Feb 2026 01:26:47 AM HST
 2026-02-08 11:48 UTC 

[OE-Core][whinlatter][PATCH] oe-setup-build: fix TEMPLATECONF not being applied
 2026-02-08 13:08 UTC 

[OE-Core][whinlatter][PATCH] oe-setup-build: fix TEMPLATECONF not being applied
 2026-02-08 14:32 UTC 

[OE-Core][whinlatter][PATCH] oe-setup-build: fix TEMPLATECONF not being applied
 2026-02-08 14:40 UTC 

[PATCH] oe-setup-build: fix TEMPLATECONF not being applied
 2026-02-08 14:42 UTC 

[PATCH v2 next] tools/nolibc: Optimise and common up the number to ascii functions
 2026-02-08 19:53 UTC 

[PATCH] btrfs: fix lost error return in btrfs_find_orphan_roots()
 2026-02-08 19:52 UTC 

[PATCH v3] common/rc: add _require_blocks_in_file helper
 2026-02-08 19:50 UTC  (5+ messages)
    ` [f2fs-dev] "

[PATCH v8 0/3] hung_task: Provide runtime reset interface for hung task detector
 2026-02-08 19:49 UTC  (3+ messages)

[PATCH v8 00/18] ati-vga: Implement HOST_DATA transfers to enable X.org text rendering
 2026-02-08 19:47 UTC  (5+ messages)
` [PATCH v8 08/18] ati-vga: Consolidate dirty region tracking in ati_2d_blt
` [PATCH v8 09/18] ati-vga: Remove src and dst stride mutation "

[PATCH] Input: evdev: fix data race in evdev_read() and evdev_poll()
 2026-02-08 19:45 UTC 

[PATCH v9 0/2] Optimize zone->contiguous update
 2026-02-08 19:39 UTC  (4+ messages)
` [PATCH v9 2/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range

[PATCH v2 00/24] bsd-user: Upstream misc system calls (System V IPC, reboot, etc)
 2026-02-08 19:26 UTC  (25+ messages)
` [PATCH v2 01/24] freebsd: FreeBSD 15 has native inotify
` [PATCH v2 02/24] common-user: Drop __linux__ around .note.GNU-stack
` [PATCH v2 03/24] bsd-user: Add target_semid_ds and target_msqid_ds structures
` [PATCH v2 04/24] bsd-user: Add target_uuid structure for uuidgen syscall
` [PATCH v2 05/24] bsd-user: Add function declarations for bsd-misc.c conversions
` [PATCH v2 06/24] bsd-user: Add host_to_target_uuid for uuidgen(2)
` [PATCH v2 07/24] bsd-user: Add target_to_host_semarray for semaphore operations
` [PATCH v2 08/24] bsd-user: Add host_to_target_semarray "
` [PATCH v2 09/24] bsd-user: Add target_to_host_semid_ds for semctl(2)
` [PATCH v2 10/24] bsd-user: Add host_to_target_semid_ds "
` [PATCH v2 11/24] bsd-user: Add target_to_host_msqid_ds for msgctl(2)
` [PATCH v2 12/24] bsd-user: Add host_to_target_msqid_ds "
` [PATCH v2 13/24] bsd-user: Add semaphore operation constants and structures
` [PATCH v2 14/24] bsd-user: Add do_bsd_quotactl, do_bsd_reboot and do_bsd_getdtablesize
` [PATCH v2 15/24] bsd-user: Add do_bsd_uuidgen implementation
` [PATCH v2 16/24] bsd-user: Add do_bsd_semget implementation
` [PATCH v2 17/24] bsd-user: Add do_bsd_semop implementation
` [PATCH v2 18/24] bsd-user: Add do_bsd___semctl implementation
` [PATCH v2 19/24] bsd-user: Add do_bsd_msgctl implementation
` [PATCH v2 20/24] bsd-user: Add message queue implementations
` [PATCH v2 21/24] bsd-user: Add bsd-misc.c to build
` [PATCH v2 22/24] bsd-user: Implement System V semaphore calls
` [PATCH v2 23/24] bsd-user: Add System V message queue syscalls
` [PATCH v2 24/24] bsd-user: Add miscellaneous BSD syscall implementations

[PATCH v6 0/5] iio: adc: ad9467: Support alternative backends
 2026-02-08 19:30 UTC  (3+ messages)
` [PATCH v6 5/5] iio: adc: ad9467: check for backend capabilities

[PATCH 06/10] RDMA/bnxt_re: Add compatibility checks to the uapi path
 2026-02-08 19:29 UTC  (2+ messages)

[PATCH v3 0/6] fbdev: au1100fb: support COMPILE_TEST and fix multi-device support
 2026-02-08 19:24 UTC  (9+ messages)
` [PATCH v3 1/6] fbdev: au1100fb: Don't store device specific data in global variables
` [PATCH v3 2/6] fbdev: au1100fb: Mark several local functions as static
` [PATCH v3 3/6] fbdev: au1100fb: Use %zu to printk a value of type size_t
` [PATCH v3 4/6] fbdev: au1100fb: Use %pad to printk a value of type dma_addr_t
` [PATCH v3 5/6] fbdev: au1100fb: Make driver compilable on non-mips platforms
` [PATCH v3 6/6] fbdev: au1100fb: Replace custom printk wrappers by pr_*

Hac Not Hog
 2026-02-08 19:21 UTC 

OE-core CVE metrics for kirkstone on Sun 08 Feb 2026 01:02:26 AM HST
 2026-02-08 11:26 UTC 

OE-core CVE metrics for master on Sun 08 Feb 2026 01:00:01 AM HST
 2026-02-08 11:02 UTC 

[PATCH v2] oe-setup-build: fix TEMPLATECONF not being applied
 2026-02-08 14:58 UTC 

[PATCH v6] virtio_net: add page_pool support for buffer allocation
 2026-02-08 19:05 UTC  (4+ messages)

[PATCH v1] x86/smp: Set up exception handling before cr4_init()
 2026-02-08 19:02 UTC  (3+ messages)

[PATCH 0/3] btrfs: squota inheritance improvements
 2026-02-08 18:59 UTC  (3+ messages)
` [PATCH 2/3] btrfs: check squota parent usage on membership change

[PATCH 0/3] Simplify message helpers (avoid level parsing)
 2026-02-08 18:54 UTC  (3+ messages)
` [PATCH 2/3] btrfs: pass level to _btrfs_printk() to avoid parsing level from string

[PATCH] ALSA: pcm: prevent snd_pcm_action after substream detach
 2026-02-08 18:53 UTC 

[PATCH] bfs: reject inodes with zero link count in bfs_iget()
 2026-02-08 18:51 UTC 

BUG: Crash on log save for Windows wireguard-arm64-0.5.3.msi
 2025-08-11  8:43 UTC 

[PATCH] wg-quick: add support for socket netns separate from interface netns
 2026-01-14 12:08 UTC 

[PATCH] wireguard-tools/wg-quick for linux, avoid modifying net.ipv4.conf.all.src_valid_mark system parameter when its value is already set to 1
 2026-01-27 10:59 UTC 

[PATCH] wireguard-tools: retain const qualifier from pointer
 2026-02-07  5:12 UTC 

plugging into wireguard clients
 2025-12-10 14:48 UTC 

Mechanisms to offload/move the static ECDH calculations?
 2025-11-12 15:22 UTC 

[RFC v2 PATCH 0/2] Introduce irqchip and VIRQ layer prototypes
 2026-02-08 18:50 UTC  (5+ messages)

color.diff.<slot> for commit headers (Author, Date, ...)
 2026-02-08 18:50 UTC  (2+ messages)

[PATCH] btrfs: refactor the main loop of cow_file_range()
 2026-02-08 18:48 UTC  (2+ messages)

[PATCH v2 2/2] selftests/cgroup: add test for zswap incompressible pages
 2026-02-08 18:49 UTC  (2+ messages)

[PATCH] irqchip/gic-v3-its: Limit number of per-device MSIs to the range the ITS supports
 2026-02-08 18:48 UTC  (2+ messages)

[syzbot] [wireless?] WARNING in ieee80211_tx_h_rate_ctrl
 2026-02-08 18:47 UTC  (2+ messages)

[OE-core][PATCH v1] libarchive: add ptest support
 2026-02-08 18:46 UTC 

[PATCH] checkpatch: suggest fsleep() for short msleep() calls
 2026-02-08 18:44 UTC  (4+ messages)

[PATCH v2 1/2] staging: sm750fb: Fix CamelCase variable names
 2026-02-08 18:43 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] staging: sm750fb: remove Hungarian notation prefixes
` [PATCH v4 1/2] staging: sm750fb: Fix CamelCase variable names
  ` [PATCH v4 2/2] staging: sm750fb: remove Hungarian notation prefixes

[PATCH v2] btrfs: reject single block sized compression early
 2026-02-08 18:34 UTC  (2+ messages)

[PATCH 00/19] btrfs: fix a return value and remove pointless labels and gotos
 2026-02-08 18:37 UTC  (4+ messages)
` [PATCH 16/19] btrfs: remove out label in finish_verity()

[PATCH v3 0/3] tracing: Clean up the snapshot and max tracer code
 2026-02-08 18:38 UTC  (4+ messages)
` [PATCH v3 1/3] tracing: Rename trace_array field max_buffer to snapshot_buffer
` [PATCH v3 2/3] tracing: Add tracer_uses_snapshot() helper to remove #ifdefs
` [PATCH v3 3/3] tracing: Better separate SNAPSHOT and MAX_TRACE options

[RFC PATCH 0/4] add software ecdsa support
 2026-02-08 18:37 UTC  (4+ messages)

[PATCH] btrfs: fix lost return value on error in finish_verity()
 2026-02-08 18:36 UTC 

[PATCH v2] mtd: spi-nor: Add support for flash reset
 2026-02-08 18:35 UTC 

[PATCH] staging: rtl8723bs: refactor halbtc8723b1ant_CoexTableWithType() to remove duplication
 2026-02-08 18:35 UTC  (2+ messages)

[PATCH v3 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
 2026-02-08 18:34 UTC  (5+ messages)
` [PATCH v3 02/16] KVM: arm64: nv: Implement nested Stage-2 page table walk logic

[meta-python][PATCH] python3-pychromecast: allow building with newer version of python3-wheel
 2026-02-08 18:33 UTC 

[PATCH] KVM: x86: synthesize TSA CPUID bits via SCATTERED_F()
 2026-02-08 18:28 UTC  (2+ messages)

Issue in man page sprof.1
 2026-02-08 18:28 UTC  (4+ messages)

[PATCH v2 0/2] selftests/liveupdate: add end to end test infrastructure and scripts
 2026-02-08 18:27 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH v4 0/2] btrfs: fix periodic reclaim condition
 2026-02-08 18:24 UTC  (3+ messages)
` [PATCH v4 1/2] "

[PATCH 0/7] btrfs: minor tweaks and cleanups to the super block writing path
 2026-02-08 18:24 UTC  (4+ messages)
` [PATCH 6/7] btrfs: remove max_mirrors argument from write_all_supers()

Issue in man page sigaction.2
 2026-02-08 18:22 UTC  (5+ messages)

[PATCH v2 0/3] tegra194 PCI endpoint fixes
 2026-02-08 18:21 UTC  (4+ messages)
` [PATCH v2 2/3] PCI: tegra194: Reset BARs when running in PCIe endpoint mode

[PATCH net-next v7 0/9] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-02-08 18:18 UTC  (17+ messages)
` [PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup

[PATCH wireguard] wireguard: prevent ipv6 addrconf via IFF_NO_ADDRCONF flag
 2026-02-08 17:05 UTC 

A minor patch for wg.8 manual page
 2025-12-17 19:02 UTC 

wg-quick: Add flag `WG_QUICK_PREFER_USERSPACE_IMPLEMENTATION`
 2026-01-09 14:41 UTC 

[PATCH] device: use gomaxprocs for device worker count
 2025-09-12 15:28 UTC 

Inconsistent Route Handling Across Different Client Implementations
 2025-07-30 10:13 UTC 

typo re: handshake initiation timer
 2025-06-16 17:03 UTC 

I want to report an issue I found with your example (send ring buffer get corrupted)
 2026-02-04 18:19 UTC  (2+ messages)
` Fwd: "

[PATCH] api: use mutex when removing instance on close adapter
 2026-02-02 14:36 UTC 

Unable to import files in newer versions of Android TV app
 2026-01-29 20:47 UTC 

Unable to import files in wireguard app on some Android TV devices
 2026-01-28 19:58 UTC 

[V5,0/9] Enhancements to pcie-tegra194 driver
 2026-02-08 18:09 UTC  (10+ messages)
` [V5,1/9] PCI: tegra194: Drive CLKREQ signal low explicitly
` [V5,2/9] PCI: tegra194: Calibrate P2U for endpoint mode
` [V5,3/9] PCI: tegra194: Remove IRQF_ONESHOT flag during Endpoint interrupt registration
` [V5,4/9] PCI: tegra194: Enable DMA interrupt
` [V5,5/9] PCI: tegra194: Enable hardware hot reset mode in Endpoint
` [V5,6/9] PCI: tegra194: Disable L1.2 capability of Tegra234 EP
` [V5,7/9] dt-bindings: PCI: tegra194: Add monitor clock support
` [V5,8/9] PCI: tegra194: Add core "
` [V5,9/9] PCI: tegra194: Add ASPM L1 entrance latency config

[V5,00/13] Fixes to pcie-tegra194 driver
 2026-02-08 18:07 UTC  (14+ messages)
` [V5,01/13] PCI: tegra194: Fix polling delay for L2 state
` [V5,02/13] PCI: tegra194: Refactor LTSSM state polling on surprise down
` [V5,03/13] PCI: tegra194: Don't force the device into the D0 state before L2
` [V5,04/13] PCI: tegra194: Free up EP resources during remove()
` [V5,05/13] PCI: tegra194: Use HW version number
` [V5,06/13] PCI: tegra194: Fix CBB timeout caused by DBI access before core power-on
` [V5,07/13] PCI: tegra194: Disable PERST IRQ only in Endpoint mode
` [V5,08/13] PCI: tegra194: Disable direct speed change for EP
` [V5,09/13] PCI: tegra194: Use devm_gpiod_get_optional() to parse "nvidia,refclk-select"
` [V5,10/13] PCI: tegra194: Apply pinctrl settings for both PCIe RP and EP
` [V5,11/13] PCI: tegra194: Free resources during controller deinitialization
` [V5,12/13] PCI: tegra194: Allow system suspend when the Endpoint link is not up
` [V5,13/13] PCI: tegra194: Set LTR message request before PCIe link up

[PATCH] scsi: megaraid_sas: return DID_SOFT_ERROR on zero-byte DONE_WITH_ERROR
 2026-02-08 18:06 UTC 

[PATCH v9 0/2] Make KHO Stateless
 2026-02-08 18:07 UTC  (5+ messages)
` [PATCH v9 1/2] kho: Adopt radix tree for preserved memory tracking
` [PATCH v9 2/2] kho: Remove finalize state and clients

[LSF/MM/BPF TOPIC] Documenting the correct pushback on AI inspired (and other) fixes in older drivers
 2026-02-08 17:58 UTC  (3+ messages)

[PATCH] ext4/307: Calculate donor size to avoid failures for 64k bs
 2026-02-08 17:54 UTC  (2+ messages)

[PATCH v2 0/2] Add support for Samsung S2MU005 battery fuel gauge device
 2026-02-08 17:52 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: power: supply: document Samsung S2MU005 battery fuel gauge
` [PATCH v2 2/2] power: supply: add support for S2MU005 battery fuel gauge device

[PATCH v2 0/4] Add Rust abstractions for nvmem-provider
 2026-02-08 17:52 UTC  (11+ messages)
` [PATCH v2 1/4] rust: io: Add big-endian read and write functions

[PATCH v2 1/2] staging: rtl8723bs: simplify boolean test in rtw_btcoex_MediaStatusNotify
 2026-02-08 17:51 UTC  (2+ messages)
` [PATCH v2 2/2] staging: rtl8723bs: remove extra blank lines in rtw_btcoex.c

[PATCH RFC] Fix speaker/mic mute LEDs on HP OmniBook 7 AI 14-fr0220nw
 2026-02-08 17:50 UTC  (3+ messages)

[PATCH v2 0/4] fbdev: au1100fb: support COMPILE_TEST and fix multi-device support
 2026-02-08 17:48 UTC  (5+ messages)
` [PATCH v2 1/4] fbdev: au1100fb: Don't store device specific data in global variables

[PULL] u-boot-at91-2026.04-a
 2026-02-08 17:46 UTC  (2+ messages)

[frank-w-bpi-r2-4.14:6.19-as21_192 144/144] drivers/net/phy/phylink.c:1022:32-35: ERROR: invalid reference to the index variable of the iterator on line 1011
 2026-02-08 17:42 UTC 

[Buildroot] [PATCH v2 0/2] new packages: rpmsg-utils and rpmsg-echo-test
 2026-02-08 17:41 UTC  (4+ messages)
` [Buildroot] [PATCH v2 1/2] package/rpmsg-utils: new package
` [Buildroot] [PATCH v2 2/2] package/rpmsg-echo-test: "

[syzbot] [kvm?] WARNING in kvm_gmem_fault_user_mapping
 2026-02-08 17:34 UTC  (7+ messages)
` [PATCH] KVM: guest_memfd: Disable VMA merging with VM_DONTEXPAND

[RFC 0/3] vhost-net: netfilter support for RX path
 2026-02-08 17:32 UTC  (3+ messages)
` [RFC 1/3] uapi: vhost: add vhost-net netfilter offload API

[PATCH v2 next 00/11] tools/nolibc: Enhance printf()
 2026-02-08 17:31 UTC  (4+ messages)
` [PATCH v2 next 08/11] tools/nolibc/printf: Add support for zero padding and field precision

[groeck-staging:hwmon-next] BUILD SUCCESS 69d9d891cb0ad3b3e32789da712dae5461c72553
 2026-02-08 17:29 UTC 

[PATCH net-next v3] bnge/bng_re: Add a new HSI
 2026-02-08 17:29 UTC 

[PULL REQUEST] i2c-for-6.19-final
 2026-02-08 17:29 UTC  (2+ messages)

[PATCH net-next v20 00/12] virtio_net: Add ethtool flow rules support
 2026-02-08 17:29 UTC  (3+ messages)
` [PATCH net-next v20 05/12] virtio_net: Query and set flow filter caps

[PATCHSET] fstests: more random fixes for v2026.01.27
 2026-02-08 17:26 UTC  (4+ messages)
` [PATCH 1/3] xfs/018: remove inline xattr recovery tests
  ` [PATCH v1.1 "

[PATCH] tty: ipwireless: Fix use-after-free in tasklet during device removal
 2026-02-08 17:25 UTC  (5+ messages)

[PATCH 0/3] doc: patch-id: explain how to map efficiently
 2026-02-08 17:23 UTC  (4+ messages)
` [PATCH 2/3] doc: patch-id: add script example


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.