All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Schatzberg <dschatzberg@fb.com>
To: Odin Ugedal <odin@uged.al>
Cc: "tj@kernel.org" <tj@kernel.org>,
	"lizefan@huawei.com" <lizefan@huawei.com>,
	"hannes@cmpxchg.org" <hannes@cmpxchg.org>,
	"cgroups@vger.kernel.org" <cgroups@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"surenb@google.com" <surenb@google.com>
Subject: Re: [PATCH v2 0/2] cgroup: fix psi monitor for root cgroup
Date: Tue, 19 Jan 2021 16:46:44 +0000	[thread overview]
Message-ID: <MN2PR15MB32937C185D521E6AEEFB4095D0A30@MN2PR15MB3293.namprd15.prod.outlook.com> (raw)
In-Reply-To: <20210116173634.1615875-1-odin@uged.al>

> This patchset fixes PSI monitors on the root cgroup, as they currently
> only works on the non-root cgroups. Reading works for all, since that
> was fixed when adding support for the root PSI files. It also contains
> a doc update to reflect the current implementation.
> 
> Changes since v1:
> - Added Reviewed-by tag on the original patch (Suren)
> - Updated patch title
> - Added a separate patch to update doc
>
>
> Odin Ugedal (2):
>  cgroup: fix psi monitor for root cgroup
>  cgroup: update PSI file description in docs
>
> Documentation/admin-guide/cgroup-v2.rst | 6 +++---
> kernel/cgroup/cgroup.c                  | 4 +++-
> 2 files changed, 6 insertions(+), 4 deletions(-)

Both patches look good.

Acked-by: Dan Schatzberg <dschatzberg@fb.com>

WARNING: multiple messages have this Message-ID (diff)
From: Dan Schatzberg <dschatzberg-b10kYP2dOMg@public.gmane.org>
To: Odin Ugedal <odin-RObV4cXtwVA@public.gmane.org>
Cc: "tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org"
	<tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	"lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org"
	<lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>,
	"hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org"
	<hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org>,
	"cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"surenb-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org"
	<surenb-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
Subject: Re: [PATCH v2 0/2] cgroup: fix psi monitor for root cgroup
Date: Tue, 19 Jan 2021 16:46:44 +0000	[thread overview]
Message-ID: <MN2PR15MB32937C185D521E6AEEFB4095D0A30@MN2PR15MB3293.namprd15.prod.outlook.com> (raw)
In-Reply-To: <20210116173634.1615875-1-odin-RObV4cXtwVA@public.gmane.org>

> This patchset fixes PSI monitors on the root cgroup, as they currently
> only works on the non-root cgroups. Reading works for all, since that
> was fixed when adding support for the root PSI files. It also contains
> a doc update to reflect the current implementation.
> 
> Changes since v1:
> - Added Reviewed-by tag on the original patch (Suren)
> - Updated patch title
> - Added a separate patch to update doc
>
>
> Odin Ugedal (2):
>  cgroup: fix psi monitor for root cgroup
>  cgroup: update PSI file description in docs
>
> Documentation/admin-guide/cgroup-v2.rst | 6 +++---
> kernel/cgroup/cgroup.c                  | 4 +++-
> 2 files changed, 6 insertions(+), 4 deletions(-)

Both patches look good.

Acked-by: Dan Schatzberg <dschatzberg-b10kYP2dOMg@public.gmane.org>

  parent reply	other threads:[~2021-01-19 18:28 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-16 17:36 [PATCH v2 0/2] cgroup: fix psi monitor for root cgroup Odin Ugedal
2021-01-16 17:36 ` Odin Ugedal
2021-01-16 17:36 ` [PATCH v2 1/2] " Odin Ugedal
2021-01-16 17:36   ` Odin Ugedal
2021-01-19 16:52   ` Johannes Weiner
2021-01-19 16:52     ` Johannes Weiner
2021-01-16 17:36 ` [PATCH v2 2/2] cgroup: update PSI file description in docs Odin Ugedal
2021-01-16 17:36   ` Odin Ugedal
2021-01-19 16:56   ` Johannes Weiner
2021-01-19 17:03     ` Tejun Heo
2021-01-19 16:46 ` Dan Schatzberg [this message]
2021-01-19 16:46   ` [PATCH v2 0/2] cgroup: fix psi monitor for root cgroup Dan Schatzberg
2021-01-19 17:00 ` Tejun Heo
2021-01-19 17:00   ` Tejun Heo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MN2PR15MB32937C185D521E6AEEFB4095D0A30@MN2PR15MB3293.namprd15.prod.outlook.com \
    --to=dschatzberg@fb.com \
    --cc=cgroups@vger.kernel.org \
    --cc=hannes@cmpxchg.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lizefan@huawei.com \
    --cc=odin@uged.al \
    --cc=surenb@google.com \
    --cc=tj@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.