Message ID | 20231206164726.418990-1-fabrice.gasnier@foss.st.com (mailing list archive) |
---|---|
Headers | show |
Series | tools: counter: add counter_watch_events | expand |
On Wed, Dec 06, 2023 at 05:47:24PM +0100, Fabrice Gasnier wrote: > Introduces a new tool that can be used for testing. Also > add MAINTAINERS entry as per William's recommendations. > > Changelog: > - This is a split of another series [1]. > [1] https://lore.kernel.org/lkml/20230922143920.3144249-1-fabrice.gasnier@foss.st.com/ > > Fabrice Gasnier (2): > tools/counter: add a flexible watch events tool > MAINTAINERS: add myself as counter watch events tool maintainer > > MAINTAINERS | 5 + > tools/counter/Build | 1 + > tools/counter/Makefile | 12 +- > tools/counter/counter_watch_events.c | 372 +++++++++++++++++++++++++++ > 4 files changed, 388 insertions(+), 2 deletions(-) > create mode 100644 tools/counter/counter_watch_events.c > > -- > 2.25.1 > Hi Fabrice, I'm going to reply to some of these patches with my Reviewed-by tag for my own sake, so that I know I've already reviewed them before picking them up at a later point. William Breathitt Gray
On Mon, Jan 08, 2024 at 04:29:43PM +0000, William Breathitt Gray wrote: > On Wed, Dec 06, 2023 at 05:47:24PM +0100, Fabrice Gasnier wrote: > > Introduces a new tool that can be used for testing. Also > > add MAINTAINERS entry as per William's recommendations. > > > > Changelog: > > - This is a split of another series [1]. > > [1] https://lore.kernel.org/lkml/20230922143920.3144249-1-fabrice.gasnier@foss.st.com/ > > > > Fabrice Gasnier (2): > > tools/counter: add a flexible watch events tool > > MAINTAINERS: add myself as counter watch events tool maintainer > > > > MAINTAINERS | 5 + > > tools/counter/Build | 1 + > > tools/counter/Makefile | 12 +- > > tools/counter/counter_watch_events.c | 372 +++++++++++++++++++++++++++ > > 4 files changed, 388 insertions(+), 2 deletions(-) > > create mode 100644 tools/counter/counter_watch_events.c > > > > -- > > 2.25.1 > > > > Hi Fabrice, > > I'm going to reply to some of these patches with my Reviewed-by tag for > my own sake, so that I know I've already reviewed them before picking > them up at a later point. > > William Breathitt Gray Oops, please ignore. I sent this as a reply to the wrong patchset. William Breathitt Gray