Message ID | cover.1670249590.git.vmalik@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <bpf-owner@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 68CFBC4332F for <bpf@archiver.kernel.org>; Mon, 5 Dec 2022 15:28:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232727AbiLEP2b (ORCPT <rfc822;bpf@archiver.kernel.org>); Mon, 5 Dec 2022 10:28:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59604 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232744AbiLEP2K (ORCPT <rfc822;bpf@vger.kernel.org>); Mon, 5 Dec 2022 10:28:10 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6642562CB for <bpf@vger.kernel.org>; Mon, 5 Dec 2022 07:26:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1670253982; 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=FPCoDZBbGAxxMbtpl6TZIRTAtu8K/qx3vBH5TmUT1WQ=; b=fX0A0a7UA6DKSHP4E9kcK9WRFl9B4UB2wUGn6G3vDQphmES5OQGYJ8GrZocjuBJLbHSPDM tQn+83yq4Nh3ujastFHddCVhZuK0+oZ22FT0jQRorA/qBwmKkaEwfdCWzpK5038d6V4BEp wbzM2Q9xlY/HGd61yZkoL5JDAAnF4qc= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-396-fV1bERqBN7WxImht3o6nHw-1; Mon, 05 Dec 2022 10:26:19 -0500 X-MC-Unique: fV1bERqBN7WxImht3o6nHw-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 4DB5D3833293; Mon, 5 Dec 2022 15:26:18 +0000 (UTC) Received: from ovpn-193-115.brq.redhat.com (ovpn-193-115.brq.redhat.com [10.40.193.115]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 524B340C6EC3; Mon, 5 Dec 2022 15:26:15 +0000 (UTC) From: Viktor Malik <vmalik@redhat.com> To: bpf@vger.kernel.org Cc: Alexei Starovoitov <ast@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, Andrii Nakryiko <andrii@kernel.org>, Martin KaFai Lau <martin.lau@linux.dev>, Song Liu <song@kernel.org>, Yonghong Song <yhs@fb.com>, 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>, Viktor Malik <vmalik@redhat.com> Subject: [PATCH bpf-next v3 0/3] Fix attaching fentry/fexit/fmod_ret/lsm to modules Date: Mon, 5 Dec 2022 16:26:03 +0100 Message-Id: <cover.1670249590.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
|