mbox series

[GIT,PULL] First set of Counter updates for 6.8

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

Pull-request

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

Message

William Breathitt Gray Dec. 22, 2023, 1:50 p.m. UTC
The following changes since commit a39b6ac3781d46ba18193c9dbb2110f31e9bffe9:

  Linux 6.7-rc5 (2023-12-10 14:33:40 -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.8a

for you to fetch changes up to b7760cf94d4f2665bf40d08dd69aa5d0b4aa593f:

  tools/counter: Remove unneeded semicolon (2023-12-20 11:43:31 -0500)

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

A new Counter tool is introduced to provide a generic and flexible way
to watch Counter device events from userspace.

----------------------------------------------------------------
Colin Ian King (1):
      tools/counter: Fix spelling mistake "componend" -> "component"

Fabrice Gasnier (2):
      tools/counter: add a flexible watch events tool
      MAINTAINERS: add myself as counter watch events tool maintainer

Yang Li (1):
      tools/counter: Remove unneeded semicolon

 MAINTAINERS                          |   6 +
 tools/counter/Build                  |   1 +
 tools/counter/Makefile               |  12 +-
 tools/counter/counter_watch_events.c | 406 +++++++++++++++++++++++++++++++++++
 4 files changed, 423 insertions(+), 2 deletions(-)
 create mode 100644 tools/counter/counter_watch_events.c

Comments

Greg Kroah-Hartman Dec. 23, 2023, 12:51 p.m. UTC | #1
On Fri, Dec 22, 2023 at 08:50:06AM -0500, William Breathitt Gray wrote:
> The following changes since commit a39b6ac3781d46ba18193c9dbb2110f31e9bffe9:
> 
>   Linux 6.7-rc5 (2023-12-10 14:33:40 -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.8a

Pulled and pushed out, thanks.

greg k-h