From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-171.mta0.migadu.com (out-171.mta0.migadu.com [91.218.175.171]) (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 E245745BFA for ; Thu, 29 Feb 2024 06:38:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.171 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709188694; cv=none; b=b61q/63Boaza/XfBT8bqYqD0z0FBv7GrT1mVEifS19sBG1Q1HmcwmBgMLaZGJ117cI9MordjC8BZHIVm7/5KhA/zk23oIGF6p26+/ilsyAmzAavGNZBsnLk142HoOFEUfcPVM2cuJdNvwIyzA1FadbKBMPG6jYG2vnNh6tdm2lo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709188694; c=relaxed/simple; bh=f7Yna66xFG6vgioX6UL9PlBV2R7eM20PlgwlQJeASr0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=GiMXBk8DWL6XNmxK4+hQ38YU4zd4hniJwSaeMBXYraSCLp5PiA0hy+JxFiESguM/TQx9CYY7AGRQwhduy9Q2Wa3tswIlmsPL7xEeuQLi+CC6psy2YvQOE3uN1rv6cQNL9AwK7nfaTO/3MGhn5K+c+Ca5K3Q+oiSLfqs7lFQUmFQ= 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=EhT6p143; arc=none smtp.client-ip=91.218.175.171 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="EhT6p143" 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=1709188691; 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=KleE8wCACo4AS2Lz1c1ZuEjwPGn5dN3YYkDl6gBcdAY=; b=EhT6p1435Co6cQj+sn/gyZito+xuJPmXdzTGNsyshbFCooGKO3DwiR3EW9lhB2xvtquWC1 DyaLUSg1Fr6HHeLPzqxCUMsCxBPvp+rLqo7f7zuuKOgODHB/N/ec7zXuOjsAN/Ui2NkBDZ 5uwFGloIJBx1EWJFxv2zBFRAVl2KotY= From: Oliver Upton To: Raghavendra Rao Ananta , Marc Zyngier Cc: Oliver Upton , Zenghui Yu , linux-arm-kernel@lists.infradead.org, Paolo Bonzini , Shaoqin Huang , Suzuki K Poulose , kvmarm@lists.linux.dev, James Morse , kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] KVM: selftests: aarch64: Remove unused functions from vpmu test Date: Thu, 29 Feb 2024 06:37:58 +0000 Message-ID: <170918867004.2623796.14243237544124867327.b4-ty@linux.dev> In-Reply-To: <20231122221526.2750966-1-rananta@google.com> References: <20231122221526.2750966-1-rananta@google.com> 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 Wed, 22 Nov 2023 22:15:26 +0000, Raghavendra Rao Ananta wrote: > vpmu_counter_access's disable_counter() carries a bug that disables > all the counters that are enabled, instead of just the requested one. > Fortunately, it's not an issue as there are no callers of it. Hence, > instead of fixing it, remove the definition entirely. > > Remove enable_counter() as it's unused as well. > > [...] Applied to kvmarm/next, thanks! [1/1] KVM: selftests: aarch64: Remove unused functions from vpmu test https://git.kernel.org/kvmarm/kvmarm/c/43b3bedb7cc4 -- Best, Oliver