From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6C82E44B679; Tue, 28 Apr 2026 13:26:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777382801; cv=none; b=oY0ouYw/e+yI4hNAH6OiyYN2/gkk+7uMPv4y+HvvPpjCCUx00CV8Mf+91EZxEieQ1NlFqnejlGvkzNDGavZMnUxkXxPgtYfqyebzxJc5tUMfxvMyLaC972H3FDnUK/y57U3IRpJub6XEAW2nUgFVqpKNpcoqJ3EoqCdLx3lhKq8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777382801; c=relaxed/simple; bh=vdlV6m50WHSJyu0DOgDVZ+KcSQFe9TqSzVOlyTeSlDg=; h=Date:Message-ID:From:To:Cc:Subject:In-Reply-To:References: MIME-Version:Content-Type; b=MJiz0OdjPB1TQcNVDUzV2EPS+QmoMBOKjLFk2rhoN/1m+1FBSBGmdNtZ1YmF2pn/2Dd7oKaR+uPfvXsmVppJVvfce+r0F/yYAMUI4MKImE2BW0uUyu3BsS2FjJVRB/RrNkQvMNH0iCnWd379EwP6Xaea7joyBJVT7XvDkX3eFi8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dhtMzxG8; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dhtMzxG8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 157FCC2BCAF; Tue, 28 Apr 2026 13:26:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777382801; bh=vdlV6m50WHSJyu0DOgDVZ+KcSQFe9TqSzVOlyTeSlDg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=dhtMzxG8oZ+2vMpjFFGWkAoSRBF1NiIaQXkPfsKNILO634EpqeLcAjNJBdatcSdgD R9qsrRcDFaupWmX1x0e8pypa/co0W8EdGBR0WbSWgF3Hs0jB5kekgIHzjibQ1yzITX BHv6cpbThzVaaQPrqGxhsgmOwmhyY/PfPc0a4JPij2C531z2n8KcMfvEXT4TlgPH2C SbIB8lGFC2NsrGcaDoxHX2q1krpOTcUQXaXZOcIatF44ywGfqfgfOwvVu/EQW5srJU clnABCP3LNcIQzaQS/5ztver+FaFEJM8t5QEO1i9rXT+dvWSusGecQV4lTO2uML+or VAuRsfxZ1PKYw== Received: from sofa.misterjones.org ([185.219.108.64] helo=goblin-girl.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wHiSU-0000000FVs4-3SrE; Tue, 28 Apr 2026 13:26:38 +0000 Date: Tue, 28 Apr 2026 14:26:38 +0100 Message-ID: <86wlxrz04x.wl-maz@kernel.org> From: Marc Zyngier To: Jonathan Corbet Cc: Ilai Levin , skhan@linuxfoundation.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: driver-api: eisa: add SPDX license identifier In-Reply-To: <871pfzmedp.fsf@trenco.lwn.net> References: <20260428124555.102039-1-levinilai972@gmail.com> <871pfzmedp.fsf@trenco.lwn.net> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/30.1 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: corbet@lwn.net, levinilai972@gmail.com, skhan@linuxfoundation.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Thanks for looping me in Jon. On Tue, 28 Apr 2026 13:57:22 +0100, Jonathan Corbet wrote: > > Ilai Levin writes: > > > Add the missing SPDX-License-Identifier tag to the eisa.rst > > documentation file. > > > > Signed-off-by: Ilai Levin > > --- > > Documentation/driver-api/eisa.rst | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/Documentation/driver-api/eisa.rst b/Documentation/driver-api/eisa.rst > > index 3563e5f7e..e98b21b60 100644 > > --- a/Documentation/driver-api/eisa.rst > > +++ b/Documentation/driver-api/eisa.rst > > @@ -1,3 +1,5 @@ > > +.. SPDX-License-Identifier: GPL-2.0 > > + > > This is probably just fine, but it's worth asking the original author > (copied) whether that was the intent; we can't just slap an arbitrary > license onto the work of others. I'm perfectly happy with GPL-2.0. So FWIW: Acked-by: Marc Zyngier > (One could also ask whether we need this document at all in 2026, but > that is a separate question...:) I'd be even happier with a bulk removal of anything related to the EISA bus. I haven't touched it in about 20 years, the only machine I have left (an Alpha Jensen) has been disconnect for that long, and support removed from the tree 2.5 years ago... Thanks, M. -- Without deviation from the norm, progress is not possible.