----- Original Message -----
Hello Dave,
Could you merge two sadump related bug fix patches?
--
Thanks.
HATAYAMA, Daisuke
Hello Daisuke and Takao,
I made a trivial change to the 0001-crash-sadump-bugfix-Change-bit-order.patch
fix to prevent this warning:
$ make warn
... [ cut ] ...
cc -c -g -DX86_64 -DLZO -DSNAPPY -DGDB_7_6 sadump.c -Wall -O2 -Wstrict-prototypes
-Wmissing-prototypes -fstack-protector -Wformat-security
sadump.c: In function ‘is_set_bit’:
sadump.c:718:2: warning: suggest parentheses around ‘-’ in operand of ‘&’
[-Wparentheses]
...
Both patches are queued for crash-7.1.4:
https://github.com/crash-utility/crash/commit/ebca719c1906bd7bd7f8f6ab0e1...
https://github.com/crash-utility/crash/commit/5e887f898c709f912686addde1e...
Thanks,
Dave