mbox series

[PULL] counter: First set of Counter fixes for 6.0-rc5

Message ID YyNWADWgfl1sL10S@ishi (mailing list archive)
State Handled Elsewhere
Headers show
Series [PULL] counter: First set of Counter fixes for 6.0-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.0a

Message

William Breathitt Gray Sept. 15, 2022, 4:42 p.m. UTC
The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.0a

for you to fetch changes up to 8294b04153c33602e9c3dd21ac90c1e99bd0fdaf:

  counter: Realign counter_comp comment block to 80 characters (2022-09-11 11:45:02 -0400)

----------------------------------------------------------------
counter: First set of Counter fixes for 6.0-rc5

counter
 - Realign counter_comp comment block to 80 characters

104-quad-8
 - Fix skipped IRQ lines during events configuration

----------------------------------------------------------------
William Breathitt Gray (2):
      counter: 104-quad-8: Fix skipped IRQ lines during events configuration
      counter: Realign counter_comp comment block to 80 characters

 drivers/counter/104-quad-8.c |  6 +++---
 include/linux/counter.h      | 40 ++++++++++++++++++++--------------------
 2 files changed, 23 insertions(+), 23 deletions(-)

Comments

Greg Kroah-Hartman Sept. 21, 2022, 1:26 p.m. UTC | #1
On Thu, Sep 15, 2022 at 12:42:40PM -0400, William Breathitt Gray wrote:
> The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> 
>   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.0a
> 
> for you to fetch changes up to 8294b04153c33602e9c3dd21ac90c1e99bd0fdaf:
> 
>   counter: Realign counter_comp comment block to 80 characters (2022-09-11 11:45:02 -0400)
> 
> ----------------------------------------------------------------
> counter: First set of Counter fixes for 6.0-rc5
> 
> counter
>  - Realign counter_comp comment block to 80 characters
> 
> 104-quad-8
>  - Fix skipped IRQ lines during events configuration
> 
> ----------------------------------------------------------------
> William Breathitt Gray (2):
>       counter: 104-quad-8: Fix skipped IRQ lines during events configuration
>       counter: Realign counter_comp comment block to 80 characters
> 
>  drivers/counter/104-quad-8.c |  6 +++---
>  include/linux/counter.h      | 40 ++++++++++++++++++++--------------------
>  2 files changed, 23 insertions(+), 23 deletions(-)


You signed this pull request, yet I don't see your key in the kernel.org
pgp repo, and so I get this error when trying to merge:

# gpg: Signature made Thu 15 Sep 2022 06:40:07 PM CEST
# gpg:                using EDDSA key 8D37CDDDE0D22528F8E89FB6B54856CABE12232B
# gpg: Can't check signature: No public key

Did you use the right key, or is it somewhere else?

thanks,

greg k-h
William Breathitt Gray Sept. 21, 2022, 8:12 p.m. UTC | #2
On Wed, Sep 21, 2022 at 03:26:16PM +0200, Greg KH wrote:
> On Thu, Sep 15, 2022 at 12:42:40PM -0400, William Breathitt Gray wrote:
> > The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> > 
> >   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.0a
> > 
> > for you to fetch changes up to 8294b04153c33602e9c3dd21ac90c1e99bd0fdaf:
> > 
> >   counter: Realign counter_comp comment block to 80 characters (2022-09-11 11:45:02 -0400)
> > 
> > ----------------------------------------------------------------
> > counter: First set of Counter fixes for 6.0-rc5
> > 
> > counter
> >  - Realign counter_comp comment block to 80 characters
> > 
> > 104-quad-8
> >  - Fix skipped IRQ lines during events configuration
> > 
> > ----------------------------------------------------------------
> > William Breathitt Gray (2):
> >       counter: 104-quad-8: Fix skipped IRQ lines during events configuration
> >       counter: Realign counter_comp comment block to 80 characters
> > 
> >  drivers/counter/104-quad-8.c |  6 +++---
> >  include/linux/counter.h      | 40 ++++++++++++++++++++--------------------
> >  2 files changed, 23 insertions(+), 23 deletions(-)
> 
> 
> You signed this pull request, yet I don't see your key in the kernel.org
> pgp repo, and so I get this error when trying to merge:
> 
> # gpg: Signature made Thu 15 Sep 2022 06:40:07 PM CEST
> # gpg:                using EDDSA key 8D37CDDDE0D22528F8E89FB6B54856CABE12232B
> # gpg: Can't check signature: No public key
> 
> Did you use the right key, or is it somewhere else?
> 
> thanks,
> 
> greg k-h

It's located under pgpkeys/keys/B54856CABE12232B.asc in the kernel.org
pgp repo: https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git/tree/keys/B54856CABE12232B.asc

I added wbg@kernel.org as a new UID and uploaded it to keys.openpgp.org:
https://keys.openpgp.org/search?q=8D37CDDDE0D22528F8E89FB6B54856CABE12232B

Looks like the kernel.org pgp repo hasn't been synchronized yet with the
updated key from keys.openpgp.org, so I suspect that's why you're
getting the error right now.

William Breathitt Gray
Greg Kroah-Hartman Sept. 22, 2022, 7:32 a.m. UTC | #3
On Wed, Sep 21, 2022 at 04:12:48PM -0400, William Breathitt Gray wrote:
> On Wed, Sep 21, 2022 at 03:26:16PM +0200, Greg KH wrote:
> > On Thu, Sep 15, 2022 at 12:42:40PM -0400, William Breathitt Gray wrote:
> > > The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> > > 
> > >   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.0a
> > > 
> > > for you to fetch changes up to 8294b04153c33602e9c3dd21ac90c1e99bd0fdaf:
> > > 
> > >   counter: Realign counter_comp comment block to 80 characters (2022-09-11 11:45:02 -0400)
> > > 
> > > ----------------------------------------------------------------
> > > counter: First set of Counter fixes for 6.0-rc5
> > > 
> > > counter
> > >  - Realign counter_comp comment block to 80 characters
> > > 
> > > 104-quad-8
> > >  - Fix skipped IRQ lines during events configuration
> > > 
> > > ----------------------------------------------------------------
> > > William Breathitt Gray (2):
> > >       counter: 104-quad-8: Fix skipped IRQ lines during events configuration
> > >       counter: Realign counter_comp comment block to 80 characters
> > > 
> > >  drivers/counter/104-quad-8.c |  6 +++---
> > >  include/linux/counter.h      | 40 ++++++++++++++++++++--------------------
> > >  2 files changed, 23 insertions(+), 23 deletions(-)
> > 
> > 
> > You signed this pull request, yet I don't see your key in the kernel.org
> > pgp repo, and so I get this error when trying to merge:
> > 
> > # gpg: Signature made Thu 15 Sep 2022 06:40:07 PM CEST
> > # gpg:                using EDDSA key 8D37CDDDE0D22528F8E89FB6B54856CABE12232B
> > # gpg: Can't check signature: No public key
> > 
> > Did you use the right key, or is it somewhere else?
> > 
> > thanks,
> > 
> > greg k-h
> 
> It's located under pgpkeys/keys/B54856CABE12232B.asc in the kernel.org
> pgp repo: https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git/tree/keys/B54856CABE12232B.asc
> 
> I added wbg@kernel.org as a new UID and uploaded it to keys.openpgp.org:
> https://keys.openpgp.org/search?q=8D37CDDDE0D22528F8E89FB6B54856CABE12232B
> 
> Looks like the kernel.org pgp repo hasn't been synchronized yet with the
> updated key from keys.openpgp.org, so I suspect that's why you're
> getting the error right now.

Ok, can you just send me the patch through email for now until things
get propagated properly?

thanks,

greg k-h
William Breathitt Gray Sept. 22, 2022, 10:56 a.m. UTC | #4
On Thu, Sep 22, 2022 at 09:32:17AM +0200, Greg KH wrote:
> On Wed, Sep 21, 2022 at 04:12:48PM -0400, William Breathitt Gray wrote:
> > On Wed, Sep 21, 2022 at 03:26:16PM +0200, Greg KH wrote:
> > > On Thu, Sep 15, 2022 at 12:42:40PM -0400, William Breathitt Gray wrote:
> > > > The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> > > > 
> > > >   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
> > > > 
> > > > are available in the Git repository at:
> > > > 
> > > >   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.0a
> > > > 
> > > > for you to fetch changes up to 8294b04153c33602e9c3dd21ac90c1e99bd0fdaf:
> > > > 
> > > >   counter: Realign counter_comp comment block to 80 characters (2022-09-11 11:45:02 -0400)
> > > > 
> > > > ----------------------------------------------------------------
> > > > counter: First set of Counter fixes for 6.0-rc5
> > > > 
> > > > counter
> > > >  - Realign counter_comp comment block to 80 characters
> > > > 
> > > > 104-quad-8
> > > >  - Fix skipped IRQ lines during events configuration
> > > > 
> > > > ----------------------------------------------------------------
> > > > William Breathitt Gray (2):
> > > >       counter: 104-quad-8: Fix skipped IRQ lines during events configuration
> > > >       counter: Realign counter_comp comment block to 80 characters
> > > > 
> > > >  drivers/counter/104-quad-8.c |  6 +++---
> > > >  include/linux/counter.h      | 40 ++++++++++++++++++++--------------------
> > > >  2 files changed, 23 insertions(+), 23 deletions(-)
> > > 
> > > 
> > > You signed this pull request, yet I don't see your key in the kernel.org
> > > pgp repo, and so I get this error when trying to merge:
> > > 
> > > # gpg: Signature made Thu 15 Sep 2022 06:40:07 PM CEST
> > > # gpg:                using EDDSA key 8D37CDDDE0D22528F8E89FB6B54856CABE12232B
> > > # gpg: Can't check signature: No public key
> > > 
> > > Did you use the right key, or is it somewhere else?
> > > 
> > > thanks,
> > > 
> > > greg k-h
> > 
> > It's located under pgpkeys/keys/B54856CABE12232B.asc in the kernel.org
> > pgp repo: https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git/tree/keys/B54856CABE12232B.asc
> > 
> > I added wbg@kernel.org as a new UID and uploaded it to keys.openpgp.org:
> > https://keys.openpgp.org/search?q=8D37CDDDE0D22528F8E89FB6B54856CABE12232B
> > 
> > Looks like the kernel.org pgp repo hasn't been synchronized yet with the
> > updated key from keys.openpgp.org, so I suspect that's why you're
> > getting the error right now.
> 
> Ok, can you just send me the patch through email for now until things
> get propagated properly?
> 
> thanks,
> 
> greg k-h

Sure, I'll resend these soon as a patch series on the list.

William Breathitt Gray