From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756894AbXKWSir (ORCPT ); Fri, 23 Nov 2007 13:38:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752861AbXKWSij (ORCPT ); Fri, 23 Nov 2007 13:38:39 -0500 Received: from wr-out-0506.google.com ([64.233.184.227]:14489 "EHLO wr-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752520AbXKWSii (ORCPT ); Fri, 23 Nov 2007 13:38:38 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JC58vopLeMYTQ1WsFasbT9DiC94xxLcmEGnFXfcDBrcI4VkUQo1zLIt2c/w1DhSFfYz5M00SVGKTYFDRnJHb98zTTS15V3CepznWtWa7lqmBnuECUyMBdOAvpSXz0PlHEhQDzByQdj/6IAaIvZ79o3se7W28xfhxmaZ9qHQJkFc= Message-ID: Date: Fri, 23 Nov 2007 10:38:36 -0800 From: "Ulrich Drepper" To: "Davide Libenzi" Subject: Re: Where is the new timerfd? Cc: "Andrew Morton" , "Michael Kerrisk" , lkml In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071122162430.48f55995.akpm@linux-foundation.org> <20071122173437.e74890a8.akpm@linux-foundation.org> <20071123091254.45f4193d.akpm@linux-foundation.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Nov 23, 2007 9:29 AM, Davide Libenzi wrote: > Yes, it's disabled, and yes, I'll repost today ... I haven't seen the patch and don't feel like searching. So I say it here: please mak sure you add a flags parameter to the system call itself (instead of adding it on as for eventfd and signalfd). We need to be able to use O_CLOEXEC some way or another.