From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-185.mta0.migadu.com (out-185.mta0.migadu.com [91.218.175.185]) (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 87E873A59A7 for ; Tue, 12 May 2026 16:04:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.185 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778601861; cv=none; b=BCNbS//ZwWhwJnEcxPEGf1UI9ZER6m/qArS9dpLL2ldp8KgxrzOyQlvz4DaSe3YnGYMqykjYLhQWI+hp7Pm7bEb8LvW0QIpJJ2/pwNC9D943qgoHtvAfi42HuINnnh/vPxgFFBq1dy9rC6fCv9IXX6+x2s7mZ3Zzxu7m0whdp+M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778601861; c=relaxed/simple; bh=eTOmKJ/wlbZ86mkmHIE8nk2woOg6ta8Xzy2G9wK7+5c=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=VPSVsTk4c4Yive8rcEcb3dPPiOCxrnVu6G8tVud9i0Xet8/+cm9XnlNbXuh7VHc9KX4v7hHWX6P+ufls5WWfqLgD/aLPRGtX1Y0vYEI9NiArvwlUz5hv7cXuHlcBeuJ8R/Gda/4d0yMuS9k3LdjOOWYU6iUWPaf3nK4KI82VbdA= 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=fZ91/MZ2; arc=none smtp.client-ip=91.218.175.185 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="fZ91/MZ2" Date: Tue, 12 May 2026 09:03:55 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1778601847; 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=t0D8jQU5BfShO2sTsrTqG76Sh20jWehvtgI/ct3AKBs=; b=fZ91/MZ20l3qiBh0DrWzOhAaGqjpaKBWbRNL7bHD0tGEVMn6IncVlSh1dh6GqjMEvFMe3s NFRBokLlo2zkzWxNwIxt/YWqOXiTornJyzqdnUCKzZbXmvgWnLRFREjueLLpkf+Lu80EAT 0gvCKbi71Ot1RGVuTgHWC+fwv3V2d2c= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Shakeel Butt To: kernel test robot 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: <202605121641.b6a60cb0-lkp@intel.com> 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: <202605121641.b6a60cb0-lkp@intel.com> X-Migadu-Flow: FLOW_OUT On Tue, May 12, 2026 at 08:56:52PM +0800, kernel test robot wrote: > > > Hello, > > kernel test robot noticed a 67.7% regression of stress-ng.switch.ops_per_sec on: > > > commit: 01b9da291c4969354807b52956f4aae1f41b4924 ("mm: memcontrol: convert objcg to be per-memcg per-node type") > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master This is most probably due to shuffling of struct mem_cgroup and struct mem_cgroup_per_node members. I will try to reproduce and will followup on this.