All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] First set of Counter updates for the 6.2 cycle
@ 2023-01-30 21:40 William Breathitt Gray
  2023-01-31  7:31 ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: William Breathitt Gray @ 2023-01-30 21:40 UTC (permalink / raw)
  To: gregkh; +Cc: linux-iio

[-- Attachment #1: Type: text/plain, Size: 1671 bytes --]

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.2a

for you to fetch changes up to 01f714ee022ecb2667ca8ba909138b1af4cfff2c:

  counter: fix dependency references for config MICROCHIP_TCB_CAPTURE (2023-01-18 09:59:58 -0500)

----------------------------------------------------------------
First set of Counter updates for the 6.2 cycle

This set of updates consists only of Kconfig cleanup and changes for the
Counter subsystem. In particular, the Kconfig entries are reorganized to
to alphabetical order, and dependencies added to restrict building
certain drivers (intel-qep, ftm-quaddec, and microchip-tcp-capture) to
systems that support them.

Changes
* counter
  - Sort the Kconfig entries alphabetically
* ftm-quaddec
  - Depend on the Layerscape SoC
* microchip-tcp-capture
  - Add appropriate arch deps for TCP driver
  - fix dependency references for config MICROCHIP_TCB_CAPTURE
* intel-qep
  - Depend on X86

----------------------------------------------------------------
Lukas Bulwahn (1):
      counter: fix dependency references for config MICROCHIP_TCB_CAPTURE

Peter Robinson (4):
      counter: Sort the Kconfig entries alphabetically
      counter: intel-qep: Depend on X86
      counter: ftm-quaddec: Depend on the Layerscape SoC
      counter: microchip-tcp-capture: Add appropriate arch deps for TCP driver

 drivers/counter/Kconfig | 91 +++++++++++++++++++++++++------------------------
 1 file changed, 47 insertions(+), 44 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PULL] First set of Counter updates for the 6.2 cycle
  2023-01-30 21:40 [PULL] First set of Counter updates for the 6.2 cycle William Breathitt Gray
@ 2023-01-31  7:31 ` Greg KH
  2023-01-31 11:15   ` William Breathitt Gray
  0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2023-01-31  7:31 UTC (permalink / raw)
  To: William Breathitt Gray; +Cc: linux-iio

On Mon, Jan 30, 2023 at 04:40:00PM -0500, William Breathitt Gray wrote:
> The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
> 
>   Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.2a
> 
> for you to fetch changes up to 01f714ee022ecb2667ca8ba909138b1af4cfff2c:
> 
>   counter: fix dependency references for config MICROCHIP_TCB_CAPTURE (2023-01-18 09:59:58 -0500)
> 
> ----------------------------------------------------------------
> First set of Counter updates for the 6.2 cycle

You mean 6.3, right?  These aren't bugfixes for 6.2-final from what I
can tell.

> This set of updates consists only of Kconfig cleanup and changes for the
> Counter subsystem. In particular, the Kconfig entries are reorganized to
> to alphabetical order, and dependencies added to restrict building
> certain drivers (intel-qep, ftm-quaddec, and microchip-tcp-capture) to
> systems that support them.
> 
> Changes
> * counter
>   - Sort the Kconfig entries alphabetically

This isn't needed for 6.2-final at all from waht I can tell.

thanks,

greg k-h

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

* Re: [PULL] First set of Counter updates for the 6.2 cycle
  2023-01-31  7:31 ` Greg KH
@ 2023-01-31 11:15   ` William Breathitt Gray
  2023-01-31 11:41     ` William Breathitt Gray
  2023-01-31 11:46     ` Greg KH
  0 siblings, 2 replies; 7+ messages in thread
From: William Breathitt Gray @ 2023-01-31 11:15 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-iio

[-- Attachment #1: Type: text/plain, Size: 1509 bytes --]

On Tue, Jan 31, 2023 at 08:31:50AM +0100, Greg KH wrote:
> On Mon, Jan 30, 2023 at 04:40:00PM -0500, William Breathitt Gray wrote:
> > The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
> > 
> >   Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.2a
> > 
> > for you to fetch changes up to 01f714ee022ecb2667ca8ba909138b1af4cfff2c:
> > 
> >   counter: fix dependency references for config MICROCHIP_TCB_CAPTURE (2023-01-18 09:59:58 -0500)
> > 
> > ----------------------------------------------------------------
> > First set of Counter updates for the 6.2 cycle
> 
> You mean 6.3, right?  These aren't bugfixes for 6.2-final from what I
> can tell.
> 
> > This set of updates consists only of Kconfig cleanup and changes for the
> > Counter subsystem. In particular, the Kconfig entries are reorganized to
> > to alphabetical order, and dependencies added to restrict building
> > certain drivers (intel-qep, ftm-quaddec, and microchip-tcp-capture) to
> > systems that support them.
> > 
> > Changes
> > * counter
> >   - Sort the Kconfig entries alphabetically
> 
> This isn't needed for 6.2-final at all from waht I can tell.
> 
> thanks,
> 
> greg k-h

Oops I mistyped the version in the description; yes these are for the
6.3 merge. Would you like me to retag and resend?

William Breathitt Gray

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PULL] First set of Counter updates for the 6.2 cycle
  2023-01-31 11:15   ` William Breathitt Gray
@ 2023-01-31 11:41     ` William Breathitt Gray
  2023-01-31 11:46     ` Greg KH
  1 sibling, 0 replies; 7+ messages in thread
From: William Breathitt Gray @ 2023-01-31 11:41 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-iio

[-- Attachment #1: Type: text/plain, Size: 1870 bytes --]

On Tue, Jan 31, 2023 at 06:15:08AM -0500, William Breathitt Gray wrote:
> On Tue, Jan 31, 2023 at 08:31:50AM +0100, Greg KH wrote:
> > On Mon, Jan 30, 2023 at 04:40:00PM -0500, William Breathitt Gray wrote:
> > > The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
> > > 
> > >   Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.2a
> > > 
> > > for you to fetch changes up to 01f714ee022ecb2667ca8ba909138b1af4cfff2c:
> > > 
> > >   counter: fix dependency references for config MICROCHIP_TCB_CAPTURE (2023-01-18 09:59:58 -0500)
> > > 
> > > ----------------------------------------------------------------
> > > First set of Counter updates for the 6.2 cycle
> > 
> > You mean 6.3, right?  These aren't bugfixes for 6.2-final from what I
> > can tell.
> > 
> > > This set of updates consists only of Kconfig cleanup and changes for the
> > > Counter subsystem. In particular, the Kconfig entries are reorganized to
> > > to alphabetical order, and dependencies added to restrict building
> > > certain drivers (intel-qep, ftm-quaddec, and microchip-tcp-capture) to
> > > systems that support them.
> > > 
> > > Changes
> > > * counter
> > >   - Sort the Kconfig entries alphabetically
> > 
> > This isn't needed for 6.2-final at all from waht I can tell.
> > 
> > thanks,
> > 
> > greg k-h
> 
> Oops I mistyped the version in the description; yes these are for the
> 6.3 merge. Would you like me to retag and resend?
> 
> William Breathitt Gray

Actually, I'll resend this afterall. I prefer the history of this pull
to be clear on the mailing list, and hopefully to avoid another
off-by-one mistake when 6.4 comes around.

William Breathitt Gray

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PULL] First set of Counter updates for the 6.2 cycle
  2023-01-31 11:15   ` William Breathitt Gray
  2023-01-31 11:41     ` William Breathitt Gray
@ 2023-01-31 11:46     ` Greg KH
  2023-01-31 11:57       ` William Breathitt Gray
  1 sibling, 1 reply; 7+ messages in thread
From: Greg KH @ 2023-01-31 11:46 UTC (permalink / raw)
  To: William Breathitt Gray; +Cc: linux-iio

On Tue, Jan 31, 2023 at 06:15:08AM -0500, William Breathitt Gray wrote:
> On Tue, Jan 31, 2023 at 08:31:50AM +0100, Greg KH wrote:
> > On Mon, Jan 30, 2023 at 04:40:00PM -0500, William Breathitt Gray wrote:
> > > The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
> > > 
> > >   Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.2a
> > > 
> > > for you to fetch changes up to 01f714ee022ecb2667ca8ba909138b1af4cfff2c:
> > > 
> > >   counter: fix dependency references for config MICROCHIP_TCB_CAPTURE (2023-01-18 09:59:58 -0500)
> > > 
> > > ----------------------------------------------------------------
> > > First set of Counter updates for the 6.2 cycle
> > 
> > You mean 6.3, right?  These aren't bugfixes for 6.2-final from what I
> > can tell.
> > 
> > > This set of updates consists only of Kconfig cleanup and changes for the
> > > Counter subsystem. In particular, the Kconfig entries are reorganized to
> > > to alphabetical order, and dependencies added to restrict building
> > > certain drivers (intel-qep, ftm-quaddec, and microchip-tcp-capture) to
> > > systems that support them.
> > > 
> > > Changes
> > > * counter
> > >   - Sort the Kconfig entries alphabetically
> > 
> > This isn't needed for 6.2-final at all from waht I can tell.
> > 
> > thanks,
> > 
> > greg k-h
> 
> Oops I mistyped the version in the description; yes these are for the
> 6.3 merge. Would you like me to retag and resend?

Please do.  Also, I can't verify your signature:
	# gpg: Signature made Mon 30 Jan 2023 10:27:41 PM CET
	# gpg:                using EDDSA key 8D37CDDDE0D22528F8E89FB6B54856CABE12232B
	# gpg: Can't check signature: No public key

Is it in the kernel.org keyring?

thanks,

greg k-h

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

* Re: [PULL] First set of Counter updates for the 6.2 cycle
  2023-01-31 11:46     ` Greg KH
@ 2023-01-31 11:57       ` William Breathitt Gray
  2023-01-31 12:02         ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: William Breathitt Gray @ 2023-01-31 11:57 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-iio

[-- Attachment #1: Type: text/plain, Size: 2375 bytes --]

On Tue, Jan 31, 2023 at 12:46:30PM +0100, Greg KH wrote:
> On Tue, Jan 31, 2023 at 06:15:08AM -0500, William Breathitt Gray wrote:
> > On Tue, Jan 31, 2023 at 08:31:50AM +0100, Greg KH wrote:
> > > On Mon, Jan 30, 2023 at 04:40:00PM -0500, William Breathitt Gray wrote:
> > > > The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
> > > > 
> > > >   Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
> > > > 
> > > > are available in the Git repository at:
> > > > 
> > > >   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.2a
> > > > 
> > > > for you to fetch changes up to 01f714ee022ecb2667ca8ba909138b1af4cfff2c:
> > > > 
> > > >   counter: fix dependency references for config MICROCHIP_TCB_CAPTURE (2023-01-18 09:59:58 -0500)
> > > > 
> > > > ----------------------------------------------------------------
> > > > First set of Counter updates for the 6.2 cycle
> > > 
> > > You mean 6.3, right?  These aren't bugfixes for 6.2-final from what I
> > > can tell.
> > > 
> > > > This set of updates consists only of Kconfig cleanup and changes for the
> > > > Counter subsystem. In particular, the Kconfig entries are reorganized to
> > > > to alphabetical order, and dependencies added to restrict building
> > > > certain drivers (intel-qep, ftm-quaddec, and microchip-tcp-capture) to
> > > > systems that support them.
> > > > 
> > > > Changes
> > > > * counter
> > > >   - Sort the Kconfig entries alphabetically
> > > 
> > > This isn't needed for 6.2-final at all from waht I can tell.
> > > 
> > > thanks,
> > > 
> > > greg k-h
> > 
> > Oops I mistyped the version in the description; yes these are for the
> > 6.3 merge. Would you like me to retag and resend?
> 
> Please do.  Also, I can't verify your signature:
> 	# gpg: Signature made Mon 30 Jan 2023 10:27:41 PM CET
> 	# gpg:                using EDDSA key 8D37CDDDE0D22528F8E89FB6B54856CABE12232B
> 	# gpg: Can't check signature: No public key
> 
> Is it in the kernel.org keyring?
> 
> thanks,
> 
> greg k-h

I'm not quite sure why it's returning an error for you, but here's the
key (8D37CDDDE0D22528F8E89FB6B54856CABE12232B) in kernel.org pgpkeys
tree:
https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git/tree/keys/B54856CABE12232B.asc

Does that work for you?

William Breathitt Gray

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PULL] First set of Counter updates for the 6.2 cycle
  2023-01-31 11:57       ` William Breathitt Gray
@ 2023-01-31 12:02         ` Greg KH
  0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2023-01-31 12:02 UTC (permalink / raw)
  To: William Breathitt Gray; +Cc: linux-iio

On Tue, Jan 31, 2023 at 06:57:20AM -0500, William Breathitt Gray wrote:
> On Tue, Jan 31, 2023 at 12:46:30PM +0100, Greg KH wrote:
> > On Tue, Jan 31, 2023 at 06:15:08AM -0500, William Breathitt Gray wrote:
> > > On Tue, Jan 31, 2023 at 08:31:50AM +0100, Greg KH wrote:
> > > > On Mon, Jan 30, 2023 at 04:40:00PM -0500, William Breathitt Gray wrote:
> > > > > The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
> > > > > 
> > > > >   Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
> > > > > 
> > > > > are available in the Git repository at:
> > > > > 
> > > > >   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.2a
> > > > > 
> > > > > for you to fetch changes up to 01f714ee022ecb2667ca8ba909138b1af4cfff2c:
> > > > > 
> > > > >   counter: fix dependency references for config MICROCHIP_TCB_CAPTURE (2023-01-18 09:59:58 -0500)
> > > > > 
> > > > > ----------------------------------------------------------------
> > > > > First set of Counter updates for the 6.2 cycle
> > > > 
> > > > You mean 6.3, right?  These aren't bugfixes for 6.2-final from what I
> > > > can tell.
> > > > 
> > > > > This set of updates consists only of Kconfig cleanup and changes for the
> > > > > Counter subsystem. In particular, the Kconfig entries are reorganized to
> > > > > to alphabetical order, and dependencies added to restrict building
> > > > > certain drivers (intel-qep, ftm-quaddec, and microchip-tcp-capture) to
> > > > > systems that support them.
> > > > > 
> > > > > Changes
> > > > > * counter
> > > > >   - Sort the Kconfig entries alphabetically
> > > > 
> > > > This isn't needed for 6.2-final at all from waht I can tell.
> > > > 
> > > > thanks,
> > > > 
> > > > greg k-h
> > > 
> > > Oops I mistyped the version in the description; yes these are for the
> > > 6.3 merge. Would you like me to retag and resend?
> > 
> > Please do.  Also, I can't verify your signature:
> > 	# gpg: Signature made Mon 30 Jan 2023 10:27:41 PM CET
> > 	# gpg:                using EDDSA key 8D37CDDDE0D22528F8E89FB6B54856CABE12232B
> > 	# gpg: Can't check signature: No public key
> > 
> > Is it in the kernel.org keyring?
> > 
> > thanks,
> > 
> > greg k-h
> 
> I'm not quite sure why it's returning an error for you, but here's the
> key (8D37CDDDE0D22528F8E89FB6B54856CABE12232B) in kernel.org pgpkeys
> tree:
> https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git/tree/keys/B54856CABE12232B.asc
> 
> Does that work for you?

Yes, sorry for the noise, I hadn't updated from the key repo in a while
on this machine.  It's all good now.

greg k-h

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

end of thread, other threads:[~2023-01-31 12:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 21:40 [PULL] First set of Counter updates for the 6.2 cycle William Breathitt Gray
2023-01-31  7:31 ` Greg KH
2023-01-31 11:15   ` William Breathitt Gray
2023-01-31 11:41     ` William Breathitt Gray
2023-01-31 11:46     ` Greg KH
2023-01-31 11:57       ` William Breathitt Gray
2023-01-31 12:02         ` Greg KH

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.