Skip to content

B4/hello world - #13232

Draft
mykyta5 wants to merge 3 commits into
bpf-next_basefrom
b4/hello_world
Draft

B4/hello world#13232
mykyta5 wants to merge 3 commits into
bpf-next_basefrom
b4/hello_world

Conversation

@mykyta5

@mykyta5 mykyta5 commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Kernel Patches Daemon and others added 3 commits August 8, 2026 03:08
# Describe the purpose of this series. The information you put here
# will be used by the project maintainer to make a decision whether
# your patches should be reviewed, and in what priority order. Please be
# very detailed and link to any relevant discussions or sites that the
# maintainer can review to better understand your proposed changes. If you
# only have a single patch in your series, the contents of the cover
# letter will be appended to the "under-the-cut" portion of the patch.

# Lines starting with # will be removed from the cover letter. You can
# use them to add notes or reminders to yourself. If you want to use
# markdown headers in your cover letter, start the line with ">#".

# You can add trailers to the cover letter. Any email addresses found in
# these trailers will be added to the addresses specified/generated
# during the b4 send stage. You can also run "b4 prep --auto-to-cc" to
# auto-populate the To: and Cc: trailers based on the code being
# modified.

Signed-off-by: Mykyta Yatsenko <yatsenko@meta.com>

--- b4-submit-tracking ---
# This section is used internally by b4 prep for tracking purposes.
{
  "series": {
    "revision": 1,
    "change-id": "20260812-hello_world-2b03ed2aa5b4",
    "prefixes": []
  }
}
arm64 passes zero as the stack pointer while walking BPF frames, so
bpf_throw() leaves stale KASAN stack poison after jumping to the
exception callback.

Use the frame pointer as the fallback stack watermark.

Fixes: e74cb1b ("arm64: stacktrace: Implement arch_bpf_stack_walk() for the BPF JIT")
Signed-off-by: Mykyta Yatsenko <yatsenko@meta.com>
@kernel-patches-daemon-bpf
kernel-patches-daemon-bpf Bot force-pushed the bpf-next_base branch 11 times, most recently from fa81f18 to fdd9d75 Compare August 13, 2026 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant