----- Original Message -----
v4.10-rc1 has simplified global and module taint flags handling. This
patchset caters corresponding modifications for crash utility.
v1->v2:
- changed as per comments from Dave Andersan for v1 patches.
- unnecessary checks removed
- also fixes for module taint flags changes now
Pratyush Anand (2):
Fix show_kernel_taints() for kernel version > 4.9
Fix show_module_taint() for kernel version > 4.9
defs.h | 2 +
kernel.c | 156
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
symbols.c | 3 ++
3 files changed, 161 insertions(+)
--
2.7.4
Pratyush,
Looks good and tests OK -- queued for crash-7.1.8:
https://github.com/crash-utility/crash/commit/24a696228c56fd4354d29abe05b...
Thanks again for addressing this so quickly -- much appreciated.
Dave