[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <nycvar.YSQ.7.76.1906121018340.1558@knanqh.ubzr>
Date: Wed, 12 Jun 2019 10:32:01 -0400 (EDT)
From: Nicolas Pitre <nico@...xnic.net>
To: Gen Zhang <blackgod016574@...il.com>
cc: Greg KH <gregkh@...uxfoundation.org>, kilobyte@...band.pl,
textshell@...uujin.de, mpatocka@...hat.com, daniel.vetter@...ll.ch,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v4] vt: fix a missing-check bug in con_init()
On Wed, 12 Jun 2019, Gen Zhang wrote:
> On Wed, Jun 12, 2019 at 03:38:38PM +0200, Greg KH wrote:
> > On Wed, Jun 12, 2019 at 09:15:06PM +0800, Gen Zhang wrote:
> > > In function con_init(), the pointer variable vc_cons[currcons].d, vc and
> > > vc->vc_screenbuf is allocated by kzalloc(). However, kzalloc() returns
> > > NULL when fails. Therefore, we should check the return value and handle
> > > the error.
> > >
> > > Signed-off-by: Gen Zhang <blackgod016574@...il.com>
> > > ---
> >
> > What changed from v1, v2, and v3?
> Thanks for your timely response. I am not a native English speaker, so
> I am not sure I understand this correctly. Does this mean that I should
> use "v5", rather than "v4"?
Given that this is your v4 patch, you should list what has changed since
earlier versions. Greg is asking you to produce a v5 with that
information added. Obviously, the change from v4 to v5 would be
something like "added version change information".
> > That always goes below the --- line.
> And I can't see what goes wrong with "---". Could you please make some
> explaination?
The version change information should be put below the --- line in your
post, not above it. This way it won't be captured in commit log.
Nicolas
Powered by blists - more mailing lists