Message ID | cover.1676542796.git.vmalik@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <bpf-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5A589C61DA4 for <bpf@archiver.kernel.org>; Thu, 16 Feb 2023 10:33:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230036AbjBPKdt (ORCPT <rfc822;bpf@archiver.kernel.org>); Thu, 16 Feb 2023 05:33:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41332 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230052AbjBPKdr (ORCPT <rfc822;bpf@vger.kernel.org>); Thu, 16 Feb 2023 05:33:47 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB64F5B86 for <bpf@vger.kernel.org>; Thu, 16 Feb 2023 02:32:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1676543575; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=8AAUI3PcbzXKBBVlg6I+wfiBGdAIt2D64w3Vzc4iXUc=; b=K10GtVFdBTxA3x4dP0Y3K51nnp2WzWefGX1CbO66afJSGi96hMJhSihq53Mw332MKmwMXj rM7r30gFJw2TJv+tpo0gYb9pn8fIVK9hAf+szsybjbjYWXcpm8YAYj6Cc1AYdLbe4yQWnX ibdQ455s5fdY4MdrBTl54z8AK1jkke4= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-533-UzmVF1UIN3-DjXEZuAxsZA-1; Thu, 16 Feb 2023 05:32:50 -0500 X-MC-Unique: UzmVF1UIN3-DjXEZuAxsZA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 03DEC85CBE6; Thu, 16 Feb 2023 10:32:50 +0000 (UTC) Received: from ovpn-193-202.brq.redhat.com (ovpn-193-202.brq.redhat.com [10.40.193.202]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2033240C1423; Thu, 16 Feb 2023 10:32:46 +0000 (UTC) From: Viktor Malik <vmalik@redhat.com> To: bpf@vger.kernel.org Cc: Alexei Starovoitov <ast@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, John Fastabend <john.fastabend@gmail.com>, Andrii Nakryiko <andrii@kernel.org>, Martin KaFai Lau <martin.lau@linux.dev>, Song Liu <song@kernel.org>, Yonghong Song <yhs@fb.com>, KP Singh <kpsingh@kernel.org>, Stanislav Fomichev <sdf@google.com>, Hao Luo <haoluo@google.com>, Jiri Olsa <jolsa@kernel.org>, Luis Chamberlain <mcgrof@kernel.org>, Viktor Malik <vmalik@redhat.com> Subject: [PATCH bpf-next v6 0/2] Fix attaching fentry/fexit/fmod_ret/lsm to modules Date: Thu, 16 Feb 2023 11:32:40 +0100 Message-Id: <cover.1676542796.git.vmalik@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: <bpf.vger.kernel.org> X-Mailing-List: bpf@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net |
Series |
Fix attaching fentry/fexit/fmod_ret/lsm to modules
|
expand
|