On Tue, Jun 18, 2019 at 05:19:47PM +0530, Puranjay Mohan wrote: > Fix CRAMFS_BLK_FLAG_UNCOMPRESSED to use "U" cast to avoid shifting signed > 32-bit value by 31 bits problem. This isn't a problem for kernel builds > with gcc. > > This could be problem since this header is part of public API which > could be included for builds using compilers that don't handle this > condition safely resulting in undefined behavior. > > Signed-off-by: Puranjay Mohan <[email protected]>
Reviewed-by: Greg Kroah-Hartman <[email protected]> You should resend this and cc: Nicolas Pitre <[email protected]> as he is the cramfs maintainer. thanks, greg k-h

