From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755212Ab1JNQlC (ORCPT ); Fri, 14 Oct 2011 12:41:02 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:53548 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754952Ab1JNQlA (ORCPT ); Fri, 14 Oct 2011 12:41:00 -0400 Date: Fri, 14 Oct 2011 09:40:50 -0700 From: Tejun Heo To: Cyrill Gorcunov Cc: linux-kernel@vger.kernel.org, Andrew Vagin , Pavel Emelyanov , James Bottomley , Glauber Costa , "H. Peter Anvin" , Ingo Molnar , Dave Hansen , "Eric W. Biederman" , Daniel Lezcano , Alexey Dobriyan Subject: Re: [patch 3/5] fs, proc: Add /proc/$pid/tls entry Message-ID: <20111014164050.GB4294@google.com> References: <20111014110416.552685686@openvz.org> <20111014110511.416851818@openvz.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111014110511.416851818@openvz.org> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 14, 2011 at 03:04:19PM +0400, Cyrill Gorcunov wrote: > To be able to restart checkpointed tasks we need > to know TLS status at dumping time. Export this > information by /proc/$pid/tls entry. > > Signed-off-by: Cyrill Gorcunov No objection from me but it would be great if you can go over other archs and see how other archs deal with tls just in case. Thank you. -- tejun