Message ID | 20220808094623.387348-1-asavkov@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <netdev-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 410D4C25B0C for <netdev@archiver.kernel.org>; Mon, 8 Aug 2022 09:46:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239693AbiHHJqg (ORCPT <rfc822;netdev@archiver.kernel.org>); Mon, 8 Aug 2022 05:46:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48260 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236126AbiHHJqb (ORCPT <rfc822;netdev@vger.kernel.org>); Mon, 8 Aug 2022 05:46:31 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 97E3713FB6 for <netdev@vger.kernel.org>; Mon, 8 Aug 2022 02:46:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1659951989; 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=CATJsLzh9dqNAeA/bbh4vRHu/B2gybUkf1l0MbSxLA0=; b=PbDhrV/xg8sd8re7zYI2kZ5QptuI+i82BJ+lXqrJ2w0WYgBzOub1Rf35OK7UtMpAb1yHcW iBpcN/uhZJYKI9ls3kHSJbU8Kx4H3vhH4uiGHqBo79AKhROUbGSIjOjkJkdiMUutZ5H5TN qQpIOthGX/nJRwkf/oi+K7R11+SR6zk= 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-158-pdAjX2mwOKOK_dr-F4ltWQ-1; Mon, 08 Aug 2022 05:46:25 -0400 X-MC-Unique: pdAjX2mwOKOK_dr-F4ltWQ-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 2498C1C05133; Mon, 8 Aug 2022 09:46:25 +0000 (UTC) Received: from shodan.usersys.redhat.com (unknown [10.43.17.22]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D6C4D945D1; Mon, 8 Aug 2022 09:46:24 +0000 (UTC) Received: by shodan.usersys.redhat.com (Postfix, from userid 1000) id C3E9C1C02A9; Mon, 8 Aug 2022 11:46:23 +0200 (CEST) From: Artem Savkov <asavkov@redhat.com> To: Alexei Starovoitov <ast@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, Andrii Nakryiko <andrii@kernel.org>, bpf@vger.kernel.org, netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Andrea Arcangeli <aarcange@redhat.com>, Daniel Vacek <dvacek@redhat.com>, Jiri Olsa <olsajiri@gmail.com>, Song Liu <song@kernel.org>, Daniel Xu <dxu@dxuuu.xyz>, Artem Savkov <asavkov@redhat.com> Subject: [PATCH bpf-next v3 0/3] destructive bpf_kfuncs Date: Mon, 8 Aug 2022 11:46:20 +0200 Message-Id: <20220808094623.387348-1-asavkov@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 Precedence: bulk List-ID: <netdev.vger.kernel.org> X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net |
Series |
destructive bpf_kfuncs
|
expand
|