Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup for data casting #3337

Closed
wants to merge 6 commits into from
Closed

Conversation

kernel-patches-bot
Copy link

Pull request for series with
subject: cleanup for data casting
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=660304

@kernel-patches-bot
Copy link
Author

Master branch: 9ff5efd
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=660304
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 9ff5efd
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=660685
version: 2

@kernel-patches-bot
Copy link
Author

Master branch: e5e2342
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=660685
version: 2

Kernel Patches Daemon and others added 6 commits July 19, 2022 10:00
Memory addresses are conceptually unsigned, (unsigned long) casting
makes more sense, so let's make a change for conceptual uniformity
and there is no functional change.

Signed-off-by: Pu Lehui <pulehui@huawei.com>
Acked-by: Yonghong Song <yhs@fb.com>
Memory addresses are conceptually unsigned, (unsigned long) casting
makes more sense, so let's make a change for conceptual uniformity
and there is no functional change.

Signed-off-by: Pu Lehui <pulehui@huawei.com>
Memory addresses are conceptually unsigned, (unsigned long) casting
makes more sense, so let's make a change for conceptual uniformity
and there is no functional change.

Signed-off-by: Pu Lehui <pulehui@huawei.com>
Acked-by: Yonghong Song <yhs@fb.com>
Memory addresses are conceptually unsigned, (unsigned long) casting
makes more sense, so let's make a change for conceptual uniformity
and there is no functional change.

Signed-off-by: Pu Lehui <pulehui@huawei.com>
Acked-by: Yonghong Song <yhs@fb.com>
We have unified data extension operation of jited_ksyms and jited_linfo
into zero extension [0], so there's no need to cast __u64 memory address
to long data type. And __u64 in some arch is unsigned long, so to avoid
compiler warnings we just cast them to unsigned long long.

[0] https://lore.kernel.org/bpf/20220530092815.1112406-2-pulehui@huawei.com/

Signed-off-by: Pu Lehui <pulehui@huawei.com>
@kernel-patches-bot
Copy link
Author

Master branch: fd18942
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=660685
version: 2

@kernel-patches-bot
Copy link
Author

At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=660685 expired. Closing PR.

@kernel-patches-bot kernel-patches-bot deleted the series/660304=>bpf-next branch July 22, 2022 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant