Skip to content

Conversation

@mingxr
Copy link
Collaborator

@mingxr mingxr commented Sep 25, 2025

Removed the UBPF_STACK_SIZE definition from bpf2c.h.

Description

Closes #202

Testing

Covered with existing test

Documentation

No

Installation

No

Removed the UBPF_STACK_SIZE definition from bpf2c.h.
@dthaler
Copy link
Collaborator

dthaler commented Sep 25, 2025

This PR alone is not sufficient to close #202 since as noted in that issue, there are other places that need to be removed too, which are in separate PRs:

kernel\ubpf_kernel.c:#define UBPF_STACK_SIZE 512
user\ubpf_user.c:#define UBPF_STACK_SIZE 512

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.

Remove duplicate definitions of BPF stack size

2 participants