Re: [PATCH] net: qrtr: ns: Raise lookup limit to 128
Łukasz Patron <[email protected]>
| Newsgroups | org.kernel.vger.netdev,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAJmEJMzzuY=hJxo-0yPSfnOymcdd=O9zxmOxdeO_hCB3sbSrLA@mail.gmail.com> |
Hi, After merging v6.6.142 into a downstream AOSP device, it's stuck on boot animation and following log spam can be observed in dmesg: E qrtr : ctrl_cmd_new_lookup(): QRTR client node exceeds max lookup limit! E qrtr : qrtr_ns_worker(): failed while handling packet from 1:16600 No idea why it needs more than 64 client lookups, but it appears to work fine with 128 as it did when there were no limits. Also, I don't really have a good way to investigate what it needs all these lookups for as most of the userspace is closed source. Perhaps someone working at Qualcomm could have some ideas. On Thu, Aug 6, 2026 at 3:26 PM Simon Horman <[email protected]> wrote: > > On Tue, Aug 04, 2026 at 10:18:30PM +0200, Łukasz Patron wrote: > > 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 <[email protected]> > > Hi Łukasz, > > I think that this needs some more explanation. > > E.g.: > Why is it insufficient on the cited device? > What is the user experience with the current and new limits? > Why is this considered a bug rather than enabling a device that > didn't work before? > > -- > pw-bot: changes-requested