From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) (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 BB3C91E4F01; Wed, 7 Aug 2024 12:26:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=150.107.74.76 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723033598; cv=none; b=ex7fMOY0h1+qmsqp8VnojAl3ce/6Tb/BfK6PNwkhMEKQlMmM1ZEOBCUR0IXLo7bXhtadCw7Dr25UFI7cdy/x71QifFhElSMIp0mg5zPIbeU+f41LVUo/q9MJ9B6um9m+fzlcxbk7oJ9O7kRmyJGTWuKUCiud+IJH/pFRGZMNRHw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723033598; c=relaxed/simple; bh=OdSt8Tt/U2n9w379ApL8F4qbwce1h8QlEm0Nmuegrok=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=WJcked0XNzt/QRff44cAjhFz8XoBV37tjZDaV2s9Dgo089JaJW6cGeX1IdVp2MbWohljoaFbNqoHMf8B0jIEbZoU/RPVsNPMXEGETZxaGYj9vtucBNqUIPlKUZDuK25Bxry6QiD60NgKzDQ50y1nyUvRXvgmDhHKHgNEXcYDCfM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au; spf=pass smtp.mailfrom=ellerman.id.au; dkim=pass (2048-bit key) header.d=ellerman.id.au header.i=@ellerman.id.au header.b=YnW/rQyo; arc=none smtp.client-ip=150.107.74.76 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ellerman.id.au Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=ellerman.id.au header.i=@ellerman.id.au header.b="YnW/rQyo" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1723033593; bh=OdSt8Tt/U2n9w379ApL8F4qbwce1h8QlEm0Nmuegrok=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=YnW/rQyoOAweXydm9V9Sx4BR5bWp3A63VMYTQOpI6d+m0m2ffd7dxUELQRLPFMqm/ Mw6qICJkyvvkG/kmwzJnV4GB9zVM3iI8pmVrycRYA4D5KJJGgDH3NkZTBwdsS3E/kj EQiAekjjIpIrbD/h1ce2NPPaFtT66mIGyfR7UT+GZCUtZGI59/LL+0d7e1IF0s+5Sy sAwNOzdXEoDeUrH2fZa6bVmu4nVUajRSs9G8pgOr8IdBQW+rdINjVU1j5SF8xKI77g yuxwSVbW0ttpngBkzDHghMP153gkq3dmrCWyqqUyzSIrD7jLrKRbU+EKonFk5XQi0x WDAy6902F5RPQ== Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mail.ozlabs.org (Postfix) with ESMTPSA id 4Wf8YL6FV0z4w2Q; Wed, 7 Aug 2024 22:26:30 +1000 (AEST) From: Michael Ellerman To: Linus Torvalds Cc: Jeff Xu , Nicholas Piggin , Christophe Leroy , Pedro Falcato , kernel test robot , Jeff Xu , oe-lkp@lists.linux.dev, lkp@intel.com, linux-kernel@vger.kernel.org, Andrew Morton , Kees Cook , "Liam R. Howlett" , Dave Hansen , Greg Kroah-Hartman , Guenter Roeck , Jann Horn , Jonathan Corbet , Jorge Lucangeli Obes , Matthew Wilcox , Muhammad Usama Anjum , Stephen =?utf-8?Q?R=C3=B6ttger?= , Suren Baghdasaryan , Amer Al Shanawany , Javier Carrasco , Shuah Khan , linux-api@vger.kernel.org, linux-mm@kvack.org, ying.huang@intel.com, feng.tang@intel.com, fengwei.yin@intel.com Subject: Re: [linus:master] [mseal] 8be7258aad: stress-ng.pagemove.page_remaps_per_sec -4.4% regression In-Reply-To: References: <202408041602.caa0372-oliver.sang@intel.com> <87o766iehy.fsf@mail.lhotse> <87bk25j1sx.fsf@mail.lhotse> Date: Wed, 07 Aug 2024 22:26:29 +1000 Message-ID: <87v80c8qoa.fsf@mail.lhotse> Precedence: bulk X-Mailing-List: linux-api@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Linus Torvalds writes: > On Tue, 6 Aug 2024 at 05:03, Michael Ellerman wrote: >> >> Or should I turn it into a series and post it? > > I think post it as a single working patch rather than as a series that > breaks things and then fixes it. It splits nicely with no breakage along the way. > And considering that you did all the testing and found the problems, > just take ownership of it and make it a "Suggested-by: Linus" or > something. Sure. cheers