From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-40134.protonmail.ch (mail-40134.protonmail.ch [185.70.40.134]) (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 602CE21D5A0 for ; Mon, 10 Mar 2025 10:00:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.70.40.134 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741600818; cv=none; b=TkSy7IHoD69Lru03H3X3I9ZzWItI/m3DbtCKufTUYRmGApw521B9rwvNBgQbiE4n76hS0JTawdAH9JQDVP7iiiBwlXNeWj5jR0j6mDGAIiQdk9F1XBHDxRuKPxqwZww4t9KwY2mURZjG9oSG9ujiJOHwMuBT/Aaj8G8gQR+cv7w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741600818; c=relaxed/simple; bh=zXA6vQFhc30A7EU2VUj2nZ7hAAlciGqFu6RCAmOQkjU=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=oSi/ZAE1OL56dTI9C+kL/tJ4rFnJqE0W+E+hCwv4pCSPoRTc1jcWIGlzNWpu7j29lOEXgxmk6PWSnpBLFrMfphEBsOirqBJW4n1LzgPDDhdh9xlFeVc4B2AodzFRwuoBHNw2lZQmD+yMa8xvebQYcIeDY16O/OJQFAQ/Osola+I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pm.me; spf=pass smtp.mailfrom=pm.me; dkim=pass (2048-bit key) header.d=pm.me header.i=@pm.me header.b=mRItwu+f; arc=none smtp.client-ip=185.70.40.134 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pm.me Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pm.me Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=pm.me header.i=@pm.me header.b="mRItwu+f" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1741600814; x=1741860014; bh=zXA6vQFhc30A7EU2VUj2nZ7hAAlciGqFu6RCAmOQkjU=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector:List-Unsubscribe:List-Unsubscribe-Post; b=mRItwu+feXHR6uwlvGrye8dF/nrVBJGOJoTrgwHMG/+ozqaqcV2h31nseBmqm4vf7 3+1lhWzFb1d4c1PxSkdlZOjQxvCr3PA0gq3hO2BJdwhW2ZYCsC4O+LVoWV1Fe5hHd1 /LWTmoVaInOGhaBoABrFv4A91xqpCAv6a2Dl2C9nQ+nDkjuLMboai6WjDyyC2K+QDk IaqjlRyyv7bptnQGtX+CcHnQyeWlnOYz90QWD4Pa1NxKCViUufydTmBFehi9ppe0qC 5sVCsyFBcTpI923s4XSyMwp6y6Npb7bggQqFuPeePKNBJws3rxMnuMHRnkxmY+VXtf ATUwX/Wotah8A== Date: Mon, 10 Mar 2025 10:00:05 +0000 To: Alice Ryhl From: Oliver Mangold Cc: Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?utf-8?Q?Bj=C3=B6rn_Roy_Baron?= , Benno Lossin , Andreas Hindborg , Trevor Gross , Asahi Lina , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 2/5] rust: make Owned::into_raw() and Owned::from_raw() public Message-ID: In-Reply-To: References: <20250310-unique-ref-v6-0-1ff53558617e@pm.me> <20250310-unique-ref-v6-2-1ff53558617e@pm.me> Feedback-ID: 31808448:user:proton X-Pm-Message-ID: 03bc40ba1dfd58add8200b81e1d5c65fbe446f86 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=utf-8 Content-Transfer-Encoding: quoted-printable On 250310 0950, Alice Ryhl wrote: >=20 > You can't send a patch by others without adding your own SoB. Ok. Sorry, didn't know that. On 250310 0950, Alice Ryhl wrote: >=20 > I would probably just fold this into the previous patch. That is okay with different authors? Just leave that authorship with Asahi Lina, then, I assume? Oliver