From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 E45D1C47422 for ; Wed, 24 Jan 2024 21:02:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=sy5T5oIBzt2ezNU7hnMzpeIubzW354CaJ8dE1FkLb74=; b=F+l9nuPMsq54AP BteNOeptR/nRrDJfX0EguE7c6Td6inLY6UPAPiVb4HR6eGHWZczdOk5D1V+od6oMfc9NNa4mAPpev 5uuAB60BSVwJj3hYHefAkLf4ksIfbZago8Psfc+1kDu9WXWJ5bFhbmpjrViTLWKNItoIgDNqzNW6k vWdU2rXGHeI/AmEOcyrqk+bA/qSaIIKVpnHeRDUfyV5idSl0qHm1VKtJfJYTdDybYeZr2P0B8DOdn zyJpOhjJkuOuUuQrQC2ks9e3iZTKHdXv5C3kfuPNCzLgsrUWerIp0nEt5reuT4ZGpGsWfLDwObVDe WPbEUZkhuNIw+B8L1jLg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rSkNW-0055Z5-1i; Wed, 24 Jan 2024 21:01:46 +0000 Received: from out-176.mta0.migadu.com ([91.218.175.176]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rSkNT-0055Xj-20 for linux-arm-kernel@lists.infradead.org; Wed, 24 Jan 2024 21:01:45 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1706130096; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Vppg9qJI7AD03wh9PpDgAouPG9vz7u0UUejSSoel6uQ=; b=OAAEEf6N0PQJFbc6Y4csIfXG7WzBIPzd+fgFyBe6iE43FpyBmiGsRIXZcBepIEfcuraoRE NIsBlmwFamqaNKZlqHT8H2sGof4pnHSZb04AAjmSmC0SX9Vz6h9OAH0+IVpF9DDZ0cMFD1 zAQUH8kweaVlg8R3EUMI3WCf1b5YjbM= From: Oliver Upton To: ARMLinux , KVMARM , Jing Zhang , Marc Zyngier , KVM Cc: Oliver Upton , James Morse , Suzuki K Poulose , Itaru Kitayama , Paolo Bonzini , Itaru Kitayama , Zenghui Yu Subject: Re: [PATCH v2] KVM: arm64: selftests: Handle feature fields with nonzero minimum value correctly Date: Wed, 24 Jan 2024 20:59:48 +0000 Message-ID: <170612997432.109327.7730932953409830369.b4-ty@linux.dev> In-Reply-To: <20240115220210.3966064-2-jingzhangos@google.com> References: <20240115220210.3966064-1-jingzhangos@google.com> <20240115220210.3966064-2-jingzhangos@google.com> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240124_130144_086896_4440B178 X-CRM114-Status: UNSURE ( 6.36 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 15 Jan 2024 14:02:09 -0800, Jing Zhang wrote: > There are some feature fields with nonzero minimum valid value. Make > sure get_safe_value() won't return invalid field values for them. > Also fix a bug that wrongly uses the feature bits type as the feature > bits sign causing all fields as signed in the get_safe_value() and > get_invalid_value(). > > > [...] Applied to kvmarm/next, thanks! [1/1] KVM: arm64: selftests: Handle feature fields with nonzero minimum value correctly https://git.kernel.org/kvmarm/kvmarm/c/1cd2b08f7cc4 -- Best, Oliver _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel