Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S943918AbcJSPCu (ORCPT ); Wed, 19 Oct 2016 11:02:50 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:36169 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S943109AbcJSPCq (ORCPT ); Wed, 19 Oct 2016 11:02:46 -0400 From: Frank Haverkamp To: gregkh@linuxfoundation.org Cc: haver@linux.vnet.ibm.com, gerald.schaefer@de.ibm.com, sebott@linux.vnet.ibm.com, linux-kernel@vger.kernel.org, bhelgaas@google.com, esa@linux.vnet.ibm.com, breno.leitao@gmail.com, tblume@binnig.suse.de, schwidefsky@de.ibm.com, krisman@linux.vnet.ibm.com Subject: [PATCH] GenWQE: Fix bad page access Date: Wed, 19 Oct 2016 12:29:40 +0200 X-Mailer: git-send-email 2.9.0 X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16101910-0012-0000-0000-000004743D3C X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16101910-0013-0000-0000-000015DC399C Message-Id: <20161019102941.8594-1-haver@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-10-19_07:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=5 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609300000 definitions=main-1610190191 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 464 Lines: 20 Hi Greg, it would be nice, if you could review/integrate the following small change provided by Gerald. It fixes a stability problem, which might occur, if an application using our driver, is stopped unexpectedly (which they did during testing). Thanks Frank Gerald Schaefer (1): GenWQE: Fix bad page access during abort of resource allocation drivers/misc/genwqe/card_utils.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) -- 2.7.4