The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] net: qrtr: ns: Raise lookup limit to 128
@ 2026-08-04 20:18 Łukasz Patron
  2026-08-06 13:26 ` Simon Horman
  2026-08-06 15:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 6+ messages in thread
From: Łukasz Patron @ 2026-08-04 20:18 UTC (permalink / raw)
  Cc: Łukasz Patron, Manivannan Sadhasivam, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Simon Horman,
	linux-arm-msm, netdev, linux-kernel

Current limit of 64 is not enough for Sony Xperia 10 VII (SM6475).

Fixes: 5640227d9a21 ("net: qrtr: ns: Limit the maximum number of lookups")
Signed-off-by: Łukasz Patron <priv.luk@gmail.com>
---
 net/qrtr/ns.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/qrtr/ns.c b/net/qrtr/ns.c
index e5b2adb161d9..c5e7e01db249 100644
--- a/net/qrtr/ns.c
+++ b/net/qrtr/ns.c
@@ -78,7 +78,7 @@ struct qrtr_node {
  */
 #define QRTR_NS_MAX_NODES   512
 #define QRTR_NS_MAX_SERVERS 256
-#define QRTR_NS_MAX_LOOKUPS 64
+#define QRTR_NS_MAX_LOOKUPS 128
 
 static u16 node_count;
 
-- 
2.55.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-08-06 16:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-04 20:18 [PATCH] net: qrtr: ns: Raise lookup limit to 128 Łukasz Patron
2026-08-06 13:26 ` Simon Horman
2026-08-06 13:38   ` Łukasz Patron
2026-08-06 14:27     ` Jakub Kicinski
2026-08-06 16:00       ` Manivannan Sadhasivam
2026-08-06 15:20 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox