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 AB0D221ADDB; Wed, 26 Feb 2025 16:17:32 +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=1740586652; cv=none; b=Uk+VOOpxMcRZaYHtj4RvnDsi3GMf0CYcdKWSg56yK7qgCYPgxum+T+qqoxHVCIR+TMyBcn4kOin2SB9zbRRVaDJEOB4cLpe3u489sTMZFz9dDI5QyTfVx0tNH/Q2BKAV3ngDM6LEIh3eMVxQlzI70KU/66LGz5iwMOT3pj7aTzI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740586652; c=relaxed/simple; bh=hTDll0v44fX4PzBDNzX/XDQI/T4ea8XLw46b2NQU8Os=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pAIgEy09ipUitZjJ4ju/f+YDeW7PV2TUgHBhFSHdJl7StA9m+Y9bxjD7+6s2PckgagzzbjG1MBomJ3Kuh0O2rBn8Ccy5nC45ra5i7Rj442kP8mdF3vfzdOQs5opOsTCg9si3sDE9KOgfFmKk3/DnB1IL8rGZEbpHI6q9ocKXgMs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rfYmzpHJ; 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="rfYmzpHJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CD82BC4CED6; Wed, 26 Feb 2025 16:17:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1740586652; bh=hTDll0v44fX4PzBDNzX/XDQI/T4ea8XLw46b2NQU8Os=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rfYmzpHJx9xKYxDxXxz6F9KACvPpNPyeyEnDO9vWos6F335nFfvdRB6I7GscMvB5w wsOpFGOVsjoxIw26RKUQPZLmzdr7iUO9K1BpSJMrKf6FYwEDMxHdihKvHeqC6oxVVp LQNXnVwKPE/ArrjdryToY5fEkzcO/goFD9956nSrqlOtyY8eBCDLvB9tzfJe7rk5m+ LjbcONHfFViZdN5/NB2PPfcnRdWC+zAucOAd/fWDZpTmOW6ZIegCn2opd+6CSh3GmT M+ixpoQfd1NPfeyZJ6h6MzWGWKr7KfcWI80REoFdHTg8SyXwUFSVlyc1IEdoVxMKGy 5JONwROT2rEvg== Date: Wed, 26 Feb 2025 17:17:29 +0100 From: Frederic Weisbecker To: Boqun Feng Cc: Andreas Hindborg , Miguel Ojeda , Anna-Maria Behnsen , Thomas Gleixner , Danilo Krummrich , Alex Gaynor , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Alice Ryhl , Trevor Gross , Lyude Paul , Guangbo Cui <2407018371@qq.com>, Dirk Behme , Daniel Almeida , Tamir Duberstein , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v9 13/13] rust: hrtimer: add maintainer entry Message-ID: References: <20250224-hrtimer-v3-v6-12-rc2-v9-0-5bd3bf0ce6cc@kernel.org> <20250224-hrtimer-v3-v6-12-rc2-v9-13-5bd3bf0ce6cc@kernel.org> Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Le Mon, Feb 24, 2025 at 07:44:37AM -0800, Boqun Feng a écrit : > On Mon, Feb 24, 2025 at 01:03:47PM +0100, Andreas Hindborg wrote: > > Add Andreas Hindborg as maintainer for Rust `hrtimer` abstractions. Also > > add Boqun Feng as reviewer. > > > > Acked-by: Boqun Feng > > Acked-by: Frederic Weisbecker > > Frederic, since you've reviewed the series, and we certainly need your > expertise here, do you want to be an reviewer in this maintainer entry > (to watch how we are doing maybe ;-))? Yes indeed! Please include me as a reviewer! Thanks!