On 3/16/20 3:58 PM, Peter Maydell wrote: > On Mon, 16 Mar 2020 at 14:14, Cédric Le Goater <c...@kaod.org> wrote: >> >> Hello, >> >> On 2/17/20 4:47 PM, Cédric Le Goater wrote: >>> Hello all, >>> >>> On 2/6/20 7:32 PM, Guenter Roeck wrote: >>>> While at it, add some trace messages to help debug problems >>>> seen when running the latest Linux kernel. >>> >>> Through which tree do you think it is best to merge this patchset ? >>> block or arm ? >> >> It would be nice to have these 4 patches for 5.0. All are reviewed and >> tested. > > Do you have a pointer to the cover letter? Not sure > which platforms (and so which tree) they're aiming for...
Not having a cover letter clearly doesn't help ... Here is the patchset diffstat : block/m25p80.c | 58 ++++++++++++++++++++++++++++------------------------- block/trace-events | 16 ++++++++++++++ ssi/aspeed_smc.c | 2 - 3 files changed, 48 insertions(+), 28 deletions(-) http://patchwork.ozlabs.org/patch/1234532/ Signed-off-by: Guenter Roeck <li...@roeck-us.net> Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com> Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> Reviewed-by: Cédric Le Goater <c...@kaod.org> http://patchwork.ozlabs.org/patch/1234533/ Signed-off-by: Guenter Roeck <li...@roeck-us.net> Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com> Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> Reviewed-by: Cédric Le Goater <c...@kaod.org> http://patchwork.ozlabs.org/patch/1234535/ Signed-off-by: Guenter Roeck <li...@roeck-us.net> Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com> Reviewed-by: Cédric Le Goater <c...@kaod.org> http://patchwork.ozlabs.org/patch/1234536/ Fixes: f95c4bffdc4c ("aspeed/smc: snoop SPI transfers to fake dummy cycles") Reviewed-by: Cédric Le Goater <c...@kaod.org> Signed-off-by: Guenter Roeck <li...@roeck-us.net> Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com> Thanks, C.