Message ID | 20240408-hid-bpf-sleepable-v6-0-0499ddd91b94@kernel.org (mailing list archive) |
---|---|
Headers | show
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 936AC381AA; Mon, 8 Apr 2024 08:09: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=1712563791; cv=none; b=JCTVTr2S0qhjzcDh4aBGDVkuTTwYxX0Ms1zH7dN4bUA/49xaanAu4sxZAODaO8kfisj18Wj561Ae1YMc8E+U0jkWqLM3hieoW3DTQE1U5OebqgG1FMdsdZlBYi6pW1Mr9jDeiu0TRdiAjFD3JCytRuU6IGaFwKEpAq6q1JE/IrM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712563791; c=relaxed/simple; bh=opoiP/Rbs+qNBZARkVbOAqI4I6o0EeLA/hNQduTWd+M=; h=From:Subject:Date:Message-Id:MIME-Version:Content-Type:To:Cc; b=DuKCrpPWI4Y38rO9xus8BonWVmnVdiCpxnufHpEx2CMYYouBUZrNtSevhEI1mGMpuRgbg5xY2fzKSe3qBiaXHrMdY+R1zl9okWqY9WF4qnP8/cNxWGmmsFSuFlQUX0mjfH+bS19grEJf63iVkJaCWpQ0f5aN1954cBRo52A4mqc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=o4E9K6Pr; 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="o4E9K6Pr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B087C433F1; Mon, 8 Apr 2024 08:09:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712563791; bh=opoiP/Rbs+qNBZARkVbOAqI4I6o0EeLA/hNQduTWd+M=; h=From:Subject:Date:To:Cc:From; b=o4E9K6Pr1sSZu7Q9snc9oekJ5JLvoH/H3Q7O+/mCHpRM7HY422mZg7Av47VJ5SyM4 VpA0eAHHmujovdaFp/j2SaNxm5hU0jpMDnrEmkwayoCihH2RKTFb8fqw3XdWd/OWar x1ad5+rLtBQp6yfZcS4kvOchRjVBgF5UX3wQvifkM485Krhd5547KuxAEnruBr0Uyy KvcIrnj4fBDI4xZDomfNA4DXxK5XmgrVc+Q5V7zTJSJ6x7mLLw/roHqh8yZOX1qJgm p6p4XICtFQArZWJkkXzo/C4WYzy7mQJB9QLMk/3c8PWUszVADlHltg47ZeJJGSL0yz kKTGLKXwGllFw== From: Benjamin Tissoires <bentiss@kernel.org> Subject: [PATCH RFC bpf-next v6 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs) Date: Mon, 08 Apr 2024 10:09:25 +0200 Message-Id: <20240408-hid-bpf-sleepable-v6-0-0499ddd91b94@kernel.org> Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: <linux-kselftest.vger.kernel.org> List-Subscribe: <mailto:linux-kselftest+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-kselftest+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-B4-Tracking: v=1; b=H4sIADamE2YC/23QzWrDMAwH8FcpPs/DViwn2Wkw2AP0Onbwh9KYh iQ4xbSUvPucMFhGcvwL6SehJ5soBprY2+nJIqUwhaHPQb+cmGtNfyEefM4MBCgBAnkbPLdjw6e OaDS2I+6EBC0aX0unWJ4bIzXhvppf7Pz5sdSWiZ7uN/adQxum2xAf684k17Zfvj7gk+SCK+eqG i0ab/37lWJP3esQLyuXYENIdURAJrBEbQWqEtSeKDYEyCOiyIRsbFFWzuhCyB2h/ohCHv0pqeU KjVUDqARqtSNwQwAcEbhcUdautFiTMeYfMc/zD6BWpgLQAQAA To: Alexei Starovoitov <ast@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, Andrii Nakryiko <andrii@kernel.org>, Martin KaFai Lau <martin.lau@linux.dev>, Eduard Zingerman <eddyz87@gmail.com>, Song Liu <song@kernel.org>, Yonghong Song <yonghong.song@linux.dev>, John Fastabend <john.fastabend@gmail.com>, KP Singh <kpsingh@kernel.org>, Stanislav Fomichev <sdf@google.com>, Hao Luo <haoluo@google.com>, Jiri Olsa <jolsa@kernel.org>, Mykola Lysenko <mykolal@fb.com>, Shuah Khan <shuah@kernel.org> Cc: Benjamin Tissoires <bentiss@kernel.org>, bpf@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, Kumar Kartikeya Dwivedi <memxor@gmail.com> X-Mailer: b4 0.12.4 X-Developer-Signature: v=1; a=ed25519-sha256; t=1712563787; l=5180; i=bentiss@kernel.org; s=20230215; h=from:subject:message-id; bh=opoiP/Rbs+qNBZARkVbOAqI4I6o0EeLA/hNQduTWd+M=; b=DmSpZ5TNjcfhuBTdcxC3bYuZ6RRZ/C8vn1jSU2NZtn4ezrBoy6p8M9BvEsarXWB7hFDQfhkJR WsqBjmeliW7Ab+hL/I7o/+0rpNEPskjQ/eiNNmDSoulugHqJZUuVdGD X-Developer-Key: i=bentiss@kernel.org; a=ed25519; pk=7D1DyAVh6ajCkuUTudt/chMuXWIJHlv2qCsRkIizvFw= |
Series |
sleepable bpf_timer (was: allow HID-BPF to do device IOs)
|
expand
|
On Mon, Apr 8, 2024 at 1:09 AM Benjamin Tissoires <bentiss@kernel.org> wrote: > > New version of the sleepable bpf_timer code. > > I'm posting this as this is the result of the previous review, so we can > have a baseline to compare to. > > The plan is now to introduce a new user API struct bpf_wq, as the timer > API working on softIRQ seems to be quite far away from a wq. Looking forward. I think it's almost there.