All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Layton <jlayton@kernel.org>
To: Luis Chamberlain <mcgrof@kernel.org>,
	 Daniel Gomez <da.gomez@samsung.com>,
	Chuck Lever <cel@kernel.org>
Cc: kdevops@lists.linux.dev, Jeff Layton <jlayton@kernel.org>
Subject: [PATCH v2 5/5] devconfig: add some extra packages to the kdev tools
Date: Thu, 18 Jun 2026 08:17:19 -0400	[thread overview]
Message-ID: <20260618-fixes-v2-5-c8bab773a55e@kernel.org> (raw)
In-Reply-To: <20260618-fixes-v2-0-c8bab773a55e@kernel.org>

Install some more useful tools as part of devconfig. This only adds them
to the redhat configs, as I wasn't sure of package names for the other
distros.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
 playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml b/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml
index df4dbc834329..58656eec2e15 100644
--- a/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml
+++ b/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml
@@ -109,6 +109,12 @@
       - net-snmp
       - trace-cmd
       - perf
+      - strace
+      - lsof
+      - git
+      - wireshark-cli
+      - rsync
+      - time
   when:
     - devconfig_try_install_kdevtools|bool
 

-- 
2.54.0


      parent reply	other threads:[~2026-06-18 12:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-18 12:17 [PATCH v2 0/5] kdevops: fixes for new ansible and some nfsd default config changes Jeff Layton
2026-06-18 12:17 ` [PATCH v2 1/5] ansible: fix bare conditionals for ansible-core 2.20+ strict booleans Jeff Layton
2026-06-18 12:17 ` [PATCH v2 2/5] ansible: replace deprecated top-level ansible_* facts with ansible_facts[] Jeff Layton
2026-06-18 12:17 ` [PATCH v2 3/5] gitr: enable verbose logging in the test harness Jeff Layton
2026-06-18 12:17 ` [PATCH v2 4/5] nfsd: use more reasonable defaults for local VM testing Jeff Layton
2026-06-18 12:17 ` Jeff Layton [this message]

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=20260618-fixes-v2-5-c8bab773a55e@kernel.org \
    --to=jlayton@kernel.org \
    --cc=cel@kernel.org \
    --cc=da.gomez@samsung.com \
    --cc=kdevops@lists.linux.dev \
    --cc=mcgrof@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.