Re: [linux-yocto] [linux-yocto-3.14] [PATCH] security/keys: fixed crash in keyring_destroy

2017-06-14 Thread Bruce Ashfield
merged. Bruce On 06/14/2017 01:09 PM, Daniel Dragomir wrote: From: Charlie Paul *For 3.14 standard/(preempt-rt)/axxia/base branches. When the ltp add_key01 was run the kernel was crashing, the list_del initializes the next pointer to LIST_POISON1. When subsequent

[linux-yocto] [linux-yocto-3.14] [PATCH] security/keys: fixed crash in keyring_destroy

2017-06-14 Thread Daniel Dragomir
From: Charlie Paul *For 3.14 standard/(preempt-rt)/axxia/base branches. When the ltp add_key01 was run the kernel was crashing, the list_del initializes the next pointer to LIST_POISON1. When subsequent keyring destroy events happened, the system would check for NULL