From: deller@kernel.org
To: linux-parisc@vger.kernel.org
Cc: Helge Deller <deller@gmx.de>
Subject: [PATCH 4/5] parisc: Fix comment on Elf64 Function descriptor
Date: Thu, 17 Aug 2023 23:45:01 +0200 [thread overview]
Message-ID: <20230817214503.108660-5-deller@kernel.org> (raw)
In-Reply-To: <20230817214503.108660-1-deller@kernel.org>
From: Helge Deller <deller@gmx.de>
The format of the Elf64 Function descriptor is defined by the ABI.
Mention the various use cases in the comment.
Signed-off-by: Helge Deller <deller@gmx.de>
---
arch/parisc/include/asm/elf.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/parisc/include/asm/elf.h b/arch/parisc/include/asm/elf.h
index cc426d365892..140eaa97bf21 100644
--- a/arch/parisc/include/asm/elf.h
+++ b/arch/parisc/include/asm/elf.h
@@ -163,8 +163,7 @@ typedef struct elf32_fdesc {
/* Format for the Elf64 Function descriptor */
typedef struct elf64_fdesc {
- __u64 dummy[2]; /* FIXME: nothing uses these, why waste
- * the space */
+ __u64 dummy[2]; /* used by 64-bit eBPF and tracing functions */
__u64 addr;
__u64 gp;
} Elf64_Fdesc;
--
2.41.0
next prev parent reply other threads:[~2023-08-17 21:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-17 21:44 [PATCH 0/5] parisc: Add natie eBPF JIT compiler for parisc deller
2023-08-17 21:44 ` [PATCH 1/5] parisc: Add 32-bit eBPF JIT compiler deller
2023-08-17 21:44 ` [PATCH 2/5] parisc: Add 64-bit " deller
2023-08-17 21:45 ` [PATCH 3/5] parisc: Add eBPF JIT compiler glue code and Makefile deller
2023-08-17 21:45 ` deller [this message]
2023-08-17 21:45 ` [PATCH 5/5] parisc: Wire up eBPF code deller
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=20230817214503.108660-5-deller@kernel.org \
--to=deller@kernel.org \
--cc=deller@gmx.de \
--cc=linux-parisc@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.