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

Parameterize task iterators. #3458

Closed
wants to merge 4 commits into from

Conversation

kernel-patches-bot
Copy link

Pull request for series with
subject: Parameterize task iterators.
version: 3
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=666208

@kernel-patches-bot
Copy link
Author

Master branch: ca34ce2
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=666208
version: 3

@kernel-patches-bot
Copy link
Author

Master branch: ca34ce2
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=666208
version: 3

@kernel-patches-bot kernel-patches-bot force-pushed the series/662934=>bpf-next branch 3 times, most recently from 94f7834 to d365ab6 Compare August 9, 2022 16:48
@kernel-patches-bot
Copy link
Author

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

@kernel-patches-bot
Copy link
Author

Master branch: a00ed84
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=666376
version: 4

@kernel-patches-bot
Copy link
Author

Master branch: a7be0ab
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=666376
version: 4

@kernel-patches-bot
Copy link
Author

Master branch: dc444be
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=666376
version: 4

@kernel-patches-bot
Copy link
Author

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

@kernel-patches-bot
Copy link
Author

Master branch: 73cf09a
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=666726
version: 5

@kernel-patches-bot
Copy link
Author

Master branch: 10b62d6
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=666726
version: 5

@kernel-patches-bot
Copy link
Author

Master branch: 54c9397
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=666726
version: 5

@kernel-patches-bot
Copy link
Author

Master branch: 4961d07
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=666726
version: 5

@kernel-patches-bot
Copy link
Author

Master branch: cea5588
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=666726
version: 5

@kernel-patches-bot
Copy link
Author

Master branch: 8308bf2
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=666726
version: 5

@kernel-patches-bot
Copy link
Author

Master branch: 8308bf2
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=666726
version: 5

@kernel-patches-bot
Copy link
Author

Master branch: 1f23577
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=666726
version: 5

Kui-Feng Lee added 3 commits August 15, 2022 15:04
Allow creating an iterator that loops through resources of one task/thread.

People could only create iterators to loop through all resources of
files, vma, and tasks in the system, even though they were interested
in only the resources of a specific task or process.  Passing the
additional parameters, people can now create an iterator to go
through all resources or only the resources of a task.

Signed-off-by: Kui-Feng Lee <kuifeng@fb.com>
Add new fields to bpf_link_info that users can query it through
bpf_obj_get_info_by_fd().

Signed-off-by: Kui-Feng Lee <kuifeng@fb.com>
Test iterators of vma, files, and tasks of tasks.

Ensure the API works appropriately to visit all tasks,
tasks in a process, or a particular task.

Signed-off-by: Kui-Feng Lee <kuifeng@fb.com>
@kernel-patches-bot
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant