Skip to content

Commit

Permalink
Address review requests
Browse files Browse the repository at this point in the history
Signed-off-by: Rohith Raju <[email protected]>
  • Loading branch information
Rohith-Raju committed Jun 15, 2023
1 parent 3f83371 commit 43e17d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions driver/flags_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,3 @@ const struct ppm_name_value prctl_options[] = {
{"PR_CAP_AMBIENT",PPM_PR_CAP_AMBIENT},
{0, 0},
};
/*
The flags argument is reserved for future use. Currently, it must be specified as 0.
See https://elixir.bootlin.com/linux/latest/source/kernel/pid.c#L709
*/
const struct ppm_name_value pidfd_getfd_flags[] = {{0,0}};
1 change: 0 additions & 1 deletion driver/ppm_events_public.h
Original file line number Diff line number Diff line change
Expand Up @@ -2085,7 +2085,6 @@ extern const struct ppm_name_value fsconfig_cmds[];
extern const struct ppm_name_value epoll_create1_flags[];
extern const struct ppm_name_value fchownat_flags[];
extern const struct ppm_name_value prctl_options[];
extern const struct ppm_name_value pidfd_getfd_flags[];

extern const struct ppm_param_info sockopt_dynamic_param[];
extern const struct ppm_param_info ptrace_dynamic_param[];
Expand Down

0 comments on commit 43e17d2

Please sign in to comment.