Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp6955216yba; Thu, 2 May 2019 01:15:43 -0700 (PDT) X-Google-Smtp-Source: APXvYqxTUJOvTqgA2CkCIqVQeX+DkNWOuJQ3XTDt6I0Or/1RJeBAwJKRqIe08dpSyOXDWZnU2ll8 X-Received: by 2002:a17:902:8bca:: with SMTP id r10mr2356922plo.67.1556784943132; Thu, 02 May 2019 01:15:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556784943; cv=none; d=google.com; s=arc-20160816; b=TpG7LrQJXUg0/Q+DHWfB/OcMYafW4hK+LI+SeA15mTqWlmdun9ylBVu3m3um5L7dTJ WaDdQ1+GAjWJIn3anQ0do96kIT2svYtz32nJPfaqsWTvrKPsEAjabhGyBq/i8uoGpgh5 By97F7HfDySKCjRcGvxgYJN32j9jpqvR4j8U+6sLc38oev0JiBL/EgHA1WiMHRbMLKHu o3L0NRJXDTlHb2rK9tl1K5pxsK/LLVZVZrPDPYY++LU6sA3pu4x37F4kWKZo2iIikUtY wNks5qXmzbkM3onA10ukMcLPd1c9xkgSn9xdtni/JNHKNssJtEoXcGOyhhpcF9GVtC8h CgRA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Qyn/mG2Vnsd6gUh4apMwRZJbpo1WvLDKCO197akglDM=; b=SGa/JDbHyxZg5YEfmHtlmowdropI19JDkIMZKt0R6KfTDgMEn94AidBS8NAEdOsVfC 23Du0ErkI1y8KDctMxKckhzF8xxCkv4huKF16mz8X051wtq9po4eVmm6vkP9DFp/OBWx 9oAGsQ4cYZU7wOgXvK+o52AAVc0Dk1MtdWU/25X/PyMUpQyxNI3PPSk0OKmjXfAlrj6c EOiZ9OL+NYqk4kIr4MOR27C+NKHCyh4DIoGB2boX7HsUKwB9jM8kIhdN+6lCcSzk6XgR EkPK8sjcYyh4q7E7Ox0uc7r3xazxWIrHCExbnAJa54GPsROaZzmlZ65NMyzBP6UFT/nX HTOg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d30si46764977pld.342.2019.05.02.01.15.27; Thu, 02 May 2019 01:15:43 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726326AbfEBIOg (ORCPT + 99 others); Thu, 2 May 2019 04:14:36 -0400 Received: from mx2.suse.de ([195.135.220.15]:56450 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726159AbfEBIOg (ORCPT ); Thu, 2 May 2019 04:14:36 -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 7BA59ABE7; Thu, 2 May 2019 08:14:34 +0000 (UTC) Date: Thu, 2 May 2019 10:12:16 +0200 From: Michal Rostecki To: Y Song Cc: Michal Rostecki , Alexei Starovoitov , Daniel Borkmann , Martin KaFai Lau , Song Liu , Yonghong Song , netdev , bpf , LKML Subject: Re: [PATCH] bpf, libbpf: Add .so files to gitignore Message-ID: <20190502081215.pgolgoucdlnlgzui@workstation> References: <20190430162501.13256-1-mrostecki@opensuse.org> <20190430172701.jegv3tmcvo3ytdri@workstation> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 30, 2019 at 02:08:35PM -0700, Y Song wrote: > On Tue, Apr 30, 2019 at 10:28 AM Michal Rostecki wrote: > > > > I forgot to add "bpf-next" to the subject prefix, sorry! > > Maybe you can submit a v2 of this patch with my ack below so the patch > can be easily applied without tweaking? > Acked-by: Yonghong Song Sure, I will do it now.