public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] coresight: Fixes for v6.6
@ 2023-09-20 10:10 Suzuki K Poulose
  2023-10-02 10:19 ` Suzuki K Poulose
  0 siblings, 1 reply; 3+ messages in thread
From: Suzuki K Poulose @ 2023-09-20 10:10 UTC (permalink / raw)
  To: gregkh
  Cc: coresight, james.clark, mike.leach, linux-arm-kernel, lcherian,
	suzuki.poulose

Hi Greg

Please find a couple of fixes for coresight subsystem targetting v6.6

Kindly pull

Suzuki

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v6.6-1

for you to fetch changes up to e5028011885a85032aa3c1b7e3e493bcdacb4a0a:

  coresight: tmc-etr: Disable warnings for allocation failures (2023-09-20 10:46:30 +0100)

----------------------------------------------------------------
coresight: Fixes for v6.6

Couple of fixes for the CoreSight self-hosted tracing
targeting v6.6. Includes :

 - Fix runtime warnings while reusing the TMC-ETR buffer
 - Fix (disable) warning when a large buffer is allocated in
   the flat mode.

----------------------------------------------------------------
Linu Cherian (1):
      coresight: Fix run time warnings while reusing ETR buffer

Suzuki K Poulose (1):
      coresight: tmc-etr: Disable warnings for allocation failures

 drivers/hwtracing/coresight/coresight-tmc-etr.c | 27 ++++++++++++++-----------
 1 file changed, 15 insertions(+), 12 deletions(-)

_______________________________________________
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] 3+ messages in thread

* Re: [GIT PULL] coresight: Fixes for v6.6
  2023-09-20 10:10 [GIT PULL] coresight: Fixes for v6.6 Suzuki K Poulose
@ 2023-10-02 10:19 ` Suzuki K Poulose
  2023-10-02 11:15   ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Suzuki K Poulose @ 2023-10-02 10:19 UTC (permalink / raw)
  To: gregkh; +Cc: coresight, james.clark, mike.leach, linux-arm-kernel, lcherian

Hi Greg

Gentle ping on this one.


On 20/09/2023 11:10, Suzuki K Poulose wrote:
> Hi Greg
> 
> Please find a couple of fixes for coresight subsystem targetting v6.6
> 

Kind regards
Suzuki


> Kindly pull
> 
> Suzuki
> 
> The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
> 
>    Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
> 
> are available in the Git repository at:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v6.6-1
> 
> for you to fetch changes up to e5028011885a85032aa3c1b7e3e493bcdacb4a0a:
> 
>    coresight: tmc-etr: Disable warnings for allocation failures (2023-09-20 10:46:30 +0100)
> 
> ----------------------------------------------------------------
> coresight: Fixes for v6.6
> 
> Couple of fixes for the CoreSight self-hosted tracing
> targeting v6.6. Includes :
> 
>   - Fix runtime warnings while reusing the TMC-ETR buffer
>   - Fix (disable) warning when a large buffer is allocated in
>     the flat mode.
> 
> ----------------------------------------------------------------
> Linu Cherian (1):
>        coresight: Fix run time warnings while reusing ETR buffer
> 
> Suzuki K Poulose (1):
>        coresight: tmc-etr: Disable warnings for allocation failures
> 
>   drivers/hwtracing/coresight/coresight-tmc-etr.c | 27 ++++++++++++++-----------
>   1 file changed, 15 insertions(+), 12 deletions(-)


_______________________________________________
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] 3+ messages in thread

* Re: [GIT PULL] coresight: Fixes for v6.6
  2023-10-02 10:19 ` Suzuki K Poulose
@ 2023-10-02 11:15   ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2023-10-02 11:15 UTC (permalink / raw)
  To: Suzuki K Poulose
  Cc: coresight, james.clark, mike.leach, linux-arm-kernel, lcherian

On Mon, Oct 02, 2023 at 11:19:56AM +0100, Suzuki K Poulose wrote:
> Hi Greg
> 
> Gentle ping on this one.
> 
> 
> On 20/09/2023 11:10, Suzuki K Poulose wrote:
> > Hi Greg
> > 
> > Please find a couple of fixes for coresight subsystem targetting v6.6
> > 
> 
> Kind regards
> Suzuki
> 
> 
> > Kindly pull
> > 
> > Suzuki
> > 
> > The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
> > 
> >    Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
> > 
> > are available in the Git repository at:
> > 
> >    git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v6.6-1

Sorry for the delay, pulled and pushed out now, thanks.

greg k-h

_______________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2023-10-02 11:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-20 10:10 [GIT PULL] coresight: Fixes for v6.6 Suzuki K Poulose
2023-10-02 10:19 ` Suzuki K Poulose
2023-10-02 11:15   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox