On Fri, Dec 25, 2015 at 03:09:18PM -0700, Toshi Kani wrote: > I/O resource descriptor, 'desc' added to struct resource, needs > to be initialized to zero by default. Some drivers call kmalloc() > to allocate a resource entry, but does not initialize it to zero > by memset(). Change these drivers to call kzalloc(), instead. > > Cc: linux-acpi@xxxxxxxxxxxxxxx > Cc: linux-parisc@xxxxxxxxxxxxxxx > Cc: linux-sh@xxxxxxxxxxxxxxx > Signed-off-by: Toshi Kani <toshi.kani@xxxxxxx> > --- > drivers/acpi/acpi_platform.c | 2 +- > drivers/parisc/eisa_enumerator.c | 4 ++-- > drivers/rapidio/rio.c | 8 ++++---- > drivers/sh/superhyway/superhyway.c | 2 +- > 4 files changed, 8 insertions(+), 8 deletions(-) drivers/sh/ portion: Acked-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>