Skip to content

Commit

Permalink
sysctl: don't treat proc_do_large_bitmap as string
Browse files Browse the repository at this point in the history
The proc_do_large_bitmap() function prints a bitmap in a string
representation, but the bitmap is not stored as a string. Treating it as
such results in FaultErrors.

Fixes: 2385230 ("kernfs,memcg: Fix CI failure for UEK4.")

Signed-off-by: Stephen Brennan <[email protected]>
  • Loading branch information
brenns10 committed Jan 3, 2025
1 parent 422155e commit 0212c84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drgn_tools/sysctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def get_data_entry(prog: Program, ct: Object) -> Any:
"proc_dostring_coredump",
"proc_do_uts_string",
"devkmsg_sysctl_set_loglvl",
"proc_do_large_bitmap",
"proc_watchdog_cpumask",
}
# for the cases where the data encoded is a text string
Expand Down

0 comments on commit 0212c84

Please sign in to comment.