commit | 8ae5d34576b57ed79f798fa4d149e562756fe45b | [log] [tgz] |
---|---|---|
author | Vinay Krishna Eranna <veran@codeaurora.org> | Thu Jun 26 21:39:03 2014 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Jul 07 00:26:52 2014 -0700 |
tree | 513c231298d1484c1a4cc595da6795079cd9969e | |
parent | f21a1cd7085ecbe01248063af6ee184c811005d4 [diff] |
netlink: Queue the kernel socket after setting the flag Queueing the socket after setting the NETLINK_KERNEL_SOCKET on the kernel socket. This change is required in-order to avoid the BUG check which is caused due to race condition between setting this flag and a message from the app space for this kernel netlink sock. Change-Id: I19a8edf2fe009a3020b194684a6172654f8f257a CRs-Fixed: 681815 Signed-off-by: Vinay Krishna Eranna <veran@codeaurora.org>