From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1752676104; bh=AHQ6lrNq6iSTc6k7qOEAi2qvRl2kI8gDoOuVIT9MnU8=; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject: To:Cc:Content-Type:Content-Transfer-Encoding:Message-ID:Date:From: Reply-To:Subject:To:Cc:In-Reply-To:References:Resent-Date: Resent-From:Resent-To:Resent-Cc:User-Agent:Content-Type: Content-Transfer-Encoding; b=IlXqtqZtXIEbA6GHfy3tBQ+pF6K8zpz9iAXEk0p5jEDE6HH3WxGEWfUjfXPUt3xjl Y2yfl08SDLbHD7w/AbvzMM4VYc+8esnZDakczW2PYzmf27FaA0WVr0msdgC9Z5gU2t cFqYB0g4uzs1cP0Z3VZ5158kiRjHxoyoNOJ1uFx7wjOoBY+naHuSHDoH+5CmZ69hG9 nL8RWVH0/ARb/GdOt1EmCsDg4cX9VMCTcJo2mJh6zr7mWWTMfi941hUzGQjn80FqYj cFGJP9UVdISoJ+k2Q1aR7JTkPzlsQU4lSa0thzQjd6e3wyfyUosZD4C+pOqCGX7VKZ c6SeNExnWsmLA== Received: from mail-pg1-f172.google.com (mail-pg1-f172.google.com [209.85.215.172]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 61AEA2109A95 for ; Wed, 16 Jul 2025 14:28:24 +0000 (UTC) Received: by mail-pg1-f172.google.com with SMTP id 41be03b00d2f7-b31c84b8052so7678582a12.1 for ; Wed, 16 Jul 2025 07:28:24 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCVs0X3dEGE4FMnmGslf8f0xLYJxObYN8OazdDgyUIC4gSGUyZKH/rqYcvzFSZysidL21a97@vger.gnuweeb.org X-Gm-Message-State: AOJu0Yzi1v2N7dY3mtSMA0CLqub1XmyHsAwtzP4GleIDi+aKdQ+2S6qe Z9y+OPPtkzkazC/a1ftZuEBpMX0R4UstW9w6nUsz8n8zHSokGHGs55HabP+dzxRF7jRz20Ejs7V 00zfGvHmFMYETRjgqMwu1czkrsNRVX5Q= X-Google-Smtp-Source: AGHT+IEJ1CauHduTIvjMHMuDpALR+gE4f6ohatyea/fpLmVvybnxVxapdIbfv5wSPwclmJ9iqlvu8ecg8N5Q5JK3/Pc= X-Received: by 2002:a17:90b:2c8f:b0:312:db8f:9a09 with SMTP id 98e67ed59e1d1-31c9e70011fmr5070799a91.14.1752676102713; Wed, 16 Jul 2025 07:28:22 -0700 (PDT) MIME-Version: 1.0 References: <20250716004402.3902648-1-alviro.iskandar@gnuweeb.org> <3b28fddb-2171-4f2f-9729-0c0ed14d20cc@kernel.dk> In-Reply-To: <3b28fddb-2171-4f2f-9729-0c0ed14d20cc@kernel.dk> From: Alviro Iskandar Setiawan Date: Wed, 16 Jul 2025 21:28:10 +0700 X-Gmail-Original-Message-ID: X-Gm-Features: Ac12FXxrV6tiGo8ULER39Gv57B0cLjlkYhJnE_tLBP51pU2O_Z9KMhwMYxO0HRI Message-ID: Subject: Re: [PATCH liburing v2 0/3] Bring back `CONFIG_HAVE_MEMFD_CREATE` to fix Android build error To: Jens Axboe Cc: Ammar Faizi , "GNU/Weeb Mailing List" , Linux Kernel Mailing List , io-uring Mailing List Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: On Wed, Jul 16, 2025 at 7:41=E2=80=AFPM Jens Axboe wrote: > For patch 1, maybe just bring back the configure test and not bother > with a revert style commit? There is nothing in test/ that uses > memfd_create, so there's no point bringing it back in there. Ah yea. That'd be easier. I'll copy the configure part instead of modifying the git revert result =F0=9F=98=86 > IOW, patch 2 can be dropped, as it's really just dropping bits > that patch 1 re-added for some reason. > > All that's needed is to add it to the examples/ helpers. If it's > needed for test/ later, then it can get added at that time. > > All of that to say, I'd just add the configure bit and the examples/ > helper in a single patch and not worry about test/ at all. Understandable. I'll send a v3 revision shortly. -- Viro