From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fengguang Wu Date: Fri, 06 Jul 2012 03:07:01 +0000 Subject: Re: automated warning notifications Message-Id: <20120706030701.GB6848@localhost> List-Id: In-Reply-To: <20120615014835.GA5695@localhost> References: <20120614172523.GB4400@mwanda> In-Reply-To: <20120614172523.GB4400@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dan Carpenter Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Randy Dunlap > On Fri, Jun 15, 2012 at 09:48:35AM +0800, Fengguang Wu wrote: > > Hi Dan, > > > > On Thu, Jun 14, 2012 at 08:25:23PM +0300, Dan Carpenter wrote: > > > Hi Fengguang, > > > > > > I also check new static checker warnings and sometimes email people. > > > > That would be nice! > > > > > I wonder if we are duplicating each others work. For example, did > > > you send an email asking about the following Sparse warning: > > > > > > sound/soc/codecs/ab8500-codec.c:1959:53: warning: cast truncates bits from constant value (1013 becomes 13) > > > > I did try sending out sparse warnings to people, some time ago... > > Apparently you have started up again? We're starting to trod on > each other's toes and people are getting annoyed with me because I > am reporting them after you... :/ Sorry for that! Yeah I restarted the sparse checks and have been sending out private emails after basic sanity check. Although there are 10000 existing sparse warnings, there are only very few *new* sparse warnings per day. This is pretty acceptable. > Randy has suggested that we send these automated messages to > kernel-janitors. I don't know how the other people on kernel > janitors feel about this but I would be fine with it. Randy also suggested kernel-janitors. So let's try it. I'll CC kernel-janitors for all of my error/warning reports and let's check how well it works. Thanks, Fengguang