Viewing profile — morolis
morolis
HN member- Joined
- Wed, Jun 10, 2026, 6:05 AM UTC
- HN karma
- 3
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About morolis
No profile information was provided.
Recent public activity
-
comment
Comment #48609868
I should add that I am in the kprobe tcp_sendmsg function and need to get the contents of the iov field in msg_iter.
-
comment
Comment #48609570
I define structt iov_iter___old and struct iov_iter___new, and then use bpf_core_field_exists(((struct iov_iter___new )0)->__iov) to judge whether to use struct iov_iter___new iter…
-
story
Ask HN: How to handle kernel struct changes (e.g. iov_iter) in eBPF?
I used the kernel vmlinux header file(6.10 version) from pwru to compile, but my actual kernel version was 6.6. the iov field name in iov_iter become an internal anonymous structur…
-
comment
Comment #48512036
[flagged]
-
comment
Comment #48491587
Yes, I did the same thing at the beginning.
-
comment
Comment #48491566
Sure, but I developed a project by myself after learning the basic grammar, and reviewed it repeatedly during the development. I think this method is very effective.