From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [91.216.245.30]) (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 EF09883CD1; Fri, 12 Apr 2024 13:40:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.216.245.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712929253; cv=none; b=hfnvwObVChSCbaUzGnIqMhmk+H60oKc5SwTdgS3LggLde4JpIBLPPSCGOe/CPBm3uOwCQ2zO+FWaEBgiNYh6YVXgm5CsDQYJVlm2UJqFk6LivruyibDLmzGLITTdgakGLYq+CcYzk2gEH5uOFifGyH7Fg0H1hjua/fl4dzdcaWA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712929253; c=relaxed/simple; bh=M6GpdF3l9nDUuFyd7w6GJ5Usgxo66azRNpRVHk8rMV4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XwvCJhzumSLFbBEaC6XegHuEGquGnM0/8z1qclYAZMqtQUH1ERgwRyVmg/R1chsGt6Ls9Dv0Zqy9GKiweydvylCgK9XBphQ43i40imXk84QFdy7Otgww34qkdyLJ34HI8jAD0uiKwq0b3rEqHhWFFGQuyJJSNsqx/25ImBrBaA4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de; spf=pass smtp.mailfrom=strlen.de; arc=none smtp.client-ip=91.216.245.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=strlen.de Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1rvH95-0005tI-VH; Fri, 12 Apr 2024 15:40:47 +0200 Date: Fri, 12 Apr 2024 15:40:47 +0200 From: Florian Westphal To: Jakub Kicinski Cc: Florian Westphal , netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, Paolo Abeni , "David S. Miller" , Eric Dumazet , Pablo Neira Ayuso Subject: Re: [PATCH net-next 00/15] selftests: move netfilter tests to net Message-ID: <20240412134047.GA22157@breakpoint.cc> References: <20240411233624.8129-1-fw@strlen.de> <20240411191651.515937b4@kernel.org> <20240412065330.GG18399@breakpoint.cc> <20240412063848.11b3bc51@kernel.org> Precedence: bulk X-Mailing-List: netfilter-devel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240412063848.11b3bc51@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Jakub Kicinski wrote: > Alright, the workers are churning. For now I excluded this target from > patchwork reporting, but they are running and showing up on the status > page (in the ignored section). > > Looks like most of the tests skip: > https://netdev.bots.linux.dev/contest.html?branch=net-next-2024-04-12--12-00&executor=vmksft-nf > > I looked at a few, they all said: > # mnl_socket_open: Protocol not supported > > The resulting kernel config is here: > https://netdev-3.bots.linux.dev/vmksft-nf/results/548802/config CONFIG_NETFILTER=n I'll make sure that all tests skip in this case and will add it to the config file.