From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-186.mta0.migadu.com (out-186.mta0.migadu.com [91.218.175.186]) (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 2A96E2DCF46 for ; Wed, 20 May 2026 04:13:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.186 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779250396; cv=none; b=lfsvtWWwmf/qJmeZlcPgxkjV2aMnFXn3Zfq3SSKECuyz/sIVixw5bI4/KCHeSpq0eexvpkK9m5CTfT6O7KDMefQy5OTfJQBZGISUJUvzypPGc0FIhGw0lscxcOMod6ltSu7Ca81mp9hd6O+OpOPDKLRPN4kBaNT/kVOcQ2d1jqc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779250396; c=relaxed/simple; bh=WJXZqTNMY27INgWD6j+riBNe7GOb+s885XyqJKWLuZs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=aswJHG9a4a3fTaRZRFKmtPzzKybJZkD4XMUlNHheRfMqnt/E7+QUPGJ9AdQNY+Lys04IcOcQWP7x8xt37LO4Id6UrS3B0TWxnPAVNanStgrWjDmegSttW+L4EhYuhRCavI0IoOY3i+Xs+RA40iWfXgg1s+wc+JE4i87oW/sBNus= 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=ZkXJ2H0M; arc=none smtp.client-ip=91.218.175.186 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="ZkXJ2H0M" Date: Tue, 19 May 2026 21:12:54 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1779250382; 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: in-reply-to:in-reply-to:references:references; bh=oRxIk/rNMXwMe3aqIZ0sV2FoVFm9Hl2o3laEA+4gbk4=; b=ZkXJ2H0M1A8TbPE1BHyMrulOOmOHN3ljMZyTYcupbvGr+jR3MTuHpg5QkH7p69lQt2Ypuk s2iZE7b/MXQA4NvBuQZQ+NFxO3Fz9dJW/Ya1bKPSztN8l9KYJaWEjc+TQdJCNz3n4EncDG NQrSDSZa7akXzHm3+g5ueA8eM0PaV7E= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Shakeel Butt To: Oliver Sang Cc: Qi Zheng , oe-lkp@lists.linux.dev, lkp@intel.com, linux-kernel@vger.kernel.org, Andrew Morton , David Carlier , Allen Pais , Axel Rasmussen , Baoquan He , Chengming Zhou , Chen Ridong , David Hildenbrand , Hamza Mahfooz , Harry Yoo , Hugh Dickins , Imran Khan , Johannes Weiner , Kamalesh Babulal , Lance Yang , Liam Howlett , Lorenzo Stoakes , Michal Hocko , Michal =?utf-8?Q?Koutn=C3=BD?= , Mike Rapoport , Muchun Song , Muchun Song , Nhat Pham , Roman Gushchin , Suren Baghdasaryan , Usama Arif , Vlastimil Babka , Wei Xu , Yosry Ahmed , Yuanchu Xie , Zi Yan , Usama Arif , cgroups@vger.kernel.org, linux-mm@kvack.org Subject: Re: [linus:master] [mm] 01b9da291c: stress-ng.switch.ops_per_sec 67.7% regression Message-ID: References: <93b7c3f206f158e7387cbb5f0bf5845b59b93053@linux.dev> <19693be6-7132-446e-b3fc-b7e9f56e5949@linux.dev> Precedence: bulk X-Mailing-List: cgroups@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: X-Migadu-Flow: FLOW_OUT On Wed, May 20, 2026 at 10:43:22AM +0800, Oliver Sang wrote: > hi, Shakeel, > > On Tue, May 19, 2026 at 07:22:52AM -0700, Shakeel Butt wrote: > > Hi Oliver, > > > > [...] > > > > > > > > > > > > > Also I am rethinking the approach, so I will send a prototype in response on > > > > > this email for which I will need your help in testing. > > > > > > > > Hi Oliver, can you please test the following patch? > > > > > > got it. will change to test following patch. and this looks quite different > > > with v2 or v3, so if you still want us to test v3, please let me know. thanks! > > > > > > > No need to test v3 as it is similar to v2. Please test the following patch as it > > is a direction I want to pursue and wanted an early signal if this is the right > > direction. > > FYI. in our tests, the following patch also recovers the regresion. > > Tested-by: kernel test robot Thanks a lot. I will send out the formal patch with your tested-by tag.