You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To cover reading and matching against string type args.
Pointers passed to functions hooked by uprobes may point to memory that
has been paged out. This test forces this scenario to confirm that we
will be able to reach a paged out argument.
The problem being tested here is not specific to strings. This test uses
a string as an example, and as a starting point. But, we need to cut
over the reading of all pointer types to use a sleepable program in
order to ensure that users will always be able to access the pointer's
data.
Signed-off-by: Andy Strohman <[email protected]>
0 commit comments