diff --git a/README.adoc b/README.adoc index 3d19abf..56b32f7 100644 --- a/README.adoc +++ b/README.adoc @@ -6429,7 +6429,12 @@ Next, you will also want to give the relevant images to save them time. Zip the and then upload the `out/images-*.zip` file somewhere, e.g. GitHub release assets as in https://github.com/cirosantilli/linux-kernel-module-cheat/releases/tag/test-replay-arm -Finally, do a clone of the relevant repository out of tree and reproduce the bug there, to be 100% sure that it is an actual upstream bug, and to provide developers with the cleanest possible commands. For example as was done in this QEMU bug report: https://bugs.launchpad.net/qemu/+bug/1762179 +Finally, do a clone of the relevant repository out of tree and reproduce the bug there, to be 100% sure that it is an actual upstream bug, and to provide developers with the cleanest possible commands. + +For QEMU and Buildroot, we have the following convenient setups respectively: + +* https://github.com/cirosantilli/qemu-test +* https://github.com/cirosantilli/buildroot/tree/in-tree-package-master == Benchmark this repo