bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next] tools headers: Sync struct bpf_perf_event_data
@ 2021-01-23 18:52 Florian Lehner
  2021-01-25 23:30 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Lehner @ 2021-01-23 18:52 UTC (permalink / raw)
  To: bpf; +Cc: netdev, ast, daniel, andrii, yhs, Florian Lehner

Update struct bpf_perf_event_data with the addr field to match the
tools headers with the kernel headers.

Signed-off-by: Florian Lehner <dev@der-flo.net>
---
 tools/include/uapi/linux/bpf_perf_event.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/include/uapi/linux/bpf_perf_event.h b/tools/include/uapi/linux/bpf_perf_event.h
index 8f95303f9d80..eb1b9d21250c 100644
--- a/tools/include/uapi/linux/bpf_perf_event.h
+++ b/tools/include/uapi/linux/bpf_perf_event.h
@@ -13,6 +13,7 @@
 struct bpf_perf_event_data {
 	bpf_user_pt_regs_t regs;
 	__u64 sample_period;
+	__u64 addr;
 };
 
 #endif /* _UAPI__LINUX_BPF_PERF_EVENT_H__ */
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH bpf-next] tools headers: Sync struct bpf_perf_event_data
  2021-01-23 18:52 [PATCH bpf-next] tools headers: Sync struct bpf_perf_event_data Florian Lehner
@ 2021-01-25 23:30 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-01-25 23:30 UTC (permalink / raw)
  To: Florian Lehner; +Cc: bpf, netdev, ast, daniel, andrii, yhs

Hello:

This patch was applied to bpf/bpf-next.git (refs/heads/master):

On Sat, 23 Jan 2021 19:52:21 +0100 you wrote:
> Update struct bpf_perf_event_data with the addr field to match the
> tools headers with the kernel headers.
> 
> Signed-off-by: Florian Lehner <dev@der-flo.net>
> ---
>  tools/include/uapi/linux/bpf_perf_event.h | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - [bpf-next] tools headers: Sync struct bpf_perf_event_data
    https://git.kernel.org/bpf/bpf-next/c/726bf76fcd09

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-25 23:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-23 18:52 [PATCH bpf-next] tools headers: Sync struct bpf_perf_event_data Florian Lehner
2021-01-25 23:30 ` patchwork-bot+netdevbpf

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 NNTP newsgroup(s).