From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74588C433EF for ; Fri, 15 Apr 2022 00:01:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347813AbiDOAEO (ORCPT ); Thu, 14 Apr 2022 20:04:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240890AbiDOAEL (ORCPT ); Thu, 14 Apr 2022 20:04:11 -0400 Received: from out1.migadu.com (out1.migadu.com [IPv6:2001:41d0:2:863f::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CE30B57164; Thu, 14 Apr 2022 17:01:45 -0700 (PDT) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1649980904; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=x0OJT7vtHeCsFa3T3M2nSJtuwiJNpM1MZE2d38sUzeE=; b=TnMKjcFycGksoGIHsEZYPyuP5tGDPSWVACST3hbjTjCsgJ+rldhg9Bza3n9fsrh56wJTYB WJReZfLJggzdlpikXj9ouMRFCzA+2uY3TyOh9z/sguWkNnBzjhfigrHxD+DYDn6mI9XhrM kk2gFy8dWtqvNlsR/WkxT/qaUPQbqFc= From: Roman Gushchin To: Andrew Morton Cc: Tejun Heo , David Vernet , linux-kernel@vger.kernel.org, linux-mm@kvack.org, cgroups@vger.kernel.org, Johannes Weiner , Michal Hocko , Shakeel Butt , Roman Gushchin Subject: [PATCH 0/4] mm: memcg kselftests fixes Date: Thu, 14 Apr 2022 17:01:29 -0700 Message-Id: <20220415000133.3955987-1-roman.gushchin@linux.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: linux.dev Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I'm resending two memcg kselftests fixes, which I first posted in 2019 [1], however they didn't go anywhere. I've rechecked them and they're are both still actual, even though there were new regressions introduced since that, so not all tests are passing now. I know that David Vernet (cc'ed) is working on fixing (some of) them, so hopefully he'll post more fixes soon. I believe it's better for such patches to go through mm and cgroup trees (and mailing lists), where there are better chances for them to be properly reviewed, so adding corresponding entries to the MAINTAINERS file to make it obvious. 1: https://lore.kernel.org/lkml/20191203165758.GA607734@chrisdown.name/T/ Roman Gushchin (4): kselftests: memcg: update the oom group leaf events test kselftests: memcg: speed up the memory.high test MAINTAINERS: add corresponding kselftests to cgroup entry MAINTAINERS: add corresponding kselftests to memcg entry MAINTAINERS | 3 +++ tools/testing/selftests/cgroup/test_memcontrol.c | 7 ++++--- 2 files changed, 7 insertions(+), 3 deletions(-) -- 2.35.1