Re: [PATCH] powerpc: add explicit OF includes for ppc4xx

2013-11-11 Thread Vinod Koul
On Sun, Nov 10, 2013 at 11:35:43PM -0600, Rob Herring wrote: > From: Rob Herring > > Commit b5b4bb3f6a11f9 (of: only include prom.h on sparc) removed implicit > includes of of_*.h headers by powerpc's prom.h. Some PPC4xx components > were missed in initial clean-up patch, so add the necessary inc

Re: [PATCH RESEND] crypto: make sure *blkcipher_walk_init properly initialises walk

2013-11-11 Thread Michal Nazarewicz
On Mon, Nov 11 2013, Herbert Xu wrote: > Nack. The field flags is used as a bit-field and all bits other > than those initialised that you see are used internally by the > walker function and will be initialised on demand. > > Please do not just rely on tools such as coverity and actually > read