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 2D4E67080D; Tue, 5 May 2026 00:09:16 +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=1777939757; cv=none; b=BUibziabpDtos9SYXjt+Ix7cOb6Xm3PXOSMrP/9IwYHFDEnspgkFX5mzOxM+HGOaM8JB00RqoCD0n/GKTPuVCcAKYZwPWZXMnAlWImLLJZ2LYPvtEeNO11cuVr2dIgMGc1RZUxybR8OPAUwE7Mc1b7F5vN3AyMbcULizZLG/dYM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777939757; c=relaxed/simple; bh=nBDaiHkgq6qyTHWG1No9+fMBjir+RY459GFaq0WreOw=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=XUVgLR7zqMEhAtl0zY/OZkO7AyME6Q3XcmyJhmJba+h45MYPthgjuhE//ny6Jp4v1quziH26wbHKnw+LPwyLKEKW/W6SjBwmWsSAZ9VFotv3Uxf/ar/EAMNZWjY3fFAwRhi5dg36jl7B3vZpJWYVy0M87eb+ljUpkVwMXU3tWYc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=CxWXwu95; 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="CxWXwu95" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1549DC2BCB8; Tue, 5 May 2026 00:09:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777939756; bh=nBDaiHkgq6qyTHWG1No9+fMBjir+RY459GFaq0WreOw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=CxWXwu95X7sVf5vh4Phs7b06wOVtewD0Apzr4pSrEiHi+MwpX7kOc0K4tLjkzOZcf CCpMLzIEB6liyrvciIx+yMys6my4bwHN1Pn21SRq3i6z+UxsDCV93SurX0mBiwKOLY NfluGwnE5UuWYyPWDAKv0rH4SbWpgaTz1S1e9swCxUbP1L+l9yC/v0ZJYIvdt3XA5z jlZ0ethB+lM5gImPP/0iVEf74B7X0cSEer55m0TH/WQ7CNZje4N/mNdNe5jpe1AAO1 oDbkpyAoCOGkI83hnoY91MEkOZEL3Yvm4Mmb/IJdBMHJwjv21POibhmq1x06Eashde sEOcPoY85tmUQ== Date: Mon, 4 May 2026 17:09:12 -0700 From: Jakub Kicinski To: Fernando Fernandez Mancera Cc: Alyssa Ross , "David S. Miller" , David Ahern , Eric Dumazet , Paolo Abeni , Simon Horman , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, "Ricardo B . =?UTF-8?B?TWFybGnDqHJl?=" , Krzysztof Kozlowski Subject: Re: [PATCH v2] ipv6: default IPV6_SIT to m Message-ID: <20260504170912.174235db@kernel.org> In-Reply-To: References: <20260503192515.290900-2-hi@alyssa.is> <5f676587-fcdd-4704-9523-07a7fd98455a@suse.de> <878q9zdz6s.fsf@alyssa.is> 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 Mon, 4 May 2026 17:01:43 +0200 Fernando Fernandez Mancera wrote: > > Yes, it appears you're right. I had only tested on ARM. In that case, > > perhaps it make sense to instead set this to m in the arm64 defconfig, to > > preserve the previous situation, but I can also see the value in > > reducing platform discongruity by letting it change to y on arm64 too. > > Changing it on arm64 defconfig would make sense to me too. We should > probably visit other configs that might be in the same situation. That > in my opinion would qualify a net tree fix as you proposed initially. Right. I think the fix as posted makes sense. Tunnel drivers should be =m. If other arches default to =y that's likely an oversight. Fedora and I suspect all other distros (and "prod kernels") set SIT=m.