messages from 2025-12-05 04:16:50 to 2025-12-06 09:29:02 UTC [more...]
[PATCH] tools/lib/bpf: fix -Wdiscarded-qualifiers under C23
2025-12-06 9:28 UTC (5+ messages)
` [PATCH v2 bpf-next] "
` [PATCH v3] "
[syzbot] [wireless?] WARNING in ieee80211_tx_skb_tid
2025-12-06 9:12 UTC (2+ messages)
[RFC] net: phy: air_en8811h: add Airoha AN8811HB support
2025-12-06 8:41 UTC (4+ messages)
[PATCH v2] net: ipv6: fix spelling typos in comments
2025-12-06 8:38 UTC
[PATCH bpf v1 1/2] bpf: cpumap: propagate underlying error in cpu_map_update_elem()
2025-12-06 7:29 UTC (2+ messages)
[PATCH net-next] ice: Fix incorrect timeout in ice_release_res()
2025-12-06 2:42 UTC (5+ messages)
` [Intel-wired-lan] "
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2025-12-06 0:25 UTC (45+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
` [PATCH v18 21/42] dept: make dept able to work with an external wgen
` [PATCH v18 22/42] dept: track PG_locked with dept
` [PATCH v18 23/42] dept: print staged wait's stacktrace on report
` [PATCH v18 24/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 26/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v18 27/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v18 28/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v18 29/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v18 30/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 32/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v18 33/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v18 35/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v18 36/42] dept: implement a basic unit test for dept
` [PATCH v18 37/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v18 38/42] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v18 39/42] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v18 40/42] dept: track PG_writeback with dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v18 42/42] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
[PATCH bpf-next v8 0/6] Support associating BPF programs with struct_ops
2025-12-06 0:59 UTC (2+ messages)
[TEST] vxlan brige test flakiness
2025-12-06 0:26 UTC (5+ messages)
[PATCH net v1] ice: stop counting UDP csum mismatch as rx_errors
2025-12-05 22:44 UTC (5+ messages)
` [Intel-wired-lan] "
[PATCH iwlwifi-fixes] wifi: iwlwifi: Implement settime64 as stub for MVM/MLD PTP
2025-12-05 22:26 UTC (2+ messages)
[PATCH v2 00/13] selftests: Fix build warnings and errors
2025-12-05 22:21 UTC (17+ messages)
` [PATCH v2 01/13] clone3: clone3_cap_checkpoint_restore: Fix build warnings
` [PATCH v2 02/13] selftests: ntsync: "
` [PATCH v2 03/13] selftests/filesystems: fclog: Fix build warnings and errors
` [PATCH v2 04/13] selftests/filesystems: file_stressor: Fix build warning
` [PATCH v2 05/13] selftests/filesystems: anon_inode_test: "
` [PATCH v2 06/13] selftest: af_unix: Support compilers without flex-array-member-not-at-end support
` [PATCH v2 07/13] selftest/futex: Comment out test_futex_mpol
` [PATCH v2 08/13] selftests: net: netlink-dumps: Avoid uninitialized variable warning
` [PATCH v2 09/13] selftests/seccomp: Fix build warning
` [PATCH v2 10/13] selftests: net: Fix build warnings
` [PATCH v2 11/13] selftests/fs/mount-notify: Fix build warning
` [PATCH v2 12/13] selftests/fs/mount-notify-ns: "
` [PATCH v2 13/13] selftests: net: tfo: "
[PATCH net-next v3 0/3] Add DWMAC glue driver for Motorcomm YT6801
2025-12-05 22:16 UTC (6+ messages)
` [PATCH net-next v3 2/3] net: stmmac: Add glue driver for Motorcomm YT6801 ethernet controller
[PATCH RFC] powerpc: switch two fixed phy links to full duplex
2025-12-05 21:16 UTC (3+ messages)
[PATCH iwl-next v1 0/3] igb: add RSS key get/set support
2025-12-05 21:01 UTC (6+ messages)
` [PATCH iwl-next v1 1/3] Store the RSS key inside struct igb_adapter and introduce the
` [PATCH iwl-next v1 2/3] igb: expose RSS key via ethtool get_rxfh
` [Intel-wired-lan] "
` [PATCH iwl-next v1 3/3] igb: allow configuring RSS key via ethtool set_rxfh
` [Intel-wired-lan] "
[PATCH net-next] sfc: correct kernel-doc complaints
2025-12-05 20:02 UTC (3+ messages)
BUG: ice: E830 fails RSS table adjustment with ethtool -X
2025-12-05 19:37 UTC
[PATCH RFC 0/2] configfs: enable kernel-space item registration
2025-12-05 19:29 UTC (7+ messages)
` [PATCH RFC 1/2] configfs: add kernel-space item registration API
[PATCH net] net: dsa: mxl-gsw1xx: manually clear RANEG bit
2025-12-05 19:06 UTC (10+ messages)
[PATCH net 0/4] mptcp: misc fixes for v6.19-rc1
2025-12-05 18:55 UTC (5+ messages)
` [PATCH net 1/4] mptcp: pm: ignore unknown endpoint flags
` [PATCH net 2/4] selftests: mptcp: pm: ensure unknown flags are ignored
` [PATCH net 3/4] mptcp: schedule rtx timer only after pushing data
` [PATCH net 4/4] mptcp: avoid deadlock on fallback while reinjecting
[PATCH] net: 6lowpan: replace sprintf() with scnprintf() in debugfs
2025-12-05 17:53 UTC
[PATCH RESEND linux-next] SUNRPC: Optimize list definition method
2025-12-05 17:41 UTC (2+ messages)
[PATCH net v3] broadcom: b44: prevent uninitialized value usage
2025-12-05 17:22 UTC (2+ messages)
[PATCH net-next v2 0/9] tun: optimize SKB allocation with NAPI cache
2025-12-05 16:56 UTC (10+ messages)
` [PATCH net-next v2 5/9] tun: use bulk NAPI cache allocation in tun_xdp_one
[PATCH net] mptcp: select CRYPTO_LIB_UTILS instead of CRYPTO
2025-12-05 16:55 UTC (2+ messages)
[PATCH net-next v2] selftests: tls: fix warning of uninitialized variable
2025-12-05 16:32 UTC
[PATCH net-next v2 0/7] net: ethernet: ti: am65-cpsw: add AF_XDP zero copy support
2025-12-05 16:27 UTC (3+ messages)
` [PATCH net-next v2 5/7] net: ethernet: ti: am65-cpsw: Add AF_XDP zero copy for TX
[PATCH nf-next RFC 0/3] netfilter: x_tables: statistic nth match account GRO/GSO packets
2025-12-05 16:23 UTC (4+ messages)
` [PATCH nf-next RFC 1/3] xt_statistic: taking GRO/GSO into account for nth-match
[PATCH net-next 0/5] ipv6: Disable IPv6 Destination Options RX processing by default
2025-12-05 16:07 UTC (3+ messages)
[RFC PATCH 0/2] net: gro: avoid touching transport header
2025-12-05 15:36 UTC (6+ messages)
` [RFC PATCH 1/2] net: gro: avoid relaying on skb->transport_header at receive time
` [RFC PATCH 2/2] net: gro: set the transport header later
[PATCH v2 1/2] ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
2025-12-05 15:11 UTC (3+ messages)
` [PATCH v2 2/2] ice: Initialize RDMA after rebuild
[PATCH 1/1] SUNRPC: use kmalloc_array() instead of kmalloc()
2025-12-05 14:46 UTC (2+ messages)
[PATCH net v2] net: stmmac: Fix E2E delay mechanism
2025-12-05 14:38 UTC (4+ messages)
[BUG] ice: Temporary packet processing overload causes permanent RX drops
2025-12-05 14:01 UTC
[rdma/siw] unregister_netdevice: waiting for bond0 to become free. Usage count = 3
2025-12-05 14:20 UTC (2+ messages)
[ANNOUNCE] nftables 1.1.6 release
2025-12-05 14:11 UTC
[PATCH ipsec] xfrm: set ipv4 no_pmtu_disc flag only on output sa when direction is set
2025-12-05 14:00 UTC (3+ messages)
[PATCH net-next] net: mdio: aspeed: add dummy read to avoid read-after-write issue
2025-12-05 13:52 UTC (2+ messages)
[RFC PATCH net-next v9 0/3] STP/RSTP SWITCH support for PRU-ICSSM Ethernet driver
2025-12-05 12:29 UTC (4+ messages)
` [RFC PATCH net-next v9 1/3] net: ti: icssm-prueth: Add helper functions to configure and maintain FDB
` [RFC PATCH net-next v9 2/3] net: ti: icssm-prueth: Add switchdev support for icssm_prueth driver
` [RFC PATCH net-next v9 3/3] net: ti: icssm-prueth: Add support for ICSSM RSTP switch
[PATCH] igc: Fix trigger of incorrect irq in igc_xsk_wakeup function
2025-12-05 12:39 UTC
[PATCH v22 00/25] Type2 device basic support
2025-12-05 11:52 UTC (26+ messages)
` [PATCH v22 01/25] cxl/mem: Arrange for always-synchronous memdev attach
` [PATCH v22 02/25] cxl/port: Arrange for always synchronous endpoint attach
` [PATCH v22 03/25] cxl/mem: Introduce a memdev creation ->probe() operation
` [PATCH v22 04/25] cxl: Add type2 device basic support
` [PATCH v22 05/25] sfc: add cxl support
` [PATCH v22 06/25] cxl: Move pci generic code
` [PATCH v22 07/25] cxl/sfc: Map cxl component regs
` [PATCH v22 08/25] cxl/sfc: Initialize dpa without a mailbox
` [PATCH v22 09/25] cxl: Prepare memdev creation for type2
` [PATCH v22 10/25] sfc: create type2 cxl memdev
` [PATCH v22 11/25] cxl/hdm: Add support for getting region from committed decoder
` [PATCH v22 12/25] cxl: Add function for obtaining region range
` [PATCH v22 13/25] cxl: Export functions for unwinding cxl by accelerators
` [PATCH v22 14/25] sfc: obtain decoder and region if committed by firmware
` [PATCH v22 15/25] cxl: Define a driver interface for HPA free space enumeration
` [PATCH v22 16/25] sfc: get root decoder
` [PATCH v22 17/25] cxl: Define a driver interface for DPA allocation
` [PATCH v22 18/25] sfc: get endpoint decoder
` [PATCH v22 19/25] cxl: Make region type based on endpoint type
` [PATCH v22 20/25] cxl/region: Factor out interleave ways setup
` [PATCH v22 21/25] cxl/region: Factor out interleave granularity setup
` [PATCH v22 22/25] cxl: Allow region creation by type2 drivers
` [PATCH v22 23/25] cxl: Avoid dax creation for accelerators
` [PATCH v22 24/25] sfc: create cxl region
` [PATCH v22 25/25] sfc: support pio mapping based on cxl
[ANN] poll on EoY break
2025-12-05 10:55 UTC (2+ messages)
` [ANN] End of year break up to January 2
[PATCH net] net: enetc: do not transmit redirected XDP frames when the link is down
2025-12-05 10:53 UTC
[PATCH iwl-next 1/1] ice: Fix persistent failure in ice_get_rxfh
2025-12-05 10:36 UTC
[PATCH net-next 0/4] (no cover subject)
2025-12-05 10:21 UTC (7+ messages)
[PATCH net-next v5 0/4] Add AST2600 RGMII delay into ftgmac100
2025-12-05 9:53 UTC (5+ messages)
` [PATCH net-next v5 1/4] dt-bindings: net: ftgmac100: Add delay properties for AST2600
` [PATCH net-next v5 2/4] ARM: dts: aspeed-g6: add aspeed,scu property for MAC
` [PATCH net-next v5 3/4] net: ftgmac100: Add RGMII delay support for AST2600
` [PATCH net-next v5 4/4] ARM: dts: aspeed: ast2600-evb: Configure RGMII delay for MAC
[syzbot] [fs?] kernel BUG in sctp_getsockopt_peeloff_common
2025-12-05 9:44 UTC (3+ messages)
[PATCH net-next V4 02/14] documentation: networking: add shared devlink documentation
2025-12-05 9:39 UTC (11+ messages)
[PATCH net-next v2] octeon_ep: reset firmware ready status
2025-12-05 9:10 UTC
[net-next,PATCH v2 1/3] dt-bindings: net: realtek,rtl82xx: Keep property list sorted
2025-12-05 9:04 UTC (4+ messages)
` [net-next,PATCH v2 2/3] dt-bindings: net: realtek,rtl82xx: Document realtek,ssc-enable property
[PATCH net] net/mlx5: Fix double unregister of HCA_PORTS component
2025-12-05 8:23 UTC (5+ messages)
[PATCH v3 1/4] drm/ras: Introduce the DRM RAS infrastructure over generic netlink
2025-12-05 8:39 UTC
[PATCH 1/2] ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
2025-12-05 8:05 UTC (6+ messages)
` [PATCH 2/2] ice: Initialize RDMA after rebuild
` [Intel-wired-lan] "
` [Intel-wired-lan] [PATCH 1/2] ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
[net PATCH] net: macb: Relocate mog_init_rings() callback from macb_mac_link_up() to macb_open()
2025-12-05 7:36 UTC (3+ messages)
[PATCH net-next 1/3] net: stmmac: add physical port identification support
2025-12-05 7:34 UTC (3+ messages)
[PATCH net-next] net: veth: Disable netpoll support
2025-12-05 7:35 UTC (4+ messages)
[PATCH bpf-next v5 0/3] net/smc: Introduce smc_hs_ctrl
2025-12-05 4:16 UTC (3+ messages)
` [PATCH bpf-next v5 2/3] net/smc: bpf: Introduce generic hook for handshake flow
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).