From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750815AbcEHJin (ORCPT ); Sun, 8 May 2016 05:38:43 -0400 Received: from mx2.suse.de ([195.135.220.15]:33837 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750712AbcEHJil (ORCPT ); Sun, 8 May 2016 05:38:41 -0400 Date: Sun, 08 May 2016 11:38:39 +0200 Message-ID: From: Takashi Iwai To: "Kangjie Lu" Cc: , , , "Kangjie Lu" , , Subject: Re: [PATCH] infoleak fix1 in timer In-Reply-To: <1462308247-6178-1-git-send-email-kjlu@gatech.edu> References: <1462308247-6178-1-git-send-email-kjlu@gatech.edu> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.5 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 03 May 2016 22:44:07 +0200, Kangjie Lu wrote: > > The stack object “tread” has a total size of 32 bytes. Its field > “event” and “val” both contain 4 bytes padding. These 8 bytes > padding bytes are sent to user without being initialized. > > Signed-off-by: Kangjie Lu Thanks, I applied now all three patches. But I rephrased the subjects to more meaningful ones. Better to give a bit more informative subject line at the next time. Takashi