From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753491AbdKXLwn (ORCPT ); Fri, 24 Nov 2017 06:52:43 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:48328 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753432AbdKXLwl (ORCPT ); Fri, 24 Nov 2017 06:52:41 -0500 Date: Fri, 24 Nov 2017 12:52:35 +0100 From: Heiko Carstens To: Greg Kroah-Hartman Cc: linux-s390@vger.kernel.org, schwidefsky@de.ibm.com, Stefan Haberland , Jan Hoeppner , Sebastian Ott , Peter Oberparleiter , Cornelia Huck , linux-kernel@vger.kernel.org, Dong Jia Shi , Harald Freudenberger , Julian Wiedmann , Ursula Braun , Steffen Maier , Benjamin Block , Halil Pasic , "Paul E. McKenney" Subject: Re: [PATCH 0/9] drivers/s390/ license text cleanup References: <20171114173808.25092-1-gregkh@linuxfoundation.org> <20171124112339.GC4284@osiris> <20171124114541.GA1916@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171124114541.GA1916@kroah.com> X-TM-AS-GCONF: 00 x-cbid: 17112411-0040-0000-0000-000004123205 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17112411-0041-0000-0000-000020B50729 Message-Id: <20171124115234.GD4284@osiris> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-11-24_04:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=1 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1711240158 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 24, 2017 at 12:45:41PM +0100, Greg Kroah-Hartman wrote: > On Fri, Nov 24, 2017 at 12:23:39PM +0100, Heiko Carstens wrote: > > On Tue, Nov 14, 2017 at 06:37:59PM +0100, Greg Kroah-Hartman wrote: > > > Hi all, > > > > > > Here are 9 patches against linux-next of today that add SPDX identifiers > > > to the remaining files that do not currently have them, and then it > > > cleans up the various different ways that the license text boilerplate > > > was written for the GPLv2 in a few files. This cleanup was done in the > > > quest to remove the 700+ different ways the kernel describes GPLv2. > > > > > > No copyright headers or any other non-license-description text was > > > removed in these patches. > > > > > > FWIW, this license cleanup action has been "blessed" by IBM lawyers, but > > > feel free to check internally if you are curious. > > > > > > Greg Kroah-Hartman (9): > > > s390: block: add SPDX identifiers to the remaining files > > > s390: crypto: add SPDX identifiers to the remaining files > > > s390: cio: add SPDX identifiers to the remaining files > > > s390: char: add SPDX identifiers to the remaining files > > > s390: net: add SPDX identifiers to the remaining files > > > s390: scsi: zfcp_aux: add SPDX identifier > > > s390: virtio: add SPDX identifiers to the remaining files > > > s390: crypto: Remove redundant license text > > > s390: drivers: Remove redundant license text > > > > Whole series applied. Thank you! > > > > Will you or Thomas also provide patches for arch/s390? Or should we take > > care of that on our own? > > I can do that if you want me to, just let me know. Yes, please. As I understand it you have all the scripts in place which should just work and provide the correct result. Thank you!