Message ID | 20221107182208.479157-1-coltonlewis@google.com (mailing list archive) |
---|---|
Headers | show |
Series | randomize memory access of dirty_log_perf_test | expand |
On Mon, Nov 07, 2022 at 06:22:04PM +0000, Colton Lewis wrote: > Add the ability to randomize parts of dirty_log_perf_test, > specifically the order pages are accessed and whether pages are read > or written. > > v10: > > Move setting default random seed to argument parsing code. > > Colton Lewis (4): > KVM: selftests: implement random number generator for guest code > KVM: selftests: create -r argument to specify random seed > KVM: selftests: randomize which pages are written vs read > KVM: selftests: randomize page access order Does someone want to pick this up for 6.2? Also, what tree are we routing these architecture-generic selftests changes through, Paolo's? -- Thanks, Oliver
On Wed, 30 Nov 2022 17:55:09 +0000, Oliver Upton <oliver.upton@linux.dev> wrote: > > On Mon, Nov 07, 2022 at 06:22:04PM +0000, Colton Lewis wrote: > > Add the ability to randomize parts of dirty_log_perf_test, > > specifically the order pages are accessed and whether pages are read > > or written. > > > > v10: > > > > Move setting default random seed to argument parsing code. > > > > Colton Lewis (4): > > KVM: selftests: implement random number generator for guest code > > KVM: selftests: create -r argument to specify random seed > > KVM: selftests: randomize which pages are written vs read > > KVM: selftests: randomize page access order > > Does someone want to pick this up for 6.2? Also, what tree are we > routing these architecture-generic selftests changes through, Paolo's? That's the usual route, but I can also take them if that makes someone's life easier. Just let me know. M.
On Wed, Nov 30, 2022, Marc Zyngier wrote: > On Wed, 30 Nov 2022 17:55:09 +0000, > Oliver Upton <oliver.upton@linux.dev> wrote: > > > > On Mon, Nov 07, 2022 at 06:22:04PM +0000, Colton Lewis wrote: > > > Add the ability to randomize parts of dirty_log_perf_test, > > > specifically the order pages are accessed and whether pages are read > > > or written. > > > > > > v10: > > > > > > Move setting default random seed to argument parsing code. > > > > > > Colton Lewis (4): > > > KVM: selftests: implement random number generator for guest code > > > KVM: selftests: create -r argument to specify random seed > > > KVM: selftests: randomize which pages are written vs read > > > KVM: selftests: randomize page access order > > > > Does someone want to pick this up for 6.2? Also, what tree are we > > routing these architecture-generic selftests changes through, Paolo's? > > That's the usual route, but I can also take them if that makes > someone's life easier. Just let me know. Doh, sorry. This is already in kvm/queue, I sent Paolo a pull request[*] for 6.2 for a bunch of the generic selftests updates a while back, but forgot to go back and respond to the individual series to spread the news. [*] https://lore.kernel.org/all/Y3WKCRJbbvhnyDg1@google.com