Message ID | cover.1637924200.git.pabeni@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 E5788C433EF for <netdev@archiver.kernel.org>; Fri, 26 Nov 2021 11:21:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237993AbhKZLYy (ORCPT <rfc822;netdev@archiver.kernel.org>); Fri, 26 Nov 2021 06:24:54 -0500 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:52974 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237992AbhKZLWv (ORCPT <rfc822;netdev@vger.kernel.org>); Fri, 26 Nov 2021 06:22:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1637925578; 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=qkz3t6yTtCyGGIa4smq1sgd2IxE223NuLT4wxqa7ekM=; b=OitM6paGFrDHvquKvAiHhdr30O693FgspUkKg0d+giwPwj5lLgEaaJw6hrMD2wvEKDBFVq anVFrXAL9Fp0rXBW3c5SBOuAEpfOiLPBeC8SATPZ1xmiswWDUF8z92EGSCxkHt255f+KXM Qwd7UihIXwneexA/A9XOs/JeJ75O+LA= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-432-HCoO5XZEMrWFZARas5sMyA-1; Fri, 26 Nov 2021 06:19:35 -0500 X-MC-Unique: HCoO5XZEMrWFZARas5sMyA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 489F61853022; Fri, 26 Nov 2021 11:19:34 +0000 (UTC) Received: from gerbillo.fritz.box (unknown [10.39.194.163]) by smtp.corp.redhat.com (Postfix) with ESMTP id 796E960BF4; Fri, 26 Nov 2021 11:19:19 +0000 (UTC) From: Paolo Abeni <pabeni@redhat.com> To: netdev@vger.kernel.org Cc: Alexei Starovoitov <ast@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, bpf@vger.kernel.org, =?utf-8?q?Toke?= =?utf-8?q?_H=C3=B8iland-J=C3=B8rgensen?= <toke@redhat.com> Subject: [PATCH net-next v2 0/2] bpf: do not WARN in bpf_warn_invalid_xdp_action() Date: Fri, 26 Nov 2021 12:19:09 +0100 Message-Id: <cover.1637924200.git.pabeni@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Precedence: bulk List-ID: <netdev.vger.kernel.org> X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org |
Series |
bpf: do not WARN in bpf_warn_invalid_xdp_action()
|
expand
|