Linux SNPS ARC Archive mirror
 help / color / mirror / Atom feed
From: Shahab Vahedi <list+bpf@vahedi.org>
To: "Björn Töpel" <bjorn@kernel.org>
Cc: Shahab Vahedi <list+bpf@vahedi.org>,
	Shahab Vahedi <shahab@synopsys.com>,
	Vineet Gupta <vgupta@kernel.org>,
	linux-snps-arc@lists.infradead.org
Subject: [off-list] [PATCH 0/7 bpf-next v2] ARC: Add eBPF JIT support
Date: Tue, 30 Apr 2024 17:09:30 +0200	[thread overview]
Message-ID: <20240430150937.39793-1-list+bpf@vahedi.org> (raw)

From: Shahab Vahedi <shahab@synopsys.com>

[off-list]

Hi Björn,

First and foremost, I apologise that it took me a long time
to rework what we have discussed about the first version
of "ARC: Add eBPF JIT support" patch.

In order to make the second review easier for you, since you
already have reviewed PATCH v1 [1], I share with you the
additional changes in series format, in the hope that it will
save you some time and refresh your memory better on the things
discussed [3].

I have to iterate that these changes are identical to the
submitted v2 patch [2]:

v1 + this series = v2

If you have any feedback, please kindly reply to v2 patch
in the mailing list [2].

Thank you and have a great time,
Shahab

[1] [PATCH bpf-next v1] ARC: Add eBPF JIT support
https://lore.kernel.org/bpf/20240213131946.32068-1-list+bpf@vahedi.org/

[2] [PATCH bpf-next v2] ARC: Add eBPF JIT support
https://lore.kernel.org/bpf/20240430145604.38592-1-list+bpf@vahedi.org/

[3] Discussion on what should be improved
https://lore.kernel.org/bpf/6e4cf7cc-6a2e-4396-b0d5-01ff10d6923a@vahedi.org/


Shahab Vahedi (7):
  v2: Turn "emit" from global into a context var
  v2: Turn "zext_thyself" from global into a context var
  v2: Use memset() in jit_ctx_init()
  v2: MAINTAINERS: Add "BPF JIT for ARC" entry
  v2: Fix typos
  v2: Fix most of the "Checks" from "checkpatch.pl"
  v2: Check "bpf_jit_binary_lock_ro()" return value

 MAINTAINERS                  |   6 +
 arch/arc/net/bpf_jit.h       | 147 +++++-----
 arch/arc/net/bpf_jit_arcv2.c | 528 ++++++++++++++++++-----------------
 arch/arc/net/bpf_jit_core.c  | 214 +++++++-------
 4 files changed, 454 insertions(+), 441 deletions(-)

-- 
2.35.8


_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

             reply	other threads:[~2024-04-30 15:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-30 15:09 Shahab Vahedi [this message]
2024-04-30 15:09 ` [PATCH 1/7] v2: Turn "emit" from global into a context var Shahab Vahedi
2024-04-30 15:09 ` [PATCH 2/7] v2: Turn "zext_thyself" " Shahab Vahedi
2024-04-30 15:09 ` [PATCH 3/7] v2: Use memset() in jit_ctx_init() Shahab Vahedi
2024-04-30 15:09 ` [PATCH 4/7] v2: MAINTAINERS: Add "BPF JIT for ARC" entry Shahab Vahedi
2024-04-30 15:09 ` [PATCH 5/7] v2: Fix typos Shahab Vahedi
2024-04-30 15:09 ` [PATCH 6/7] v2: Fix most of the "Checks" from "checkpatch.pl" Shahab Vahedi
2024-04-30 15:09 ` [PATCH 7/7] v2: Check "bpf_jit_binary_lock_ro()" return value Shahab Vahedi

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=20240430150937.39793-1-list+bpf@vahedi.org \
    --to=list+bpf@vahedi.org \
    --cc=bjorn@kernel.org \
    --cc=linux-snps-arc@lists.infradead.org \
    --cc=shahab@synopsys.com \
    --cc=vgupta@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).