From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-180.mta1.migadu.com (out-180.mta1.migadu.com [95.215.58.180]) (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 4698C315D46 for ; Fri, 17 Apr 2026 15:06:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.180 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776438393; cv=none; b=HkmM5Jbh+S9hs/g+wg1ilulSD+YbeoYcIQ42U4AKwqA6nOQiYmQTc0uAEVO7zAT6c1zQug7UxfF2xmF1tpG7pLQirn/EgSvboUYHpYT5/Eng2s6MyJ/yuflqX4HpgkpT1mMzQHVjX0HxOC6Zkp0LLQOr+PU48Rv3lc4j+JKkaT4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776438393; c=relaxed/simple; bh=zS07p4gDFB6pdBPpu2rNXcWukXsE2BkNWlsBXyw8e9g=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=ilaUaqiCvDCZo7DII+TmQvV6wyUUqphweDminBAA6vcQ8YuiEWOzFE+zOkbqgsLjiHJ4mUv5qe5QSPJlKsgutlxp9b9lUTDYRn21pbreybKoFLG03YSs7CEJaiczxwemKbtCfkMGw3y5N42R84/5eUsUUESL1MgrLBfx5re1+Yw= 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=P8SRZx91; arc=none smtp.client-ip=95.215.58.180 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="P8SRZx91" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1776438380; 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=zS07p4gDFB6pdBPpu2rNXcWukXsE2BkNWlsBXyw8e9g=; b=P8SRZx91MY45Hnht8g6QGi0CxfNAU6bZHFtcHzFHxQbtXEO/xi3L4iArRBE3qWdaJeBeyZ cpkQiATZJbwNUPKoLvXxUCI+/yX6HsxWA57b1yALzMrh4A+ZP+dKTqhjPSr2kGuPz12JHU oTxbC4BTNOeIgR6/yNIrW8mm3S+OYqo= Date: Fri, 17 Apr 2026 23:06:03 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH 1/4] rust: sizes: add SZ_4G constant To: Alexandre Courbot Cc: Miguel Ojeda , Boqun Feng , Gary Guo , =?UTF-8?Q?Bj=C3=B6rn_Roy_Baron?= , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Danilo Krummrich , Lorenzo Stoakes , "Liam R. Howlett" , Tamir Duberstein , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, =?UTF-8?Q?Onur_=C3=96zkan?= References: <20260417-tyr-ioctls-deps-v1-0-41c6e9bb061c@linux.dev> <20260417-tyr-ioctls-deps-v1-1-41c6e9bb061c@linux.dev> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Alvin Sun In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 4/17/26 22:06, Alexandre Courbot wrote: > On Fri Apr 17, 2026 at 8:56 PM JST, Alvin Sun wrote: >>> Finally, maybe I missed something but the new value doesn't appear to be >>> used by this series? >> This patchset is a prerequisite for the Tyr ioctls patchset [2] that I'm >> currently developing, which hasn't been submitted to the list yet. > Why not have this patch in the series that actually makes use of it? > It's a bit confusing to see code merged without any clear user in the > same context. The other patches are currently under review and will likely be posted together in the next version. I will handle future patches properly. >