From patchwork Mon Dec 30 21:00:29 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maximilian Engelhardt X-Patchwork-Id: 13923455 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 lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 455C3E77194 for ; Mon, 30 Dec 2024 21:01:25 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.863550.1274937 (Exim 4.92) (envelope-from ) id 1tSMt2-0007JW-9M; Mon, 30 Dec 2024 21:01:16 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 863550.1274937; Mon, 30 Dec 2024 21:01:16 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tSMt2-0007JL-5k; Mon, 30 Dec 2024 21:01:16 +0000 Received: by outflank-mailman (input) for mailman id 863550; Mon, 30 Dec 2024 21:01:14 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tSMt0-0006nk-PH for xen-devel@lists.xenproject.org; Mon, 30 Dec 2024 21:01:14 +0000 Received: from mx1.somlen.de (breeze.somlen.de [2a00:1828:a019::100:0]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 33ed3423-c6f1-11ef-99a4-01e77a169b0f; Mon, 30 Dec 2024 22:01:13 +0100 (CET) Received: by mx1.somlen.de with ESMTPSA id 0508D5030C1; Mon, 30 Dec 2024 22:01:12 +0100 (CET) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 33ed3423-c6f1-11ef-99a4-01e77a169b0f DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=daemonizer.de; s=202303; t=1735592473; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Y3IPyDYbEqLp9/TJelGNbhXNC7AXR4cBfozsJVQEaMM=; b=Cu1TnrCjzNMcMG3z7LLfOXIEO6ZD0EyWx3B5a41x/hzz8iigBwQOmrSaRxWC8gv3f/Ltfu 0MdDmylqkefNg3VjuHLGsb1kRemVTdPiUPMJz7AOsRSH7XwiTakb1WI5u4u7aVXFPyM98M S0E4e076NgwXZXcGzQOFT+8BKmXM9Flnb8oGTzc1fZ7twkmG24oSqfZEI7MoMHe8r6j/9K GAY3kMMwungU4b7SrUIu21DgLV5irBxYjqZG7dW1cEz1BG2qRu1Kd7r/AYBmQQfuWnGvwR TBz3UsFu0r7wL+GiK9cbid+I2UnpxgQsgRm3UTmbMIaN5KWkLatwqhHV1KhPSg== From: Maximilian Engelhardt To: xen-devel@lists.xenproject.org Cc: Ian Jackson , Anthony PERARD , Maximilian Engelhardt Subject: [XEN PATCH 1/5] docs/man/xen-vbd-interface.7: Provide properly-formatted NAME section Date: Mon, 30 Dec 2024 22:00:29 +0100 Message-Id: <9514c20c6982d65afc8ee53c4027f435d46d8056.1735585600.git.maxi@daemonizer.de> In-Reply-To: References: MIME-Version: 1.0 From: Ian Jackson This manpage was omitted from docs/man: Provide properly-formatted NAME sections (423c4def1f7a01eeff56fa70564180640ef3af43) because I was previously building with markdown not installed. Signed-off-by: Ian Jackson Tested-by: Maximilian Engelhardt --- docs/man/xen-vbd-interface.7.pandoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/man/xen-vbd-interface.7.pandoc b/docs/man/xen-vbd-interface.7.pandoc index ba0d159dfa..2f18d5b72e 100644 --- a/docs/man/xen-vbd-interface.7.pandoc +++ b/docs/man/xen-vbd-interface.7.pandoc @@ -1,3 +1,8 @@ +Name +---- + +xen-vbd-interface - Xen paravirtualised block device protocol + Xen guest interface ------------------- From patchwork Mon Dec 30 21:00:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maximilian Engelhardt X-Patchwork-Id: 13923454 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 lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E8C23E77188 for ; Mon, 30 Dec 2024 21:01:24 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.863549.1274927 (Exim 4.92) (envelope-from ) id 1tSMt1-000740-2q; Mon, 30 Dec 2024 21:01:15 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 863549.1274927; Mon, 30 Dec 2024 21:01:15 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tSMt1-00073p-04; Mon, 30 Dec 2024 21:01:15 +0000 Received: by outflank-mailman (input) for mailman id 863549; Mon, 30 Dec 2024 21:01:14 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tSMt0-00073D-FP for xen-devel@lists.xenproject.org; Mon, 30 Dec 2024 21:01:14 +0000 Received: from mx1.somlen.de (typhoon.somlen.de [89.238.64.140]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id 3416d09c-c6f1-11ef-a0db-8be0dac302b0; Mon, 30 Dec 2024 22:01:13 +0100 (CET) Received: by mx1.somlen.de with ESMTPSA id 3A4D45030E8; Mon, 30 Dec 2024 22:01:13 +0100 (CET) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 3416d09c-c6f1-11ef-a0db-8be0dac302b0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=daemonizer.de; s=202303; t=1735592473; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PMl7doOmmRwQcq+r6ytsB5DZXr1441bm/ek2YpkEhpg=; b=02s4tETFA/3dODyJqbV8n07g9zGuDfFQi43R7JGitkzK3iq8kJhwbOY4o0P6VGPkuz/g4a uAB44NyDFRVxk9wnSOCgwholvBgj2sCGydqqwYIGjeqGQyJzq0Wd2vVBk5Me6Ned2X7xJt J4xVU9TPSmjJWuXg64PrA3y35XP6FOVJJFuhd0WjpYqe1PqbfXHeDY4qIkghctpmtrbB9r IQ7HxFnT8/3MVB9kzgjJc8weSuROSOekrHaJFg12IuhKeenPzCJT2hgrKHjftHmRM6wFyw T+dH1WItXQKZwd2hwBxPMSK+/ovypRBjkA1CN7Yi6LC/nuBJcEVmwCD4qKsvMA== From: Maximilian Engelhardt To: xen-devel@lists.xenproject.org Cc: Maximilian Engelhardt , Anthony PERARD Subject: [XEN PATCH 2/5] docs: set DATE to SOURCE_DATE_EPOCH if available Date: Mon, 30 Dec 2024 22:00:30 +0100 Message-Id: <1ad1283052a580cbe7dbd7581b64f3cfd87cbf88.1735585600.git.maxi@daemonizer.de> In-Reply-To: References: MIME-Version: 1.0 Use the solution described in [1] to replace the call to the 'date' command with a version that uses SOURCE_DATE_EPOCH if available. This is needed for reproducible builds. The -d "@..." syntax was introduced in GNU date about 2005 (but only added to the docuemntation in 2011), so I assume a version supporting this syntax is available, if SOURCE_DATE_EPOCH is defined. If SOURCE_DATE_EPOCH is not defined, nothing changes with respect to the current behavior. [1] https://reproducible-builds.org/docs/source-date-epoch/ Signed-off-by: Maximilian Engelhardt --- docs/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index b30cc619f8..beba02a94f 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,7 +3,13 @@ include $(XEN_ROOT)/Config.mk -include $(XEN_ROOT)/config/Docs.mk VERSION := $(shell $(MAKE) -C $(XEN_ROOT)/xen --no-print-directory xenversion) -DATE := $(shell date +%Y-%m-%d) + +DATE_FMT := +%Y-%m-%d +ifdef SOURCE_DATE_EPOCH +DATE := $(shell date -u -d "@$(SOURCE_DATE_EPOCH)" "$(DATE_FMT)" 2>/dev/null || date -u -r "$(SOURCE_DATE_EPOCH)" "$(DATE_FMT)" 2>/dev/null || date -u "$(DATE_FMT)") +else +DATE := $(shell date "$(DATE_FMT)") +endif DOC_ARCHES := arm x86_32 x86_64 MAN_SECTIONS := 1 5 7 8 From patchwork Mon Dec 30 21:00:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maximilian Engelhardt X-Patchwork-Id: 13923458 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 lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DDDDFE7718F for ; Mon, 30 Dec 2024 21:01:25 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.863551.1274943 (Exim 4.92) (envelope-from ) id 1tSMt2-0007Ly-L4; Mon, 30 Dec 2024 21:01:16 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 863551.1274943; Mon, 30 Dec 2024 21:01:16 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tSMt2-0007L1-DO; Mon, 30 Dec 2024 21:01:16 +0000 Received: by outflank-mailman (input) for mailman id 863551; Mon, 30 Dec 2024 21:01:15 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tSMt1-00073D-57 for xen-devel@lists.xenproject.org; Mon, 30 Dec 2024 21:01:15 +0000 Received: from mx1.somlen.de (typhoon.somlen.de [89.238.64.140]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id 343edaa2-c6f1-11ef-a0db-8be0dac302b0; Mon, 30 Dec 2024 22:01:13 +0100 (CET) Received: by mx1.somlen.de with ESMTPSA id 6841F506D31; Mon, 30 Dec 2024 22:01:13 +0100 (CET) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 343edaa2-c6f1-11ef-a0db-8be0dac302b0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=daemonizer.de; s=202303; t=1735592473; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vNoycYF/AunNCbr33bPlfVZJJaaGcAgrVSlzFQ4oMMU=; b=Jd/ryk/mRGv4VnXHj3pLw18iO39jMHpJOXtH+LSHqrLZSQy1Kp6PNpTLMyv/UCxUqC0oM+ Wc0AVSF/DR1vXdcfjAF7iXWLChWteN1+Hewq/vNohDVERwOX4SLUe49E3VmhF9PkpARXmP bIt5guaI5iSxwBg4xL16NO/gvhOyxFX9AnrfOrbi+rT1e2pgs+X5usSZ9I2m8h1Sc/m50U W39PRRlh3Wxyxt9gJlfPKvz8NZJOGRBShrXs42TEu+fzMcuvAFkYUw+1NN/romZ/Iy1U4L HTLUKXwjwMHcbwO9LSHnes6YmElHgwT+d0NuwhiwQbtqRsx0dYEvKiSelry0YA== From: Maximilian Engelhardt To: xen-devel@lists.xenproject.org Cc: Maximilian Engelhardt , Jan Beulich , Andrew Cooper , =?utf-8?q?Roger_Pau_Monn=C3=A9?= Subject: [XEN PATCH 3/5] xen/arch/x86: make objdump output user locale agnostic Date: Mon, 30 Dec 2024 22:00:31 +0100 Message-Id: In-Reply-To: References: MIME-Version: 1.0 The objdump output is fed to grep, so make sure it doesn't change with different user locales and break the grep parsing. This problem was identified while updating xen in Debian and the fix is needed for generating reproducible builds in varying environments. Signed-off-by: Maximilian Engelhardt --- xen/arch/x86/arch.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/arch.mk b/xen/arch/x86/arch.mk index 9dde8a5756..cb47d72991 100644 --- a/xen/arch/x86/arch.mk +++ b/xen/arch/x86/arch.mk @@ -109,7 +109,7 @@ endif ifeq ($(XEN_BUILD_PE),y) # Check if the linker produces fixups in PE by default -efi-nr-fixups := $(shell $(OBJDUMP) -p $(efi-check).efi | grep '^[[:blank:]]*reloc[[:blank:]]*[0-9][[:blank:]].*DIR64$$' | wc -l) +efi-nr-fixups := $(shell LC_ALL=C $(OBJDUMP) -p $(efi-check).efi | grep '^[[:blank:]]*reloc[[:blank:]]*[0-9][[:blank:]].*DIR64$$' | wc -l) ifeq ($(efi-nr-fixups),2) MKRELOC := : From patchwork Mon Dec 30 21:00:32 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maximilian Engelhardt X-Patchwork-Id: 13923456 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 lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9567BE77197 for ; Mon, 30 Dec 2024 21:01:26 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.863552.1274957 (Exim 4.92) (envelope-from ) id 1tSMt3-0007m3-Pi; Mon, 30 Dec 2024 21:01:17 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 863552.1274957; Mon, 30 Dec 2024 21:01:17 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tSMt3-0007lh-L9; Mon, 30 Dec 2024 21:01:17 +0000 Received: by outflank-mailman (input) for mailman id 863552; Mon, 30 Dec 2024 21:01:15 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tSMt1-0006nk-PN for xen-devel@lists.xenproject.org; Mon, 30 Dec 2024 21:01:15 +0000 Received: from mx1.somlen.de (typhoon.somlen.de [89.238.64.140]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 344ec987-c6f1-11ef-99a4-01e77a169b0f; Mon, 30 Dec 2024 22:01:14 +0100 (CET) Received: by mx1.somlen.de with ESMTPSA id A0742506D34; Mon, 30 Dec 2024 22:01:13 +0100 (CET) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 344ec987-c6f1-11ef-99a4-01e77a169b0f DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=daemonizer.de; s=202303; t=1735592473; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VKAAcZsb1zf/Sx09ApHUwHb6yPd9REXI9uLqVexVt6k=; b=EZfsna/WG9f6kP91AejpJsdQ7VK0QiUtVLhv5Sp6HtKy3F7uyqz4og5RhrBUli1Lmm0h/Z v0Ck/JjX0YVdygeJnrRK7YrA4PA81Jqg1zbW1XMQFB9sGSmeH0r94p7hKYSMzy+utqZmLb 5LQLry8jvw/pkxOvG8IbGWvwKzVPokSMWp264GJvEr8CsaMfjnAfzQnNd4F6YagO/C3tZ3 SW0VNSv0VIy3mjM2a7sIN5yyBjX1r5xO0ryT5G04iU3jSyjxm9HTilknbJ5oF1cuSOJk87 wd4O1j0W36S4fXibXvAkgCiwuprUFiODabUuVdMcuay2BTOWxM0JChMWrebn5Q== From: Maximilian Engelhardt To: xen-devel@lists.xenproject.org Cc: Maximilian Engelhardt , Anthony PERARD Subject: [XEN PATCH 4/5] docs/man: fix typo: hexidecimal -> hexadecimal Date: Mon, 30 Dec 2024 22:00:32 +0100 Message-Id: <3a3f8f625af48fe2cac19bfab976c811c6cec6f4.1735585600.git.maxi@daemonizer.de> In-Reply-To: References: MIME-Version: 1.0 This was found by the lintian tool (Debian package checker) during packaging xen for Debian. Signed-off-by: Maximilian Engelhardt --- docs/man/xl-pci-configuration.5.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/man/xl-pci-configuration.5.pod b/docs/man/xl-pci-configuration.5.pod index db3360307c..ec76f590b7 100644 --- a/docs/man/xl-pci-configuration.5.pod +++ b/docs/man/xl-pci-configuration.5.pod @@ -89,7 +89,7 @@ device. For example, running L in a Linux guest where B was specified as C<8> would identify the device as C<00:08.0>. Virtual domain and bus numbers are always 0. -B This parameter is always parsed as a hexidecimal value. +B This parameter is always parsed as a hexadecimal value. =item Default Value From patchwork Mon Dec 30 21:00:33 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maximilian Engelhardt X-Patchwork-Id: 13923457 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 lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E3457E77198 for ; Mon, 30 Dec 2024 21:01:26 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.863553.1274964 (Exim 4.92) (envelope-from ) id 1tSMt4-0007vU-A7; Mon, 30 Dec 2024 21:01:18 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 863553.1274964; Mon, 30 Dec 2024 21:01:18 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tSMt4-0007ug-6K; Mon, 30 Dec 2024 21:01:18 +0000 Received: by outflank-mailman (input) for mailman id 863553; Mon, 30 Dec 2024 21:01:16 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tSMt2-0006nk-PL for xen-devel@lists.xenproject.org; Mon, 30 Dec 2024 21:01:16 +0000 Received: from mx1.somlen.de (typhoon.somlen.de [89.238.64.140]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 346fb3dc-c6f1-11ef-99a4-01e77a169b0f; Mon, 30 Dec 2024 22:01:14 +0100 (CET) Received: by mx1.somlen.de with ESMTPSA id D7CBA506D3D; Mon, 30 Dec 2024 22:01:13 +0100 (CET) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 346fb3dc-c6f1-11ef-99a4-01e77a169b0f DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=daemonizer.de; s=202303; t=1735592474; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=h75DPoDEbFCJlydhUR/eRPZoEnhMbc8Ymd/flb1Kxes=; b=JMxcop1AVBmsy9zmgqrVah4uaCwV3KHJ4FM9H8+XHersdmP+Uwsz5J8VWhYyiXaEhaGDJR 9HUAO+jyGZWnub5Wd1V/5knWeAdV42v9GGelvXGkKCygdNXkmZVLlDEnyZOXUPR7p6s9RW tOcr6pZqaFSWVLIZH2477hssqBrhZc2DW3KsHV1FnJGLxw9+88hGSAou8mGsVeju2nM1oY h3o3rD3QHD4QGPFjWc4f09dCJzh/p89xCrGWmgF21auh8TwBzx2jgQLJBfpVWAIaCi8Btz usx5Dx730NTneiahj0C3WGh58yHsBQzf0oUI7K8dwM5PZ1a87llMKuY52VNMkA== From: Maximilian Engelhardt To: xen-devel@lists.xenproject.org Cc: Maximilian Engelhardt , Anthony PERARD , Juergen Gross Subject: [XEN PATCH 5/5] tools: fix typo: subsytem -> subsystem Date: Mon, 30 Dec 2024 22:00:33 +0100 Message-Id: In-Reply-To: References: MIME-Version: 1.0 This was found by the lintian tool (Debian package checker) during packaging xen for Debian. Signed-off-by: Maximilian Engelhardt --- tools/include/xenctrl.h | 2 +- tools/misc/xen-memshare.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/include/xenctrl.h b/tools/include/xenctrl.h index 5bb41c9c53..4955981231 100644 --- a/tools/include/xenctrl.h +++ b/tools/include/xenctrl.h @@ -2212,7 +2212,7 @@ int xc_memshr_domain_resume(xc_interface *xch, * May fail with: * EINVAL if the gfn is not populated or not sharable (mmio, etc) * ENOMEM if internal data structures cannot be allocated - * E2BIG if the page is being referenced by other subsytems (e.g. qemu) + * E2BIG if the page is being referenced by other subsystems (e.g. qemu) * ENOENT or EEXIST if there are internal hypervisor errors. */ int xc_memshr_nominate_gfn(xc_interface *xch, diff --git a/tools/misc/xen-memshare.c b/tools/misc/xen-memshare.c index 8e5e22b9e9..ab30979ebc 100644 --- a/tools/misc/xen-memshare.c +++ b/tools/misc/xen-memshare.c @@ -30,7 +30,7 @@ static int usage(const char* prog) printf(" add-to-physmap \n"); printf(" - Populate a page in a domain with a shared page.\n"); printf(" debug-gfn - Debug a particular domain and gfn.\n"); - printf(" audit - Audit the sharing subsytem in Xen.\n"); + printf(" audit - Audit the sharing subsystem in Xen.\n"); return 1; }