From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=unavailable 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 EE6D6C46470 for ; Fri, 17 May 2019 21:51:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C1AD82166E for ; Fri, 17 May 2019 21:51:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729354AbfEQVvG (ORCPT ); Fri, 17 May 2019 17:51:06 -0400 Received: from mx2.suse.de ([195.135.220.15]:60676 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726876AbfEQVvE (ORCPT ); Fri, 17 May 2019 17:51:04 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 086D9AFA1; Fri, 17 May 2019 21:51:03 +0000 (UTC) Date: Fri, 17 May 2019 21:50:58 +0000 From: Michal Rostecki To: Alexei Starovoitov Cc: Michal Rostecki , Shuah Khan , Alexei Starovoitov , Daniel Borkmann , Martin KaFai Lau , Song Liu , Yonghong Song , "David S. Miller" , Jakub Kicinski , Jesper Dangaard Brouer , John Fastabend , Jiong Wang , Mathieu Xhonneux , "open list:KERNEL SELFTEST FRAMEWORK" , Network Development , bpf , LKML , Xdp Subject: Re: [PATCH bpf-next 0/2] Move bpf_printk to bpf_helpers.h Message-ID: <20190517215058.GA10873@wotan.suse.de> References: <20190516112105.12887-1-mrostecki@opensuse.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 16, 2019 at 11:43:03AM -0700, Alexei Starovoitov wrote: > On Thu, May 16, 2019 at 4:21 AM Michal Rostecki wrote: > > > > This series of patches move the commonly used bpf_printk macro to > > bpf_helpers.h which is already included in all BPF programs which > > defined that macro on their own. > > makes sense, but it needs to wait until bpf-next reopens. Sorry for that! Please apply the v2 patch when bpf-next repoens.