Re: keys: GPF in request_key

From: David Howells
Date: Wed Feb 01 2017 - 08:48:28 EST


Dmitry Vyukov <dvyukov@xxxxxxxxxx> wrote:

> request_key_and_link+0x2d8/0x1150 security/keys/request_key.c:549

Can you disassemble this function for me? There are several possible paths
and without the argument to the syscall and whether there's a key that was
matched, it's hard to say which path is being taken - but this might help
determine that.

David