All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-03 06:18:37 to 2026-05-03 09:01:22 UTC [more...]

[PATCH] staging: rtl8723bs: Remove unnecessary braces in rtl8723bs_xmit.c
 2026-05-03  9:00 UTC  (6+ messages)
` [PATCH v2] "

[f2fs-dev] [bug report] potential order violation bug in 'fs/f2fs/segment.c', in '__create_discard_cmd'
 2026-05-03  9:00 UTC  (3+ messages)
  `  "

[PATCH net v2 1/2] batman-adv: reject new tp_meter sessions during teardown
 2026-05-03  8:53 UTC  (4+ messages)

[PATCH v3 wireless-next 00/15] wifi: mac80211: more NAN patches
 2026-05-03  8:59 UTC  (16+ messages)
` [PATCH v3 wireless-next 01/15] wifi: mac80211: track the id of the NAN cluster we joined
` [PATCH v3 wireless-next 02/15] wifi: mac80211: allow userspace TX/RX over NAN Data interfaces
` [PATCH v3 wireless-next 03/15] wifi: mac80211: accept protected frames for NAN device
` [PATCH v3 wireless-next 04/15] wifi: mac80211: Allow setting MAC address on interface creation
` [PATCH v3 wireless-next 05/15] wifi: mac80211: Fix a kernel panic in ieee80211_encrypt_tx_skb()
` [PATCH v3 wireless-next 06/15] wifi: mac80211: avoid out-of-bounds access in monitor
` [PATCH v3 wireless-next 07/15] wifi: mac80211: add NAN channel evacuation support
` [PATCH v3 wireless-next 08/15] wifi: mac80211_hwsim: remove unused nan_vif struct member
` [PATCH v3 wireless-next 09/15] wifi: mac80211_hwsim: move NAN related variables into a struct
` [PATCH v3 wireless-next 10/15] wifi: mac80211_hwsim: split NAN handling into separate file
` [PATCH v3 wireless-next 11/15] wifi: mac80211_hwsim: rename and switch simulation time to boottime
` [PATCH v3 wireless-next 12/15] wifi: mac80211_hwsim: move timestamp writing later in the datapath
` [PATCH v3 wireless-next 13/15] wifi: mac80211_hwsim: register beacon timer by calculating TBTT
` [PATCH v3 wireless-next 14/15] wifi: mac80211_hwsim: refactor NAN timer handling
` [PATCH v3 wireless-next 15/15] wifi: mac80211_hwsim: switch to use TXQs

[PATCH RFC] memcg: add per-cgroup dirty page controls (dirty_ratio, dirty_min)
 2026-05-03  8:59 UTC  (2+ messages)

[PATCH] mm: vmscan: rework lru_shrink and write_folio tracepoints
 2026-05-03  8:57 UTC 

[LTP] [PATCH 0/2] syscalls: clean up getpid/getppid tests
 2026-05-03  8:55 UTC  (3+ messages)
` [LTP] [PATCH 1/2] getpid: Link manpage and fix minor issues
` [LTP] [PATCH 2/2] getppid: "

[f2fs-dev] [PATCH 1/2] f2fs_io: support xattr(large_folio)
 2026-05-03  8:55 UTC  (4+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs_io: user O_RDONLY for fadvise

[PATCH v2] blktrace: reject buf_size smaller than blk_io_trace2
 2026-05-03  8:55 UTC 

[PATCH] staging: iio: ad9834: fix probe error handling and comment typo
 2026-05-03  8:53 UTC  (3+ messages)

[PATCH v2 1/1] git-gui: protect rev-parse --show-toplevel call
 2026-05-03  8:53 UTC  (7+ messages)
` [PATCH v3 1/1] git-gui: handle missing worktree and separated gitdir

[PATCH 0/2] PCI: Allow disabling port services on broken root ports
 2026-05-03  8:52 UTC  (9+ messages)
` [PATCH 2/2] PCI: Add quirk to disable PCIe port services on Sophgo SG2042

[PATCHSET 0/5] io_uring related epoll cleanups
 2026-05-03  8:49 UTC  (6+ messages)
` [PATCH 1/5] eventpoll: pass struct epoll_filefd through ep_find() and ep_insert()
` [PATCH 2/5] eventpoll: export is_file_epoll()
` [PATCH 3/5] eventpoll: add file based control interface
` [PATCH 4/5] io_uring/epoll: switch to using do_epoll_ctl_file() interface
` [PATCH 5/5] io_uring/epoll: disallow adding an epoll file to an epoll context

[f2fs-dev] [PATCH] f2fs_io: fix length for setxattr
 2026-05-03  8:50 UTC  (2+ messages)

[PATCH] blktrace: reject buf_size smaller than blk_io_trace
 2026-05-03  8:49 UTC  (3+ messages)

[PATCH] selftests/mm: ksm-functional-tests: fix partial writes
 2026-05-03  8:48 UTC  (3+ messages)
` [PATCH v2] selftests/mm: ksm-functional-tests: fix partial write handling

[PATCH 00/20] fbconsole: support TUI-relevant escape sequences
 2026-05-03  8:33 UTC  (21+ messages)
` [PATCH 01/20] fbconsole: remove incomplete CSI_CNT state
` [PATCH 02/20] fbconsole: improve handling of unexpected escape sequences
` [PATCH 03/20] fbconsole: fix handling of CSI buffer overflow
` [PATCH 04/20] fbconsole: do not reset cursor visibility alongside attributes
` [PATCH 05/20] fbconsole: respect hidden cursor everywhere
` [PATCH 06/20] fbconsole: call fb_blit_area for every drawchar
` [PATCH 07/20] fbconsole: skip fb_flush when processing escape sequences
` [PATCH 08/20] fbconsole: factor out helpers for clamped cursor row/col setting
` [PATCH 09/20] fbconsole: precompute foreground/background colors
` [PATCH 10/20] fbconsole: collect renderable state into struct fbc_screen_state
` [PATCH 11/20] fbconsole: implement CSI A/B/C/D cursor movement sequences
` [PATCH 12/20] fbconsole: restrict cursor visibility to DEC private mode 25
` [PATCH 13/20] fbconsole: add new clear_chars helper
` [PATCH 14/20] fbconsole: implement erase entire line CSI
` [PATCH 15/20] fbconsole: support ESC[0J and ESC[1J partial screen clear
` [PATCH 16/20] fbconsole: implement DEC save/restore cursor
` [PATCH 17/20] fbconsole: implement VT100 deferred wrap (last column flag)
` [PATCH 18/20] fbconsole: implement alternate screen buffer (ESC[?1049h/l)
` [PATCH 19/20] fbconsole: adapt logging depending on activated streams
` [PATCH 20/20] netconsole: suppress log message when opening console file

[PATCH] Makefile: Globally enable fall-through warning
 2026-05-03  8:44 UTC 

Bluetooth: btusb: Add VID/PID 0489:e156 for MediaTek MT7902
 2026-05-03  8:43 UTC  (3+ messages)

[PATCH] mm/hugetlb_cma: restrict hugetlb_cma parameter to gigantic-page alignment
 2026-05-03  8:42 UTC 

[PATCH net-next v2 0/3] netfilter: conntrack: add shared port parser and use it in IRC and Amanda helpers
 2026-05-03  8:32 UTC  (6+ messages)
` [PATCH net-next v3 0/4] netfilter: conntrack: shared port parser for helpers
  ` [PATCH net-next v3 1/4] netfilter: conntrack: add shared port and uint parsers "
  ` [PATCH net-next v3 2/4] netfilter: nf_conntrack_irc: use nf_ct_helper_parse_port()
  ` [PATCH net-next v3 3/4] netfilter: nf_conntrack_amanda: "
  ` [PATCH net-next v3 4/4] netfilter: nf_conntrack_sip: "

Warning: mm/workingset.c:273 function parameter 'bits' not described in 'lru_eviction'
 2026-05-03  8:38 UTC 

[PATCH] staging: rtl8723bs: Remove commented-out dead code in hal_btcoex.c
 2026-05-03  8:38 UTC 

[PATCH] dt-bindings: pwm: stmpe: convert to DT schema
 2026-05-03  8:38 UTC 

[PATCH v2 0/2] dt-bindings: mmc: st,sdhci: convert STMicroelectronics SDHCI-ST MMC/SD Controller controller binding to YAML
 2026-05-03  8:35 UTC  (3+ messages)
` [PATCH v2 1/2] arm: dts: st: align node patterns with established convention
` [PATCH v2 2/2] dt-bindings: mmc: st,sdhci: convert to DT schema

[GIT PULL] slab fixes for 7.1-rc1
 2026-05-03  8:35 UTC 

[PATCH] commands: splash: optimize background fill
 2026-05-03  8:32 UTC 

[PATCH 1/3] netconsole: terminate netcat background process on exit
 2026-05-03  8:30 UTC  (3+ messages)
` [PATCH 2/3] netconsole: add support for binding to specific IP
` [PATCH 3/3] test: py: implement --port-forward option

[PATCH net 1/1] batman-adv: stop caching unowned originator pointers in BAT IV
 2026-05-03  8:30 UTC  (2+ messages)

[PATCH] media: staging/ipu7: Fix pdata double free in init error paths
 2026-05-03  8:26 UTC  (2+ messages)

[PATCH v2 1/2] include: ktime: move ktime_t definition globally
 2026-05-03  8:23 UTC  (2+ messages)
` [PATCH v2 2/2] readkey: handle standalone ESC keypress with timeout

[PATCH] efi: loader: gop: install device path to make GOP discoverable
 2026-05-03  8:24 UTC 

[PATCH 00/41] Fix various QOM object life-cycle issues
 2026-05-03  8:19 UTC  (4+ messages)
` [PATCH 08/41] hw/intc/apic: guard against NULL cpu in set_id

[PATCH] misc/nvram: only declare mutex where it's used
 2026-05-03  8:19 UTC  (6+ messages)
    ` [PATCH v2] "

[PATCH] staging: rtl8723bs: Remove commented-out dead code in hal_btcoex.c
 2026-05-03  8:19 UTC 

[PATCH net-next V2 4/7] net/mlx5: E-Switch, serialize representor lifecycle
 2026-05-03  8:18 UTC  (3+ messages)

././include/linux/compiler_types.h:699:45: error: call to '__compiletime_assert_502' declared with attribute error: BUILD_BUG_ON failed: LRU_REFS_WIDTH < 2
 2026-05-03  8:17 UTC 

drivers/media/platform/amlogic/c3/isp/c3-isp-params.c:114 c3_isp_params_awb_wt() error: buffer overflow 'cfg->zone_weight' 768 <= u32max
 2026-05-03  8:14 UTC 

[mark:stacktrace/tests 2/2] lib/tests/stacktrace_kunit.c:261:undefined reference to `kunit_log_append'
 2026-05-03  8:14 UTC 

[frank-w-bpi-r2-4.14:7.1-rc 136/147] drivers/net/phy/as21xx_1.9.2/as21xxx.c:645:27: warning: variable 'ret' set but not used
 2026-05-03  8:14 UTC 

[Buildroot] [PATCH] package/tcl: bump to version 9.0.3
 2026-05-03  8:12 UTC 

[PATCH v2 0/2] sunxi: DRAM: rework NSI priority settings
 2026-05-03  8:07 UTC  (3+ messages)
` [PATCH v2 1/2] sunxi: A523: Move NSI init routine into generic function

[PATCH v1 0/4] exfat: memory optimisations and stringent integrity checks for up-case table
 2026-05-03  8:03 UTC  (5+ messages)
` [PATCH v1 1/4] exfat: refactor nls.c (tables)

[PATCH net-next V2 6/7] net/mlx5: E-switch, load reps via work queue after registration
 2026-05-03  8:01 UTC  (3+ messages)

include/linux/mm_inline.h:253:2: error: call to '__compiletime_assert_559' declared with 'error' attribute: BUILD_BUG_ON failed: LRU_REFS_WIDTH < 2
 2026-05-03  7:57 UTC 

SSL2 Debian13, Kernel 6.18.21, lates alsa-ucm sound issues
 2026-05-03  7:53 UTC 

[PATCH net-next V2 0/7] net/mlx5: Improve representor lifecycle and allow switchdev by default
 2026-05-03  7:51 UTC  (5+ messages)
` [PATCH net-next V2 7/7] net/mlx5: Add profile to auto-enable switchdev mode at device init

Breakage in ktls-utils with nfs keyring?
 2026-05-03  7:48 UTC  (7+ messages)
  ` [PATCH] tlshd: fix keyring cert retrieval

[PATCH v5 net-next 0/3] Implement PTP support in netdevsim
 2026-05-03  7:47 UTC  (4+ messages)
` [PATCH v5 net-next 1/3] ptp_mock: Expose ptp_clock_info to external drivers
` [PATCH v5 net-next 2/3] netdevsim: Implement basic ptp support
` [PATCH v5 net-next 3/3] selftests:net: Implement ptp4l sync test using netdevsim

[PATCH net-next v3 1/2] net: mana: Use per-queue allocation for tx_qp to reduce allocation size
 2026-05-03  7:47 UTC  (2+ messages)

[PATCH iproute2-next] tc: use ll_init_map() only when needed
 2026-05-03  7:45 UTC  (6+ messages)

[GIT PULL] locking fix
 2026-05-03  7:43 UTC 

[PATCH 2/3] nilfs2: Fix return in nilfs_mkdir
 2026-05-03  7:42 UTC  (2+ messages)

[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
 2026-05-03  7:41 UTC  (5+ messages)
` [f2fs-dev] [syzbot] [mm?] [exfat?] [f2fs?] "
  `  "

[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
 2026-05-03  7:17 UTC  (3+ messages)
` [f2fs-dev] [syzbot] [mm?] [exfat?] [f2fs?] "
  `  "

[GIT PULL] scheduler fixes
 2026-05-03  7:38 UTC 

[PATCH v4 00/17] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-05-03  7:33 UTC  (18+ messages)
` [PATCH v4 01/17] scripts: introduce scripts/update-aarch64-cpu-sysregs-header.py
` [PATCH v4 02/17] target/arm/cpu-sysregs.h.inc: Sort by name alphabetical order
` [PATCH v4 03/17] target/arm/cpu-sysregs.h.inc: Update with automatic generation
` [PATCH v4 04/17] arm/cpu: Add infra to handle generated ID register definitions
` [PATCH v4 05/17] scripts: Introduce scripts/aarch64_sysreg_helpers module
` [PATCH v4 06/17] scripts: Introduce scripts/update-aarch64-cpu-sysreg-properties.py
` [PATCH v4 07/17] target/arm/cpu-sysreg-properties.c: Generate code with new script
` [PATCH v4 08/17] target/arm/kvm: Introduce kvm_get_writable_id_regs
` [PATCH v4 09/17] arm/cpu: accessors for writable id registers
` [PATCH v4 10/17] arm/kvm: Allow reading all the writable ID registers
` [PATCH v4 11/17] arm/kvm: write back modified ID regs to KVM
` [PATCH v4 12/17] target/arm/kvm: Introduce kvm_arm_expose_idreg_properties
` [PATCH v4 13/17] target/arm/kvm: Special case REVIDR_EL1 and AIDR_EL1
` [PATCH v4 14/17] target/arm/kvm: Special case ID_AA64ISAR0_EL1 RES0 [24, 27] bits
` [PATCH v4 15/17] arm/cpu: Expose writable ID reg field properties on the kvm host vcpu model
` [PATCH v4 16/17] arm-qmp-cmds: introspection for ID register props
` [PATCH v4 17/17] arm/cpu-features: document ID reg properties

[PATCH net-next 0/6] bridge: Add selective forwarding of gratuitous neighbor announcements
 2026-05-03  7:35 UTC  (7+ messages)
` [PATCH net-next 1/6] bridge: uapi: Add neigh_forward_grat netlink attributes
` [PATCH net-next 2/6] bridge: Add internal flags for neigh_forward_grat
` [PATCH net-next 3/6] bridge: Add selective forwarding of gratuitous neighbor announcements
` [PATCH net-next 4/6] bridge: Add port-level netlink handling for neigh_forward_grat
` [PATCH net-next 5/6] bridge: Add per-VLAN "
` [PATCH net-next 6/6] selftests: net: Add tests for neigh_forward_grat option

[PATCH 0/6] HID: asus: add support for T3304 keyboard
 2026-05-03  7:26 UTC  (7+ messages)
` [PATCH 1/6] HID: input: delete hid_battery on disconnect
` [PATCH 2/6] HID: asus: check feature reports when determining is_vendor
` [PATCH 3/6] HID: asus: add support for T3304 detachable keyboard
` [PATCH 4/6] HID: multitouch: add support for ASUS T3304 media keys
` [PATCH 5/6] HID: asus: add microphone mute LED support for T3304
` [PATCH 6/6] leds: led-class: mark classdev as unregistering early

[REGRESSION] hp-wmi fails to probe on HP OMEN (board 8D41)
 2026-05-03  7:26 UTC  (2+ messages)

[OE-core][PATCH v2] vte: upgrade 0.82.2 -> 0.84.0
 2026-05-03  7:23 UTC  (3+ messages)

[kas:pte_size 8/69] arch/microblaze/include/asm/page.h:26:9: warning: 'PTE_SHIFT' redefined
 2026-05-03  7:20 UTC 

[kas:pte_size 51/69] arch/x86/mm/init_32.c:733:60: error: 'HPTE_SIZE' undeclared; did you mean 'PTE_SIZE'?
 2026-05-03  7:21 UTC 

[PATCH 01/62] at-spi2-core: upgrade 2.60.0 -> 2.60.3
 2026-05-03  7:21 UTC  (4+ messages)
` [PATCH 61/62] wireless-regdb: upgrade 2026.02.04 -> 2026.03.18
  ` [OE-core] "

[Buildroot] [PATCH] package/dillo: bump to 3.3.0
 2026-05-03  7:14 UTC 

[Intel-wired-lan] [tnguy-next-queue:200GbE] BUILD SUCCESS a7347c4a60405a988bee5ef9d65d6d5a9e2de3a6
 2026-05-03  7:17 UTC 

[PATCH] ui/input: do not assert() when tracing invalid input
 2026-05-03  7:09 UTC 

[kas:pte_size 51/69] Warning: mm/rmap.c:1306 function parameter 'nr_ptes' not described in 'pfn_mkclean_range'
 2026-05-03  7:08 UTC 

[Intel-wired-lan] [tnguy-next-queue:1GbE] BUILD SUCCESS 26d3498d11d4db7795549d383c0160b1866f667b
 2026-05-03  7:07 UTC 

[kas:pte_size 8/69] arch/sh/include/asm/page.h:13:9: warning: 'PTE_MASK' redefined
 2026-05-03  7:08 UTC 

[PATCH 0/5] mm: Support selecting doing direct COW for anonymous pmd entry
 2026-05-03  7:03 UTC  (2+ messages)
` [syzbot ci] "

[moderation/CI] Re: mm: Support selecting doing direct COW for anonymous pmd entry
 2026-05-03  7:01 UTC  (2+ messages)

[PATCH bpf-next v9 0/3] bpf: Fix call offset truncation and OOB read in bpf_patch_call_args()
 2026-05-03  6:55 UTC  (8+ messages)
` [PATCH bpf-next v9 2/3] bpf: Fix s16 truncation for large bpf-to-bpf call offsets

[kas:pte_size 14/69] include/linux/mm.h:2290:42: warning: suggest parentheses around arithmetic in operand of '|'
 2026-05-03  6:55 UTC 

[dhowells-fs:netfs-next 5/50] fs/smb/client/cifsfs.c:1390:29: warning: variable 'old_size' is uninitialized when used here
 2026-05-03  6:55 UTC 

nl80211: SET_WIPHY_NETNS does not check caller's CAP_NET_ADMIN over the target netns
 2026-05-03  6:55 UTC 

[PATCH] mm/page_vma_mapped_walk: add missing pgtable entry accessors
 2026-05-03  6:51 UTC  (5+ messages)

[tip:master] BUILD SUCCESS da94b14aa6b74c54189d78ade18f98466ee3b159
 2026-05-03  6:43 UTC 

[tip:timers/core] BUILD SUCCESS ed78a701941999635389c41ddd638e8e7ea2470f
 2026-05-03  6:41 UTC 

[ath:pending] BUILD SUCCESS c4b5c4b3e468914778c98bb4ca8048d546d5a95e
 2026-05-03  6:36 UTC 

[bluez/bluez]
 2026-05-03  6:34 UTC 

[mda-next:icssg-dev 1/8] include/linux/if_hsr.h:58:19: error: implicit declaration of function 'skb_ext_find'
 2026-05-03  6:31 UTC 

[tip:tip/urgent] BUILD SUCCESS 765acbb372a9af1b595c761296c20519e580ebbf
 2026-05-03  6:30 UTC 

[oss-security] CVE-2026-31431: CopyFail: linux local privilege scalation
 2026-05-03  6:30 UTC  (2+ messages)

[RFC PATCH] platform/x86: acer-wmi: Add 4-zone RGB keyboard support for Acer Nitro AN515-58
 2026-05-03  6:19 UTC 

[PATCH] rxrpc: always copy skb on in-place decrypt to avoid pagecache aliasing
 2026-05-03  6:23 UTC  (2+ messages)

[liveupdate:next] BUILD SUCCESS 74d1099bb4edfca3ce6edc61dbacbed96720034c
 2026-05-03  6:19 UTC 

[net-next PATCH v2 0/8] net: dsa: realtek: rtl8365mb: bridge offloading and VLAN support
 2026-05-03  6:18 UTC  (9+ messages)
` [net-next PATCH v2 1/8] net: dsa: realtek: rtl8365mb: use ERR_PTR
` [net-next PATCH v2 2/8] net: dsa: realtek: rtl8365mb: use dsa helpers for port iteration
` [net-next PATCH v2 3/8] net: dsa: realtek: rtl8365mb: prepare for multiple source files
` [net-next PATCH v2 4/8] net: dsa: realtek: rtl8365mb: add table lookup interface
` [net-next PATCH v2 5/8] net: dsa: realtek: rtl8365mb: add VLAN support
` [net-next PATCH v2 6/8] net: dsa: realtek: rtl8365mb: add port_bridge_{join,leave}
` [net-next PATCH v2 7/8] net: dsa: realtek: rtl8365mb: add FDB support
` [net-next PATCH v2 8/8] net: dsa: realtek: rtl8365mb: add bridge port flags


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.