mbox series

[0/2] Coresight: Fix for v5.3-rc5

Message ID 20190820194155.28992-1-mathieu.poirier@linaro.org (mailing list archive)
Headers show
Series Coresight: Fix for v5.3-rc5 | expand

Message

Mathieu Poirier Aug. 20, 2019, 7:41 p.m. UTC
Good day,

Please see if you can add the following fix to the current cycle.  If
you think it is a little late I'll simply lump them with the set I
have for v5.4.

Applies cleanly to your char-misc-linus (d1abaeb3be7b) branch.

Thanks,
Mathieu 


Yabin Cui (2):
  coresight: tmc-etr: Fix updating buffer in not-snapshot mode
  coresight: tmc-etr: Fix perf_data check

 .../hwtracing/coresight/coresight-tmc-etr.c   | 26 +++++++++++--------
 drivers/hwtracing/coresight/coresight-tmc.h   |  6 ++---
 2 files changed, 18 insertions(+), 14 deletions(-)

Comments

Mathieu Poirier Aug. 21, 2019, 7:28 p.m. UTC | #1
On Tue, 20 Aug 2019 at 13:41, Mathieu Poirier
<mathieu.poirier@linaro.org> wrote:
>
> Good day,
>
> Please see if you can add the following fix to the current cycle.  If
> you think it is a little late I'll simply lump them with the set I
> have for v5.4.

I found an issue with a corner case - please ignore this request.

>
> Applies cleanly to your char-misc-linus (d1abaeb3be7b) branch.
>
> Thanks,
> Mathieu
>
>
> Yabin Cui (2):
>   coresight: tmc-etr: Fix updating buffer in not-snapshot mode
>   coresight: tmc-etr: Fix perf_data check
>
>  .../hwtracing/coresight/coresight-tmc-etr.c   | 26 +++++++++++--------
>  drivers/hwtracing/coresight/coresight-tmc.h   |  6 ++---
>  2 files changed, 18 insertions(+), 14 deletions(-)
>
> --
> 2.17.1
>
Greg KH Aug. 28, 2019, 8:25 p.m. UTC | #2
On Wed, Aug 21, 2019 at 01:28:43PM -0600, Mathieu Poirier wrote:
> On Tue, 20 Aug 2019 at 13:41, Mathieu Poirier
> <mathieu.poirier@linaro.org> wrote:
> >
> > Good day,
> >
> > Please see if you can add the following fix to the current cycle.  If
> > you think it is a little late I'll simply lump them with the set I
> > have for v5.4.
> 
> I found an issue with a corner case - please ignore this request.

Now dropped, thanks.

greg k-h