All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-09 09:10:18 to 2026-05-09 11:30:49 UTC [more...]

[PATCH 00/18] Wangxun Fixes
 2026-05-09 11:28 UTC  (22+ messages)
` [PATCH v2 00/20] "
  ` [PATCH v2 11/20] net/txgbe: fix traffic class priority configuration
` [PATCH v3 00/20] Wangxun Fixes
  ` [PATCH v3 01/20] net/txgbe: remove duplicate xstats counters
  ` [PATCH v3 02/20] net/ngbe: "
  ` [PATCH v3 03/20] net/ngbe: add missing CDR config for YT PHY
  ` [PATCH v3 04/20] net/ngbe: fix VF promiscuous and allmulticast
  ` [PATCH v3 05/20] net/txgbe: fix inaccuracy in TX rate limiting
  ` [PATCH v3 06/20] net/txgbe: fix link status check condition
  ` [PATCH v3 07/20] net/txgbe: fix Tx desc free logic
  ` [PATCH v3 08/20] net/txgbe: fix link flow control registers for Amber-Lite
  ` [PATCH v3 09/20] net/txgbe: fix link flow control config for Sapphire
  ` [PATCH v3 10/20] net/txgbe: fix a mass of unknown interrupts
  ` [PATCH v3 11/20] net/txgbe: fix traffic class priority configuration
  ` [PATCH v3 12/20] net/txgbe: fix link stability for 25G NIC
  ` [PATCH v3 13/20] net/txgbe: fix link stability for 40G NIC
  ` [PATCH v3 14/20] net/txgbe: fix link stability for Amber-Lite backplane mode
  ` [PATCH v3 15/20] net/txgbe: fix FEC mode configuration on 25G NIC
  ` [PATCH v3 16/20] net/txgbe: fix SFP module identification

[PATCH] tpm: Remove dead NULL check in tpm2_flush_space()
 2026-05-09 11:28 UTC  (2+ messages)

[PATCH] hwmon: (tmp102) Change mode to read label property
 2026-05-09 11:24 UTC 

[PATCH net-next v3 1/2] keys, dns: drop unused upayload->data NUL terminator
 2026-05-09 11:24 UTC  (3+ messages)
` [PATCH net-next v3 2/2] KEYS: annotate struct user_key_payload with __counted_by

[PATCH 0/2] i2c: Add i2c-shared-gpio driver
 2026-05-09 11:16 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: i2c: Add i2c-shared-gpio
    ` AW: "

[PATCH] driver core: avoid repeatedly printing the same 'Fixed dependency' log
 2026-05-09 11:17 UTC 

[PATCH v5 00/11] pinctrl: add support of Airoha SoCs
 2026-05-09 11:11 UTC  (12+ messages)
` [PATCH v5 01/11] bitops: import BITS_PER_TYPE() macro from linux
` [PATCH v5 02/11] bitfield: Add less-checking __FIELD_{GET,PREP}()
` [PATCH v5 03/11] bitfield: Add non-constant field_{prep, get}() helpers
` [PATCH v5 04/11] pinctrl: add more pinconf/pinctrl definitions
` [PATCH v5 05/11] pinctrl: airoha: add shared pinctrl code
` [PATCH v5 06/11] pinctrl: airoha: add pin controller and gpio driver for AN7581 SoC
` [PATCH v5 07/11] pinctrl: airoha: add pin controller and gpio driver for AN7583 SoC
` [PATCH v5 08/11] pinctrl: airoha: add pin controller and gpio driver for EN7523 SoC
` [PATCH v5 09/11] configs: airoha: an7581: enable pinctrl/gpio support
` [PATCH v5 10/11] configs: airoha: en7523: "
` [PATCH v5 11/11] arm: dts: en7523: add pinctrl/gpio support, drop legacy gpio support

[Bug 220748] New: usb: xhci_queue_isoc_tx_prepare ignore start_frame and always assumes URB_ISO_ASAP is set
 2026-05-09 11:10 UTC  (7+ messages)
` [Bug 220748] "

[PATCH net-next v3 1/3] net/ethernet: add ZTE network driver support
 2026-05-09 10:34 UTC  (2+ messages)

[oe][meta-webserver][PATCH v2 1/1] nginx: upgrade 1.29.7 -> 1.30.0
 2026-05-09 11:06 UTC 

[PATCH v4 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-05-09 11:04 UTC  (4+ messages)
` [PATCH v4 02/15] mm: Make empty_zero_page __ro_after_init

[GIT PULL] PXA1908 DT changes for 7.2
 2026-05-09 11:04 UTC 

[oe][meta-webserver][PATCH 1/1] nginx: upgrade 1.29.7 -> 1.30.0
 2026-05-09 11:03 UTC  (5+ messages)

[PATCH v4 0/2] revision.c: implement --reverse=before for walks
 2026-05-09 11:01 UTC  (3+ messages)
` [PATCH v5] revision.c: implement --max-count-oldest

[PATCH net] net/smc: fix sleep-inside-lock in __smc_setsockopt() causing local DoS
 2026-05-09 11:01 UTC 

[PATCH net v1] net/rds: reset op_nents when zerocopy page pin fails
 2026-05-09 10:59 UTC  (2+ messages)

[PATCH v3 0/3] Documentation: security-bugs: new updates covering triage and AI
 2026-05-09 10:56 UTC  (6+ messages)
` [PATCH v3 1/3] Documentation: security-bugs: do not systematically Cc the security team
` [PATCH v3 2/3] Documentation: security-bugs: explain what is and is not a security bug
` [PATCH v3 3/3] Documentation: security-bugs: clarify requirements for AI-assisted reports

[PATCH RFC 00/28] ui/input: Decouple internal and QAPI input events
 2026-05-09 10:34 UTC  (29+ messages)
` [PATCH RFC 01/28] ui/input: Introduce QemuInputEvent typedef
` [PATCH RFC 02/28] ui/input: Remove QAPI wrappers from QemuInputEvent
` [PATCH RFC 03/28] ui/input: Store QKeyCode directly in QemuInputKeyEvent
` [PATCH RFC 04/28] ui/input: Use Linux key codes for internal key events
` [PATCH RFC 05/28] ui/console: Add qemu_text_console_put_linux()
` [PATCH RFC 06/28] ui/kbd-state: Use Linux key codes
` [PATCH RFC 07/28] hw/arm/musicpal: "
` [PATCH RFC 08/28] hw/char/escc: "
` [PATCH RFC 09/28] hw/display/xenfb: "
` [PATCH RFC 10/28] hw/input/adb-kbd: "
` [PATCH RFC 11/28] hw/input/hid: "
` [PATCH RFC 12/28] hw/input/ps2: "
` [PATCH RFC 13/28] hw/input/virtio-input: "
` [PATCH RFC 14/28] hw/m68k/next-kbd: "
` [PATCH RFC 15/28] replay: "
` [PATCH RFC 16/28] ui/cocoa: "
` [PATCH RFC 17/28] ui/dbus: "
` [PATCH RFC 18/28] ui/gtk: "
` [PATCH RFC 19/28] ui/input-barrier: "
` [PATCH RFC 20/28] ui/input-legacy: "
` [PATCH RFC 21/28] ui/input-linux: "
` [PATCH RFC 22/28] ui/keymaps: "
` [PATCH RFC 23/28] ui/sdl2: "
` [PATCH RFC 24/28] ui/spice: "
` [PATCH RFC 25/28] ui/vnc: "
` [PATCH RFC 26/28] qemu-keymap: "
` [PATCH RFC 27/28] ui/console: Remove qemu_text_console_put_qcode()
` [PATCH RFC 28/28] ui/input: Remove unused QKeyCode helpers and keymaps

[PATCH v2 0/8] Fix MCR inconsistencies in RTP tables
 2026-05-09 10:54 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for Fix MCR inconsistencies in RTP tables (rev2)

[PATCH v7] nfc: hci: fix out-of-bounds read in HCP header parsing
 2026-05-09 10:54 UTC  (2+ messages)

[PULL 00/32] UI patches
 2026-05-09 10:49 UTC  (2+ messages)

[Bug 221419] New: ideapad-laptop: brightness keys require continuous VPC polling to function on IdeaPad 3 15IIL05 (BIOS EMCN60WW)
 2026-05-09 10:48 UTC  (2+ messages)
` [Bug 221419] "

[PATCH v3 0/3] doc: bitbake-user-manual-metadata: clarify inherit_defer documentation
 2026-05-09 10:43 UTC  (4+ messages)
` [PATCH v3 1/3] doc: bitbake-user-manual-metadata: remove incorrect claim
` [PATCH v3 2/3] doc: bitbake-user-manual-metadata: remove invalid anonymous Python example
` [PATCH v3 3/3] doc: bitbake-user-manual-metadata: explain inherit_defer example

[moderation/CI] Re: netdevsim: Fix task hung by releasing bus lock before device ops
 2026-05-09 10:43 UTC 

[PATCH v3 0/9] iio: introduce devm_ API for hid sensro setup and cleanup
 2026-05-09 10:42 UTC  (11+ messages)
` [PATCH v3 1/9] iio: hid-sensors: drop redundant iio_dev argument
` [PATCH v3 2/9] iio: hid-sensors: cleanup codestyle warning
` [PATCH v3 3/9] iio: hid-sensors: introduce device managed API
` [PATCH v3 4/9] iio: gyro: hid-sensor-gyro-3d: cleanup codestyle warning
` [PATCH v3 5/9] iio: gyro: hid-sensor-gyro-3d: drop hid_sensor_remove_trigger() using devm API
` [PATCH v3 6/9] iio: humidity: hid-sensor-humidity: cleanup codestyle check
` [PATCH v3 7/9] iio: humidity: hid-sensor-humidity: use common device for devres
` [PATCH v3 8/9] iio: humidity: hid-sensor-humidity: use local struct device
` [PATCH v3 9/9] iio: humidity: hid-sensor-humidity: drop hid_sensor_remove_trigger() using devm API

CVE-2026-43284: xfrm: esp: avoid in-place decrypt on shared skb frags
 2026-05-09 10:40 UTC  (3+ messages)

[PATCH v4 0/9] pinctrl: add support of Airoha SoCs
 2026-05-09 10:40 UTC  (7+ messages)
` [PATCH v4 3/9] pinctrl: airoha: add shared pinctrl code
` [PATCH v4 4/9] pinctrl: airoha: add pin controller and gpio driver for AN7581 SoC

[PATCH blktests] blktrace/001: Skip test when kernel lockdown is enabled
 2026-05-09 10:35 UTC  (4+ messages)

WARNING in do_notify_parent (kernel/signal.c:2174)
 2026-05-09 10:37 UTC  (2+ messages)

[PATCH] HID: mcp2221: fix OOB write in mcp2221_raw_event()
 2026-05-09 10:36 UTC  (2+ messages)

[PATCH v6 net-next 00/15] Add preliminary NETC switch support for i.MX94
 2026-05-09 10:29 UTC  (16+ messages)
` [PATCH v6 net-next 01/15] dt-bindings: net: dsa: update the description of 'dsa,member' property
` [PATCH v6 net-next 02/15] dt-bindings: net: dsa: add NETC switch
` [PATCH v6 net-next 03/15] net: enetc: add pre-boot initialization for i.MX94 switch
` [PATCH v6 net-next 04/15] net: enetc: add basic operations to the FDB table
` [PATCH v6 net-next 05/15] net: enetc: add support for the "Add" operation to VLAN filter table
` [PATCH v6 net-next 06/15] net: enetc: add support for the "Update" operation to buffer pool table
` [PATCH v6 net-next 07/15] net: enetc: add support for "Add" and "Delete" operations to IPFT
` [PATCH v6 net-next 08/15] net: enetc: add multiple command BD rings support
` [PATCH v6 net-next 09/15] net: dsa: add NETC switch tag support
` [PATCH v6 net-next 10/15] net: dsa: netc: introduce NXP NETC switch driver for i.MX94
` [PATCH v6 net-next 11/15] net: dsa: netc: add phylink MAC operations
` [PATCH v6 net-next 12/15] net: dsa: netc: add FDB, STP, MTU, port setup and host flooding support
` [PATCH v6 net-next 13/15] net: dsa: netc: initialize buffer pool table and implement flow-control
` [PATCH v6 net-next 14/15] net: dsa: netc: add support for the standardized counters
` [PATCH v6 net-next 15/15] net: dsa: netc: add support for ethtool private statistics

[PATCH v2] dt-bindings: rtc: epson,rx6110: Convert to DT Schema
 2026-05-09 10:27 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: Add guest driver CUID support
 2026-05-09 10:25 UTC  (2+ messages)

[PATCH] fuse: propagate async RELEASE queue errno in fuse_file_put()
 2026-05-09 10:23 UTC 

[PATCH] 9p: Fix mkdir to return NULL on success
 2026-05-09 10:00 UTC  (2+ messages)

[PATCH v3 0/2] cgroup/cpuset: fix DL attach accounting
 2026-05-09 10:20 UTC  (3+ messages)
` [PATCH v3 1/2] cgroup/cpuset: reset DL migration state on can_attach() failure
` [PATCH v3 2/2] cgroup/cpuset: reserve DL bandwidth only for root-domain moves

[PATCH] drm/amdgpu: add rcu_barrier() in module exit to prevent use-after-free
 2026-05-09 10:20 UTC 

[PATCH v8] kbuild: host: use single executable for rustc -C linker
 2026-05-09 10:19 UTC 

[PATCH v6 0/2] mm: improve write performance with RWF_DONTCACHE
 2026-05-09 10:19 UTC  (4+ messages)
` [PATCH v6 2/2] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking

[PATCH] dt-bindings: usb: ci-hdrc-usb2: allow up to 3 clocks for qcom,ci-hdrc
 2026-05-09 10:17 UTC 

[PATCH] Bluetooth: hci_uart: serialize close flush with write_work
 2026-05-09 10:17 UTC  (2+ messages)
`  "

[PATCH v3 0/7] media: iris: enable SM8350 and SC8280XP support
 2026-05-09 10:16 UTC  (8+ messages)
` [PATCH v3 2/7] media: iris: introduce "

[PATCH v12 0/6] Add es9356 focused SoundWire CODEC
 2026-05-09 10:11 UTC  (7+ messages)
` [PATCH v12 1/6] ASoC: sdw_utils: add soc_sdw_es9356
` [PATCH v12 2/6] ASoC: sdw_utils: add ES9356 in codec_info_list
` [PATCH v12 3/6] ASoC: es9356-sdca: Add ES9356 SDCA driver
` [PATCH v12 4/6] ASoC: Intel: soc-acpi: arl: Add es9356 support
` [PATCH v12 5/6] ASoC: Intel: sof_sdw: add "
` [PATCH v12 6/6] soundwire: intel_auxdevice: Add es9356 to wake_capable_list

[PATCH wireless-next] wifi: rt2x00: allocate anchor with rt2x00dev
 2026-05-09 10:13 UTC  (2+ messages)

[PATCH 1/2] crypto: atmel-sha204a - drop __maybe_unused and of_match_ptr
 2026-05-09 10:11 UTC  (2+ messages)
` [PATCH 2/2] crypto: atmel-ecc - drop CONFIG_OF guard "

[PATCH v3 2/2] i2c: core: support recovery for single-ended GPIOs
 2026-05-09 10:10 UTC  (5+ messages)
` [PATCH v4 0/2] i2c: improve bus "
  ` [PATCH v4 1/2] gpiolib: add gpiod_is_single_ended() helper
  ` [PATCH v4 2/2] i2c: core: support recovery for single-ended GPIOs

[PATCH net-next v4 10/10] net: airoha: Support multiple LAN/WAN interfaces for hw MAC address configuration
 2026-05-09 10:07 UTC  (3+ messages)

[PATCH net-next v3 0/5] net: wangxun: timeout and error
 2026-05-09 10:05 UTC  (6+ messages)
` [PATCH net-next v3 1/5] net: ngbe: implement libwx reset ops
` [PATCH net-next v3 2/5] net: wangxun: add Tx timeout process
` [PATCH net-next v3 3/5] net: wangxun: add reinit parameter to wx->do_reset callback
` [PATCH net-next v3 4/5] net: wangxun: extract the close_suspend sequence
` [PATCH net-next v3 5/5] net: wangxun: implement pci_error_handlers ops

[PATCH 1/1] riscv: dts: spacemit: enable eMMC for OrangePi RV2
 2026-05-09 10:00 UTC  (2+ messages)

[PATCH v7] kbuild: host: use single executable for rustc -C linker
 2026-05-09 10:04 UTC  (3+ messages)

[PATCH] m68k: Handle put_user() faults more carefully
 2026-05-09 10:03 UTC  (3+ messages)

Rebuild mode for tail-pack layouts
 2026-05-09 10:03 UTC  (4+ messages)

[PATCH v2 0/9] exfat: convert to iomap
 2026-05-09  9:59 UTC  (3+ messages)
` [PATCH v2 5/9] iomap: introduce IOMAP_F_ZERO_TAIL flag

[PATCH] staging: vme_user: validate slave window size against buffer size
 2026-05-09  9:58 UTC  (6+ messages)
` [PATCH v3] "

[PATCH net-next v2] net: usb: pegasus: replace simple_strtoul with kstrtouint
 2026-05-09  9:51 UTC 

[PATCH v6 3/3] git-gui: handle GIT_DIR and GIT_WORK_TREE early
 2026-05-09  9:55 UTC  (2+ messages)

[PATCH] Input: analog: replace deprecated simple_strtoul() with kstrtouint()
 2026-05-09  9:55 UTC  (2+ messages)

[PATCH] drm/amd/pm: fix memleak of dpm_policies on smu v15
 2026-05-09  9:53 UTC  (2+ messages)

[PATCH] qemu-options: document -chardev dbus
 2026-05-09  9:48 UTC 

[PATCH 0/2] mm/khugepaged: fix sub-PMD MADV_COLLAPSE range handling
 2026-05-09  9:47 UTC  (2+ messages)

[android-common:android16-6.12 5/5] drivers/gpu/drm/msm/dsi/dsi_host.c:541: warning: Function parameter or struct member 'is_bonded_dsi' not described in 'dsi_adjust_pclk_for_compression'
 2026-05-09  9:45 UTC 

[linux-next:master 4172/4394] drivers/block/loop.c:402:34-51: opportunity for str_write_read(rw == ITER_SOURCE)
 2026-05-09  9:45 UTC 

[PATCH net-next v4 09/10] net: airoha: Introduce WAN device flag
 2026-05-09  9:42 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: replace msleep with usleep_range for 1ms delay
 2026-05-09  9:40 UTC 

[PATCH 0/6] SUNRPC: Address remaining cache_check_rcu() UAF in cache content files
 2026-05-09  9:41 UTC  (9+ messages)

[PATCH 0/8] char: misc: Introduce misc_sync to fix UAF
 2026-05-09  9:40 UTC  (6+ messages)
` [PATCH 3/8] char: misc: Introduce misc_sync_register()

[PATCH v2 00/13] sched/fair/schedutil: Better manage system response time
 2026-05-09  9:39 UTC  (6+ messages)
` [PATCH v2 RFC 08/13] sched/qos: Add a new sched-qos interface

[Buildroot] [PATCH] Revert "package/python-setuptools: bump to version 82.0.0"
 2026-05-09  9:38 UTC 

[PATCH] cgroup/cpuset: skip hardwall ancestor scan in v2 mode in cpuset_current_node_allowed()
 2026-05-09  9:36 UTC  (3+ messages)

[PATCH] netdevsim: Fix task hung by releasing bus lock before device ops
 2026-05-09  9:33 UTC  (2+ messages)

[PATCH] PM: sleep: Use complete() instead of complete_all() in device_pm_sleep_init()
 2026-05-09  9:31 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: initialize ino_entry_info before checkpoint load
 2026-05-09  9:30 UTC  (3+ messages)
  `  "

[PATCH] ASoC: Intel: soc-acpi: add LG Gram 16Z90U RT713 + single RT1320 quirk
 2026-05-09  8:53 UTC 

arch/arm/boot/dts/nspire/nspire-tp.dtb: timer@900d0000 (lsi,zevio-timer): 'clock-names' does not match any of the regexes: '^pinctrl-[0-9]+$'
 2026-05-09  9:21 UTC 

[f2fs-dev] [PATCH v2] f2fs: add iostat latency tracking for direct IO
 2026-05-09  9:20 UTC  (2+ messages)

[PATCH v2] dm-raid: only requeue bios when dm is suspending
 2026-05-09  9:18 UTC  (2+ messages)

[PATCH] drm/armada: fix device_node reference leak in armada_lcd_bind()
 2026-05-09  9:18 UTC 

[PATCH 1/3] Fix overread in PREQ frame processing
 2026-05-09  9:17 UTC  (2+ messages)

[PATCH 0/8] iio: magnetometer: ak8975: driver cleanup
 2026-05-09  9:15 UTC  (4+ messages)
` [PATCH 8/8] iio: magnetometer: ak8975: make use of the macros from bits.h

[PATCH] kernel: exit: fix coding style missing spaces
 2026-05-09  9:14 UTC 

[PATCH] docs: Document panic_on_rcu_stall default behavior
 2026-05-09  9:12 UTC 

[PATCH] overlay/080: cycle base fs in prepare_midlayer to exercise lazy verity load
 2026-05-09  9:10 UTC  (2+ messages)

[PATCH] ocfs2: reject inconsistent inode size before truncate
 2026-05-09  9:10 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.