mbox series

[0/5] coresight: Fixes for v5.2-rc5

Message ID 20190620221237.3536-1-mathieu.poirier@linaro.org (mailing list archive)
Headers show
Series coresight: Fixes for v5.2-rc5 | expand

Message

Mathieu Poirier June 20, 2019, 10:12 p.m. UTC
As requested here is a set to fix problems found up to now in this
cycle, supplemented with stable tags where applicable.

Thanks,
Mathieu 

Dan Carpenter (1):
  coresight: Potential uninitialized variable in probe()

Suzuki K Poulose (4):
  coresight: tmc-etr: Do not call smp_processor_id() from preemptible
  coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from
    preemptible
  coresight: tmc-etf: Do not call smp_processor_id from preemptible
  coresight: etb10: Do not call smp_processor_id from preemptible

 drivers/hwtracing/coresight/coresight-etb10.c   |  6 ++----
 drivers/hwtracing/coresight/coresight-funnel.c  |  1 +
 drivers/hwtracing/coresight/coresight-tmc-etf.c |  6 ++----
 drivers/hwtracing/coresight/coresight-tmc-etr.c | 13 ++++---------
 4 files changed, 9 insertions(+), 17 deletions(-)

Comments

Mathieu Poirier July 2, 2019, 4:18 p.m. UTC | #1
Hi Greg,

On Thu, 20 Jun 2019 at 16:12, Mathieu Poirier
<mathieu.poirier@linaro.org> wrote:
>
> As requested here is a set to fix problems found up to now in this
> cycle, supplemented with stable tags where applicable.

I haven't heard back from this set nor can I find the patches in any
of your trees.  Given the late state in the cycle I'm not sure what to
do, i.e should I do a resend of this set or send you another series to
go in the 5.3 merge window - please advise.

>
> Thanks,
> Mathieu
>
> Dan Carpenter (1):
>   coresight: Potential uninitialized variable in probe()
>
> Suzuki K Poulose (4):
>   coresight: tmc-etr: Do not call smp_processor_id() from preemptible
>   coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from
>     preemptible
>   coresight: tmc-etf: Do not call smp_processor_id from preemptible
>   coresight: etb10: Do not call smp_processor_id from preemptible
>
>  drivers/hwtracing/coresight/coresight-etb10.c   |  6 ++----
>  drivers/hwtracing/coresight/coresight-funnel.c  |  1 +
>  drivers/hwtracing/coresight/coresight-tmc-etf.c |  6 ++----
>  drivers/hwtracing/coresight/coresight-tmc-etr.c | 13 ++++---------
>  4 files changed, 9 insertions(+), 17 deletions(-)
>
> --
> 2.17.1
>
Greg KH July 3, 2019, 7:13 p.m. UTC | #2
On Tue, Jul 02, 2019 at 10:18:02AM -0600, Mathieu Poirier wrote:
> Hi Greg,
> 
> On Thu, 20 Jun 2019 at 16:12, Mathieu Poirier
> <mathieu.poirier@linaro.org> wrote:
> >
> > As requested here is a set to fix problems found up to now in this
> > cycle, supplemented with stable tags where applicable.
> 
> I haven't heard back from this set nor can I find the patches in any
> of your trees.  Given the late state in the cycle I'm not sure what to
> do, i.e should I do a resend of this set or send you another series to
> go in the 5.3 merge window - please advise.

I'll take these for 5.3-rc1 and if anything needs to go in 5.2, we can
backport them to stable then.

thanks,

greg k-h