public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
From: Luis Chamberlain <mcgrof@kernel.org>
To: mgorman@suse.de, jack@suse.cz, vbabka@suse.cz, dave@stgolabs.net,
	ziy@nvidia.com, yuzhao@google.com, jhubbard@nvidia.com,
	ryan.roberts@arm.com
Cc: kdevops@lists.linux.dev, cl@os.amperecomputing.com,
	yang@os.amperecomputing.com, p.raghav@samsung.com,
	da.gomez@samsung.com, gost.dev@samsung.com,
	Luis Chamberlain <mcgrof@kernel.org>
Subject: [mmtests PATCH v4 0/2] mmtests: fix debian dependencies
Date: Tue, 18 Jun 2024 11:11:56 -0700	[thread overview]
Message-ID: <20240618181158.3848619-1-mcgrof@kernel.org> (raw)

Mel, this is read for integration.

PR: https://github.com/gormanm/mmtests/pull/26

All patches are properly reviewed and tested now.

As mentioned at LSFMM 2024, I'm interested in helping expand
thpchallenge-fio and automation fragmentation metrics on mmtests [0] on
kdevops. My first bump on the road with mmtests was the old perl library
on debian which no longer has a package. This provides a suitable
replacement for it.

Changes on this v4:

  - Just add Jan Kara's Reviewed-by on the first patch

Changes on this v3:

  - Added Tested-by and Reviewed-by tags for the List::BinarySearch patch

  - Modified ldconfig to be called just once at the end of installing
    all packages, also avoid removing the print line to inform you that
    you have installed a package, as suggestd by Jan Kara.

Changes on v2:

  - Moved routines to Stat.pm as suggested by Jan Kara

  - Removed unit tests, in favor for having unit tests and verifying
    correctness of the replacement in its own separate two git trees.
    One git tree which let's us expand unit tests which will run the
    tests against both libraries easily. And the other git tree to help
    us run the same tests against an unmodified library.

  - Fix a corner case Jan Kara picked up on, and added that case and more
    to the unit tests.

[0] https://lore.kernel.org/all/ZkUOXQvVjXP1T6Nk@bombadil.infradead.org/

Luis Chamberlain (2):
  bin/install-depends: call ldconfig
  MMTests::Stat: replace List::BinarySearch

 README.md               |  5 ++---
 bin/install-depends     |  6 +++++-
 bin/lib/MMTests/Stat.pm | 48 +++++++++++++++++++++++++++++++++++++++--
 compare-kernels.sh      |  5 -----
 4 files changed, 53 insertions(+), 11 deletions(-)

-- 
2.43.0


             reply	other threads:[~2024-06-18 18:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-18 18:11 Luis Chamberlain [this message]
2024-06-18 18:11 ` [mmtests PATCH v4 1/2] bin/install-depends: call ldconfig Luis Chamberlain
2024-06-18 18:11 ` [mmtests PATCH v4 2/2] MMTests::Stat: replace List::BinarySearch Luis Chamberlain
2024-06-22 10:38 ` [mmtests PATCH v4 0/2] mmtests: fix debian dependencies Mel Gorman

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=20240618181158.3848619-1-mcgrof@kernel.org \
    --to=mcgrof@kernel.org \
    --cc=cl@os.amperecomputing.com \
    --cc=da.gomez@samsung.com \
    --cc=dave@stgolabs.net \
    --cc=gost.dev@samsung.com \
    --cc=jack@suse.cz \
    --cc=jhubbard@nvidia.com \
    --cc=kdevops@lists.linux.dev \
    --cc=mgorman@suse.de \
    --cc=p.raghav@samsung.com \
    --cc=ryan.roberts@arm.com \
    --cc=vbabka@suse.cz \
    --cc=yang@os.amperecomputing.com \
    --cc=yuzhao@google.com \
    --cc=ziy@nvidia.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox