From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1ffvA7-0001wW-LR for linux-mtd@lists.infradead.org; Wed, 18 Jul 2018 22:43:14 +0000 Date: Thu, 19 Jul 2018 00:42:58 +0200 From: Miquel Raynal To: Boris Brezillon Cc: Richard Weinberger , David Woodhouse , Brian Norris , Marek Vasut , linux-mtd@lists.infradead.org, stable@vger.kernel.org Subject: Re: [PATCH v2] mtd: rawnand: make subop helpers return unsigned values Message-ID: <20180719004211.4829aa8a@xps13> In-Reply-To: <20180719003134.3512f18e@bbrezillon> References: <20180718220912.7758-1-miquel.raynal@bootlin.com> <20180719003134.3512f18e@bbrezillon> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Boris, Boris Brezillon wrote on Thu, 19 Jul 2018 00:31:34 +0200: > On Thu, 19 Jul 2018 00:09:12 +0200 > Miquel Raynal wrote: >=20 > > A report from Colin Ian King pointed a CoverityScan issue where error > > values on these helpers where not checked in the drivers. These > > helpers can error out only in case of a software bug in driver code, > > not because of a runtime/hardware error. Hence, let's WARN_ON() in this > > case and return 0 which is harmless anyway. > >=20 > > Fixes: 8878b126df76 ("mtd: nand: add ->exec_op() implementation") > > Cc: stable@vger.kernel.org =20 >=20 > Is it really worth backporting this patch? I mean, the bug does not > exist, it's just a potential problem that can only arise when > drivers/core are buggy, which AFAICT is not the case yet :-). Ok, I'll remove the Cc: stable tag but I guess I can keep the Fixes one. Miqu=C3=A8l