mbox series

[GIT,PULL] final non-MM work for 5.19-rc1

Message ID 20220605113800.83dfb5ac57ba1f0f64552d9f@linux-foundation.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] final non-MM work for 5.19-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-nonmm-stable-2022-06-05

Message

Andrew Morton June 5, 2022, 6:38 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 6, 2022, 12:23 a.m. UTC | #1
The pull request you sent on Sun, 5 Jun 2022 11:38:00 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-nonmm-stable-2022-06-05

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e17fee8976c3d2ccf9add6d6c8912a37b025d840

Thank you!