From nobody Sun Sep 14 12:31:46 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3831DC38142 for ; Sun, 22 Jan 2023 21:37:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229920AbjAVVhH (ORCPT ); Sun, 22 Jan 2023 16:37:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230172AbjAVVhA (ORCPT ); Sun, 22 Jan 2023 16:37:00 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4E42216AE8; Sun, 22 Jan 2023 13:36:59 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id BD6F8B80B69; Sun, 22 Jan 2023 21:36:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E275EC4339E; Sun, 22 Jan 2023 21:36:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674423416; bh=clkwweBLCzG0Uo62eX5aQPwk/HsAYR54UNoF+5kvB1Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=NXp/8AoZ5NemhfqiQOJqpc90MDm0X9GAOXs7K5DoSzz4EwgLuvZW4oGJkO4ALv5ZP 8STwZ41HT+1EIfkh0209RU6Xms2vy6KQ0FoRZDeWLXTXXJvopZm0X/BXKoy8+GzVFE 6QWr8nGNJnaj7toKYTRHjiccAh+mbrq4FFIeDsRoOLJe4FM5lHgRHJTPfnCFUX/YV1 8YTU0gqoEWK0ILIN3A7cC9v9dzAPU4NFeMZpZL/bbjEm8WCLqiwGZdzrbauioceiGn 8r+6mfpFeS99q8SZt2eH86w/v3cReJ8wF9wB2bP8goyX2Osg+jjsrEZDo8cFWEMBXY 5e6RI2AqR8woQ== From: SeongJae Park To: Jonathan Corbet Cc: SeongJae Park , Herbert Xu , "David S. Miller" , linux-crypto@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 1/8] Docs/crypto/index: Add missing SPDX License Identifier Date: Sun, 22 Jan 2023 21:36:43 +0000 Message-Id: <20230122213650.187710-2-sj@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230122213650.187710-1-sj@kernel.org> References: <20230122213650.187710-1-sj@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add missing SPDX License Identifier for crypto documentation index file. Signed-off-by: SeongJae Park --- Documentation/crypto/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/crypto/index.rst b/Documentation/crypto/index.rst index da5d5ad2bdf3..95b0870e09b8 100644 --- a/Documentation/crypto/index.rst +++ b/Documentation/crypto/index.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: GPL-2.0 + =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Crypto API =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --=20 2.25.1 From nobody Sun Sep 14 12:31:46 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08E92C25B4E for ; Sun, 22 Jan 2023 21:37:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230486AbjAVVhF (ORCPT ); Sun, 22 Jan 2023 16:37:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58058 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230153AbjAVVhA (ORCPT ); Sun, 22 Jan 2023 16:37:00 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D57816AEB; Sun, 22 Jan 2023 13:36:59 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 371D1B80B6B; Sun, 22 Jan 2023 21:36:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9CB1AC4339C; Sun, 22 Jan 2023 21:36:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674423416; bh=ouBh5gtf3YcpQnZmuqTzawn7E0xCJfbx4PNMl8SCcOw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=I8oGcgrcsSzQdlL3yI2xgYW7YFu/wnxSK7sTrc43GUWXYbTqMPHFQn9X5wLGnJStd EbBHGBvBnX2gclrn80b8FWig3JT+ofHtaeHSvpJfxSmnDXmFWb5n7z49FIjwEc0oie sq0M2/n10RB00otTmR+jb4bcksDjq1ssdo9l+LFSqKYw833dSrZyNqud0tK4xebvyH 7bjrl4UD8VVoG4ei8DmZf06U67AgHSfoKS1z+MhW5PoswPN1OPnMaETFgCMLZWCsy/ Z4D3oFB4AXxAAAL1WER8R4i+bvJxoz9d1dpfEkuxjVk4FsjfxLzF+A+aXgJnnFkjV5 /RiW6spQe/Kpw== From: SeongJae Park To: Jonathan Corbet Cc: SeongJae Park , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 2/8] Docs/driver-api/index: Add missing SPDX License Identifier Date: Sun, 22 Jan 2023 21:36:44 +0000 Message-Id: <20230122213650.187710-3-sj@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230122213650.187710-1-sj@kernel.org> References: <20230122213650.187710-1-sj@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add missing SPDX License Identifier for driver-api documentation index file. Signed-off-by: SeongJae Park --- Documentation/driver-api/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/= index.rst index b208e0dac3a0..7a2584ab63c4 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: GPL-2.0 + =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D Driver implementer's API guide =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D --=20 2.25.1 From nobody Sun Sep 14 12:31:46 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76B6AC54EB4 for ; Sun, 22 Jan 2023 21:37:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230360AbjAVVhD (ORCPT ); Sun, 22 Jan 2023 16:37:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58056 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229971AbjAVVhA (ORCPT ); Sun, 22 Jan 2023 16:37:00 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E28C816AE5; Sun, 22 Jan 2023 13:36:58 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 80CA560CA4; Sun, 22 Jan 2023 21:36:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2893CC433A1; Sun, 22 Jan 2023 21:36:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674423417; bh=mjT5HyfVWuQ9qPsnmeirI8u/EIvVyfvfGP/qw6kfgyw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=l1BlawAvBv+/slEpknH0YdhR1WriSmtSkV5iz/dLWTjuMJjkx/UdwtFlylB/RAYG/ bD+tEs0zj+Xt0hIDVu4xN7kexsT2TvRoMusUQUzt4tNQ517VpQM4KMENQDijNXVq90 NJBYzoOdrZQIGw7I513XlUwLPWbp+Cdiq/QSpwlCEYwLWzWJdfnkmkr7tKi7WnmVUt ZGbz2S+2OVbEc57nqQBxYXX4NKb3X+IU1ioB+xnLSJGJP9O2RT4KjFRqWuuCjEhd5m dvSs3ukw2W9Y+CPYEM+liZipLWrWv9joFP2Uc3Neu1bCZewcWAzkmrCX6M0k/lgiAE 4QFNiG02isuKw== From: SeongJae Park To: Jonathan Corbet Cc: SeongJae Park , Alex Deucher , David Airlie , Daniel Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 3/8] Docs/gpu/index: Add missing SPDX License Identifier Date: Sun, 22 Jan 2023 21:36:45 +0000 Message-Id: <20230122213650.187710-4-sj@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230122213650.187710-1-sj@kernel.org> References: <20230122213650.187710-1-sj@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add missing SPDX License Identifier for gpu documentation index file. Signed-off-by: SeongJae Park --- Documentation/gpu/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/gpu/index.rst b/Documentation/gpu/index.rst index eee5996acf2c..9a6c7831d7fe 100644 --- a/Documentation/gpu/index.rst +++ b/Documentation/gpu/index.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: MIT + =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D GPU Driver Developer's Guide =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D --=20 2.25.1 From nobody Sun Sep 14 12:31:46 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E9012C25B4E for ; Sun, 22 Jan 2023 21:37:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231352AbjAVVhL (ORCPT ); Sun, 22 Jan 2023 16:37:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58078 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230261AbjAVVhB (ORCPT ); Sun, 22 Jan 2023 16:37:01 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5F1B316AEB; Sun, 22 Jan 2023 13:37:01 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 0C998B80B6C; Sun, 22 Jan 2023 21:37:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2520EC433EF; Sun, 22 Jan 2023 21:36:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674423418; bh=o9lSawkK9T9fjfOX0fWqWjbaWCpSn2+Q+PHaC6zmQqE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=In8f5LKtFJjMF53bp3P5vB+XosPascOJa/K698RcXjJ8XqQ88Wu9/fnSC+e3gTj2v /HouLaxlABhcbyBFBepEagG1qDRFDUsV+0qnVKL4bc91rqwPMJdicduv+Bm/fjy/+C nvSy3mZzeVM3l3l7qcQkFCreLXxLATI4/s7PSrXOAqkGFGUdtGmC4D1uLJUVqilayL oqMZwyc567b2Ja1j6yXG1rwzUVFOVZV2xxCxj/wuxBb+6V9n7urPo3+MdihYDOyN/x KDA1YsyQ4X8iJBwrK0lwIV9yGdis1t0Newc/KmuJhMwRl3LRo5Dtuq8pmA4vKk5j2+ LvGTKuf+byr8A== From: SeongJae Park To: Jonathan Corbet Cc: SeongJae Park , Jean Delvare , Guenter Roeck , linux-hwmon@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 4/8] Docs/hwmon/index: Add missing SPDX License Identifier Date: Sun, 22 Jan 2023 21:36:46 +0000 Message-Id: <20230122213650.187710-5-sj@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230122213650.187710-1-sj@kernel.org> References: <20230122213650.187710-1-sj@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add missing SPDX License Identifier for hwmon documentation index file. Signed-off-by: SeongJae Park Reviewed-by: Mauro Carvalho Chehab --- Documentation/hwmon/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/hwmon/index.rst b/Documentation/hwmon/index.rst index c2b3c1a822dd..2186d732654f 100644 --- a/Documentation/hwmon/index.rst +++ b/Documentation/hwmon/index.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: GPL-2.0 + =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Hardware Monitoring =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --=20 2.25.1 From nobody Sun Sep 14 12:31:46 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7CC08C25B4E for ; Sun, 22 Jan 2023 21:37:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230520AbjAVVhQ (ORCPT ); Sun, 22 Jan 2023 16:37:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58086 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230352AbjAVVhC (ORCPT ); Sun, 22 Jan 2023 16:37:02 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA95216AF6; Sun, 22 Jan 2023 13:37:01 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 8A9EDB80B11; Sun, 22 Jan 2023 21:37:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D42FCC4339B; Sun, 22 Jan 2023 21:36:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674423419; bh=xYY56q/NOYtWLx3UCg0xiwtiRUBIUTj1fjBJJaoBYTE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=i3/jYW3w/cpAjTs8G7nMWsJOkXRVR/PbLY8zaYMyfpUmMCxl4JghwHVKNf4rscqer c++h/3m3FHpIzQbzUTtK5wRnWEP7ouoVyX8WYHJlMOX8wiXKgWAa6Pg6/XRUu5BFXV WKxK8DDjaWPrvxhjrPQWf9GfWM/xE6N4fAXMcg7jsmHOHMuH6ZmSzzZ9wb/mAXXSkR X3TNyqan2qMvaUKwrVbq8Ihm5KLRDv8rDYOHud1PAFlX6HGdWTMXhlnYM4WsJYBBQo zlCPj1qJeI3+T+x+9/ZpsGGyBwU3KVQpS040RMdaJbdytjq4L97RwRIHN7NaE4DqbO yQzfbMr7+dsVA== From: SeongJae Park To: Jonathan Corbet Cc: SeongJae Park , Dmitry Torokhov , linux-input@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 5/8] Docs/input/index: Add missing SPDX License Identifier Date: Sun, 22 Jan 2023 21:36:47 +0000 Message-Id: <20230122213650.187710-6-sj@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230122213650.187710-1-sj@kernel.org> References: <20230122213650.187710-1-sj@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add missing SPDX License Identifier for input documentation index file. Signed-off-by: SeongJae Park Reviewed-by: Mauro Carvalho Chehab --- Documentation/input/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/input/index.rst b/Documentation/input/index.rst index 35581cd18e91..d60bf9cfe005 100644 --- a/Documentation/input/index.rst +++ b/Documentation/input/index.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: GPL-2.0 + =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Input Documentation =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --=20 2.25.1 From nobody Sun Sep 14 12:31:46 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 11A0DC38142 for ; Sun, 22 Jan 2023 21:37:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231475AbjAVVhR (ORCPT ); Sun, 22 Jan 2023 16:37:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58102 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230357AbjAVVhD (ORCPT ); Sun, 22 Jan 2023 16:37:03 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D65116AEC; Sun, 22 Jan 2023 13:37:02 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 39A45B80B68; Sun, 22 Jan 2023 21:37:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7EF40C4339E; Sun, 22 Jan 2023 21:36:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674423419; bh=3PI0vwdRKbEi1daW7U73cjpfzjty6oh1nP4xjtVkfmI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=D18M2j7A/VSSC79RldE1EBNhAdJif8wE1Cmku9vhxjDusrBf9nBliqY7Ss5H8e5zm 1EkA0QnFHC43Wz09qGZcqEGNWo+AUvC7FE1io1gkgypAYphqj9sNrdGbLcmT3r4D4c ICv1kkSwqD9NwvmutjgnT0qCTrk0cfjthRYXl+9hEvYf8iDZur7TiY+qD+lqQqjCGA LtEbAIBxzbKLE9mkjqN8Jh1X74O9SmNityr07/1uqMvIa9xTUwWc+wcHt6ZMo4HpZE 5RfkTLSg+Z9pVUMu5X/PTcgsBofTHcszuS2Cj3E3LRQlJP3vwi4oe8IZT537iiuLtC 968HeH2g1TEXQ== From: SeongJae Park To: Jonathan Corbet Cc: SeongJae Park , Andrew Morton , linux-mm@kvack.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 6/8] Docs/mm/index: Add missing SPDX License Identifier Date: Sun, 22 Jan 2023 21:36:48 +0000 Message-Id: <20230122213650.187710-7-sj@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230122213650.187710-1-sj@kernel.org> References: <20230122213650.187710-1-sj@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add missing SPDX License Identifier for mm documentation index file. Signed-off-by: SeongJae Park --- Documentation/mm/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/mm/index.rst b/Documentation/mm/index.rst index 5a94a921ea40..c4e9fbacaf38 100644 --- a/Documentation/mm/index.rst +++ b/Documentation/mm/index.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: GPL-2.0 + =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D Memory Management Documentation =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D --=20 2.25.1 From nobody Sun Sep 14 12:31:46 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D2280C25B4E for ; Sun, 22 Jan 2023 21:37:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231480AbjAVVhT (ORCPT ); Sun, 22 Jan 2023 16:37:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58118 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230366AbjAVVhD (ORCPT ); Sun, 22 Jan 2023 16:37:03 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0761517141; Sun, 22 Jan 2023 13:37:03 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id B4D8EB80B45; Sun, 22 Jan 2023 21:37:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 29B4CC4339C; Sun, 22 Jan 2023 21:37:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674423420; bh=Om9rzcZezlU14pI1K+F9UkJfcijoRG5QitbXtAfUnn4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=R+dksstgFLrCWMJMU06/pTiNqPNC38F+1H6CUp8ygemg162RtoYkBKA3cHqI5yF+k OnfpfHSG7fY67/tAv2SakKssUIh8/Tv8HJZd6rS80iCQBOdxDGTmjygmnAIbhl1OQl ixbaCC+LZJQBB3xmG92lBNae97Gf8FQA/VxzXHwMvJ9Hzn+WtPRnQnZhJFnQzTAh+m YsUe+igBkFrwxKEhfsuk1ya5VcHhnvszSTYwuybDvcNkogJoyyvacZZEqLkZJukKWQ FcqOttTlFM/zf1cATtpRQVwku9FfZmROn7Bki40B6VF6hOZac29gwkXhbWH0Ro4Y9U T9rloaNhWgr9A== From: SeongJae Park To: Jonathan Corbet Cc: SeongJae Park , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 7/8] Docs/scheduler/index: Add missing SPDX License Identifier Date: Sun, 22 Jan 2023 21:36:49 +0000 Message-Id: <20230122213650.187710-8-sj@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230122213650.187710-1-sj@kernel.org> References: <20230122213650.187710-1-sj@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add missing SPDX License Identifier for scheduler documentation index file. Signed-off-by: SeongJae Park Reviewed-by: Mauro Carvalho Chehab --- Documentation/scheduler/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/scheduler/index.rst b/Documentation/scheduler/in= dex.rst index 1aac972a652f..ae0229f5a9cf 100644 --- a/Documentation/scheduler/index.rst +++ b/Documentation/scheduler/index.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: GPL-2.0 + =3D=3D=3D=3D=3D=3D=3D=3D=3D Scheduler =3D=3D=3D=3D=3D=3D=3D=3D=3D --=20 2.25.1 From nobody Sun Sep 14 12:31:46 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 94E01C54EAA for ; Sun, 22 Jan 2023 21:37:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231515AbjAVVhV (ORCPT ); Sun, 22 Jan 2023 16:37:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230493AbjAVVhH (ORCPT ); Sun, 22 Jan 2023 16:37:07 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC40216AF7; Sun, 22 Jan 2023 13:37:04 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 1C95ECE0FAB; Sun, 22 Jan 2023 21:37:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A919FC433A0; Sun, 22 Jan 2023 21:37:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674423421; bh=ZUIDqsXYDWng6KDCJdrB2KTu4/airR/GrI1+yJu4p2s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XsrsXrKIAUtZmAAMreBA5zeu9qGmaIvptQd7BHSUVq3oZ/dBinIaw/laDwuNGtxCk V8jLuMzBCJRH8j4EHUHJ7B/DhbmQPERpsNPiqYGOet2oMlXP9rfILrnX5riPIEQ/MC jJ4CHWE5psudgqzE936x5NsC3Mv3rYsO0ioeuBnRJdLTVTl3a4M4hYVjVkK8Pk0qfA Nv3yUdMwhOhdlytomyynx1raLjLjMd3TPixFv/Q/WZLWm62BfhCGibjqNlSW43C8mY 9O0x6RnIAVlNSgLiy4AXLlb6Yxb0T21TDYwX4RGAp/h+fmj8PJeRivKq6vtb71PtQm ERx5nm3QuhOBQ== From: SeongJae Park To: Jonathan Corbet Cc: SeongJae Park , Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 8/8] Docs/sound/index: Add missing SPDX License Identifier Date: Sun, 22 Jan 2023 21:36:50 +0000 Message-Id: <20230122213650.187710-9-sj@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230122213650.187710-1-sj@kernel.org> References: <20230122213650.187710-1-sj@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add missing SPDX License Identifier for sound documentation index file. Signed-off-by: SeongJae Park Acked-by: Takashi Iwai --- Documentation/sound/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/sound/index.rst b/Documentation/sound/index.rst index 5abed5fc6485..7e67e12730d3 100644 --- a/Documentation/sound/index.rst +++ b/Documentation/sound/index.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: GPL-2.0 + =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D Sound Subsystem Documentation =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D --=20 2.25.1