libpf: Fix for the compiler sanity checking - #13436
Closed
kernel-patches-daemon-bpf[bot] wants to merge 1 commit into
Closed
libpf: Fix for the compiler sanity checking#13436kernel-patches-daemon-bpf[bot] wants to merge 1 commit into
kernel-patches-daemon-bpf[bot] wants to merge 1 commit into
Conversation
Author
|
Upstream branch: 5e289c5 |
kernel-patches-daemon-bpf
Bot
force-pushed
the
bpf-next_base
branch
from
August 25, 2026 13:24
71e031f to
909ca3a
Compare
Author
|
Upstream branch: d83fba2 |
kernel-patches-daemon-bpf
Bot
force-pushed
the
series/1150958=>bpf-next
branch
from
August 25, 2026 13:30
144d07b to
e68b702
Compare
kernel-patches-daemon-bpf
Bot
force-pushed
the
bpf-next_base
branch
from
August 25, 2026 14:39
909ca3a to
b010507
Compare
Author
|
Upstream branch: ce36e38 |
kernel-patches-daemon-bpf
Bot
force-pushed
the
series/1150958=>bpf-next
branch
from
August 25, 2026 14:49
e68b702 to
3c0b106
Compare
kernel-patches-daemon-bpf
Bot
force-pushed
the
bpf-next_base
branch
from
August 25, 2026 15:09
b010507 to
975b11a
Compare
Author
|
Upstream branch: 05ea1b6 |
kernel-patches-daemon-bpf
Bot
force-pushed
the
series/1150958=>bpf-next
branch
from
August 25, 2026 15:15
3c0b106 to
0596710
Compare
kernel-patches-daemon-bpf
Bot
force-pushed
the
bpf-next_base
branch
from
August 25, 2026 19:45
975b11a to
f8c8078
Compare
When compiling libbpf with sanitation, ubsan will report the following: ``` left shift of 1 by 31 places cannot be represented in type 'int' ``` let's fix it by casting int to u32 before shifting. Signed-off-by: Tan Wei <tw19881113@gmail.com>
Author
|
Upstream branch: 1555de3 |
kernel-patches-daemon-bpf
Bot
force-pushed
the
series/1150958=>bpf-next
branch
from
August 25, 2026 19:49
0596710 to
7541561
Compare
Author
|
At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=1150958 expired. Closing PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request for series with
subject: libpf: Fix for the compiler sanity checking
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=1150958