From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 3F5F3EADC; Tue, 6 Aug 2024 04:27:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722918444; cv=none; b=a6j+KnlwrIZRV/TKYX7plJ6RPVvi8cn3gVRXhWRLW7SvxyxhWkcnuYxUy9vi4Aw4Y6qKhdW4Z0O1NqWipNm31kvTD+itwsq4ujlfi9AcPcd8OznzcwJEZgXdlewZRyL4DrKDh9i6IMgFryXjb4z8IZy6BziATRiWU6sUfJoXRtM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722918444; c=relaxed/simple; bh=AZzy/I51vgXjxJSQvB6NDee/pSQvkl/ELAdj2zwi0es=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=n/rLMS40l1HmwRLMxUZvmVqmSvZLjR7SXoDDKDeeZpcUYLkICtOgMVN8BeTOi9yaY+zwLjNM89P7fb0/jREmAQ0KrkOh8ywtD4anqYHt9ivrz6a2TMvI/8hLKd9mmqIIoMIvNs/MTdoTeRX5o/HYf99rk88QRVzAJgOnc8fevRk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gIXyXEq6; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="gIXyXEq6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BF8FAC32786; Tue, 6 Aug 2024 04:27:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1722918443; bh=AZzy/I51vgXjxJSQvB6NDee/pSQvkl/ELAdj2zwi0es=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gIXyXEq6bDAqnFjFEN3iXLi/wiYv8IqNv2XLV5j2si3yZCU7rnzJISPVX/dgFq0NS Vqhm+P/Cu4PxAaXoEOfgNenZMAo72oEeFUsibER62z7/MawhvCeE9iSFzJ+gTTkLv0 Rqi1KQi4PH9FPXLs52Lu1geS8Nmr2yWiXAyhhBk+lEV+yuUFun913JJQMxOhon5V1t /nAQSjDOxbrJi4pQiCn3XzHlFGO2qcWVL0CzY/cZSHxRYnyr7Q/gsTTHiUZW3buyvm 4qAXewx7CPGy9dRB7I/8h3HALw6kxjFQ7OJmllUIJoHDfIcGTG7uyM3omyYkp3dMIu iRgHG/EyuiSMQ== Date: Mon, 5 Aug 2024 21:27:23 -0700 From: Kees Cook To: Masahiro Yamada Cc: Andy Lutomirski , Will Drewry , linux-kernel@vger.kernel.org, Alexandre Belloni , Benjamin Tissoires , Christian Borntraeger , Claudio Imbrenda , David Hildenbrand , Janosch Frank , Jiri Kosina , Shuah Khan , bpf@vger.kernel.org, kvm@vger.kernel.org, linux-input@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-rtc@vger.kernel.org Subject: Re: [PATCH v2 0/2] selftests: harness: refactor __constructor_order Message-ID: <202408052126.E8A8120C1@keescook> References: <20240727143816.1808657-1-masahiroy@kernel.org> Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240727143816.1808657-1-masahiroy@kernel.org> On Sat, Jul 27, 2024 at 11:37:35PM +0900, Masahiro Yamada wrote: > > This series refactors __constructor_order because > __constructor_order_last() is unneeded. > > No code change since v1. > I reworded "reverse-order" to "backward-order" in commit description. > > > Masahiro Yamada (2): > selftests: harness: remove unneeded __constructor_order_last() > selftests: harness: rename __constructor_order for clarification Thanks for resending this! Reviewed-by: Kees Cook Shuah, do you want to take this via kselftest? If not, I can carry it... -Kees -- Kees Cook