On Tuesday, January 05, 2016 02:15:37 PM Toshi Kani wrote: > I/O resource descriptor, 'desc' in 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: Matt Porter <mporter@xxxxxxxxxxxxxxxxxxx> > Cc: Alexandre Bounine <alexandre.bounine@xxxxxxx> > Cc: linux-acpi@xxxxxxxxxxxxxxx > Cc: linux-parisc@xxxxxxxxxxxxxxx > Cc: linux-sh@xxxxxxxxxxxxxxx > Acked-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> # sh > Acked-by: Helge Deller <deller@xxxxxx> # parisc > Signed-off-by: Toshi Kani <toshi.kani@xxxxxxx> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> for the ACPI part. -- 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>