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 CA69F21256B; Wed, 13 Aug 2025 11:20:20 +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=1755084020; cv=none; b=iMQybrcAeQEME3Upd0cgiKqPsZZ9dLt0UYorO6ZtuVe05NVVT66ceYmtb9tPvU06XSm2bYib0qTSSjWu5z0mUmJ5mov7RBPlALvzm9RTUBA4RM8JRT1/ehmelhIWcAHmvr1tJFRbIAAxl1txfBzCU1NSXpIml6Mh7rntF2+ILM0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755084020; c=relaxed/simple; bh=d0tzegHRQ43qOylbLXGzZrXq17jhyid9F1c9lV4sjfs=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=YbmczdyzlD1HRUXSXYiT+MYJfqM8jIyVQiyUJmwaxUrUm+T01IqID7H+YOMo2absTCJThVjzvOGmQp8iY0WA99/g6ktXVr038K1IuJwZyzv3PffPWHUhJfgGd/WZ+6/fGsPCdnJKpdM5CS4wjXFWtiQ52drjSZIVOrBgZhqwZy0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bC/bWgNX; 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="bC/bWgNX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2286AC4CEEB; Wed, 13 Aug 2025 11:20:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755084020; bh=d0tzegHRQ43qOylbLXGzZrXq17jhyid9F1c9lV4sjfs=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=bC/bWgNXkuUpButRMvsBLrSDIc2QLKNUGYm1iwQcx8SD18M6E2Bq/d+qbBuGvsqnU i5a+/8yjawu5YV++fIiZVXOI3Hcw8MoPFgxpqAUh8BdgeZYMPNfU8XvN+g4R57DVWQ wjgbMb5CqYY91C6Dw9yIQq+OmiF0lsT0LUWC2crt40by9D2/b68JVtTlv/tOn7lUBo /6RAEmhCTXNrksQdwvacbLI9A+xU45rLvZ578qYI4yRGHCwoZMrPYgqxqg4DdxwkTm X8unZQ6jj8isdfPvwrPTchL05qyKTOKflfSXgb4LfZvGsfhxURpkdgr7Q8ncbW73by HaA95QdEOlA9g== Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 13 Aug 2025 13:20:15 +0200 Message-Id: Subject: Re: [PATCH v4 0/4] Rust support for `struct iov_iter` Cc: "Greg Kroah-Hartman" , "Alexander Viro" , "Arnd Bergmann" , "Miguel Ojeda" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Andreas Hindborg" , "Trevor Gross" , "Matthew Maurer" , "Lee Jones" , , , "Benno Lossin" , "Christian Brauner" To: "Alice Ryhl" From: "Danilo Krummrich" References: <20250813-iov-iter-v4-0-c4f1932b05ef@google.com> In-Reply-To: <20250813-iov-iter-v4-0-c4f1932b05ef@google.com> On Wed Aug 13, 2025 at 10:27 AM CEST, Alice Ryhl wrote: > rust/kernel/iov.rs | 311 +++++++++++++++++++++++++++++++++= ++++++ Does this need an entry in MAINTAINERS?