Re: [PATCH net-next] virtio_net: Fix napi_skb_cache_put warning

2024-07-13 Thread Jakub Kicinski
On Fri, 12 Jul 2024 07:58:49 -0700 Breno Leitao wrote: > I didn't send to `net` since this WARNING is only "showing" in net-next, > due to commit bdacf3e34945 ("net: Use nested-BH locking for > napi_alloc_cache.") being only in net-next. > > But you have a good point, this is a fix and it should g

[syzbot] [bpf?] [trace?] possible deadlock in console_flush_all (3)

2024-07-13 Thread syzbot
Hello, syzbot found the following issue on: HEAD commit:40ab9e0dc865 netxen_nic: Use {low,upp}er_32_bits() helpers git tree: net-next console+strace: https://syzkaller.appspot.com/x/log.txt?x=10a186a598 kernel config: https://syzkaller.appspot.com/x/.config?x=db697e01efa9d1d7 dashb

Re: [PATCH V2] test/vsock: add install target

2024-07-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 10 Jul 2024 20:27:28 +0800 you wrote: > From: Peng Fan > > Add install target for vsock to make Yocto easy to install the images. > > Signed-off-by: Peng Fan > --- > > [...] Here is the summary with link

Re: [PATCH] arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM amount to 4GB

2024-07-13 Thread David Virag
On Sat, 2024-07-13 at 20:54 +0200, Krzysztof Kozlowski wrote: > On 13/07/2024 19:58, David Virag wrote: > > All known jackpotlte variants have 4GB of RAM, let's use it all. > > RAM was set to 3GB from a mistake in the vendor provided DTS file. > > Hm, vendor DTS rarely has a mistake of missing 1 G

Re: [PATCH] arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM amount to 4GB

2024-07-13 Thread Krzysztof Kozlowski
On 13/07/2024 19:58, David Virag wrote: > All known jackpotlte variants have 4GB of RAM, let's use it all. > RAM was set to 3GB from a mistake in the vendor provided DTS file. Hm, vendor DTS rarely has a mistake of missing 1 GB of RAM, so I assume there was some reason behind it. Trusted apps? Som

Re: [PATCH] arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM amount to 4GB

2024-07-13 Thread Sam Protsenko
On Sat, Jul 13, 2024 at 1:08 PM David Virag wrote: > > All known jackpotlte variants have 4GB of RAM, let's use it all. > RAM was set to 3GB from a mistake in the vendor provided DTS file. > > Fixes: 06874015327b ("arm64: dts: exynos: Add initial device tree support for > Exynos7885 SoC") > Signe

[PATCH] arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM amount to 4GB

2024-07-13 Thread David Virag
All known jackpotlte variants have 4GB of RAM, let's use it all. RAM was set to 3GB from a mistake in the vendor provided DTS file. Fixes: 06874015327b ("arm64: dts: exynos: Add initial device tree support for Exynos7885 SoC") Signed-off-by: David Virag --- arch/arm64/boot/dts/exynos/exynos7885

Re: [PATCH v4 2/5] remoteproc: qcom: pas: Add SDX75 remoteproc support

2024-07-13 Thread Dmitry Baryshkov
On Tue, Jul 09, 2024 at 12:19:21PM GMT, Naina Mehta wrote: > Add MPSS Peripheral Authentication Service support for SDX75 platform. > > Signed-off-by: Naina Mehta > --- > drivers/remoteproc/qcom_q6v5_pas.c | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Dmitry Baryshkov -- With best