Thank you for all the insightful comments about the separated patches. This would be my first time to format a serial of patches. Does it look like below? [PATCH v3 00/2] title [PATCH v3 01/2] fix [PATCH v3 02/2] test
Best, Qiang On Mon, Aug 9, 2021 at 11:24 AM Peter Maydell <peter.mayd...@linaro.org> wrote: > > On Fri, 6 Aug 2021 at 15:43, Alexander Bulekov <alx...@bu.edu> wrote: > > As a side note(not strictly related to this fix) should we continue > > joining reproducer patches with the fixes? In order to test the > > reproducer, you need to cleave the fix off the patch. At the same time > > we don't want to mess up bisection, so does it make sense to have the > > reproducer patch be separate but come last in the series? > > My preference is for the test case as a separate patch, last > in the series. For this kind of minor easy-to-review fix it > matters less, but sometimes the right fix for a problem might > be larger or more complicated, and then having the test case > in the same patch makes that patch awkwardly large. > > Also the person able to review the code change and the person > able to review the test case might not be the same... > > thanks > -- PMM