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. #3457

Closed
wants to merge 2 commits into from

Conversation

kernel-patches-bot
Copy link

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

Kernel Patches Daemon and others added 2 commits August 8, 2022 23:41
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>
@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 changed the title bpf: Parameterize task iterators. Parameterize task iterators. Aug 9, 2022
@kernel-patches-bot
Copy link
Author

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

@kernel-patches-bot
Copy link
Author

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

@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 kernel-patches-bot deleted the series/666208=>bpf-next branch August 11, 2022 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant