From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 23 May 2016 17:42:53 +0200 From: Oleg Nesterov Subject: Re: siginfo memory leak? Message-ID: <20160523154253.GB8449@redhat.com> References: <20160523111630.GN2278@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160523111630.GN2278@dhcp22.suse.cz> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Michal Hocko Cc: Aleksa Sarai , LKML , Martin Schwidefsky , Heiko Carstens , linux-s390@vger.kernel.org, Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , x86@kernel.org List-ID: On 05/23, Michal Hocko wrote: > > x86 do_error_trap doesn't do any initialization at all! it actually does, please see fill_trap_info() although I'll try to re-check if it initializes everything we need. Oleg.