From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3C0974592F; Sat, 7 Sep 2024 16:06:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BDF834026F; Sat, 7 Sep 2024 16:06:21 +0200 (CEST) Received: from dkmailrelay1.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 645EB40269; Sat, 7 Sep 2024 16:06:20 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesys.local [192.168.4.10]) by dkmailrelay1.smartsharesystems.com (Postfix) with ESMTP id 2C39B2056A; Sat, 7 Sep 2024 16:06:20 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [RFC v2 1/3] uapi: introduce kernel uAPI headers import Date: Sat, 7 Sep 2024 16:06:17 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35E9F6BC@smartserver.smartshare.dk> In-Reply-To: <20240906152337.2805036-2-maxime.coquelin@redhat.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [RFC v2 1/3] uapi: introduce kernel uAPI headers import Thread-Index: AdsAcMdeWltcgvP+TBaejPF+39uYAwAvjO9A References: <20240906152337.2805036-1-maxime.coquelin@redhat.com> <20240906152337.2805036-2-maxime.coquelin@redhat.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Maxime Coquelin" , , , , X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > From: Maxime Coquelin [mailto:maxime.coquelin@redhat.com] > Sent: Friday, 6 September 2024 17.24 >=20 > This patch introduces uAPI headers import into the DPDK > repository. This import is possible thanks to Linux Kernel > licence exception for syscalls: >=20 > = https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/ > LICENSES/exceptions/Linux-syscall-note >=20 > Header files are have to be explicitly imported, and > libraries and drivers have to explicitly enable their > inclusion. >=20 > Guidelines are provided in the documentation, and helper > scripts are also provided to ensure proper importation of the > header (unmodified content from a released Kernel version): > - import-linux-uapi.sh: used to download and install a given > header to linux-headers/uapi/ > - check-linux-uapi.sh: used to check all headers are valid >=20 > Signed-off-by: Maxime Coquelin > --- Acked-by: Morten Br=F8rup