All of lore.kernel.org
 help / color / mirror / Atom feed
From: William Breathitt Gray <wbg@kernel.org>
To: gregkh@linuxfoundation.org
Cc: linux-iio@vger.kernel.org
Subject: [GIT PULL] Second set of Counter fixes for 6.5
Date: Mon, 24 Jul 2023 10:39:59 -0400	[thread overview]
Message-ID: <ZL6NP1yrUuFHAiso@ishi> (raw)

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

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(-)

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

             reply	other threads:[~2023-07-24 14:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-24 14:39 William Breathitt Gray [this message]
2023-08-04 13:19 ` [GIT PULL] Second set of Counter fixes for 6.5 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZL6NP1yrUuFHAiso@ishi \
    --to=wbg@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-iio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.