mbox series

[GIT,PULL] coresight: Fixes for v6.6

Message ID 20230920101052.1761286-1-suzuki.poulose@arm.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] coresight: Fixes for v6.6 | expand

Pull-request

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

Message

Suzuki K Poulose Sept. 20, 2023, 10:10 a.m. UTC
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(-)

Comments

Suzuki K Poulose Oct. 2, 2023, 10:19 a.m. UTC | #1
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(-)
Greg Kroah-Hartman Oct. 2, 2023, 11:15 a.m. UTC | #2
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