Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1539728

Re: [PATCH 1/1] dri: vc4: set error code on failure

From Eric Anholt <eric@anholt.net>
Newsgroups linux.kernel
Subject Re: [PATCH 1/1] dri: vc4: set error code on failure
Date 2016-12-10 00:20 +0100
Message-ID <sMCCl-XS-7@gated-at.bofh.it> (permalink)
References <sKeE9-7HT-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Pan Bian <bianpan2016@163.com> writes:

> Function vc4_cl_lookup_bos() does not set the error code when
> drm_malloc_ab() returns a NULL pointer, and will return 0 (indicates
> success). This patch fixes the bug, assigning "-ENOMEM" to the return
> variable ret on the path that memory allocation fails.
>
> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=188631
> Signed-off-by: Pan Bian <bianpan2016@163.com>

This one was already fixed in b2cdeb19f16ad984eb5bb9193f793d05a8101511

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 1/1] dri: vc4: set error code on failure Pan Bian <bianpan2016@163.com> - 2016-12-03 10:20 +0100
  Re: [PATCH 1/1] dri: vc4: set error code on failure Eric Anholt <eric@anholt.net> - 2016-12-10 00:20 +0100

csiph-web