[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.10.1610211300540.3212@hadrien>
Date: Fri, 21 Oct 2016 13:03:20 +0200 (CEST)
From: Julia Lawall <julia.lawall@...6.fr>
To: Dan Carpenter <dan.carpenter@...cle.com>
cc: SF Markus Elfring <elfring@...rs.sourceforge.net>,
Jiri Kosina <jikos@...nel.org>,
Geert Uytterhoeven <geert+renesas@...der.be>,
LKML <linux-kernel@...r.kernel.org>,
kernel-janitors@...r.kernel.org
Subject: Re: FRV-setup: Clarification for "source code clean-up"?
Markus,
If you want to do something that might be useful, you could look into the
problem of missing checks for dma mapping failure. There is nice slide
presenatation about the issue:
http://www.slideshare.net/SamsungOSG/shuah-khan-dmamaperror
The slides are from a few years ago, but I did a small test recently, and
the problem seems to persist. This needs to be done slowly and carefully,
because when there is a failure, you need to figure out what to do to
clean up and what value to return. There is no point to clean up all of
the other checkpatch errors in the file at the same time. Just stay on
the problem at hand.
julia
Powered by blists - more mailing lists