Re: ipv4/tcp.c:4234:1: error: the frame size of 1152 bytes is larger than 1024 bytes [-Werror=frame-larger-than=]
From: Wei Liu <wei.liu@kernel.org>
Date: 2021-09-08 15:23:57
Also in:
lkml, netdev
From: Wei Liu <wei.liu@kernel.org>
Date: 2021-09-08 15:23:57
Also in:
lkml, netdev
On Wed, Sep 08, 2021 at 02:51:21PM +0000, David Laight wrote:
From: Wei Liuquoted
Sent: 08 September 2021 11:03...quoted
However calling into the allocator from that IPI path seems very heavy weight. I will discuss with fellow engineers on how to fix it properly.Isn't the IPI code something that is likely to get called when a lot of stack has already been used? So you really shouldn't be using much stack at all??
I don't follow your questions. I don't dispute there is a problem. I just think calling into the allocator is not a good idea in that particular piece of code we need to fix. Hopefully we can come up with a solution to remove need for a cpumask in that code -- discussion is on-going. Wei.
David - Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, UK Registration No: 1397386 (Wales)
_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel