linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] coresight changes for v5.18
@ 2022-03-03 23:03 Suzuki K Poulose
  2022-03-10 21:44 ` Greg KH
  2022-03-11 10:45 ` [GIT PULL] [v2] coresight: Changes " Suzuki K Poulose
  0 siblings, 2 replies; 6+ messages in thread
From: Suzuki K Poulose @ 2022-03-03 23:03 UTC (permalink / raw)
  To: gregkh
  Cc: mathieu.poirier, coresight, linux-kernel, linux-arm-kernel,
	Suzuki K Poulose

Hi Greg

Please find the pull request for coresight subsystem for v5.18.

Suzuki

The following changes since commit dfd42facf1e4ada021b939b4e19c935dcdd55566:

  Linux 5.17-rc3 (2022-02-06 12:20:50 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v5.18

for you to fetch changes up to b54f53bc11a584713f79a704c70c488489f524b8:

  coresight: Drop unused 'none' enum value for each component (2022-02-28 09:51:40 -0700)

----------------------------------------------------------------
coresight: changes for v5.18

The coresight update for v5.18 includes
  - TRBE erratum workarounds for Arm Cortex-A510
  - Fixes for leaking root namespace PIDs into non-root namespace
    trace sessions
  - Miscellaneous fixes and cleanups

Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>

----------------------------------------------------------------
Anshuman Khandual (4):
      coresight: trbe: Work around the ignored system register writes
      coresight: trbe: Work around the invalid prohibited states
      coresight: trbe: Work around the trace data corruption
      coresight: Drop unused 'none' enum value for each component

James Clark (2):
      coresight: Fix TRCCONFIGR.QE sysfs interface
      coresight: no-op refactor to make INSTP0 check more idiomatic

Leo Yan (4):
      coresight: etm4x: Add lock for reading virtual context ID comparator
      coresight: etm4x: Don't use virtual contextID for non-root PID namespace
      coresight: etm4x: Don't trace PID for non-root PID namespace
      coresight: etm3x: Don't trace PID for non-root PID namespace

Miaoqian Lin (1):
      coresight: syscfg: Fix memleak on registration failure in cscfg_create_device

Rafael J. Wysocki (1):
      hwtracing: coresight: Replace acpi_bus_get_device()

Sudeep Holla (1):
      coresight: trbe: Move check for kernel page table isolation from EL0 to probe

 arch/arm64/Kconfig                                 |   6 +-
 drivers/hwtracing/coresight/coresight-core.c       |   3 -
 drivers/hwtracing/coresight/coresight-etm3x-core.c |   4 +
 drivers/hwtracing/coresight/coresight-etm4x-core.c |  12 +-
 .../hwtracing/coresight/coresight-etm4x-sysfs.c    |  38 ++++++-
 drivers/hwtracing/coresight/coresight-platform.c   |   8 +-
 drivers/hwtracing/coresight/coresight-syscfg.c     |   2 +-
 drivers/hwtracing/coresight/coresight-trbe.c       | 125 +++++++++++++++------
 drivers/hwtracing/coresight/coresight-trbe.h       |   8 --
 include/linux/coresight.h                          |   5 -
 10 files changed, 149 insertions(+), 62 deletions(-)

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

* Re: [GIT PULL] coresight changes for v5.18
  2022-03-03 23:03 [GIT PULL] coresight changes for v5.18 Suzuki K Poulose
@ 2022-03-10 21:44 ` Greg KH
  2022-03-11  0:09   ` Mathieu Poirier
  2022-03-11 10:45 ` [GIT PULL] [v2] coresight: Changes " Suzuki K Poulose
  1 sibling, 1 reply; 6+ messages in thread
From: Greg KH @ 2022-03-10 21:44 UTC (permalink / raw)
  To: Suzuki K Poulose
  Cc: mathieu.poirier, coresight, linux-kernel, linux-arm-kernel

On Thu, Mar 03, 2022 at 11:03:01PM +0000, Suzuki K Poulose wrote:
> Hi Greg
> 
> Please find the pull request for coresight subsystem for v5.18.
> 
> Suzuki
> 
> The following changes since commit dfd42facf1e4ada021b939b4e19c935dcdd55566:
> 
>   Linux 5.17-rc3 (2022-02-06 12:20:50 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v5.18
> 
> for you to fetch changes up to b54f53bc11a584713f79a704c70c488489f524b8:
> 
>   coresight: Drop unused 'none' enum value for each component (2022-02-28 09:51:40 -0700)

I have the following errors when pulling this tree and having the
scripts check the commits:

Commit 5340bf5df9d2 ("coresight: syscfg: Fix memleak on registration failure in cscfg_create_device")
	committer Signed-off-by missing
	author email:    linmq006@gmail.com
	committer email: suzuki.poulose@arm.com
	Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
	Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>

Commit 91a2f2941df2 ("coresight: Fix TRCCONFIGR.QE sysfs interface")
	committer Signed-off-by missing
	author email:    james.clark@arm.com
	committer email: suzuki.poulose@arm.com
	Signed-off-by: James Clark <james.clark@arm.com>
	Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>

Commit 7f4cd3375906 ("coresight: trbe: Work around the trace data corruption")
	committer Signed-off-by missing
	author email:    anshuman.khandual@arm.com
	committer email: suzuki.poulose@arm.com
	Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
	Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>

Commit 0ecf2c747437 ("coresight: trbe: Work around the invalid prohibited states")
	committer Signed-off-by missing
	author email:    anshuman.khandual@arm.com
	committer email: suzuki.poulose@arm.com
	Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
	Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>

Commit 8b6927d0adad ("coresight: trbe: Work around the ignored system register writes")
	committer Signed-off-by missing
	author email:    anshuman.khandual@arm.com
	committer email: suzuki.poulose@arm.com
	Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
	Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>


What went wrong???

linux-next didn't complain about this already?

greg k-h

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

* Re: [GIT PULL] coresight changes for v5.18
  2022-03-10 21:44 ` Greg KH
@ 2022-03-11  0:09   ` Mathieu Poirier
  2022-03-11 10:25     ` Suzuki Kuruppassery Poulose
  0 siblings, 1 reply; 6+ messages in thread
From: Mathieu Poirier @ 2022-03-11  0:09 UTC (permalink / raw)
  To: Greg KH; +Cc: Suzuki K Poulose, coresight, linux-kernel, linux-arm-kernel

On Thu, 10 Mar 2022 at 14:44, Greg KH <gregkh@linuxfoundation.org> wrote:
>
> On Thu, Mar 03, 2022 at 11:03:01PM +0000, Suzuki K Poulose wrote:
> > Hi Greg
> >
> > Please find the pull request for coresight subsystem for v5.18.
> >
> > Suzuki
> >
> > The following changes since commit dfd42facf1e4ada021b939b4e19c935dcdd55566:
> >
> >   Linux 5.17-rc3 (2022-02-06 12:20:50 -0800)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v5.18
> >
> > for you to fetch changes up to b54f53bc11a584713f79a704c70c488489f524b8:
> >
> >   coresight: Drop unused 'none' enum value for each component (2022-02-28 09:51:40 -0700)
>
> I have the following errors when pulling this tree and having the
> scripts check the commits:
>
> Commit 5340bf5df9d2 ("coresight: syscfg: Fix memleak on registration failure in cscfg_create_device")
>         committer Signed-off-by missing
>         author email:    linmq006@gmail.com
>         committer email: suzuki.poulose@arm.com
>         Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
>         Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
>
> Commit 91a2f2941df2 ("coresight: Fix TRCCONFIGR.QE sysfs interface")
>         committer Signed-off-by missing
>         author email:    james.clark@arm.com
>         committer email: suzuki.poulose@arm.com
>         Signed-off-by: James Clark <james.clark@arm.com>
>         Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
>
> Commit 7f4cd3375906 ("coresight: trbe: Work around the trace data corruption")
>         committer Signed-off-by missing
>         author email:    anshuman.khandual@arm.com
>         committer email: suzuki.poulose@arm.com
>         Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
>         Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
>
> Commit 0ecf2c747437 ("coresight: trbe: Work around the invalid prohibited states")
>         committer Signed-off-by missing
>         author email:    anshuman.khandual@arm.com
>         committer email: suzuki.poulose@arm.com
>         Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
>         Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
>
> Commit 8b6927d0adad ("coresight: trbe: Work around the ignored system register writes")
>         committer Signed-off-by missing
>         author email:    anshuman.khandual@arm.com
>         committer email: suzuki.poulose@arm.com
>         Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
>         Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
>
>
> What went wrong???
>

(Sigh)

I know what happened.  The tree was rebased from -rc1 to -rc3 to pick
up a dependency with the aarch64 tree that was needed for a patch.  In
doing so the original committer information was overwritten, which is
what the script is complaining about.

We will send you another pull request.

> linux-next didn't complain about this already?
>

It did not.

Thanks for the patience,
Mathieu

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

* Re: [GIT PULL] coresight changes for v5.18
  2022-03-11  0:09   ` Mathieu Poirier
@ 2022-03-11 10:25     ` Suzuki Kuruppassery Poulose
  0 siblings, 0 replies; 6+ messages in thread
From: Suzuki Kuruppassery Poulose @ 2022-03-11 10:25 UTC (permalink / raw)
  To: Mathieu Poirier, Greg KH; +Cc: coresight, linux-kernel, linux-arm-kernel

On 11/03/2022 00:09, Mathieu Poirier wrote:
> On Thu, 10 Mar 2022 at 14:44, Greg KH <gregkh@linuxfoundation.org> wrote:
>>
>> On Thu, Mar 03, 2022 at 11:03:01PM +0000, Suzuki K Poulose wrote:
>>> Hi Greg
>>>
>>> Please find the pull request for coresight subsystem for v5.18.
>>>
>>> Suzuki
>>>
>>> The following changes since commit dfd42facf1e4ada021b939b4e19c935dcdd55566:
>>>
>>>    Linux 5.17-rc3 (2022-02-06 12:20:50 -0800)
>>>
>>> are available in the Git repository at:
>>>
>>>    git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v5.18
>>>
>>> for you to fetch changes up to b54f53bc11a584713f79a704c70c488489f524b8:
>>>
>>>    coresight: Drop unused 'none' enum value for each component (2022-02-28 09:51:40 -0700)
>>
>> I have the following errors when pulling this tree and having the
>> scripts check the commits:
>>
>> Commit 5340bf5df9d2 ("coresight: syscfg: Fix memleak on registration failure in cscfg_create_device")
>>          committer Signed-off-by missing
>>          author email:    linmq006@gmail.com
>>          committer email: suzuki.poulose@arm.com
>>          Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
>>          Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
>>
>> Commit 91a2f2941df2 ("coresight: Fix TRCCONFIGR.QE sysfs interface")
>>          committer Signed-off-by missing
>>          author email:    james.clark@arm.com
>>          committer email: suzuki.poulose@arm.com
>>          Signed-off-by: James Clark <james.clark@arm.com>
>>          Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
>>
>> Commit 7f4cd3375906 ("coresight: trbe: Work around the trace data corruption")
>>          committer Signed-off-by missing
>>          author email:    anshuman.khandual@arm.com
>>          committer email: suzuki.poulose@arm.com
>>          Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
>>          Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
>>
>> Commit 0ecf2c747437 ("coresight: trbe: Work around the invalid prohibited states")
>>          committer Signed-off-by missing
>>          author email:    anshuman.khandual@arm.com
>>          committer email: suzuki.poulose@arm.com
>>          Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
>>          Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
>>
>> Commit 8b6927d0adad ("coresight: trbe: Work around the ignored system register writes")
>>          committer Signed-off-by missing
>>          author email:    anshuman.khandual@arm.com
>>          committer email: suzuki.poulose@arm.com
>>          Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
>>          Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
>>
>>
>> What went wrong???
>>
> 
> (Sigh)
> 
> I know what happened.  The tree was rebased from -rc1 to -rc3 to pick
> up a dependency with the aarch64 tree that was needed for a patch.  In
> doing so the original committer information was overwritten, which is
> what the script is complaining about.
> 
> We will send you another pull request.

Apologies. I have fixed them now and will send you the updated request.

Thanks for your patience.

Suzuki

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

* [GIT PULL] [v2] coresight: Changes for v5.18
  2022-03-03 23:03 [GIT PULL] coresight changes for v5.18 Suzuki K Poulose
  2022-03-10 21:44 ` Greg KH
@ 2022-03-11 10:45 ` Suzuki K Poulose
  2022-03-18 11:49   ` Greg KH
  1 sibling, 1 reply; 6+ messages in thread
From: Suzuki K Poulose @ 2022-03-11 10:45 UTC (permalink / raw)
  To: gregkh
  Cc: mathieu.poirier, coresight, linux-kernel, linux-arm-kernel,
	Suzuki K Poulose

Greg,

Please find coresight updates for v5.18 below. This is an updated pull
request which fixes the missing s-o-b tags for the committer.

Changes since previous request:
  - Fix missing S-o-b tags for committer
  - Added a new tag coresight-next-v5.18-v2

Thanks
Suzuki


The following changes since commit dfd42facf1e4ada021b939b4e19c935dcdd55566:

  Linux 5.17-rc3 (2022-02-06 12:20:50 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v5.18-v2

for you to fetch changes up to 286f950545e0d9c8aa802cbfc9676860bbc49179:

  coresight: Drop unused 'none' enum value for each component (2022-03-11 10:07:57 +0000)

----------------------------------------------------------------
coresight: changes for v5.18

The coresight update for v5.18 includes
  - TRBE erratum workarounds for Arm Cortex-A510
  - Fixes for leaking root namespace PIDs into non-root namespace
    trace sessions
  - Miscellaneous fixes and cleanups

Updated tag to reflect missing committer s-o-b tags.

Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>

----------------------------------------------------------------
Anshuman Khandual (4):
      coresight: trbe: Work around the ignored system register writes
      coresight: trbe: Work around the invalid prohibited states
      coresight: trbe: Work around the trace data corruption
      coresight: Drop unused 'none' enum value for each component

James Clark (2):
      coresight: Fix TRCCONFIGR.QE sysfs interface
      coresight: no-op refactor to make INSTP0 check more idiomatic

Leo Yan (4):
      coresight: etm4x: Add lock for reading virtual context ID comparator
      coresight: etm4x: Don't use virtual contextID for non-root PID namespace
      coresight: etm4x: Don't trace PID for non-root PID namespace
      coresight: etm3x: Don't trace PID for non-root PID namespace

Miaoqian Lin (1):
      coresight: syscfg: Fix memleak on registration failure in cscfg_create_device

Rafael J. Wysocki (1):
      hwtracing: coresight: Replace acpi_bus_get_device()

Sudeep Holla (1):
      coresight: trbe: Move check for kernel page table isolation from EL0 to probe

 arch/arm64/Kconfig                                 |   6 +-
 drivers/hwtracing/coresight/coresight-core.c       |   3 -
 drivers/hwtracing/coresight/coresight-etm3x-core.c |   4 +
 drivers/hwtracing/coresight/coresight-etm4x-core.c |  12 +-
 .../hwtracing/coresight/coresight-etm4x-sysfs.c    |  38 ++++++-
 drivers/hwtracing/coresight/coresight-platform.c   |   8 +-
 drivers/hwtracing/coresight/coresight-syscfg.c     |   2 +-
 drivers/hwtracing/coresight/coresight-trbe.c       | 125 +++++++++++++++------
 drivers/hwtracing/coresight/coresight-trbe.h       |   8 --
 include/linux/coresight.h                          |   5 -
 10 files changed, 149 insertions(+), 62 deletions(-)

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

* Re: [GIT PULL] [v2] coresight: Changes for v5.18
  2022-03-11 10:45 ` [GIT PULL] [v2] coresight: Changes " Suzuki K Poulose
@ 2022-03-18 11:49   ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2022-03-18 11:49 UTC (permalink / raw)
  To: Suzuki K Poulose
  Cc: mathieu.poirier, coresight, linux-kernel, linux-arm-kernel

On Fri, Mar 11, 2022 at 10:45:57AM +0000, Suzuki K Poulose wrote:
> Greg,
> 
> Please find coresight updates for v5.18 below. This is an updated pull
> request which fixes the missing s-o-b tags for the committer.
> 
> Changes since previous request:
>   - Fix missing S-o-b tags for committer
>   - Added a new tag coresight-next-v5.18-v2
> 
> Thanks
> Suzuki
> 
> 
> The following changes since commit dfd42facf1e4ada021b939b4e19c935dcdd55566:
> 
>   Linux 5.17-rc3 (2022-02-06 12:20:50 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v5.18-v2

Pulled and pushed out, thanks.

greg k-h

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

end of thread, other threads:[~2022-03-18 12:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03 23:03 [GIT PULL] coresight changes for v5.18 Suzuki K Poulose
2022-03-10 21:44 ` Greg KH
2022-03-11  0:09   ` Mathieu Poirier
2022-03-11 10:25     ` Suzuki Kuruppassery Poulose
2022-03-11 10:45 ` [GIT PULL] [v2] coresight: Changes " Suzuki K Poulose
2022-03-18 11:49   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).