From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932225AbbFOVVm (ORCPT ); Mon, 15 Jun 2015 17:21:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40977 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756124AbbFOVV1 (ORCPT ); Mon, 15 Jun 2015 17:21:27 -0400 Date: Mon, 15 Jun 2015 23:20:18 +0200 From: Oleg Nesterov To: Kees Cook Cc: Tycho Andersen , LKML , Linux API , Will Drewry , Roland McGrath , Pavel Emelyanov , "Serge E. Hallyn" , Andy Lutomirski Subject: Re: [PATCH v5] seccomp: add ptrace options for suspend/resume Message-ID: <20150615212017.GA10538@redhat.com> References: <1434207768-16729-1-git-send-email-tycho.andersen@canonical.com> <20150613235250.GA25252@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/15, Kees Cook wrote: > > On Sat, Jun 13, 2015 at 4:52 PM, Oleg Nesterov wrote: > > On 06/13, Tycho Andersen wrote: > >> > >> This patch is the first step in enabling checkpoint/restore of processes > >> with seccomp enabled. > > > > So just in case, I am fine with this version. > > Should I add your Ack? Though I really like the idea of a > "Fine-with-this:" tag. ;) Yes, please feel free to add ;) Oleg.