public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/8] linux-ab enhancements + monitor support
@ 2025-08-11 22:42 Luis Chamberlain
  2025-08-11 22:43 ` [PATCH 1/8] bootlinux: use different kernel for A/B testing by default Luis Chamberlain
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Luis Chamberlain @ 2025-08-11 22:42 UTC (permalink / raw)
  To: Chuck Lever, Daniel Gomez, kdevops; +Cc: Luis Chamberlain

These are a collection of practical enhancements developed as I tested
Linux AB testing with parallel writeback developmental patches to help
do analysis on impact on memory management. The last patch adds the
ability to do experimental (non upstream) monitoring of different types.
We could obviously later add monitoring for existing upstream knobs but
in this case we want to track folio migration success rates and so are
using a currently out of tree knob.

Luis Chamberlain (8):
  bootlinux: use different kernel for A/B testing by default
  bootlinux: add support for custom refs on dev kernels on the CLI
  bootlinux: add git ref verification before cloning
  bootlinux: add git dirty check before cloning
  bootlinux: add intelligent git repository detection and management
  bootlinux: enhance A/B testing and repository management
  fstests: add make target for running tests on all hosts
  monitoring: integrate monitoring collection into fstests workflow

 Kconfig                                       |   4 +
 README.md                                     |   1 +
 defconfigs/xfs_reflink_lbs                    |   1 +
 kconfigs/Kconfig.kdevops                      |   8 +-
 playbooks/roles/bootlinux/tasks/build/9p.yml  | 193 +++++++++++++++++-
 .../roles/bootlinux/tasks/build/builder.yml   | 165 +++++++++++++++
 .../roles/bootlinux/tasks/build/targets.yml   | 166 +++++++++++++++
 playbooks/roles/fstests/tasks/main.yml        |  14 ++
 scripts/ensure_newlines.py                    |   3 +-
 workflows/fstests/Makefile                    |  10 +
 workflows/linux/Kconfig                       |  18 +-
 11 files changed, 571 insertions(+), 12 deletions(-)

-- 
2.47.2


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-08-14  0:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-11 22:42 [PATCH 0/8] linux-ab enhancements + monitor support Luis Chamberlain
2025-08-11 22:43 ` [PATCH 1/8] bootlinux: use different kernel for A/B testing by default Luis Chamberlain
2025-08-11 22:43 ` [PATCH 2/8] bootlinux: add support for custom refs on dev kernels on the CLI Luis Chamberlain
2025-08-11 22:43 ` [PATCH 3/8] bootlinux: add git ref verification before cloning Luis Chamberlain
2025-08-11 22:43 ` [PATCH 4/8] bootlinux: add git dirty check " Luis Chamberlain
2025-08-11 22:43 ` [PATCH 5/8] bootlinux: add intelligent git repository detection and management Luis Chamberlain
2025-08-11 22:43 ` [PATCH 6/8] bootlinux: enhance A/B testing and repository management Luis Chamberlain
2025-08-11 22:43 ` [PATCH 7/8] fstests: add make target for running tests on all hosts Luis Chamberlain
2025-08-11 22:43 ` [PATCH 8/8] monitoring: integrate monitoring collection into fstests workflow Luis Chamberlain
2025-08-11 22:46   ` Luis Chamberlain
2025-08-12  0:49     ` Luis Chamberlain
2025-08-14  0:59       ` Luis Chamberlain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox