NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/54999: kernel panic in drm gem cma code



The following reply was made to PR kern/54999; it has been noted by GNATS.

From: coypu%sdf.org@localhost
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/54999: kernel panic in drm gem cma code
Date: Fri, 21 Feb 2020 23:15:58 +0000

 This is a bug in aarch64 _bus_dmamap_create.
 
   if (... = NULL)
      error = ESOMETHING;
      goto out;
 
 out:
   ...
   return 0;
 


Home | Main Index | Thread Index | Old Index