From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932318AbaCRUIF (ORCPT ); Tue, 18 Mar 2014 16:08:05 -0400 Received: from mail-ee0-f48.google.com ([74.125.83.48]:56446 "EHLO mail-ee0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757582AbaCRUID (ORCPT ); Tue, 18 Mar 2014 16:08:03 -0400 From: Silvio F To: linux-kernel@vger.kernel.org Cc: daeseok.youn@gmail.com, silvio.fricke@gmail.com, silvio@port1024.net Subject: [patch][wip] staging: unisys: kmalloc/memset move to kzalloc Date: Tue, 18 Mar 2014 21:07:50 +0100 Message-Id: <1395173271-13190-1-git-send-email-silvio.fricke@gmail.com> X-Mailer: git-send-email 1.9.0 In-Reply-To: <4376102.svyTz8ADVT@daeseok-laptop.cloud.net> References: <4376102.svyTz8ADVT@daeseok-laptop.cloud.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, I have followed this thread and have seen that not all parts was kcalloc'ized. Please review this patch and maybe include it. This patch is WIP because I have no hardware and can only do a compile test.