]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Drivers: hv: kvp: check kzalloc return value
authorVitaly Kuznetsov <vkuznets@redhat.com>
Sat, 1 Aug 2015 23:08:11 +0000 (16:08 -0700)
committerJack Vogel <jack.vogel@oracle.com>
Wed, 31 May 2017 02:47:16 +0000 (19:47 -0700)
commit56728638d3af527f6c5d5b9403bd6a0b0bc184c1
tree3effb0e1ac5313df0dd6e2b1ef1590ce31bbf9fc
parent6fd4b6e1e2c19a919af728d66a00911541831bfc
Drivers: hv: kvp: check kzalloc return value

kzalloc() return value check was accidentally lost in 11bc3a5fa91f:
"Drivers: hv: kvp: convert to hv_utils_transport" commit.

We don't need to reset kvp_transaction.state here as we have the
kvp_timeout_func() timeout function and in case we're in OOM situation
it is preferable to wait.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Orabug: 25970637
(cherry picked from commit b36fda339729a974a8838978dcdc581d8ce68fd9)
Signed-off-by: Jack Vogel <jack.vogel@oracle.com>
drivers/hv/hv_kvp.c