Re: [PATCH v9 4/4] vsprintf: Add command line option debug_boot_weak_hash

2018-06-22 Thread Randy Dunlap
On 06/21/2018 04:15 PM, Tobin C. Harding wrote: > Currently printing [hashed] pointers requires enough entropy to be > available. Early in the boot sequence this may not be the case > resulting in a dummy string '(ptrval)' being printed. This > makes debugging the early boot sequence

Re: [PATCH v9 4/4] vsprintf: Add command line option debug_boot_weak_hash

2018-06-22 Thread Randy Dunlap
On 06/21/2018 04:15 PM, Tobin C. Harding wrote: > Currently printing [hashed] pointers requires enough entropy to be > available. Early in the boot sequence this may not be the case > resulting in a dummy string '(ptrval)' being printed. This > makes debugging the early boot sequence

[PATCH v9 4/4] vsprintf: Add command line option debug_boot_weak_hash

2018-06-21 Thread Tobin C. Harding
Currently printing [hashed] pointers requires enough entropy to be available. Early in the boot sequence this may not be the case resulting in a dummy string '(ptrval)' being printed. This makes debugging the early boot sequence difficult. We can relax the requirement to use

[PATCH v9 4/4] vsprintf: Add command line option debug_boot_weak_hash

2018-06-21 Thread Tobin C. Harding
Currently printing [hashed] pointers requires enough entropy to be available. Early in the boot sequence this may not be the case resulting in a dummy string '(ptrval)' being printed. This makes debugging the early boot sequence difficult. We can relax the requirement to use