Message ID | 20240604154425.878636-1-bigeasy@linutronix.de (mailing list archive) |
---|---|
Headers | show
Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 F160A13C9CF; Tue, 4 Jun 2024 15:44:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717515890; cv=none; b=STHcgmyxEPtzMQfh4Q+HmPNw5Fg94bcslJdDjfsnA0PG7W78xxVAyB1Be2TSUmspTbQkvWOOzqw6CHhS/sZJgSO7+/3JXxPuwTQlFuydZCk+CIP2rMihjCfsJHxpp42BhK8J9cphGy805cDEkoiDQSBAOV/o0nbgdPBVAMiF3go= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717515890; c=relaxed/simple; bh=Y9KIydymO5KP6Ro+ZXK5X5wzLBFwrtXuEvN1t0Y95P0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=LmrBgWgMSE/Nko54QoxZPeHrgx+uLcNaafhHViE3a4FRklZvuKpP671BAlm/1y24CHKvS15Q5Z+mLlfEZBHf/arpTrQoXexG7hhreoEAVZqWGNwSfX03mZR9qvqqCcjH2P/Nf8iyfZifCYhjwwmQxjcrL+mYrwA0ae18Wad/bQ4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=3wlAAubi; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=hFvzdsh/; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="3wlAAubi"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="hFvzdsh/" From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1717515886; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=tlyf5sAkQCwC4isYlW+8wOAOHpxy48UiRTAjqTYeVNQ=; b=3wlAAubif36FjzSyHIp8aMQZGUsozxH8NnOq+veQuaIX0653fsA3Dvp86Zd5BlFYivofUQ TPwvxGdJFpdrba2PaXS6ddySnYX6akUMb4yFyjkI1Rj8rosQt5/1CV4yuWWtfgloUKEOn9 tQJTnqX3yKenvbfGft/IyizF1EsktSA22gb2R9KXQbjWiKc84o7mh/fB39PkTnLxnn/2nT Zs3ThiLJdzMNH/JBj1UkAk8VbGCZfuaH26mqvOjbwU22nI6ZGCgww9YjuTzi8x0Z4Mw6aB 6YkQg/puCrsU/qSYptiByqQWvsRu6fwgYMovtolp6P8/0wVIN/kNcq1QI1HLpA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1717515886; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=tlyf5sAkQCwC4isYlW+8wOAOHpxy48UiRTAjqTYeVNQ=; b=hFvzdsh/zdTbryFmf+d/VExo7Rou9jMM0M6p0WKe6eqAnns3SH2EkFzQhQGlcZA2BmtI3O 3DS1kfK5UWjqeTCA== To: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Cc: "David S. Miller" <davem@davemloft.net>, Daniel Bristot de Oliveira <bristot@kernel.org>, Boqun Feng <boqun.feng@gmail.com>, Daniel Borkmann <daniel@iogearbox.net>, Eric Dumazet <edumazet@google.com>, Frederic Weisbecker <frederic@kernel.org>, Ingo Molnar <mingo@redhat.com>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, Peter Zijlstra <peterz@infradead.org>, Thomas Gleixner <tglx@linutronix.de>, Waiman Long <longman@redhat.com>, Will Deacon <will@kernel.org> Subject: [PATCH v4 net-next 00/15] locking: Introduce nested-BH locking. Date: Tue, 4 Jun 2024 17:24:07 +0200 Message-ID: <20240604154425.878636-1-bigeasy@linutronix.de> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Patchwork-Delegate: kuba@kernel.org |
Series |
locking: Introduce nested-BH locking.
|
expand
|
On Tue, 4 Jun 2024 17:24:07 +0200 Sebastian Andrzej Siewior wrote: > Disabling bottoms halves acts as per-CPU BKL. On PREEMPT_RT code within > local_bh_disable() section remains preemtible. As a result high prior > tasks (or threaded interrupts) will be blocked by lower-prio task (or > threaded interrupts) which are long running which includes softirq > sections. Appears to not apply cleanly, please rebase