* [GIT PULL] coresight: Fixes for ETE and TRBE
@ 2021-04-13 16:19 ` Mathieu Poirier
0 siblings, 0 replies; 12+ messages in thread
From: Mathieu Poirier @ 2021-04-13 16:19 UTC (permalink / raw)
To: maz
Cc: anshuman.khandual, gregkh, coresight, linux-kernel, kvmarm,
linux-arm-kernel
The following changes since commit 4fb13790417a7bf726f3867a5d2b9723efde488b:
dts: bindings: Document device tree bindings for Arm TRBE (2021-04-06 16:05:38 -0600)
are available in the Git repository at:
git@gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux.git next-ETE-TRBE
for you to fetch changes up to 68d400c079978f649e7f63aba966d219743edd64:
coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu() (2021-04-13 09:46:27 -0600)
----------------------------------------------------------------
Hi Marc,
Please consider these two patches, they are ETE/TRBE fixes found by bots.
Let me know if you want me to rebase on your next branch and send the
pull request from that.
Thanks,
Mathieu
----------------------------------------------------------------
Wei Yongjun (2):
coresight: core: Make symbol 'csdev_sink' static
coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu()
drivers/hwtracing/coresight/coresight-core.c | 2 +-
drivers/hwtracing/coresight/coresight-trbe.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm
^ permalink raw reply [flat|nested] 12+ messages in thread* [GIT PULL] coresight: Fixes for ETE and TRBE @ 2021-04-13 16:19 ` Mathieu Poirier 0 siblings, 0 replies; 12+ messages in thread From: Mathieu Poirier @ 2021-04-13 16:19 UTC (permalink / raw) To: maz Cc: suzuki.poulose, anshuman.khandual, gregkh, linux-arm-kernel, linux-kernel, kvmarm, coresight The following changes since commit 4fb13790417a7bf726f3867a5d2b9723efde488b: dts: bindings: Document device tree bindings for Arm TRBE (2021-04-06 16:05:38 -0600) are available in the Git repository at: git@gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux.git next-ETE-TRBE for you to fetch changes up to 68d400c079978f649e7f63aba966d219743edd64: coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu() (2021-04-13 09:46:27 -0600) ---------------------------------------------------------------- Hi Marc, Please consider these two patches, they are ETE/TRBE fixes found by bots. Let me know if you want me to rebase on your next branch and send the pull request from that. Thanks, Mathieu ---------------------------------------------------------------- Wei Yongjun (2): coresight: core: Make symbol 'csdev_sink' static coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu() drivers/hwtracing/coresight/coresight-core.c | 2 +- drivers/hwtracing/coresight/coresight-trbe.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ^ permalink raw reply [flat|nested] 12+ messages in thread
* [GIT PULL] coresight: Fixes for ETE and TRBE @ 2021-04-13 16:19 ` Mathieu Poirier 0 siblings, 0 replies; 12+ messages in thread From: Mathieu Poirier @ 2021-04-13 16:19 UTC (permalink / raw) To: maz Cc: suzuki.poulose, anshuman.khandual, gregkh, linux-arm-kernel, linux-kernel, kvmarm, coresight The following changes since commit 4fb13790417a7bf726f3867a5d2b9723efde488b: dts: bindings: Document device tree bindings for Arm TRBE (2021-04-06 16:05:38 -0600) are available in the Git repository at: git@gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux.git next-ETE-TRBE for you to fetch changes up to 68d400c079978f649e7f63aba966d219743edd64: coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu() (2021-04-13 09:46:27 -0600) ---------------------------------------------------------------- Hi Marc, Please consider these two patches, they are ETE/TRBE fixes found by bots. Let me know if you want me to rebase on your next branch and send the pull request from that. Thanks, Mathieu ---------------------------------------------------------------- Wei Yongjun (2): coresight: core: Make symbol 'csdev_sink' static coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu() drivers/hwtracing/coresight/coresight-core.c | 2 +- drivers/hwtracing/coresight/coresight-trbe.c | 2 +- 2 files changed, 2 insertions(+), 2 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] 12+ messages in thread
* Re: [GIT PULL] coresight: Fixes for ETE and TRBE 2021-04-13 16:19 ` Mathieu Poirier (?) @ 2021-04-13 16:52 ` Marc Zyngier -1 siblings, 0 replies; 12+ messages in thread From: Marc Zyngier @ 2021-04-13 16:52 UTC (permalink / raw) To: Mathieu Poirier Cc: anshuman.khandual, gregkh, coresight, linux-kernel, kvmarm, linux-arm-kernel Hi Mathieu, On Tue, 13 Apr 2021 17:19:52 +0100, Mathieu Poirier <mathieu.poirier@linaro.org> wrote: > > The following changes since commit 4fb13790417a7bf726f3867a5d2b9723efde488b: > > dts: bindings: Document device tree bindings for Arm TRBE (2021-04-06 16:05:38 -0600) > > are available in the Git repository at: > > git@gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux.git next-ETE-TRBE > > for you to fetch changes up to 68d400c079978f649e7f63aba966d219743edd64: > > coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu() (2021-04-13 09:46:27 -0600) > > ---------------------------------------------------------------- > Hi Marc, > > Please consider these two patches, they are ETE/TRBE fixes found by bots. > > Let me know if you want me to rebase on your next branch and send the > pull request from that. I've now pulled this into kvmarm/next. If you have additional fixes, just stick them on top of your next-ETE-TRBE branch like you did with these two patches. The kvmarm/next branch gets rebuilt every other day, so it isn't a stable branch on its own. Only the non-merge commits are stable, which is why I keep everything on topic branches. Thanks, M. -- Without deviation from the norm, progress is not possible. _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [GIT PULL] coresight: Fixes for ETE and TRBE @ 2021-04-13 16:52 ` Marc Zyngier 0 siblings, 0 replies; 12+ messages in thread From: Marc Zyngier @ 2021-04-13 16:52 UTC (permalink / raw) To: Mathieu Poirier Cc: suzuki.poulose, anshuman.khandual, gregkh, linux-arm-kernel, linux-kernel, kvmarm, coresight Hi Mathieu, On Tue, 13 Apr 2021 17:19:52 +0100, Mathieu Poirier <mathieu.poirier@linaro.org> wrote: > > The following changes since commit 4fb13790417a7bf726f3867a5d2b9723efde488b: > > dts: bindings: Document device tree bindings for Arm TRBE (2021-04-06 16:05:38 -0600) > > are available in the Git repository at: > > git@gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux.git next-ETE-TRBE > > for you to fetch changes up to 68d400c079978f649e7f63aba966d219743edd64: > > coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu() (2021-04-13 09:46:27 -0600) > > ---------------------------------------------------------------- > Hi Marc, > > Please consider these two patches, they are ETE/TRBE fixes found by bots. > > Let me know if you want me to rebase on your next branch and send the > pull request from that. I've now pulled this into kvmarm/next. If you have additional fixes, just stick them on top of your next-ETE-TRBE branch like you did with these two patches. The kvmarm/next branch gets rebuilt every other day, so it isn't a stable branch on its own. Only the non-merge commits are stable, which is why I keep everything on topic branches. Thanks, M. -- Without deviation from the norm, progress is not possible. ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [GIT PULL] coresight: Fixes for ETE and TRBE @ 2021-04-13 16:52 ` Marc Zyngier 0 siblings, 0 replies; 12+ messages in thread From: Marc Zyngier @ 2021-04-13 16:52 UTC (permalink / raw) To: Mathieu Poirier Cc: suzuki.poulose, anshuman.khandual, gregkh, linux-arm-kernel, linux-kernel, kvmarm, coresight Hi Mathieu, On Tue, 13 Apr 2021 17:19:52 +0100, Mathieu Poirier <mathieu.poirier@linaro.org> wrote: > > The following changes since commit 4fb13790417a7bf726f3867a5d2b9723efde488b: > > dts: bindings: Document device tree bindings for Arm TRBE (2021-04-06 16:05:38 -0600) > > are available in the Git repository at: > > git@gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux.git next-ETE-TRBE > > for you to fetch changes up to 68d400c079978f649e7f63aba966d219743edd64: > > coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu() (2021-04-13 09:46:27 -0600) > > ---------------------------------------------------------------- > Hi Marc, > > Please consider these two patches, they are ETE/TRBE fixes found by bots. > > Let me know if you want me to rebase on your next branch and send the > pull request from that. I've now pulled this into kvmarm/next. If you have additional fixes, just stick them on top of your next-ETE-TRBE branch like you did with these two patches. The kvmarm/next branch gets rebuilt every other day, so it isn't a stable branch on its own. Only the non-merge commits are stable, which is why I keep everything on topic branches. Thanks, M. -- Without deviation from the norm, progress is not possible. _______________________________________________ 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] 12+ messages in thread
* Re: [GIT PULL] coresight: Fixes for ETE and TRBE 2021-04-13 16:52 ` Marc Zyngier (?) @ 2021-04-13 19:45 ` Mathieu Poirier -1 siblings, 0 replies; 12+ messages in thread From: Mathieu Poirier @ 2021-04-13 19:45 UTC (permalink / raw) To: Marc Zyngier Cc: Anshuman Khandual, Greg KH, Coresight ML, Linux Kernel Mailing List, kvmarm, linux-arm-kernel On Tue, 13 Apr 2021 at 10:52, Marc Zyngier <maz@kernel.org> wrote: > > Hi Mathieu, > > On Tue, 13 Apr 2021 17:19:52 +0100, > Mathieu Poirier <mathieu.poirier@linaro.org> wrote: > > > > The following changes since commit 4fb13790417a7bf726f3867a5d2b9723efde488b: > > > > dts: bindings: Document device tree bindings for Arm TRBE (2021-04-06 16:05:38 -0600) > > > > are available in the Git repository at: > > > > git@gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux.git next-ETE-TRBE > > > > for you to fetch changes up to 68d400c079978f649e7f63aba966d219743edd64: > > > > coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu() (2021-04-13 09:46:27 -0600) > > > > ---------------------------------------------------------------- > > Hi Marc, > > > > Please consider these two patches, they are ETE/TRBE fixes found by bots. > > > > Let me know if you want me to rebase on your next branch and send the > > pull request from that. > > I've now pulled this into kvmarm/next. If you have additional fixes, > just stick them on top of your next-ETE-TRBE branch like you did with > these two patches. > Much appreciated - I owe you a beer. > The kvmarm/next branch gets rebuilt every other day, so it isn't a > stable branch on its own. Only the non-merge commits are stable, which > is why I keep everything on topic branches. > > Thanks, > > M. > > -- > Without deviation from the norm, progress is not possible. _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [GIT PULL] coresight: Fixes for ETE and TRBE @ 2021-04-13 19:45 ` Mathieu Poirier 0 siblings, 0 replies; 12+ messages in thread From: Mathieu Poirier @ 2021-04-13 19:45 UTC (permalink / raw) To: Marc Zyngier Cc: Suzuki K. Poulose, Anshuman Khandual, Greg KH, linux-arm-kernel, Linux Kernel Mailing List, kvmarm, Coresight ML On Tue, 13 Apr 2021 at 10:52, Marc Zyngier <maz@kernel.org> wrote: > > Hi Mathieu, > > On Tue, 13 Apr 2021 17:19:52 +0100, > Mathieu Poirier <mathieu.poirier@linaro.org> wrote: > > > > The following changes since commit 4fb13790417a7bf726f3867a5d2b9723efde488b: > > > > dts: bindings: Document device tree bindings for Arm TRBE (2021-04-06 16:05:38 -0600) > > > > are available in the Git repository at: > > > > git@gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux.git next-ETE-TRBE > > > > for you to fetch changes up to 68d400c079978f649e7f63aba966d219743edd64: > > > > coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu() (2021-04-13 09:46:27 -0600) > > > > ---------------------------------------------------------------- > > Hi Marc, > > > > Please consider these two patches, they are ETE/TRBE fixes found by bots. > > > > Let me know if you want me to rebase on your next branch and send the > > pull request from that. > > I've now pulled this into kvmarm/next. If you have additional fixes, > just stick them on top of your next-ETE-TRBE branch like you did with > these two patches. > Much appreciated - I owe you a beer. > The kvmarm/next branch gets rebuilt every other day, so it isn't a > stable branch on its own. Only the non-merge commits are stable, which > is why I keep everything on topic branches. > > Thanks, > > M. > > -- > Without deviation from the norm, progress is not possible. ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [GIT PULL] coresight: Fixes for ETE and TRBE @ 2021-04-13 19:45 ` Mathieu Poirier 0 siblings, 0 replies; 12+ messages in thread From: Mathieu Poirier @ 2021-04-13 19:45 UTC (permalink / raw) To: Marc Zyngier Cc: Suzuki K. Poulose, Anshuman Khandual, Greg KH, linux-arm-kernel, Linux Kernel Mailing List, kvmarm, Coresight ML On Tue, 13 Apr 2021 at 10:52, Marc Zyngier <maz@kernel.org> wrote: > > Hi Mathieu, > > On Tue, 13 Apr 2021 17:19:52 +0100, > Mathieu Poirier <mathieu.poirier@linaro.org> wrote: > > > > The following changes since commit 4fb13790417a7bf726f3867a5d2b9723efde488b: > > > > dts: bindings: Document device tree bindings for Arm TRBE (2021-04-06 16:05:38 -0600) > > > > are available in the Git repository at: > > > > git@gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux.git next-ETE-TRBE > > > > for you to fetch changes up to 68d400c079978f649e7f63aba966d219743edd64: > > > > coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu() (2021-04-13 09:46:27 -0600) > > > > ---------------------------------------------------------------- > > Hi Marc, > > > > Please consider these two patches, they are ETE/TRBE fixes found by bots. > > > > Let me know if you want me to rebase on your next branch and send the > > pull request from that. > > I've now pulled this into kvmarm/next. If you have additional fixes, > just stick them on top of your next-ETE-TRBE branch like you did with > these two patches. > Much appreciated - I owe you a beer. > The kvmarm/next branch gets rebuilt every other day, so it isn't a > stable branch on its own. Only the non-merge commits are stable, which > is why I keep everything on topic branches. > > Thanks, > > M. > > -- > Without deviation from the norm, progress is not possible. _______________________________________________ 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] 12+ messages in thread
* Re: [GIT PULL] coresight: Fixes for ETE and TRBE 2021-04-13 19:45 ` Mathieu Poirier (?) @ 2021-04-14 8:27 ` Marc Zyngier -1 siblings, 0 replies; 12+ messages in thread From: Marc Zyngier @ 2021-04-14 8:27 UTC (permalink / raw) To: Mathieu Poirier Cc: Anshuman Khandual, Greg KH, Coresight ML, Linux Kernel Mailing List, kvmarm, linux-arm-kernel On Tue, 13 Apr 2021 20:45:00 +0100, Mathieu Poirier <mathieu.poirier@linaro.org> wrote: > > On Tue, 13 Apr 2021 at 10:52, Marc Zyngier <maz@kernel.org> wrote: > > > > Hi Mathieu, > > > > On Tue, 13 Apr 2021 17:19:52 +0100, > > Mathieu Poirier <mathieu.poirier@linaro.org> wrote: > > > > > > The following changes since commit 4fb13790417a7bf726f3867a5d2b9723efde488b: > > > > > > dts: bindings: Document device tree bindings for Arm TRBE (2021-04-06 16:05:38 -0600) > > > > > > are available in the Git repository at: > > > > > > git@gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux.git next-ETE-TRBE > > > > > > for you to fetch changes up to 68d400c079978f649e7f63aba966d219743edd64: > > > > > > coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu() (2021-04-13 09:46:27 -0600) > > > > > > ---------------------------------------------------------------- > > > Hi Marc, > > > > > > Please consider these two patches, they are ETE/TRBE fixes found by bots. > > > > > > Let me know if you want me to rebase on your next branch and send the > > > pull request from that. > > > > I've now pulled this into kvmarm/next. If you have additional fixes, > > just stick them on top of your next-ETE-TRBE branch like you did with > > these two patches. > > > > Much appreciated - I owe you a beer. One day, my friend. One day... M. -- Without deviation from the norm, progress is not possible. _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [GIT PULL] coresight: Fixes for ETE and TRBE @ 2021-04-14 8:27 ` Marc Zyngier 0 siblings, 0 replies; 12+ messages in thread From: Marc Zyngier @ 2021-04-14 8:27 UTC (permalink / raw) To: Mathieu Poirier Cc: Suzuki K. Poulose, Anshuman Khandual, Greg KH, linux-arm-kernel, Linux Kernel Mailing List, kvmarm, Coresight ML On Tue, 13 Apr 2021 20:45:00 +0100, Mathieu Poirier <mathieu.poirier@linaro.org> wrote: > > On Tue, 13 Apr 2021 at 10:52, Marc Zyngier <maz@kernel.org> wrote: > > > > Hi Mathieu, > > > > On Tue, 13 Apr 2021 17:19:52 +0100, > > Mathieu Poirier <mathieu.poirier@linaro.org> wrote: > > > > > > The following changes since commit 4fb13790417a7bf726f3867a5d2b9723efde488b: > > > > > > dts: bindings: Document device tree bindings for Arm TRBE (2021-04-06 16:05:38 -0600) > > > > > > are available in the Git repository at: > > > > > > git@gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux.git next-ETE-TRBE > > > > > > for you to fetch changes up to 68d400c079978f649e7f63aba966d219743edd64: > > > > > > coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu() (2021-04-13 09:46:27 -0600) > > > > > > ---------------------------------------------------------------- > > > Hi Marc, > > > > > > Please consider these two patches, they are ETE/TRBE fixes found by bots. > > > > > > Let me know if you want me to rebase on your next branch and send the > > > pull request from that. > > > > I've now pulled this into kvmarm/next. If you have additional fixes, > > just stick them on top of your next-ETE-TRBE branch like you did with > > these two patches. > > > > Much appreciated - I owe you a beer. One day, my friend. One day... M. -- Without deviation from the norm, progress is not possible. ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [GIT PULL] coresight: Fixes for ETE and TRBE @ 2021-04-14 8:27 ` Marc Zyngier 0 siblings, 0 replies; 12+ messages in thread From: Marc Zyngier @ 2021-04-14 8:27 UTC (permalink / raw) To: Mathieu Poirier Cc: Suzuki K. Poulose, Anshuman Khandual, Greg KH, linux-arm-kernel, Linux Kernel Mailing List, kvmarm, Coresight ML On Tue, 13 Apr 2021 20:45:00 +0100, Mathieu Poirier <mathieu.poirier@linaro.org> wrote: > > On Tue, 13 Apr 2021 at 10:52, Marc Zyngier <maz@kernel.org> wrote: > > > > Hi Mathieu, > > > > On Tue, 13 Apr 2021 17:19:52 +0100, > > Mathieu Poirier <mathieu.poirier@linaro.org> wrote: > > > > > > The following changes since commit 4fb13790417a7bf726f3867a5d2b9723efde488b: > > > > > > dts: bindings: Document device tree bindings for Arm TRBE (2021-04-06 16:05:38 -0600) > > > > > > are available in the Git repository at: > > > > > > git@gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux.git next-ETE-TRBE > > > > > > for you to fetch changes up to 68d400c079978f649e7f63aba966d219743edd64: > > > > > > coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu() (2021-04-13 09:46:27 -0600) > > > > > > ---------------------------------------------------------------- > > > Hi Marc, > > > > > > Please consider these two patches, they are ETE/TRBE fixes found by bots. > > > > > > Let me know if you want me to rebase on your next branch and send the > > > pull request from that. > > > > I've now pulled this into kvmarm/next. If you have additional fixes, > > just stick them on top of your next-ETE-TRBE branch like you did with > > these two patches. > > > > Much appreciated - I owe you a beer. One day, my friend. One day... M. -- Without deviation from the norm, progress is not possible. _______________________________________________ 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] 12+ messages in thread
end of thread, other threads:[~2021-04-14 8:30 UTC | newest] Thread overview: 12+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-04-13 16:19 [GIT PULL] coresight: Fixes for ETE and TRBE Mathieu Poirier 2021-04-13 16:19 ` Mathieu Poirier 2021-04-13 16:19 ` Mathieu Poirier 2021-04-13 16:52 ` Marc Zyngier 2021-04-13 16:52 ` Marc Zyngier 2021-04-13 16:52 ` Marc Zyngier 2021-04-13 19:45 ` Mathieu Poirier 2021-04-13 19:45 ` Mathieu Poirier 2021-04-13 19:45 ` Mathieu Poirier 2021-04-14 8:27 ` Marc Zyngier 2021-04-14 8:27 ` Marc Zyngier 2021-04-14 8:27 ` Marc Zyngier
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.