[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220605113800.83dfb5ac57ba1f0f64552d9f@linux-foundation.org>
Date: Sun, 5 Jun 2022 11:38:00 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: mm-commits@...r.kernel.org, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] final non-MM work for 5.19-rc1
Linus,
just a single patch here - to add an arguably missing feature in the
delay accounting code.
The following changes since commit 54eb8462f21fb170a05ad64620f0d8d0cf2b7fb5:
Merge tag 'rtc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux (2022-06-01 14:48:13 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-nonmm-stable-2022-06-05
for you to fetch changes up to 662ce1dc9caf493c309200edbe38d186f1ea20d0:
delayacct: track delays from write-protect copy (2022-06-01 15:55:25 -0700)
----------------------------------------------------------------
A single featurelet for delay accounting. Delayed a bit
because, unusually, it had dependencies on both the mm-stable and
mm-nonmm-stable queues.
----------------------------------------------------------------
Yang Yang (1):
delayacct: track delays from write-protect copy
Documentation/accounting/delay-accounting.rst | 5 ++++-
include/linux/delayacct.h | 28 +++++++++++++++++++++++++++
include/uapi/linux/taskstats.h | 6 +++++-
kernel/delayacct.c | 16 +++++++++++++++
mm/hugetlb.c | 8 ++++++++
mm/memory.c | 8 ++++++++
tools/accounting/getdelays.c | 8 +++++++-
7 files changed, 76 insertions(+), 3 deletions(-)
Powered by blists - more mailing lists