Message ID | 20210828052006.1313788-1-davemarchevsky@fb.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 X-Spam-Level: X-Spam-Status: No, score=-19.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A547C432BE for <bpf@archiver.kernel.org>; Sat, 28 Aug 2021 05:20:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4F63E60ED3 for <bpf@archiver.kernel.org>; Sat, 28 Aug 2021 05:20:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231522AbhH1FVI (ORCPT <rfc822;bpf@archiver.kernel.org>); Sat, 28 Aug 2021 01:21:08 -0400 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:13868 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229555AbhH1FVH (ORCPT <rfc822;bpf@vger.kernel.org>); Sat, 28 Aug 2021 01:21:07 -0400 Received: from pps.filterd (m0109334.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 17S5EKF8029770 for <bpf@vger.kernel.org>; Fri, 27 Aug 2021 22:20:16 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fb.com; h=from : to : cc : subject : date : message-id : content-type : content-transfer-encoding : mime-version; s=facebook; bh=4zvGpW/+CcRKYQ0ujJoY+jtdQUnrFfYZk0drmY+X7J4=; b=UPJWw77zQ+R6itueR2VEG6DS16O4SXrg7opB5oWxyok7YhVTg3/LS7Wa1/vHo9zZTpMK i0ORW0yTQUiEPrKwv8CrbtRi4v8H+Tu11Yc7+pYCkGAI5YGYd6YV/l6IEXDnpVSVyqXF Jvjkq9Ed5cFeESgr8lcCSvhIG0hsgcjcX9E= Received: from mail.thefacebook.com ([163.114.132.120]) by mx0a-00082601.pphosted.com with ESMTP id 3aq70jt4cu-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <bpf@vger.kernel.org>; Fri, 27 Aug 2021 22:20:15 -0700 Received: from intmgw002.25.frc3.facebook.com (2620:10d:c085:208::11) by mail.thefacebook.com (2620:10d:c085:11d::5) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Fri, 27 Aug 2021 22:20:15 -0700 Received: by devbig030.frc3.facebook.com (Postfix, from userid 158236) id D00AF5BF0DF1; Fri, 27 Aug 2021 22:20:10 -0700 (PDT) From: Dave Marchevsky <davemarchevsky@fb.com> To: <bpf@vger.kernel.org> CC: Alexei Starovoitov <ast@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, Andrii Nakryiko <andrii@kernel.org>, Yonghong Song <yhs@fb.com>, <netdev@vger.kernel.org>, Dave Marchevsky <davemarchevsky@fb.com> Subject: [PATCH v3 bpf-next 0/7] bpf: implement variadic printk helper Date: Fri, 27 Aug 2021 22:19:59 -0700 Message-ID: <20210828052006.1313788-1-davemarchevsky@fb.com> X-Mailer: git-send-email 2.30.2 X-FB-Internal: Safe Content-Type: text/plain X-FB-Source: Intern X-Proofpoint-ORIG-GUID: fl5Lq00a-7Z3EJUx8BNcWxvmplUUzAub X-Proofpoint-GUID: fl5Lq00a-7Z3EJUx8BNcWxvmplUUzAub Content-Transfer-Encoding: quoted-printable X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391,18.0.790 definitions=2021-08-28_01:2021-08-27,2021-08-28 signatures=0 X-Proofpoint-Spam-Details: rule=fb_default_notspam policy=fb_default score=0 lowpriorityscore=0 malwarescore=0 mlxscore=0 mlxlogscore=999 suspectscore=0 spamscore=0 adultscore=0 phishscore=0 bulkscore=0 impostorscore=0 priorityscore=1501 clxscore=1015 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2107140000 definitions=main-2108280031 X-FB-Internal: deliver Precedence: bulk List-ID: <bpf.vger.kernel.org> X-Mailing-List: bpf@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net |
Series |
bpf: implement variadic printk helper
|
expand
|