From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D053B2D5932 for ; Sun, 12 Apr 2026 21:11:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776028275; cv=none; b=RlSWWRZRmz9hXFbfAD7d5srSGYtmtzAr/F+Cy/3KVEKHo8JJGikyF1e5KJoBtt7QV0CRnx3xZ4To+mfW34foSIqORRvddi9Ebd0o1y/TYp9iyrXrDZL/Qeol7w5PjoXQlMq6Ha4VZbsmT31BIRYZO3EraGH52E+tsoS3OyWHbF4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776028275; c=relaxed/simple; bh=7h72O8J1t6GQdbWDBIiZ/xoi8r5SCMuSyGW9OZgZNHY=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=TQ9J3IHVdPQ2GKN3pYsCkUwCE9Zg8jjQaR9id6VAsvK7rZOssZKDq1TnLiCvlMvGZZKIL2dLPl8AKwKu1t3vohZlnKtLU1sNNIA/s21frsgqm2VZRdPKEVtpF7v672zVcrv6cbz5VjecZRdqRdmtoRMbJ2eHeIhfLGC7eMM2Tx4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VLE03Y4L; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="VLE03Y4L" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 22D91C19424; Sun, 12 Apr 2026 21:11:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776028275; bh=7h72O8J1t6GQdbWDBIiZ/xoi8r5SCMuSyGW9OZgZNHY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=VLE03Y4LP7DR+N6Uri8oGO1EEawfE2dUfH3pcqBfCAuc1RzbPucGUmMdFNBAWdhXQ INXgB5CuA9SS5dEfz2vWHkJfKyLBU/vB7lWFQowGfc8wBISe3Wl2QH8LokEg1d0CRJ nbsct30LqH3yQguDdvKmquZX971VHK1uBfFq8etu8nofab4GKemaHzCmubCHYG/wrv FegzbkcJnReYDZA+/wbcZ6MtWPv0DHxn2Le2BIPj8wwO6URSRKn8fuMarbl3r5jkhq kwi8i+bfsN7Hf9v6FHGxmx/hyC8YaKkFw8o6c9QpKU6pdMXKSzw7un7G9HMWrvWMVG JJ7/U1iYeRouw== Date: Sun, 12 Apr 2026 14:11:14 -0700 From: Jakub Kicinski To: Kuniyuki Iwashima Cc: "David S . Miller" , David Ahern , Eric Dumazet , Paolo Abeni , Simon Horman , Kuniyuki Iwashima , netdev@vger.kernel.org Subject: Re: [PATCH v2 net-next 00/15] ip6mr: No RTNL for RTNL_FAMILY_IP6MR rtnetlink. Message-ID: <20260412141114.143d0858@kernel.org> In-Reply-To: References: <20260410211726.1668756-1-kuniyu@google.com> <20260412075856.68f37eb6@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 12 Apr 2026 13:50:59 -0700 Kuniyuki Iwashima wrote: > > Hitting a bunch of: > > > > SKIP no netlink MFC interface > > > > on the new test here. Do we need to add something to .../config ? > > No, I used SKIP() intentionally becuase only IPv4 has the MFC > netlink interface and IPv6 does not have the corresponding one. > > Should I just return 0 in this case instead of SKIP() ? XFAIL