From: Oded Gabbay <ogabbay@kernel.org>
To: rostedt@goodmis.org
Cc: linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org
Subject: [PATCH v2 0/3] Adding support for trace events to habanalabs
Date: Sun, 21 Aug 2022 11:06:05 +0300 [thread overview]
Message-ID: <20220821080608.27486-1-ogabbay@kernel.org> (raw)
Hi Steven,
Thanks for your comments. We have fixed the patches according to them.
You wrote the first patch is r-b, but I took the liberty to add your r-b to
all three patches, I hope you don't object.
Thanks,
Oded
Ohad Sharabi (3):
habanalabs: define trace events
habanalabs: trace MMU map/unmap page
habanalabs: trace DMA allocations
MAINTAINERS | 1 +
drivers/misc/habanalabs/common/device.c | 49 ++++++----
drivers/misc/habanalabs/common/habanalabs.h | 40 ++++++--
.../misc/habanalabs/common/habanalabs_drv.c | 3 +
drivers/misc/habanalabs/common/mmu/mmu.c | 7 ++
include/trace/events/habanalabs.h | 93 +++++++++++++++++++
6 files changed, 166 insertions(+), 27 deletions(-)
create mode 100644 include/trace/events/habanalabs.h
--
2.25.1
next reply other threads:[~2022-08-21 8:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-21 8:06 Oded Gabbay [this message]
2022-08-21 8:06 ` [PATCH v2 1/3] habanalabs: define trace events Oded Gabbay
2022-08-21 8:06 ` [PATCH v2 2/3] habanalabs: trace MMU map/unmap page Oded Gabbay
2022-08-21 8:06 ` [PATCH v2 3/3] habanalabs: trace DMA allocations Oded Gabbay
2022-08-22 14:52 ` [PATCH v2 0/3] Adding support for trace events to habanalabs Steven Rostedt
2022-08-22 19:19 ` Oded Gabbay
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=20220821080608.27486-1-ogabbay@kernel.org \
--to=ogabbay@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rostedt@goodmis.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.