[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200317061522.12685-1-rayagonda.kokatanur@broadcom.com>
Date: Tue, 17 Mar 2020 11:45:20 +0530
From: Rayagonda Kokatanur <rayagonda.kokatanur@...adcom.com>
To: Dan Williams <dan.j.williams@...el.com>,
Herbert Xu <herbert@...dor.apana.org.au>,
"David S . Miller" <davem@...emloft.net>,
Allison Randal <allison@...utok.net>,
Kate Stewart <kstewart@...uxfoundation.org>,
Thomas Gleixner <tglx@...utronix.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Rayagonda Kokatanur <rayagonda.kokatanur@...adcom.com>
Subject: [PATCH v1 0/2] Remove BUG_ON() and fix -ve array indexing
This patch series contains following changes,
1. Avoid use of BUG_ON to prevent kernel crash and return error instead.
2. Fix possible negative array indexing
Rayagonda Kokatanur (2):
async_tx: return error instead of BUG_ON
async_tx: fix possible negative array indexing
crypto/async_tx/async_raid6_recov.c | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
--
2.17.1
Powered by blists - more mailing lists