From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta1.migadu.com (out-178.mta1.migadu.com [95.215.58.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D982820DD49 for ; Tue, 1 Apr 2025 16:40:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.178 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743525643; cv=none; b=CO2IJAIjjjBepLKkpkNSYmW0O6SequLJlH+7BgrZZ8/bMYzf4Z0RWP0SRpPYDy5U0OYwYlYxk7NjkNLzP6zS1e90KLTEVv4g1aVgdRwAA2vCEnu9xdKag/VAJ6liApsF7Tj6g5Kz1M3AZc54CcG0RPVFgiwOB3QRdsgx7VBZHrY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743525643; c=relaxed/simple; bh=N4MdmZu2J+XMwLnFNKCoeXGOo7RyEpt6SzVgSso22NQ=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type; b=cIqSCsGoDfT2xLcEgWoANzS14mrDm8ijM9VEjzFRlbuya8gV4dcwrwvmrJjOAFkH08Iv0Zlt4bN9fjQoVHc+6BAMxzpq6w4YFYDWioAcRMGf/7kxnPg86gBm45cXA9sAcOQOlrcl2jt3wWqhvL8wIDySlf1oOgMqTRn+F0g82QI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=HEewnL3a; arc=none smtp.client-ip=95.215.58.178 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="HEewnL3a" 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=1743525637; 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=zYUajYEgIu0kpaRr9fhK6rfntAAkCeN1QZWeY8TpPJ8=; b=HEewnL3aSqSTJodBjO9Q/F6cT66uYFLhtAAB8L7njw3uHxAFspi49V5xwXrZuMqGnW4z+I lgnp74R5M5Pri28awW+Ajqb5Gxa9ENbB6S9YoDL/zLtrSlDpr6y6sw0RCU048kgYAUzI/+ iT0iZJCaWTOjeoz6u7FWFPq6FNnL+A4= From: Oliver Upton To: kvmarm@lists.linux.dev, Oliver Upton Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Mark Rutland , Lorenzo Pieralisi , Sudeep Holla , Catalin Marinas , Marc Zyngier , Shameer Kolothum Subject: Re: [PATCH] smccc: kvm_guest: Align with DISCOVER_IMPL_CPUS ABI Date: Tue, 1 Apr 2025 09:40:26 -0700 Message-Id: <174352555798.2753071.8481161802308155159.b4-ty@linux.dev> In-Reply-To: <20250327163613.2516073-1-oliver.upton@linux.dev> References: <20250327163613.2516073-1-oliver.upton@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT On Thu, 27 Mar 2025 09:36:15 -0700, Oliver Upton wrote: > The ABI of the hypercall requires that R2 and R3 are 0. Explicitly pass > 0 for these parameters. > > Applied to fixes, thanks! [1/1] smccc: kvm_guest: Align with DISCOVER_IMPL_CPUS ABI https://git.kernel.org/kvmarm/kvmarm/c/acfcaf90db1f -- Best, Oliver