On Mon, Mar 25, 2024 at 12:19:05PM +0000, John Garry wrote: > For when using gcc 8 and above, the following warnings can be seen when > compiling blk-throttle.c with W=1: Why is this function even using these local buffers vs a sequence of separate seq_printf calls that would get rid of these pointless on-stack buffers?