Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966183AbbBDKvr (ORCPT ); Wed, 4 Feb 2015 05:51:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54055 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965636AbbBDKvm (ORCPT ); Wed, 4 Feb 2015 05:51:42 -0500 Date: Wed, 4 Feb 2015 18:50:37 +0800 From: Fam Zheng To: linux-kernel@vger.kernel.org Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Alexander Viro , Andrew Morton , Kees Cook , Andy Lutomirski , David Herrmann , Alexei Starovoitov , Miklos Szeredi , David Drysdale , Oleg Nesterov , "David S. Miller" , Vivek Goyal , Mike Frysinger , "Theodore Ts'o" , Heiko Carstens , Rasmus Villemoes , Rashika Kheria , Hugh Dickins , Mathieu Desnoyers , Peter Zijlstra , linux-fsdevel@vger.kernel.org, linux-api@vger.kernel.org, Josh Triplett , "Michael Kerrisk (man-pages)" , Paolo Bonzini , Omar Sandoval Subject: Re: [PATCH RFC v2 0/7] epoll: Introduce new syscalls, epoll_ctl_batch and epoll_pwait1 Message-ID: <20150204105037.GA3374@ad.nay.redhat.com> References: <1423046213-7043-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423046213-7043-1-git-send-email-famz@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 646 Lines: 17 On Wed, 02/04 18:36, Fam Zheng wrote: > > Not that this call isn't atomic in terms of updating the epoll s/Not/Note/ > descriptor, which means a second epoll_ctl or epoll_ctl_batch call > during the first epoll_ctl_batch may make the operation sequence > interleaved. However, each single epoll_ctl_cmd operation has the same > semantics as a epoll_ctl call. > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/