From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Date: Sat, 14 Nov 2020 09:45:16 +0000 Subject: Re: [bug report] netlabel: fix our progress tracking in netlbl_unlabel_staticlist() Message-Id: <20201114094516.GZ18329@kadam> List-Id: References: <20201113085255.GA91999@mwanda> In-Reply-To: <20201113085255.GA91999@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernel-janitors@vger.kernel.org On Fri, Nov 13, 2020 at 09:41:01AM -0500, Paul Moore wrote: > On Fri, Nov 13, 2020 at 3:53 AM Dan Carpenter wrote: > > > > Hello Paul Moore, > > > > The patch 866358ec331f: "netlabel: fix our progress tracking in > > netlbl_unlabel_staticlist()" from Nov 8, 2020, leads to the following > > static checker warning: > > > > net/netlabel/netlabel_unlabeled.c:1190 netlbl_unlabel_staticlist() > > error: uninitialized symbol 'iter_chain'. > > Thanks Dan, I'll look at it today. I'm a little confused as to why > the compiler didn't flag that, but perhaps I just missed it. Anyway, > patch later today ... GCC has stopped warning about these for some reason. Very frustrating. regards, dan carpenter