rapido-linux / rapido

Quickly test Linux kernel changes
GNU Lesser General Public License v2.1
22 stars 22 forks source link

vanilla_config update and more fstests dependencies #197

Closed ddiss closed 1 year ago

ddiss commented 1 year ago
      kernel/vanilla_config: update to 6.1.0
      cut/fstests_xfs: add manpage dependencies
      cut/fstests: blkdiscard and fsck.ext3 dependencies
      kernel/vanilla_config: CONFIG_EXT4_FS=m
      kernel/vanilla_config: set CONFIG_SWAP=y for fstests

 autorun/fstests_ext4.sh    |   3 +
 cut/fstests_btrfs.sh       |   2 +-
 cut/fstests_btrfs_zoned.sh |   2 +-
 cut/fstests_ext4.sh        |   2 +-
 cut/fstests_xfs.sh         |  10 +++-
 kernel/vanilla_config      | 455 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------
 6 files changed, 303 insertions(+), 171 deletions(-)
ddiss commented 1 year ago

On Thu, 15 Dec 2022 03:31:29 -0800, Petr Vorel wrote:

LGTM Reviewed-by: Petr Vorel ***@***.***>

Pushed - thanks!