mbox series

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

Message ID ZL6NP1yrUuFHAiso@ishi (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] Second 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.5b

Message

William Breathitt Gray July 24, 2023, 2:39 p.m. UTC
The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c:

  Linux 6.5-rc2 (2023-07-16 15:10:37 -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.5b

for you to fetch changes up to aead78125a987f48944bff2001f61df72b95afc4:

  tools/counter: Makefile: Replace rmdir by rm to avoid make,clean failure (2023-07-24 10:29:52 -0400)

----------------------------------------------------------------
Second set of Counter fixes for 6.5

The I8254 Kconfig entry is repositioned to resolve a misplacement
causing the "Counter support" submenu items to disappear in menuconfig.
The tools/counter/Makefile clean recipe is adjusted to replace rmdir
with an equivalent set of rm to prevent failure if someone tries to
clean the counter directory without building it first.

----------------------------------------------------------------
Anh Tuan Phan (1):
      tools/counter: Makefile: Replace rmdir by rm to avoid make,clean failure

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

 drivers/counter/Kconfig | 14 +++++++-------
 tools/counter/Makefile  |  3 ++-
 2 files changed, 9 insertions(+), 8 deletions(-)

Comments

Greg Kroah-Hartman Aug. 4, 2023, 1:19 p.m. UTC | #1
On Mon, Jul 24, 2023 at 10:39:59AM -0400, William Breathitt Gray wrote:
> The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c:
> 
>   Linux 6.5-rc2 (2023-07-16 15:10:37 -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.5b

Pulled and pushed out, thanks.

greg k-h