* [GIT PULL] coresight: Fixes for v6.1
@ 2022-10-19 21:31 Suzuki K Poulose
2022-10-20 8:41 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Suzuki K Poulose @ 2022-10-19 21:31 UTC (permalink / raw)
To: gregkh
Cc: mathieu.poirier, mike.leach, leo.yan, coresight, linux-arm-kernel,
james.clark, Suzuki K Poulose
Greg,
Please find some of the fixes coresight drivers for v6.1.
The important ones are a couple for the CTI driver which
could cause hangs on a system with tracing.
Please pull,
Suzuki
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
are available in the Git repository at:
git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v6.1-1
for you to fetch changes up to 262068519b562dcf73297b2a75fb850342ba99e5:
coresight: cti: Fix hang in cti_disable_hw() (2022-10-19 15:47:53 +0100)
----------------------------------------------------------------
coresight: Fixes for v6.1
Fixes for coresight drivers for v6.1
- Fix possible deadlock CTI mutexes (LOCKDEP)
- Fix hang in CTI with runtime power management
- Fix grammars in a comment
- Use sysfs_emit() instead of scnprintf()
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
----------------------------------------------------------------
James Clark (1):
coresight: cti: Fix hang in cti_disable_hw()
Jilin Yuan (1):
coresight: etm4x: fix repeated words in comments
Sudeep Holla (1):
coresight: Fix possible deadlock with lock dependency
zhang songyi (1):
coresight: use sysfs_emit() to instead of scnprintf()
drivers/hwtracing/coresight/coresight-core.c | 7 ++++---
drivers/hwtracing/coresight/coresight-cti-core.c | 8 +++-----
drivers/hwtracing/coresight/coresight-etm4x-core.c | 2 +-
drivers/hwtracing/coresight/coresight-stm.c | 8 ++++----
4 files changed, 12 insertions(+), 13 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] 4+ messages in thread
* Re: [GIT PULL] coresight: Fixes for v6.1
2022-10-19 21:31 [GIT PULL] coresight: Fixes for v6.1 Suzuki K Poulose
@ 2022-10-20 8:41 ` Greg KH
2022-10-20 8:43 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2022-10-20 8:41 UTC (permalink / raw)
To: Suzuki K Poulose
Cc: mathieu.poirier, mike.leach, leo.yan, coresight, linux-arm-kernel,
james.clark
On Wed, Oct 19, 2022 at 10:31:18PM +0100, Suzuki K Poulose wrote:
> Greg,
>
> Please find some of the fixes coresight drivers for v6.1.
> The important ones are a couple for the CTI driver which
> could cause hangs on a system with tracing.
>
> Please pull,
> Suzuki
>
>
> The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
>
> Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
>
> are available in the Git repository at:
>
> git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v6.1-1
>
> for you to fetch changes up to 262068519b562dcf73297b2a75fb850342ba99e5:
>
> coresight: cti: Fix hang in cti_disable_hw() (2022-10-19 15:47:53 +0100)
>
> ----------------------------------------------------------------
> coresight: Fixes for v6.1
>
> Fixes for coresight drivers for v6.1
>
> - Fix possible deadlock CTI mutexes (LOCKDEP)
> - Fix hang in CTI with runtime power management
> - Fix grammars in a comment
> - Use sysfs_emit() instead of scnprintf()
Sorry, but patch 2 here, doing the sysfs_emit() is not allowed. That
user has been banned from lore.kernel.org for sending patches through a
random gmail account with no verification that they really are from ZTE
at all. Until we get proof from ZTE that this developer really is who
they say they are, we can't take patches from them.
Please do not take any future patches from anyone sending from gmail.com
that purports to be from ZTE until this is worked out.
Also, it's not a "fix" at all, and shouldn't be needed for 6.1-final at
all.
I'll just drop that patch and regenerate this on my end to get the 3
other fixes merged in here properly.
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] 4+ messages in thread
* Re: [GIT PULL] coresight: Fixes for v6.1
2022-10-20 8:41 ` Greg KH
@ 2022-10-20 8:43 ` Greg KH
2022-10-20 8:52 ` Suzuki K Poulose
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2022-10-20 8:43 UTC (permalink / raw)
To: Suzuki K Poulose
Cc: mathieu.poirier, mike.leach, leo.yan, coresight, linux-arm-kernel,
james.clark
On Thu, Oct 20, 2022 at 10:41:07AM +0200, Greg KH wrote:
> On Wed, Oct 19, 2022 at 10:31:18PM +0100, Suzuki K Poulose wrote:
> > Greg,
> >
> > Please find some of the fixes coresight drivers for v6.1.
> > The important ones are a couple for the CTI driver which
> > could cause hangs on a system with tracing.
> >
> > Please pull,
> > Suzuki
> >
> >
> > The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
> >
> > Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
> >
> > are available in the Git repository at:
> >
> > git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v6.1-1
Nit, this is not a valid URL to pull from. Please fix for your next
submission.
> >
> > for you to fetch changes up to 262068519b562dcf73297b2a75fb850342ba99e5:
> >
> > coresight: cti: Fix hang in cti_disable_hw() (2022-10-19 15:47:53 +0100)
> >
> > ----------------------------------------------------------------
> > coresight: Fixes for v6.1
> >
> > Fixes for coresight drivers for v6.1
> >
> > - Fix possible deadlock CTI mutexes (LOCKDEP)
> > - Fix hang in CTI with runtime power management
> > - Fix grammars in a comment
> > - Use sysfs_emit() instead of scnprintf()
>
> Sorry, but patch 2 here, doing the sysfs_emit() is not allowed. That
> user has been banned from lore.kernel.org for sending patches through a
> random gmail account with no verification that they really are from ZTE
> at all. Until we get proof from ZTE that this developer really is who
> they say they are, we can't take patches from them.
>
> Please do not take any future patches from anyone sending from gmail.com
> that purports to be from ZTE until this is worked out.
>
> Also, it's not a "fix" at all, and shouldn't be needed for 6.1-final at
> all.
>
> I'll just drop that patch and regenerate this on my end to get the 3
> other fixes merged in here properly.
I'll also drop the grammer "fix" in here too, that's not needed for
6.1-final.
Also, the two other commits in here, do they need to go to stable trees?
I see no "Fixes:" or "cc: stable" markings on them at all.
How about you just regenerate the pull request with just the 2 patches
here that are valid and put proper Fixes: tags on them, then send me a
fixed up pull request.
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] 4+ messages in thread
* Re: [GIT PULL] coresight: Fixes for v6.1
2022-10-20 8:43 ` Greg KH
@ 2022-10-20 8:52 ` Suzuki K Poulose
0 siblings, 0 replies; 4+ messages in thread
From: Suzuki K Poulose @ 2022-10-20 8:52 UTC (permalink / raw)
To: Greg KH
Cc: mathieu.poirier, mike.leach, leo.yan, coresight, linux-arm-kernel,
james.clark
Greg
On 20/10/2022 09:43, Greg KH wrote:
> On Thu, Oct 20, 2022 at 10:41:07AM +0200, Greg KH wrote:
>> On Wed, Oct 19, 2022 at 10:31:18PM +0100, Suzuki K Poulose wrote:
>>> Greg,
>>>
>>> Please find some of the fixes coresight drivers for v6.1.
>>> The important ones are a couple for the CTI driver which
>>> could cause hangs on a system with tracing.
>>>
>>> Please pull,
>>> Suzuki
>>>
>>>
>>> The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
>>>
>>> Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
>>>
>>> are available in the Git repository at:
>>>
>>> git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v6.1-1
>
> Nit, this is not a valid URL to pull from. Please fix for your next
> submission.
>
>
>>>
>>> for you to fetch changes up to 262068519b562dcf73297b2a75fb850342ba99e5:
>>>
>>> coresight: cti: Fix hang in cti_disable_hw() (2022-10-19 15:47:53 +0100)
>>>
>>> ----------------------------------------------------------------
>>> coresight: Fixes for v6.1
>>>
>>> Fixes for coresight drivers for v6.1
>>>
>>> - Fix possible deadlock CTI mutexes (LOCKDEP)
>>> - Fix hang in CTI with runtime power management
>>> - Fix grammars in a comment
>>> - Use sysfs_emit() instead of scnprintf()
>>
>> Sorry, but patch 2 here, doing the sysfs_emit() is not allowed. That
>> user has been banned from lore.kernel.org for sending patches through a
>> random gmail account with no verification that they really are from ZTE
>> at all. Until we get proof from ZTE that this developer really is who
>> they say they are, we can't take patches from them.
>>
>> Please do not take any future patches from anyone sending from gmail.com
>> that purports to be from ZTE until this is worked out.
>>
>> Also, it's not a "fix" at all, and shouldn't be needed for 6.1-final at
>> all.
>>
>> I'll just drop that patch and regenerate this on my end to get the 3
>> other fixes merged in here properly.
>
> I'll also drop the grammer "fix" in here too, that's not needed for
> 6.1-final.
>
> Also, the two other commits in here, do they need to go to stable trees?
> I see no "Fixes:" or "cc: stable" markings on them at all.
>
> How about you just regenerate the pull request with just the 2 patches
> here that are valid and put proper Fixes: tags on them, then send me a
> fixed up pull request.
Sure, will do that. Thanks for the feedback ! I will take care of your
points in the future submissions.
Cheers
Suzuki
_______________________________________________
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] 4+ messages in thread
end of thread, other threads:[~2022-10-20 8:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-19 21:31 [GIT PULL] coresight: Fixes for v6.1 Suzuki K Poulose
2022-10-20 8:41 ` Greg KH
2022-10-20 8:43 ` Greg KH
2022-10-20 8:52 ` Suzuki K Poulose
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox