From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965614AbcIERCT (ORCPT ); Mon, 5 Sep 2016 13:02:19 -0400 Received: from mail-ua0-f182.google.com ([209.85.217.182]:34321 "EHLO mail-ua0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965062AbcIERCO (ORCPT ); Mon, 5 Sep 2016 13:02:14 -0400 MIME-Version: 1.0 In-Reply-To: <20160905133308.28234-4-dsafonov@virtuozzo.com> References: <20160905133308.28234-1-dsafonov@virtuozzo.com> <20160905133308.28234-4-dsafonov@virtuozzo.com> From: Andy Lutomirski Date: Mon, 5 Sep 2016 10:01:52 -0700 Message-ID: Subject: Re: [PATCHv5 3/6] x86/arch_prctl/vdso: add ARCH_MAP_VDSO_* To: Dmitry Safonov Cc: "linux-kernel@vger.kernel.org" , Dmitry Safonov <0x7f454c46@gmail.com>, Andrew Lutomirski , Oleg Nesterov , Thomas Gleixner , "H. Peter Anvin" , Ingo Molnar , "linux-mm@kvack.org" , X86 ML , Cyrill Gorcunov , Pavel Emelyanov Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 5, 2016 at 6:33 AM, Dmitry Safonov wrote: > Add API to change vdso blob type with arch_prctl. > As this is usefull only by needs of CRIU, expose > this interface under CONFIG_CHECKPOINT_RESTORE. Acked-by: Andy Lutomirski From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua0-f198.google.com (mail-ua0-f198.google.com [209.85.217.198]) by kanga.kvack.org (Postfix) with ESMTP id 65FA56B0038 for ; Mon, 5 Sep 2016 13:02:14 -0400 (EDT) Received: by mail-ua0-f198.google.com with SMTP id i32so398922731uai.0 for ; Mon, 05 Sep 2016 10:02:14 -0700 (PDT) Received: from mail-ua0-x233.google.com (mail-ua0-x233.google.com. [2607:f8b0:400c:c08::233]) by mx.google.com with ESMTPS id 143si8836947vkp.77.2016.09.05.10.02.13 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Sep 2016 10:02:13 -0700 (PDT) Received: by mail-ua0-x233.google.com with SMTP id 49so46623798uat.3 for ; Mon, 05 Sep 2016 10:02:13 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20160905133308.28234-4-dsafonov@virtuozzo.com> References: <20160905133308.28234-1-dsafonov@virtuozzo.com> <20160905133308.28234-4-dsafonov@virtuozzo.com> From: Andy Lutomirski Date: Mon, 5 Sep 2016 10:01:52 -0700 Message-ID: Subject: Re: [PATCHv5 3/6] x86/arch_prctl/vdso: add ARCH_MAP_VDSO_* Content-Type: text/plain; charset=UTF-8 Sender: owner-linux-mm@kvack.org List-ID: To: Dmitry Safonov Cc: "linux-kernel@vger.kernel.org" , Dmitry Safonov <0x7f454c46@gmail.com>, Andrew Lutomirski , Oleg Nesterov , Thomas Gleixner , "H. Peter Anvin" , Ingo Molnar , "linux-mm@kvack.org" , X86 ML , Cyrill Gorcunov , Pavel Emelyanov On Mon, Sep 5, 2016 at 6:33 AM, Dmitry Safonov wrote: > Add API to change vdso blob type with arch_prctl. > As this is usefull only by needs of CRIU, expose > this interface under CONFIG_CHECKPOINT_RESTORE. Acked-by: Andy Lutomirski -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org