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 C92491547EE; Tue, 3 Feb 2026 04:04:51 +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=1770091491; cv=none; b=ElN6ZigVYQxRh51GMOev0j1WlXA4a9vctnsL5XzObHjhFb/3JxvkA/dAWVCOgGc2Yle2Z3HDGaXB1JkxfItS4rHiP2FIXEaST4vrxve28GjS42BIqEmXpyYdaCaaGBQpOMBUWK+QBuqTBw9fBfoNH8RFdvXLvKVkE93DMx6Zg5s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770091491; c=relaxed/simple; bh=vUIb9XltpfKWCkFD7i+hZie5duQHouVl0PZYkTgvvKU=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=t5NLVNIr4XmxeULNXPZsGhtOBVFMbmbFRizNbkWG5MKrvEF6EwmDBLmCOlciNOc2k/7Eg4VERIXEbVEkAZgJLw905NrsfeLN5y21mzXv+86f2snwJ6qp1IhXKt7m1kz6KQXQlmsECElZQ0u3NJMMERJ3zdE3T4jvUYKxSpLu0h0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jUQEEwoL; 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="jUQEEwoL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 86F72C19425; Tue, 3 Feb 2026 04:04:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770091491; bh=vUIb9XltpfKWCkFD7i+hZie5duQHouVl0PZYkTgvvKU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=jUQEEwoLc7ewgVTQbtfouaegtLjAyOnje3a0/yW9Sz3Q0QiinVRadQakBaJp43oq5 5BdIblsPd0kPhyTsZKxBh6oCJXue2YPrOtFZCsyWIDglPmS2+1Y7YQTJ9R6L7qd89L ENjmN3t/qabTr4K26YOFaXv03NI3ybP1farAsD9ZoASkza2Rh/Kse03ZMESIfLpxqE ys0tccI2WlY5k/rr7WDl3K655ZX72ieWwHmcNMqP6eG6BJEj3pGQnwVdzmJSqbWvd4 U7UvGZFuZJTn9pxtcbn3KMvcEO6gWDGrK6yw4jYjsqUQy3qWiDwDtMU0KufU/Eosiq 1awEIRNU19QxA== Date: Mon, 2 Feb 2026 20:04:49 -0800 From: Jakub Kicinski To: Tariq Toukan Cc: Eric Dumazet , Paolo Abeni , Andrew Lunn , "David S. Miller" , Donald Hunter , Jiri Pirko , Jonathan Corbet , Saeed Mahameed , "Leon Romanovsky" , Mark Bloch , , , , , Gal Pressman , Moshe Shemesh , Carolina Jubran , Cosmin Ratiu , Jiri Pirko , Randy Dunlap , Simon Horman , Krzysztof Kozlowski Subject: Re: [PATCH net-next V7 09/14] devlink: Allow rate node parents from other devlinks Message-ID: <20260202200449.775fabe9@kernel.org> In-Reply-To: <20260128112544.1661250-10-tariqt@nvidia.com> References: <20260128112544.1661250-1-tariqt@nvidia.com> <20260128112544.1661250-10-tariqt@nvidia.com> Precedence: bulk X-Mailing-List: linux-kernel@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 Wed, 28 Jan 2026 13:25:39 +0200 Tariq Toukan wrote: > +EXPORT_SYMBOL_GPL(devl_rate_lock); Why is this exported? There is no caller outside of core..