On Wed, Nov 28, 2018 at 01:48:53PM -0800, Eric Anholt wrote:
Daniel Vetter daniel.vetter@ffwll.ch writes:
We need to handle allocation failures and bail out. While at it, tune the allocation failures down to debug level.
syzbot injected an allocation failure and then hit this WARN_ON.
r-b.
I also often don't add kmalloc failure messages, since it's rare and spits a warning anyway.
Yeah, just figured I keep it since it's there. Thanks for the review, pushed. -Daniel