mbox series

[PULL] First set of Counter updates for the 6.2 cycle

Message ID Y9g5MOWkDGZxovjW@ishi (mailing list archive)
State Handled Elsewhere
Headers show
Series [PULL] First set of Counter updates for the 6.2 cycle | expand

Pull-request

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

Message

William Breathitt Gray Jan. 30, 2023, 9:40 p.m. UTC
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(-)

Comments

Greg Kroah-Hartman Jan. 31, 2023, 7:31 a.m. UTC | #1
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
William Breathitt Gray Jan. 31, 2023, 11:15 a.m. UTC | #2
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
William Breathitt Gray Jan. 31, 2023, 11:41 a.m. UTC | #3
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
Greg Kroah-Hartman Jan. 31, 2023, 11:46 a.m. UTC | #4
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
William Breathitt Gray Jan. 31, 2023, 11:57 a.m. UTC | #5
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
Greg Kroah-Hartman Jan. 31, 2023, 12:02 p.m. UTC | #6
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