From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E5F02EB64D8 for ; Wed, 14 Jun 2023 18:43:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233885AbjFNSnC (ORCPT ); Wed, 14 Jun 2023 14:43:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58048 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231532AbjFNSmy (ORCPT ); Wed, 14 Jun 2023 14:42:54 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 016771BEC; Wed, 14 Jun 2023 11:42:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=ZUngY3vxE+GX6ne/HFPUJqC1QxnwMwVXn396TSG4h4g=; b=n641Yf+yYOzx/xteIYBSQzG3JR 7M2b5gswMyPFDBIPw7KuY+87aP80ibYUvS3LfjxmnxPgtNMZaMedsgjtixeNG/QFp6z7n0+JIUXlB M/ktEtskrxeYfRLOQwEoFdsq8FO8WCgV4sbIV9BU7+lFXGevuvCLJ9SvkAywHqNDbrZWxhnE9gKeB ALG/PC3h60JgIupR3PSP7WMawRUY8kri+JoAFudVwGRwismO0DEUWcUyj7VA4Q6zwQWTZX9DhQW8C +jdcLeEzPi3nUdM+pbBY+2rJkzE2OnkOr2hwrcXaBCEvZQbu/Hb1E0rPzKiPQdr2axKvbJ50YBgpS Wn+KvdOQ==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1q9VS6-006eeR-3g; Wed, 14 Jun 2023 18:42:42 +0000 Date: Wed, 14 Jun 2023 19:42:42 +0100 From: Matthew Wilcox To: wenyang.linux@foxmail.com Cc: Alexander Viro , Jens Axboe , Christian Brauner , Christoph Hellwig , Dylan Yudaken , David Woodhouse , Eric Biggers , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] eventfd: add a uapi header for eventfd userspace APIs Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 15, 2023 at 02:40:28AM +0800, wenyang.linux@foxmail.com wrote: > From: Wen Yang > > Create a uapi header include/uapi/linux/eventfd.h, move the associated > flags to the uapi header, and include it from linux/eventfd.h. > > Suggested-by: Christian Brauner > Signed-off-by: Wen Yang Reviewed-by: Matthew Wilcox (Oracle)