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 lists.zx2c4.com (lists.zx2c4.com [165.227.139.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9BCBACEBF97 for ; Tue, 18 Nov 2025 15:18:50 +0000 (UTC) Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 98e4a6e9; Tue, 18 Nov 2025 15:10:52 +0000 (UTC) Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 17fe6257 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Tue, 18 Nov 2025 15:10:47 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id B026F42E3A; Tue, 18 Nov 2025 15:10:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5358EC4CEF1; Tue, 18 Nov 2025 15:10:44 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="ObMcE+Wc" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1763478643; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=I4ZAvaDIfOpeTa+ScGOOgn3wH8JMo1YWOHKnqA1nTLs=; b=ObMcE+Wcz5k0RO4HPxm+Hz+vuF+mVBl3UJBldu6R3p3eO13EXBp9OZaFdmZQD3Z9YWRhtn 4gRbUc+QC+lOKKsLUj7tO7oci2GZQ3SYPzpcF8wCjEyrxMiYMbLZ8pMHTQwUv1pbCZDLmE hw+zk7cWDgiHcb+LMpifznD9s6o5BrI= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 7448ac8e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 18 Nov 2025 15:10:42 +0000 (UTC) Date: Tue, 18 Nov 2025 16:10:40 +0100 From: "Jason A. Donenfeld" To: =?utf-8?Q?Asbj=C3=B8rn_Sloth_T=C3=B8nnesen?= Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Donald Hunter , Simon Horman , Jacob Keller , Andrew Lunn , wireguard@lists.zx2c4.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Jordan Rife Subject: Re: [PATCH net-next v3 06/11] uapi: wireguard: move flag enums Message-ID: References: <20251105183223.89913-1-ast@fiberby.net> <20251105183223.89913-7-ast@fiberby.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20251105183223.89913-7-ast@fiberby.net> X-BeenThere: wireguard@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: wireguard-bounces@lists.zx2c4.com Sender: "WireGuard" On Wed, Nov 05, 2025 at 06:32:15PM +0000, Asbjørn Sloth Tønnesen wrote: > Move the wg*_flag enums, so that they are defined above the > attribute set enums, as ynl-gen would place them. > > This is an incremental step towards adopting an UAPI header > generated by ynl-gen. This is split out to keep the patches readable. > > This is a trivial patch with no behavioural changes intended. Can we call the subject of this commit `wireguard: uapi: ...`, and same for the other one?