From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:31972 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729765AbgJHNNn (ORCPT ); Thu, 8 Oct 2020 09:13:43 -0400 From: Stefan Haberland Subject: [PATCH v2 00/10] DASD FC endpoint security Date: Thu, 8 Oct 2020 15:13:26 +0200 Message-Id: <20201008131336.61100-1-sth@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-ID: To: Jens Axboe Cc: linux-block@vger.kernel.org, Jan Hoeppner , linux-s390@vger.kernel.org, Heiko Carstens , Vasily Gorbik , Christian Borntraeger Hi Jens, please apply the following patches that add a new DASD feature to show fibre channel endpoint security. The patches apply on you for-next branch and are intended for 5.10. The s390/cio patches should also go upstream through your tree this time since they are required for the DASD patches to build. Best regards, Stefan v1->v2: - fix memleak in "s390/dasd: Fix operational path inconsistency" - add comment suggested by Cornelia Huck Jan Höppner (7): s390/dasd: Remove unused parameter from dasd_generic_probe() s390/dasd: Move duplicate code to separate function s390/dasd: Store path configuration data during path handling s390/dasd: Fix operational path inconsistency s390/dasd: Display FC Endpoint Security information via sysfs s390/dasd: Prepare for additional path event handling s390/dasd: Process FCES path event notification Sebastian Ott (1): s390/cio: Export information about Endpoint-Security Capability Vineeth Vijayan (2): s390/cio: Provide Endpoint-Security Mode per CU s390/cio: Add support for FCES status notification arch/s390/include/asm/ccwdev.h | 2 + arch/s390/include/asm/cio.h | 1 + drivers/s390/block/dasd.c | 22 ++-- drivers/s390/block/dasd_devmap.c | 109 +++++++++++++++++++ drivers/s390/block/dasd_eckd.c | 175 +++++++++++++++++++++---------- drivers/s390/block/dasd_fba.c | 2 +- drivers/s390/block/dasd_int.h | 111 +++++++++++++++++++- drivers/s390/cio/chp.c | 15 +++ drivers/s390/cio/chp.h | 1 + drivers/s390/cio/chsc.c | 145 +++++++++++++++++++++++-- drivers/s390/cio/chsc.h | 3 +- drivers/s390/cio/device.c | 15 ++- 12 files changed, 523 insertions(+), 78 deletions(-) -- 2.17.1