mbox series

[GIT,PULL] First set of Counter fixes for 6.5

Message ID ZJoM8IoK3o7LUylZ@ishi (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] First set of Counter fixes for 6.5 | expand

Pull-request

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

Message

William Breathitt Gray June 26, 2023, 10:10 p.m. UTC
The following changes since commit d428487471ba6640ee8bcdabaf830aec08b85400:

  counter: i8254: Introduce the Intel 8254 interface library module (2023-06-08 10:11:17 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 9b53a13422162feac7c7ee58e5bc0e0a80a41963:

  counter: Fix menuconfig "Counter support" submenu entries disappearance (2023-06-21 14:20:10 -0400)

----------------------------------------------------------------
First set of Counter fixes for 6.5

In commit d428487471ba ("counter: i8254: Introduce the Intel 8254
interface library module"), the misplacement of the I8254 Kconfig entry
results in the "Counter support" submenu items disappearing in
menuconfig. A fix is provided to reposition the I8254 Kconfig entry to
restore the intended submenu behavior.

----------------------------------------------------------------
William Breathitt Gray (1):
      counter: Fix menuconfig "Counter support" submenu entries disappearance

 drivers/counter/Kconfig | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Comments

Greg Kroah-Hartman Aug. 4, 2023, 1:19 p.m. UTC | #1
On Mon, Jun 26, 2023 at 06:10:56PM -0400, William Breathitt Gray wrote:
> The following changes since commit d428487471ba6640ee8bcdabaf830aec08b85400:
> 
>   counter: i8254: Introduce the Intel 8254 interface library module (2023-06-08 10:11:17 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.5a

Sorry for the delay, pulled and pushed out, thanks.

greg k-h