Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp498873pxj; Thu, 13 May 2021 09:44:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwY/xK11kl72l2sKmAdP1ylhfz6IwkdqkRaIZWRynvW8S1+J2mzytuENGLM65KPBo9uOvF5 X-Received: by 2002:a05:6808:f0b:: with SMTP id m11mr3521857oiw.12.1620924268050; Thu, 13 May 2021 09:44:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620924268; cv=none; d=google.com; s=arc-20160816; b=SnTpXPwPq1rXI5yRW/iHqQOf0cHyZbmc3nvwLa4eDpBavYsSfM3jtYehA5rvQoB74v 4INdmXrTT99LT3NEiwb6hQs3bJ8hcXBbN5hx4Y9mmDH8MK2XORKO993Kn9SC4JVSUHFm x90cbbLN6VT82b86JDoU+3WhHoBtYrS5zsEbEhmv+jdl3i5UZmWzmVt8BlkaNPsBBriV s+Tg+xF3HJJj1cHhWP85+pfhomyym84WKEnGFvonjnDGAj9qW6DPR9pXelrIlr0K4MqA Q8NKVv48mncG5d7J1diini4HhHVdPg12rILL3Z+Gf9FHFoqnnXCLhxwzMaZFY6NJaL3E x96Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=ir9etylUVnKHSJglt2XL9PRw7FFTUXC0LbV7MeS6pJ0=; b=ebfzJU0D16jucwOfskXnNsHy65YQZta4NzGTLYKubZLQX7pv0ZJCglXrJYRpaCkH8z 573DxsvEAa+gAXGBFj9TFBgIAA3FllI4yU8ODholBHhT6HKVe8CNz3z05FBrqqdemGRT erX4GihSgpIKFAsoJsc9KUDlLfCf+QesYhx7TZoXRDA7B3ODgZiDTL7xTW+M3XRQPW7e lY3s9vnNdgSIOAAFJ5cVNmQxC8iHGxd+I+fyHo0Vjhb/405WkzMfWz6iz1Loq+pTvg7e P5pq0CIRj9mb+4yI49dIwSF8LCbB0m9gzxvHVW9bsk0SKLDRWVOfRSpd2JbFHD3gt94u i6kA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z6si3793732oiz.46.2021.05.13.09.44.08; Thu, 13 May 2021 09:44:28 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233420AbhEMQoY (ORCPT + 99 others); Thu, 13 May 2021 12:44:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:38326 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230491AbhEMQoX (ORCPT ); Thu, 13 May 2021 12:44:23 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 01FDA61438; Thu, 13 May 2021 16:43:11 +0000 (UTC) Date: Thu, 13 May 2021 12:43:10 -0400 From: Steven Rostedt To: Thomas Gleixner Cc: Sebastian Andrzej Siewior , netdev@vger.kernel.org, Juri Lelli , linux-rt-users , LKML , sassmann@redhat.com, "David S. Miller" , Jakub Kicinski , stable-rt@vger.kernel.org Subject: Re: [PATCH net-next] net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT Message-ID: <20210513124310.1d8b33f0@gandalf.local.home> In-Reply-To: <20210512205046.7eabe8fc@oasis.local.home> References: <20210512214324.hiaiw3e2tzmsygcz@linutronix.de> <87k0o360zx.ffs@nanos.tec.linutronix.de> <20210512205046.7eabe8fc@oasis.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 12 May 2021 20:50:46 -0400 Steven Rostedt wrote: > On Thu, 13 May 2021 00:28:02 +0200 > Thomas Gleixner wrote: > > > No matter which variant we end up with, this needs to go into all stable > > RT kernels ASAP. > > Is this in rt-devel already? > > I'll start pulling in whatever is in there. I don't see this in the rt-devel tree. The stable-rt releases always pull from there (following the stable vs mainline relationship). Is there going to be a new rt-devel release? -- Steve