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 57FE627FB1F; Mon, 9 Mar 2026 17:00:13 +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=1773075613; cv=none; b=IadEq0V3QJnlBLRj8MCRlhUAhxcvcjxR/OTMVRhtHqeLhD1dwcQmX5frOlu45hpPvN6oM+C5Aj4+VfUMorm1u8EdXa8RMIVguAnaB7ZB7w8dU4qtuMZqs8EyR/6uOUzd1zi35iC133WIrbAPLmGwNVvlTp6LHfEO+S/KKRiFtLo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773075613; c=relaxed/simple; bh=CtqSZRrtQ086u71AP2P/+EeQ4W/0e0n5IIi6cp4D3LY=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:To:From:Subject: References:In-Reply-To; b=KPuGkwGLLJDy5uQs/ybH1xflZqyJuXD20TfE1xOquJo3x3PcLqhVZmpZtG5Qdq57Acb/oQC8TP/pGZYsRKnEgJIdviTtlySc9nRk32gZOzbD1oN30h1TPYTDmIcZ6tEAbCHDVnpD0O3b5A0rjhCLaWXjQludIoikXa0CrrOekBE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=l2RNgURe; 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="l2RNgURe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 874CFC4CEF7; Mon, 9 Mar 2026 17:00:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773075613; bh=CtqSZRrtQ086u71AP2P/+EeQ4W/0e0n5IIi6cp4D3LY=; h=Date:Cc:To:From:Subject:References:In-Reply-To:From; b=l2RNgUReeisohSOqQEi1BMesOrHU+atDi+li0Bc300RhI+QPC2Hopn5Wj/HRuh4Pg ItbtBP6b1VQfrr7w9JldiQ1teAdj9+afnY21kw23oSVfQs8DyshNBv9HH+w+8VsNu3 WwQUYY2APS0OPRF5rEwOPS3PwvkpijnT5ZbEdnMRuQ6a7JqKeDTZHX0Ww4VDljs/7K hg3JqnKbcCQf/Cz5Qzo9PxxVtc2WuScrKdSjCWh7kQRwg87/N8D1P+gSVyNddQ6Nbm /UpnDyfZpdPRagImRsaaoWg4tYIdkMNMrAhbB8hqoQZ7asbYB7li9ARgGRmC3Lh1qn pFyBh1bwqOJRA== Precedence: bulk X-Mailing-List: linux-kbuild@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: Mon, 09 Mar 2026 18:00:06 +0100 Message-Id: Cc: , "Alexandre Courbot" , "Alice Ryhl" , "David Airlie" , "Simona Vetter" , "Miguel Ojeda" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Trevor Gross" , "Boqun Feng" , "Nathan Chancellor" , "Nicolas Schier" , "Abdiel Janulgue" , "Daniel Almeida" , "Robin Murphy" , , , , , , To: "Tim Kovalenko via B4 Relay" From: "Danilo Krummrich" Subject: Re: [PATCH v4 0/4] Fixes the stack overflow References: <20260309-drm-rust-next-v4-0-4ef485b19a4c@proton.me> In-Reply-To: <20260309-drm-rust-next-v4-0-4ef485b19a4c@proton.me> On Mon Mar 9, 2026 at 5:34 PM CET, Tim Kovalenko via B4 Relay wrote: > > --- > Changes in v4: > - Rebase on top of projection changes Thanks for the quick follow-up! There was no need to include the series you rebased onto, i.e. it is usuall= y enough to just mention that your patch is based on another series and provi= de a link. But don't worry, I just mention this for the next time, there is nothing th= at needs to be done on your end. (One additional thing to note, in case you will actually have to (re-)send patches of other people in the future, is that such patches still need to h= ave your Signed-off-by: in addition, since by sending them you are involved in = the handling of those patches.) Thanks, Danilo