Message ID | 20231020144900.2213398-1-nsg@linux.ibm.com (mailing list archive) |
---|---|
Headers | show |
Series | s390x: topology: Fixes and extension | expand |
Quoting Nina Schoetterl-Glausch (2023-10-20 16:48:50) > v1 -> v2: > * patch 1, introducing enums (Janosch) > * add comment explaining 8 alignment of stsi block length > * unsigned cpu_in_masks, iteration (Nico) > * fix copy paste error when checking ordering (thanks Nina) > * don't escape newline when \\ at end of line in multiline string > * change commit messages (thanks Janosch, thanks Nico) > * pick up tags (thanks Janosch, thanks Nico) > > Fix a number of issues as well as rewrite and extend the topology list > checking. > Add a test case with a complex topology configuration. > In order to keep the unittests.cfg file readable, implement multiline > strings for extra_params. Thanks, I've pushed this to our CI for coverage.
Quoting Nina Schoetterl-Glausch (2023-10-27 18:36:12) > On Wed, 2023-10-25 at 14:21 +0200, Nico Boehr wrote: > > Quoting Nina Schoetterl-Glausch (2023-10-20 16:48:50) > > > v1 -> v2: > > > * patch 1, introducing enums (Janosch) > > > * add comment explaining 8 alignment of stsi block length > > > * unsigned cpu_in_masks, iteration (Nico) > > > * fix copy paste error when checking ordering (thanks Nina) > > > * don't escape newline when \\ at end of line in multiline string > > > * change commit messages (thanks Janosch, thanks Nico) > > > * pick up tags (thanks Janosch, thanks Nico) > > > > > > Fix a number of issues as well as rewrite and extend the topology list > > > checking. > > > Add a test case with a complex topology configuration. > > > In order to keep the unittests.cfg file readable, implement multiline > > > strings for extra_params. > > > > Thanks, I've pushed this to our CI for coverage. > > And it found some problems. > Want me to resend the series or just fixup patches? I think it would be best if you resend the whole series.