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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 47E54C433F5 for ; Fri, 1 Oct 2021 19:10:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3027D6137A for ; Fri, 1 Oct 2021 19:10:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355933AbhJATMG (ORCPT ); Fri, 1 Oct 2021 15:12:06 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:35421 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355653AbhJATMC (ORCPT ); Fri, 1 Oct 2021 15:12:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1633115417; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=pz0wmXCAvE18wwAJ1895fO0ypCJsx+A6451tOW6KYDw=; b=cF/0OLIplnztAU4uFt/zLvBt6ORpm1D9Ym/3DU1iYUq4aLcz8KCM8LdS0D0YlO0I9OoikG 1z1mahKVCIf3dDv0XE9zxwnxSCSsPR8GDSLZdW0aCqDK2iZZRyLf+iV7h0XDCPDNVjsz1J DR2Tf59DsXUyWe/SY35J2tafDXtiy6M= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-496-QGudS05OPlKGxLcJjEBuEw-1; Fri, 01 Oct 2021 15:10:14 -0400 X-MC-Unique: QGudS05OPlKGxLcJjEBuEw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2EB6F107B0F3; Fri, 1 Oct 2021 19:10:12 +0000 (UTC) Received: from llong.com (unknown [10.22.33.73]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5B8DE652A4; Fri, 1 Oct 2021 19:10:04 +0000 (UTC) From: Waiman Long To: Johannes Weiner , Michal Hocko , Vladimir Davydov , Andrew Morton , Vlastimil Babka , Roman Gushchin Cc: linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, linux-mm@kvack.org, Shakeel Butt , Muchun Song , Waiman Long Subject: [PATCH 0/3] mm, memcg: Miscellaneous cleanups Date: Fri, 1 Oct 2021 15:09:35 -0400 Message-Id: <20211001190938.14050-1-longman@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series contains a number of miscellaneous cleanup for memcg. It is based on the next-20211001 branch. Waiman Long (3): mm, memcg: Don't put offlined memcg into local stock mm, memcg: Remove obsolete memcg_free_kmem() mm, memcg: Ensure valid memcg from objcg within a RCU critical section mm/memcontrol.c | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) -- 2.18.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Waiman Long Subject: [PATCH 0/3] mm, memcg: Miscellaneous cleanups Date: Fri, 1 Oct 2021 15:09:35 -0400 Message-ID: <20211001190938.14050-1-longman@redhat.com> Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1633115415; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=pz0wmXCAvE18wwAJ1895fO0ypCJsx+A6451tOW6KYDw=; b=hgINSBWioI3LDaYBVcahteKMR2/HxSLwY210rtkWc0H4ErvWGCXKf4pNWnW7/1AEanc9LB YgH5XOjYbMdfDyGFn0xsi+lKTezd3wtoPtJEkLwafksG+yFpsjpZ6M/SsH88Y+K+QHPD60 80xEQQqXMa2V6o5kiBEH9EzqdffBRh0= List-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Johannes Weiner , Michal Hocko , Vladimir Davydov , Andrew Morton , Vlastimil Babka , Roman Gushchin Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, Shakeel Butt , Muchun Song , Waiman Long This patch series contains a number of miscellaneous cleanup for memcg. It is based on the next-20211001 branch. Waiman Long (3): mm, memcg: Don't put offlined memcg into local stock mm, memcg: Remove obsolete memcg_free_kmem() mm, memcg: Ensure valid memcg from objcg within a RCU critical section mm/memcontrol.c | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) -- 2.18.1