From patchwork Tue Jun 21 10:36:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Heimes X-Patchwork-Id: 1646022 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical.com header.i=@canonical.com header.a=rsa-sha256 header.s=20210705 header.b=gPG3mBra; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4LS2yG2dcLz9sGP for ; Tue, 21 Jun 2022 20:37:10 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1o3bFo-0001U9-Hi; Tue, 21 Jun 2022 10:37:04 +0000 Received: from smtp-relay-canonical-0.internal ([10.131.114.83] helo=smtp-relay-canonical-0.canonical.com) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1o3bFh-0001Ny-30 for kernel-team@lists.ubuntu.com; Tue, 21 Jun 2022 10:36:57 +0000 Received: from jammy.lxd (2.general.fheimes.us.vpn [10.172.66.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-0.canonical.com (Postfix) with ESMTPSA id 28CB94161D for ; Tue, 21 Jun 2022 10:36:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1655807816; bh=5ytTFXB4+Mbqj4LCl5NuSopTHLHkcFMIKYRZRMotnS4=; h=From:To:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=gPG3mBra2QQ2fISJanzCKgxixIDIBQv4hszXdI6Qdb2ob5BX8Iyqf8n7Ub27OodEd DIcfI0fruL6GP1QJaVZBk8S6uKpHClxZVwcxPaSjm6uMZpM7TILt90lp7ri96juISQ VlJfXYHlw7XmeGKolf/d5y8oYAqVqO3uttLfRRfZgshvhy7b/2R2Q1M54r2L4FSxQZ QR37y5rdNjkP+/a6sjbrUGHZGBSfPHpsGzpVMbtNHI3GJ5aYAWGG8YvQio6lhWLK5d 3X6Mn8IB+meAJofNFfml3ZqMUXtyMDQwksEiSdvlE07Vku3g6F/XJTAmS6q/CSzgmS mp3KZxv6D3UvA== From: frank.heimes@canonical.com To: kernel-team@lists.ubuntu.com Subject: [SRU][J][PATCH 2/3] s390/uv_uapi: depend on CONFIG_S390 Date: Tue, 21 Jun 2022 10:36:43 +0000 Message-Id: <20220621103644.15317-3-frank.heimes@canonical.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220621103644.15317-1-frank.heimes@canonical.com> References: <20220621103644.15317-1-frank.heimes@canonical.com> MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" From: Paolo Bonzini BugLink: https://bugs.launchpad.net/bugs/1959973 Signed-off-by: Paolo Bonzini (cherry picked from commit eb3de2d8f78d893303891d879f941c47f2f2d13d linux-next) Signed-off-by: Frank Heimes --- drivers/s390/char/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/s390/char/Kconfig b/drivers/s390/char/Kconfig index ef8f41833c1a..57f41efb8043 100644 --- a/drivers/s390/char/Kconfig +++ b/drivers/s390/char/Kconfig @@ -103,6 +103,7 @@ config SCLP_OFB config S390_UV_UAPI def_tristate m prompt "Ultravisor userspace API" + depends on S390 help Selecting exposes parts of the UV interface to userspace by providing a misc character device at /dev/uv.