Message ID | 20240618072526.379909-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 E523213A41B; Tue, 18 Jun 2024 07:25:33 +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=1718695536; cv=none; b=GAbuP5r0byoIQpYAWNGs2kPg15Z8ZzCUjM0mvVLnM5O+IFXIneVLxJrIvw5jQOS/du2a+a2aTn3DG72gRhZAYnV0YtC5jiADF7ZvK8vsdwxgaBMW2Hpp8O/qawvJEP6PD10BYa+Lt1ED5LP9q1A578TJ4JzxHKeQkUQKDnYKi44= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718695536; c=relaxed/simple; bh=jSt8CNbUvA9rTwhUnR498pGdHxYMZjQy5OeMI7zpRU0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=j+YK8bjsJoK5YBYdyk8QYFG0D5KLczDk2dZNclIrZ4KwE3ew1w4WARsmZpT0AUj8Lc2RloBdfx/XRZp6XOE1dyyfxsuPUjEWI77tOBON2jhQt7Nc5OlBN97GAcakLC1Q9KbmATePV5+kANYi6rDerMx4pmcCE1yI2jHHEezlBzs= 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=sxOvRUzo; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=xtlI0XC+; 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="sxOvRUzo"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="xtlI0XC+" From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1718695530; 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=2BR8yrm8K6byCgOiM6f0MGKoccxZnzrPlbU82xFoyM0=; b=sxOvRUzosmLm4uxSjsk4rbOBEzP3sGaNGqo3Sh4fjLvvdh/e124QMJRIinnO5cnEGN22PU 28X7UmhBv1ZDa4oKtTvFwHZBblf6DQI+tmnKYEWjaYbkRurjQBoqk1tENfh7nXrKst8iGj sfSRAxcZ0biAqQ8c5/rhgZh307DT/C6Vdgxz54O8oFHE1SIppbURPkoVCaQq/i30PIolDq aem+7aXb2RcJmBSXaPwfAe+lm7aykk4oxsY6oAVEIYD/G9KmY2xfB0DZ07bMkoKE2Tn8b5 DOIZeaUL3lrBNsZxtScxwz6WUfL/Wy3Pi5zazxYu7AFe80HQhFlHWhueWA3bjg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1718695530; 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=2BR8yrm8K6byCgOiM6f0MGKoccxZnzrPlbU82xFoyM0=; b=xtlI0XC+1xS3maQgZ9cyTZo2w08Few7EQRkveU60FuqR2NyjGtGXQhQdFhkBV/aEimR68c KjIJEp72dGssxhBQ== 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 v7 net-next 00/15] locking: Introduce nested-BH locking. Date: Tue, 18 Jun 2024 09:13:16 +0200 Message-ID: <20240618072526.379909-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, 18 Jun 2024 09:13:16 +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. Trivial conflict on patch 8 but enough to make the build bots give up.. Please rebase?