From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752698AbcF2NtA (ORCPT ); Wed, 29 Jun 2016 09:49:00 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:45340 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752491AbcF2Nsm (ORCPT ); Wed, 29 Jun 2016 09:48:42 -0400 X-IBM-Helo: d06dlp03.portsmouth.uk.ibm.com X-IBM-MailFrom: haver@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org From: Frank Haverkamp To: gregkh@linuxfoundation.org Cc: sebott@linux.vnet.ibm.com, geliangtang@163.com, linux-kernel@vger.kernel.org, bhelgaas@google.com, esa@linux.vnet.ibm.com, haver@linux.vnet.ibm.com, breno.leitao@gmail.com, schwidefsky@de.ibm.com, krisman@linux.vnet.ibm.com Subject: [PATCH] GenWQE: Change device access rights Date: Wed, 29 Jun 2016 15:47:42 +0200 X-Mailer: git-send-email 2.8.4 X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16062913-0008-0000-0000-00000294C202 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16062913-0009-0000-0000-000018EBE184 Message-Id: <20160629134743.12424-1-haver@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-06-29_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-1604210000 definitions=main-1606290129 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, it would be nice, if you could review/integrate the following small change: The genwqe device should be rw for normal users. This avoids adding genwqe specific udev config files for Linux distributors. Thanks Frank Frank Haverkamp (1): GenWQE: Change default access rights for device node drivers/misc/genwqe/card_base.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) -- 2.7.4