@@ -8,7 +8,7 @@ Table of Contents
88 * [ Start kernel hacking in just 4 commands] ( #start-kernel-hacking-in-just-4-commands )
99 * [ Start running fstests in 2 commands] ( #start-running-fstests-in-2-commands )
1010 * [ Start running blktests in 2 commands] ( #start-running-blktests-in-2-commands )
11- * [ Start testing NFS with in 2 commands] ( #start-testing-nfs-with -in-2-commands )
11+ * [ Start testing NFS in 2 commands] ( #start-testing-nfs-in-2-commands )
1212 * [ Runs some kernel selftests in a parallel manner] ( #runs-some-kernel-selftests-in-a-parallel-manner )
1313 * [ CXL] ( #cxl )
1414 * [ reboot-limit] ( #reboot-limit )
@@ -70,7 +70,7 @@ features.
7070
7171## Generative AI usage on kdevops
7272
73- The kdeovps project significantly enhances the speed and accuracy of generative
73+ The kdevops project significantly enhances the speed and accuracy of generative
7474AI for extending its features and adding new workflows. This capability was a
7575core design principle. While
7676[ generative AI may not yet be optimal for all Linux kernel development] ( https://neurips.cc/virtual/2024/poster/97426 ) ,
@@ -384,9 +384,9 @@ kdevops supports its own kernel continuous integration support, so to allow
384384Linux developers and Linux distributions to keep track of issues present in
385385any of supported kdevops workflows and be able to tell when new regressions
386386are detected. Note though that kernel-ci for kdevops is only implemented on
387- a few workflows, such as fstestse and blktests. In order to support a kernel-ci
387+ a few workflows, such as fstests and blktests. In order to support a kernel-ci
388388part of the hard task is to come up with what a baseline is, and in kdevops
389- style, be able go easily ` git diff ` and read a regression with one line
389+ style, be able to easily ` git diff ` and read a regression with one line
390390per regression. This requires a bit of time and work. And it is why some
391391other workflows do not yet support a kernel-ci.
392392
@@ -402,7 +402,7 @@ to commit / push updates without any bottlenecks.
402402# kdevops tests results
403403
404404kdevops has started to enable users / developers to also push results for
405- tests. This goes beyond just collecting baseline rusults for known failures,
405+ tests. This goes beyond just collecting baseline results for known failures,
406406this aims to collect * within* all dmesg / bad log files for each test that
407407failed.
408408
0 commit comments