All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] coresight: Patches for v5.14
@ 2021-06-14 17:58 ` Mathieu Poirier
  0 siblings, 0 replies; 6+ messages in thread
From: Mathieu Poirier @ 2021-06-14 17:58 UTC (permalink / raw)
  To: gregkh; +Cc: linux-arm-kernel, linux-kernel

Good day Greg,

A small tally this time around - there might be a part 2 but that is not
clear at the moment.  Applies cleanly on today's char-misc-next
(db4e54aefdfe).

Regards,
Mathieu


Andy Shevchenko (1):
  coresight: core: Switch to krealloc_array()

Jeremy Linton (1):
  coresight: Propagate symlink failure

Junhao He (3):
  coresight: core: Fix use of uninitialized pointer
  coresight: core: Remove unnecessary assignment
  coresight: etm4x: core: Remove redundant check of attr

Sai Prakash Ranjan (1):
  coresight: tmc-etf: Fix global-out-of-bounds in
    tmc_update_etf_buffer()

 drivers/hwtracing/coresight/coresight-core.c       | 11 +++++------
 drivers/hwtracing/coresight/coresight-etm4x-core.c |  5 -----
 drivers/hwtracing/coresight/coresight-tmc-etf.c    |  2 +-
 3 files changed, 6 insertions(+), 12 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 0/6] coresight: Patches for v5.14
@ 2021-06-14 17:58 ` Mathieu Poirier
  0 siblings, 0 replies; 6+ messages in thread
From: Mathieu Poirier @ 2021-06-14 17:58 UTC (permalink / raw)
  To: gregkh; +Cc: linux-arm-kernel, linux-kernel

Good day Greg,

A small tally this time around - there might be a part 2 but that is not
clear at the moment.  Applies cleanly on today's char-misc-next
(db4e54aefdfe).

Regards,
Mathieu


Andy Shevchenko (1):
  coresight: core: Switch to krealloc_array()

Jeremy Linton (1):
  coresight: Propagate symlink failure

Junhao He (3):
  coresight: core: Fix use of uninitialized pointer
  coresight: core: Remove unnecessary assignment
  coresight: etm4x: core: Remove redundant check of attr

Sai Prakash Ranjan (1):
  coresight: tmc-etf: Fix global-out-of-bounds in
    tmc_update_etf_buffer()

 drivers/hwtracing/coresight/coresight-core.c       | 11 +++++------
 drivers/hwtracing/coresight/coresight-etm4x-core.c |  5 -----
 drivers/hwtracing/coresight/coresight-tmc-etf.c    |  2 +-
 3 files changed, 6 insertions(+), 12 deletions(-)

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/6] coresight: Patches for v5.14
  2021-06-14 17:58 ` Mathieu Poirier
@ 2021-06-15  7:31   ` Greg KH
  -1 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2021-06-15  7:31 UTC (permalink / raw)
  To: Mathieu Poirier; +Cc: linux-arm-kernel, linux-kernel

On Mon, Jun 14, 2021 at 11:58:55AM -0600, Mathieu Poirier wrote:
> Good day Greg,
> 
> A small tally this time around - there might be a part 2 but that is not
> clear at the moment.  Applies cleanly on today's char-misc-next
> (db4e54aefdfe).

For some reason I got patch 0/6 3 times, but I've only applied this
series once :)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/6] coresight: Patches for v5.14
@ 2021-06-15  7:31   ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2021-06-15  7:31 UTC (permalink / raw)
  To: Mathieu Poirier; +Cc: linux-arm-kernel, linux-kernel

On Mon, Jun 14, 2021 at 11:58:55AM -0600, Mathieu Poirier wrote:
> Good day Greg,
> 
> A small tally this time around - there might be a part 2 but that is not
> clear at the moment.  Applies cleanly on today's char-misc-next
> (db4e54aefdfe).

For some reason I got patch 0/6 3 times, but I've only applied this
series once :)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 0/6] coresight: Patches for v5.14
@ 2021-06-14 17:58 ` Mathieu Poirier
  0 siblings, 0 replies; 6+ messages in thread
From: Mathieu Poirier @ 2021-06-14 17:58 UTC (permalink / raw)
  To: gregkh; +Cc: linux-arm-kernel, linux-kernel

Good day Greg,

A small tally this time around - there might be a part 2 but that is not
clear at the moment.  Applies cleanly on today's char-misc-next
(db4e54aefdfe).

Regards,
Mathieu


Andy Shevchenko (1):
  coresight: core: Switch to krealloc_array()

Jeremy Linton (1):
  coresight: Propagate symlink failure

Junhao He (3):
  coresight: core: Fix use of uninitialized pointer
  coresight: core: Remove unnecessary assignment
  coresight: etm4x: core: Remove redundant check of attr

Sai Prakash Ranjan (1):
  coresight: tmc-etf: Fix global-out-of-bounds in
    tmc_update_etf_buffer()

 drivers/hwtracing/coresight/coresight-core.c       | 11 +++++------
 drivers/hwtracing/coresight/coresight-etm4x-core.c |  5 -----
 drivers/hwtracing/coresight/coresight-tmc-etf.c    |  2 +-
 3 files changed, 6 insertions(+), 12 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 0/6] coresight: Patches for v5.14
@ 2021-06-14 17:58 ` Mathieu Poirier
  0 siblings, 0 replies; 6+ messages in thread
From: Mathieu Poirier @ 2021-06-14 17:58 UTC (permalink / raw)
  To: gregkh; +Cc: linux-arm-kernel, linux-kernel

Good day Greg,

A small tally this time around - there might be a part 2 but that is not
clear at the moment.  Applies cleanly on today's char-misc-next
(db4e54aefdfe).

Regards,
Mathieu


Andy Shevchenko (1):
  coresight: core: Switch to krealloc_array()

Jeremy Linton (1):
  coresight: Propagate symlink failure

Junhao He (3):
  coresight: core: Fix use of uninitialized pointer
  coresight: core: Remove unnecessary assignment
  coresight: etm4x: core: Remove redundant check of attr

Sai Prakash Ranjan (1):
  coresight: tmc-etf: Fix global-out-of-bounds in
    tmc_update_etf_buffer()

 drivers/hwtracing/coresight/coresight-core.c       | 11 +++++------
 drivers/hwtracing/coresight/coresight-etm4x-core.c |  5 -----
 drivers/hwtracing/coresight/coresight-tmc-etf.c    |  2 +-
 3 files changed, 6 insertions(+), 12 deletions(-)

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-15 19:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 17:58 [PATCH 0/6] coresight: Patches for v5.14 Mathieu Poirier
2021-06-14 17:58 ` Mathieu Poirier
2021-06-14 17:58 Mathieu Poirier
2021-06-14 17:58 ` Mathieu Poirier
2021-06-15  7:31 ` Greg KH
2021-06-15  7:31   ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.