From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 6D9663CB2FC for ; Wed, 3 Jun 2026 10:51:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780483902; cv=none; b=D+wLfVt8DQNTGPRRu21klxQhXerbky6nlSgxcltputaS2ebvKHoIqux6koWBp7KzUEx0rvNCldo7KV6TlWdXix0VSHtzyskjqyLbU9eYY4rOhMBrN8IP5loghgwTbDFOoSsB7XSpCNMGTOVbUhR17JyWfWMOEDhLSxY6rp7ywcY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780483902; c=relaxed/simple; bh=umgFbKOCHMcx7gb8JvL9aH4r7G6rm9dIu40vJCWKCuo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZDRG4GPdX53r2QkCcKiEIS4IKEJh482XGJ0JuSduDrPpVXHTx0ZhS4ac39rxezpVoydtxQlucvjw3d6NGdm6XRcJp3F/lA/KYf0cnvQb/FIY59v23FsB7f1NhwCjjKaUF77LDr71Ip3bFyrbVaGCVtYrnmxbQjJpwoI2QQ+MuNg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GF+TVx3G; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="GF+TVx3G" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E68671F00893; Wed, 3 Jun 2026 10:51:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780483901; bh=4irt7zX8prA5wvAeL79Ke1XWIsw0l/f1Lgz8zInKjmc=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=GF+TVx3G57KdADDZA61/dqiOtUrc2bL2alcbqR3o/frTCX+ahMZCBHyukTBh+n1uT srwQfUMaia3i7df5TIZPOOrRgapj5ek9SjQVH/Cx7JwZRDno2GNrQhB8nFXfpKut42 9xMIbL2n9nAbPhuvwtqo8deyov5xoXARYkwEbZNAR7yenNMKYwZqTOmpXWD10Ge+5H ZPJsv+p3Jz5feMqTWv/cfJdMunuvrQbRHezZDqhSpq7EH43klcUP+BvEf1jiHHUUsO wkLdZcbULfv1ROfg3+hwR80gLzcOdeRvw9DTVl5Xb3WoO0e3Q79UDla/F5mhC1zaIp cVIdiGFaEjjuw== Date: Wed, 3 Jun 2026 13:51:33 +0300 From: Mike Rapoport To: Mark Brown Cc: Lorenzo Stoakes , "Vlastimil Babka (SUSE)" , "David Hildenbrand (Arm)" , Nico Pache , akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, liam@infradead.org, mhocko@suse.com, vbabka@suse.cz, willy@infradead.org Subject: Re: Process (was Re: [PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP) collapse support Message-ID: References: <506fed6b-8954-40fa-8b5e-c8bd8c0d004b@kernel.org> <07334dc3-79ba-407e-96be-21ceb2eec00a@kernel.org> <0560f9a3-d8d2-4f9e-a7e8-9da3512ce9f0@sirena.org.uk> 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 Content-Disposition: inline In-Reply-To: <0560f9a3-d8d2-4f9e-a7e8-9da3512ce9f0@sirena.org.uk> On Wed, Jun 03, 2026 at 10:57:11AM +0100, Mark Brown wrote: > On Wed, Jun 03, 2026 at 11:39:00AM +0300, Mike Rapoport wrote: > > On Wed, Jun 03, 2026 at 07:48:46AM +0100, Lorenzo Stoakes wrote: > > > > - It makes it more difficult for us to yank things > > > git rebase -i > > Remembering to add signoffs if you're rebasing something someone else > committed (probably the most frequent cause of missing signoffs in > -next), --signoff helps there. We learn as we go :) -- Sincerely yours, Mike.