messages from 2025-06-23 21:31:24 to 2025-08-01 08:12:16 UTC [more...]
[PATCH v2 0/9] kdevops: add support for A/B testing
2025-08-01 8:12 UTC (15+ messages)
` [PATCH v2 1/9] roles/guestfs: add missing bootlinux_9p: False
` [PATCH v2 2/9] Makefile: suppress Ansible warnings during configuration generation
` [PATCH v2 3/9] playbooks: few space cleanups
` [PATCH v2 4/9] style: add extensive code formatting checks to make style
` [PATCH v2 5/9] Makefile: move styling to scripts/style.Makefile
` [PATCH v2 6/9] CLAUDE.md: add instrucitons to verify commit
` [PATCH v2 7/9] all: run black
` [PATCH v2 8/9] devconfig: add automatic APT mirror fallback for Debian testing
` [PATCH v2 9/9] bootlinux: add support for A/B kernel testing
[PATCH] fstests: add support for ext2 filesystem testing
2025-07-31 19:12 UTC
[PATCH v2 00/33] remove vagrant and bootlinux shape up
2025-07-29 20:07 UTC (35+ messages)
` [PATCH v2 01/33] vagrant: remove entire vagrant configuration directory
` [PATCH v2 02/33] kconfigs: fix Kconfig references after vagrant removal
` [PATCH v2 03/33] scripts: remove Vagrant-specific scripts and Makefiles
` [PATCH v2 04/33] playbooks: remove Vagrant-specific playbooks and roles
` [PATCH v2 05/33] gitignore: remove Vagrant-specific ignore patterns
` [PATCH v2 06/33] docs: remove Vagrant-specific documentation files
` [PATCH v2 07/33] Remove all remaining Vagrant references from codebase
` [PATCH v2 08/33] terraform: Clean up the destroy tasks
` [PATCH v2 09/33] Switch to the cloud.terraform.terraform module
` [PATCH v2 10/33] terraform: Make use of the new "terraform_output" module
` [PATCH v2 11/33] terraform: Move "wait_for_connection" out of the terraform playbook
` [PATCH v2 12/33] terraform: Remove "delegate_to: localhost"
` [PATCH v2 13/33] terraform: Replace scripts/status_terraform.sh
` [PATCH v2 14/33] Kconfig: Convert the 9p option to a choice menu
` [PATCH v2 15/33] bootlinux: fix making 9p default if using libvirt
` [PATCH v2 16/33] bootlinux: Relocate tasks that select a kernel .config
` [PATCH v2 17/33] bootlinux: Simplify tasks that select the kernel .config to build
` [PATCH v2 18/33] bootlinux: Select the kernel .config earlier
` [PATCH v2 19/33] bootlinux: Move 9p build tasks to a subrole
` [PATCH v2 20/33] bootlinux: Move tasks for building on target nodes "
` [PATCH v2 21/33] bootlinux: Clean up a grub set-up task
` [PATCH v2 22/33] bootlinux: Harden update-grub/install.yml
` [PATCH v2 23/33] Add a guest/instance for building the test kernel
` [PATCH v2 24/33] bootlinux: Add a new builder choice
` [PATCH v2 25/33] workflows: Add a kconfig setting for installing kernels via package
` [PATCH v2 26/33] bootlinux: Enclose tasks to find kernel release name in a block:
` [PATCH v2 27/33] bootlinux: Pick up kernel release info for pre-built packages
` [PATCH v2 28/33] bootlinux: Install pre-built kernels from packages
` [PATCH v2 29/33] bootlinux: Add an option to build with clang instead of gcc
` [PATCH v2 30/33] Makefile: add make style for style checking
` [PATCH v2 31/33] CLAUDE.md: new workflow guide for hosts and nodes
` [PATCH v2 32/33] CLAUDE.md: add don't BS rules
` [PATCH v2 33/33] gen_nodes/gen_hosts: avoid usage of fs_config_path on task names
[PATCH v5 00/12] Define Ansible inventory in the Ansible Configuration file
2025-07-28 5:57 UTC (20+ messages)
` [PATCH v5 01/12] playbooks: fix playbook name for all hosts plays
` [PATCH v5 02/12] playbooks: fix playbook name for localhost plays
` [PATCH v5 03/12] Makefile: use long form of limit argument for clarity
` [PATCH v5 04/12] Makefile: print target when debug
` [PATCH v5 05/12] .github/workflows/fstests.yml: enable make verbosity
` [PATCH v5 06/12] ansible_cfg: add inventory support
` [PATCH v5 07/12] gen_hosts: add service group to inventory templates
` [PATCH v5 08/12] gen_hosts: templates: include localhost in the all group
` [PATCH v5 09/12] Makefile: use inventory from ansible.cfg
` [PATCH v5 10/12] ansible_cfg: add support to change ansible.cfg file location
` [PATCH v5 11/12] docs: ansible_cfg: add documentation
` [PATCH v5 12/12] build.Makefile: fix verbosity of clean target
[PATCH 00/40] remove vagrant and bootlinux shape up
2025-07-28 0:36 UTC (44+ messages)
` [PATCH 01/40] vagrant: remove entire vagrant configuration directory
` [PATCH 02/40] kconfigs: fix Kconfig references after vagrant removal
` [PATCH 03/40] scripts: remove Vagrant-specific scripts and Makefiles
` [PATCH 04/40] playbooks: remove Vagrant-specific playbooks and roles
` [PATCH 05/40] gitignore: remove Vagrant-specific ignore patterns
` [PATCH 06/40] docs: remove Vagrant-specific documentation files
` [PATCH 07/40] Remove all remaining Vagrant references from codebase
` [PATCH 08/40] AuthorDate: Fri Jul 25 14:23:00 2025 -0400
` [PATCH 09/40] ansible.cfg: Explicitly set the ssh user
` [PATCH 10/40] fstests: local NFS list
` [PATCH 11/40] terraform: Clean up the destroy tasks
` [PATCH 12/40] Switch to the cloud.terraform.terraform module
` [PATCH 13/40] terraform: Make use of the new "terraform_output" module
` [PATCH 14/40] terraform: Move "wait_for_connection" out of the terraform playbook
` [PATCH 15/40] terraform: Remove "delegate_to: localhost"
` [PATCH 16/40] terraform: Replace scripts/status_terraform.sh
` [PATCH 17/40] Kconfig: Convert the 9p option to a choice menu
` [PATCH 18/40] bootlinux: fix making 9p default if using libvirt
` [PATCH 19/40] bootlinux: Relocate tasks that select a kernel .config
` [PATCH 20/40] bootlinux: Simplify tasks that select the kernel .config to build
` [PATCH 21/40] bootlinux: Select the kernel .config earlier
` [PATCH 22/40] bootlinux: Move 9p build tasks to a subrole
` [PATCH 23/40] bootlinux: fix missing make command when using 9P builds
` [PATCH 24/40] guestsfs: ensure linux directory exists
` [PATCH 25/40] bootlinux: Move tasks for building on target nodes to a subrole
` [PATCH 26/40] bootlinux: Clean up a grub set-up task
` [PATCH 27/40] bootlinux: Harden update-grub/install.yml
` [PATCH 28/40] bootlinux: fix grub_boot_number_cmd undefined error in update-grub
` [PATCH 29/40] bootlinux: fix kernel_release_file.stat "
` [PATCH 30/40] Add a guest/instance for building the test kernel
` [PATCH 31/40] bootlinux: Add a new builder choice
` [PATCH 32/40] workflows: Add a kconfig setting for installing kernels via package
` [PATCH 33/40] bootlinux: Enclose tasks to find kernel release name in a block:
` [PATCH 34/40] bootlinux: Pick up kernel release info for pre-built packages
` [PATCH 35/40] bootlinux: Install pre-built kernels from packages
` [PATCH 36/40] bootlinux: Add an option to build with clang instead of gcc
` [PATCH 37/40] Makefile: add make style for style checking
` [PATCH 38/40] CLAUDE.md: new workflow guide for hosts and nodes
` [PATCH 39/40] CLAUDE.md: add don't BS rules
` [PATCH 40/40] gen_nodes/gen_hosts: avoid usage of fs_config_path on task names
[PATCH 0/4] kdevops: add support for A/B testing
2025-07-27 0:06 UTC (13+ messages)
` [PATCH 1/4] Makefile: add make style for style checking
` [PATCH 2/4] CLAUDE.md: new workflow guide for hosts and nodes
` [PATCH 3/4] gen_nodes/gen_hosts: avoid usage of fs_config_path on task names
` [PATCH 4/4] bootlinux: add support for A/B kernel testing
[PATCH] workflows: add fio-tests performance tests
2025-07-26 3:40 UTC
[PATCH 0/2] Align guest dependencies with their corresponding workflows
2025-07-25 13:45 UTC (10+ messages)
` [PATCH 1/2] kconfig: add workflow dependencies for SMBD and KRB5 services
` [PATCH 2/2] kconfig: add workflow dependencies for NFSD and iSCSI services
[PATCH] docs: declare kdevops a software 3.0 enabler
2025-07-23 20:03 UTC (5+ messages)
[PATCH] selftests: add support for VMA userspace tests
2025-07-22 1:19 UTC
[PATCH] mmtests: add support for Mel Gorman's mmtests
2025-07-22 1:03 UTC (3+ messages)
[PATCH 0/2] kdevops: extra scsi disk uses
2025-07-22 0:23 UTC (3+ messages)
` [PATCH 1/2] volume_group: add scsi disk support
` [PATCH 2/2] fstests: use the scsi disk drive when available
[PATCH] guestfs: add scsi extra storage option
2025-07-18 13:22 UTC (9+ messages)
[PATCH 0/4] steady-state: few fixes for steady state support
2025-07-18 4:05 UTC (5+ messages)
` [PATCH 1/4] steady-state: use extra sparse drives when on libvirt
` [PATCH 2/4] steady-state: fix identation on Makefile
` [PATCH 3/4] steady-state: remove extra menu
` [PATCH 4/4] steady-state: quite a bit of fixes
[RFC PATCH 1/2] ansible.cfg: Enable the Ansible debugger when a task fails
2025-07-16 18:47 UTC (6+ messages)
` [RFC PATCH 2/2] ansible.cfg: Explicitly set the ssh user
[PATCH v4 00/11] Define Ansible inventory in the Ansible Configuration file
2025-07-05 17:48 UTC (16+ messages)
` [PATCH v4 01/11] playbooks: fix playbook name for all hosts plays
` [PATCH v4 02/11] playbooks: fix playbook name for localhost plays
` [PATCH v4 03/11] Makefile: use long form of limit argument for clarity
` [PATCH v4 04/11] Makefile: print target when debug
` [PATCH v4 05/11] .github/workflows/fstests.yml: enable make verbosity
` [PATCH v4 06/11] ansible_cfg: add inventory support
` [PATCH v4 07/11] gen_hosts: templates: include localhost in the all group
` [PATCH v4 08/11] Makefile: use inventory from ansible.cfg
` [PATCH v4 09/11] ansible_cfg: add support to change ansible.cfg file location
` [PATCH v4 10/11] docs: ansible_cfg: add documentation
` [PATCH v4 11/11] build.Makefile: fix verbosity of clean target
[PATCH] Makefile: Add support for user makefile params
2025-07-04 19:58 UTC (3+ messages)
[PATCH V2] fstests/redhat: Install gcc-c++ package
2025-07-04 14:29 UTC (2+ messages)
[PATCH] devconfig/redhat: Install gcc-c++ package
2025-07-04 13:42 UTC (3+ messages)
[PATCH 00/10] Extend kdevops-ci to support more workflows
2025-06-26 19:10 UTC (9+ messages)
` [PATCH 09/10] fstests: tmpfs: expunges: testing
[PATCH 6.1 335/508] ext4: fix calculation of credits for extent tree modification
2025-06-23 13:06 UTC
[PATCH 5.15 228/411] ext4: fix calculation of credits for extent tree modification
2025-06-23 13:06 UTC
[PATCH 6.12 093/414] ext4: fix calculation of credits for extent tree modification
2025-06-23 13:03 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox