On Thu, Jul 21, 2016 at 11:08:06AM +0300, Saeed Mahameed wrote: > On Thu, Jul 21, 2016 at 3:53 AM, Alexei Starovoitov > <alexei.starovoi...@gmail.com> wrote: > > On Thu, Jul 21, 2016 at 12:39:53AM +0300, Saeed Mahameed wrote: > >> memset the command buffers rather than the pointers to them. > > > > that is still wrong commit log. > > This patch makes zero difference to generated code. > > '&in' is the same as 'in' > > > > Who said they are not ? There was a mistake in the original log > message and it was fixed here. > The patch was made to make the code consistent with other places in > the code, and i don't see anything wrong with the log message.
the commit log implies that there is a bug. There is none. old code does 'memset the command buffers'. 'rather than the pointers' is not correct.