From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 A655932A3E5; Tue, 2 Jun 2026 18:09:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780423751; cv=none; b=Mwiio12Ao5REN0dFo5VQGoSk4Esffy9ElyUZ+Xxe9AvcQOXowGujH2nA4WWgPRHY0KQCYl+Hwmd2BrECta5DdWhTNrfpptwVl9Vnoqsk8ETnDbjz8KXdApQ5rRztatJbbHh+/NUIceak+PO+9EOr/us4+oqqDmoAPTrxn/rKlTI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780423751; c=relaxed/simple; bh=gZKBwOhQWFMxK8VXhUcXl8FPrwuuYzOd707FIGARVkg=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=HEJr9XINdN7uD0YtA6YB7YA08dixBhLvqS7aLABPemPWixTpzuq0ZFwesMMnHYd1qViVqGpe4oGAyvzFECrH8Xk0V4/WmsztnaJxguxAvHVPnJbMjIVAD16R1aSzcPuggXo9Xibc7EQMX/XndU23n6JBEsVYI3y+BmfugpjNCGM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Tn9uTPgf; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Tn9uTPgf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2AF731F00A0F; Tue, 2 Jun 2026 18:09:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780423746; bh=gZKBwOhQWFMxK8VXhUcXl8FPrwuuYzOd707FIGARVkg=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=Tn9uTPgf4U0NDyRm8U4SHboCRMFqRm7jFx0LY9MGO5GWbeR0+aif5+nFiMOqr8CTm LXH3nYbN1zV+v6anTWTuvMvSdFCIzgKvOx778RrpBS37glhZt2Z7a3TXdgeSnA3rhQ yUXRE1fSBOweAwaVw1tfM1BVfww9oHea8cXpME95iSCUcQ6nMv/PjJPy/baWHZtGkP 1AIig1y7AgSBUxzufYwYJ045hJgjFQXUn8PgLtL4MKUFJEldScTNc+gcFfnMvnUkP1 sxa6zSkgeF4TQLpf28LJboIBAHSnAENYknoczC3AdWVj/Wr1x7TOmEIh1GMcpjvrR+ EloD62pryZgKQ== Date: Tue, 2 Jun 2026 11:09:04 -0700 From: Jakub Kicinski To: Justin Lai Cc: Alexander Lobakin , "davem@davemloft.net" , "edumazet@google.com" , "pabeni@redhat.com" , "andrew+netdev@lunn.ch" , "linux-kernel@vger.kernel.org" , "netdev@vger.kernel.org" , "horms@kernel.org" , Ping-Ke Shih , Larry Chiu Subject: Re: [PATCH] rtase: Avoid sleeping in get_stats64() Message-ID: <20260602110904.47b149b6@kernel.org> In-Reply-To: References: <20260601062447.64027-1-justinlai0215@realtek.com> 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 Tue, 2 Jun 2026 10:50:13 +0000 Justin Lai wrote: > I'll add the Fixes tag and resend this patch targeting > the net tree. You can just reply with the Fixes tag here, our tooling collects those from the list, like it does review tags. No need to repost.