[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] xen/privcmd: make option visible in Kconfig
- To: Jan Beulich <jbeulich@xxxxxxxx>, Juergen Gross <jgross@xxxxxxxx>
- From: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx>
- Date: Wed, 17 Nov 2021 11:05:10 -0500
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=XgiTadkq76ZVDpjxNeUJMWZL9Ld8qMmI7T3pK/mN4Mg=; b=YRLVPIcDoSVUiVuzi8OfiuMxMzKvKxj65oG0aNRRpur/jeYxyUPPWPmHX5z3i694rIk38hTyjYzEBawL8B0hPtsXrFOcXBaZHyEtILDLuOGXotoqtqS8Xzv1vCnMd0f0p2jg7wFIQQ1jh42JbWvXySCXkqi64hprCgejPPRM8F6b74yvNVvsYjLgQN4cB6/8lddAe473gZP+vHIeBodboH2sPabKlucpSE32YYjryXvONooegGitEC6xUhRMqDmGwUf5Q+YCRiZ53j6bRNbtsr1yl5zZkamVkLzPrZUj3AxAfITCGxyuK0+0gctB2/1ewSPFf5qjLelHtQd/pgWlTg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=foXCT52okOASJjhPC0bMVpzsdSIMEX+bE5zY2XlLZR/xqDwyXd2oVhjQxVJ+8HbLIOQcfFbBj6/fCw9C/esRzlLi58vPd6ygssYpRj/kgMPZQcRP8zFr9DoDXIPnvxB8MNw/YXA5lWdb/dimkXDB+mHSuFb22Xel76j026/35n5/a9aKSWQrXqtLz9IWnAmHIXaHw22usgWG4ZrEuGPFvLUUUHjmDjW3aHJEyai/ToqXXieL2kMcmaDygM+H86utO6m7Lqvm8oawyFy2d6sNycjfu3GiztTQD9UidNEyOxtAgaQOWUw4F5rsQhdxQuQ9plN+dHWR8zs4/EgTQJtteg==
- Cc: linux@xxxxxxxxxxxxxx, Stefano Stabellini <sstabellini@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx
- Delivery-date: Wed, 17 Nov 2021 16:05:38 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 11/16/21 5:33 PM, Boris Ostrovsky wrote:
On 11/16/21 11:05 AM, Jan Beulich wrote:
On 16.11.2021 16:01, Juergen Gross wrote:
On 16.11.21 15:55, Jan Beulich wrote:
On 16.11.2021 15:33, Juergen Gross wrote:
config XEN_PRIVCMD
- tristate
+ tristate "Xen hypercall passthrough driver"
depends on XEN
default m
+ help
+ The hypercall passthrough driver allows user land programs to perform
Maybe worth adding "privileged" here? Albeit of course that's different
from the use of the word ...
I guess you mean "... allows privileged user programs ..." (another
variant might be "The privileged hypercall passthrough ...")?
The former, yes.
I can apply with this change, no need to resend.
Applied to for-linus-5.16c
-boris
|