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 8498F25785D for ; Sat, 13 Dec 2025 02:26:23 +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=1765592783; cv=none; b=hwK/4q14nZcQsEDUo7az8RINdZxK1wXhP0xIB1EvfNCyerMjWyS0oTdvF+tiXzAY1ONPlTL5gMdTNbYHN2S3e9SVfU1aINuaoSp7Pibs9ups0XhAgf9y5PMjUiU/vOq2KauGNo8bYGoh1DYliJio+w2vywsu61Cl5ShHRfwWUOY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765592783; c=relaxed/simple; bh=GxZ2vw8FKYPTlfiJQoVsAuSjIXnuG/3EJIeoU+E10uw=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=Yg8NUenkiaKWcd/dBI6iAPj0j6olzB/ZYKC9Bprs4Kjtzj16BqSSLOBIQkKtE7pCFAucUUy/qI0nYFaUegoK9MYlrTJGX8paFScRuD7Pms5E7FAYpTpa5hypa5ILKyYtJfpsuPOb3voMEwt/Mg74lOKA1rs4JkhWgsQwG3TO7Wk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RmrF5tPH; 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="RmrF5tPH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CB322C4CEF1; Sat, 13 Dec 2025 02:26:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1765592783; bh=GxZ2vw8FKYPTlfiJQoVsAuSjIXnuG/3EJIeoU+E10uw=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=RmrF5tPHeByyOtMog27xcrcdFsh18kiULGV816VrJwQFhAKivhf1MRWC+UDv9Y/L5 vnpfglzhUeNPXk+urijXHOrQUFv+BZbiwr4zws2qmPasTnZM03gRX1Eh0CB5ZB7u5/ hEQNcYfTo57CmRHdpW4DnnAgwKk9IgtwzEaAOBiHAPDRuK5nWSGI6EBrpi3SKMhIRI goTpFvY6jg+UTbhdqRlLA9ti58p4EXUAIplwEFZ1TAPNZ8BiAESdRaRdMS+1f6s9oJ xKVGermCeW4p2nz+0WDOtMeUqJaGLa4yF/5D1N2fzcdvspFOUfl15a5Q5IHdN6cRCv KjxaMOtZqnGOw== Date: Fri, 12 Dec 2025 19:26:16 -0700 (MST) From: Paul Walmsley To: Linus Torvalds cc: Paul Walmsley , sfr@canb.auug.org.au, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org Subject: Re: [GIT PULL] RISC-V updates for the v6.19 merge window (part two) In-Reply-To: Message-ID: <736f7ecb-f1fd-5dec-9cb5-88e2d241eda3@kernel.org> References: <98b74397-05bc-dbee-cab4-3f40d643eaac@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII On Sat, 13 Dec 2025, Linus Torvalds wrote: > On Fri, 12 Dec 2025 at 14:36, Paul Walmsley wrote: > > > > Please pull this second and final set of RISC-V patches for the v6.19 > > merge window. The primary addition in this pull request is support for > > CFI in user processes. This series has been around for almost two years. > > It can damn well be around for another release then. > > Because I'm really tired of these late pull requests. That's true in > general, but it's particularly true when I've told people I'm > traveling with a laptop. I was spending extra time the first week of > the merge window to get things out of the way so that I would *not* > have to deal with conflicts etc when on the road. > > I appreciate people who send me a second pull request with *fixes* for > the first one because they are starting to already react to bug > reports. But your whole thing where you think you send me a first pull > request and then a second one late in the merge window with more > development is simply not ok. It won't happen again. Thanks for the feedback. We'll get the CFI series early into linux-next for v6.20. > Either it was ready to go early, or it's not ready to go at all. None > of this "I have more presents for you". > > The merge window is not for late development or for "Let's make extra > work for Linus the last day of the merge window when he's on the road > in a strange time zone" Understood, and sorry for the noise, - Paul