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=-1.0 required=3.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS 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 DBD36C282C8 for ; Mon, 28 Jan 2019 16:45:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A0E822084C for ; Mon, 28 Jan 2019 16:45:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=netronome-com.20150623.gappssmtp.com header.i=@netronome-com.20150623.gappssmtp.com header.b="vfUm+iM5" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389939AbfA1Qpl (ORCPT ); Mon, 28 Jan 2019 11:45:41 -0500 Received: from mail-pf1-f193.google.com ([209.85.210.193]:36395 "EHLO mail-pf1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389463AbfA1Qpi (ORCPT ); Mon, 28 Jan 2019 11:45:38 -0500 Received: by mail-pf1-f193.google.com with SMTP id b85so8250039pfc.3 for ; Mon, 28 Jan 2019 08:45:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netronome-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=vo7H5d4bcK+3XGLxyB/IbmyfRY9Jm1enCxPFtepflKs=; b=vfUm+iM5ZndcQB3DqBW9EE72KuUhRNSwbLRIOXZcXzjfMgPV9/QLa8RN0oCLE5Wt9U Md0uRCJsfwOvb0HXCNTvxOk5oT3xtZUSQkHDCjIFdzymwqtzQzXe++Q2T/PxI5+ClvyM NzClzPJEurJCdn8RV3t+lJffKUpaZ9md3JITGNhRKRMNUmWSDsqv9jW6q7CEKjmB3lrr FQHFVluR0QfRJ+alN/QfbhnA1n2SRxVNMOihOIsMHX4YH1np624fkgYi9lehH4aP9t1P Odm023oZ6Pf6dRfIUQCpMXFbeL9uQOc5+C8No+4qtpzCetbKWdtrj3B35PNvj4jl9MKD sKRA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:organization:mime-version:content-transfer-encoding; bh=vo7H5d4bcK+3XGLxyB/IbmyfRY9Jm1enCxPFtepflKs=; b=UrhoBqDayixTDqqJMj4W/lMS+ZRV+h9hCCbrnGMSaHK94NMwLgrU/GNhYQx+9CmwDm Rba7dnloomsxFUDlL70ZFXCOtAcOalvEGiSEaxPm5aN90eTP6CUrI8oTKVK8hv9cQ6dY 8t8Um/n2QpVunrPNU2CObxhFoBH4V1/oq9JMaeGVzeuarqDfPC7EWQLk95BTmNV4Ws58 byL6HFHfVE/25qd7FSVbyLD6aVHxgjtE0R/vkf5vawNS1TcbJ5qhcfrZvSXnzAHIsGKB DewLneU4ey8XrfATiI7k4QTlCEXMkV7s45N7qqWYwY7IxLnLL+f/yuMy8Jh1KrbxmtAU gOKg== X-Gm-Message-State: AJcUukexJHLIC8G5KXG22cZs9SazCncsjU1caOD90ANExWBArOeiy1g0 RTsdbp4S9BldplWQAVl4mKF4bg== X-Google-Smtp-Source: ALg8bN7qJrvGQy5y1WvuTD4+bBc+vFIZg/cCud+H2c4iaaTXH7fd/pP8eTmtdwYjNnLN/lVZrFk+Ug== X-Received: by 2002:a62:6408:: with SMTP id y8mr22376323pfb.202.1548693937954; Mon, 28 Jan 2019 08:45:37 -0800 (PST) Received: from cakuba.hsd1.ca.comcast.net ([2601:646:8e00:727e::2]) by smtp.gmail.com with ESMTPSA id k14sm54941465pgs.52.2019.01.28.08.45.37 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 28 Jan 2019 08:45:37 -0800 (PST) Date: Mon, 28 Jan 2019 08:45:34 -0800 From: Jakub Kicinski To: Alexei Starovoitov Cc: Daniel Borkmann , netdev@vger.kernel.org Subject: Re: [PATCH bpf-next v2 0/3] selftests: bpf: break up test_verifier Message-ID: <20190128084534.183789e5@cakuba.hsd1.ca.comcast.net> In-Reply-To: <20190128055719.kqvebv2ievpklydy@ast-mbp> References: <20190125232444.30172-1-jakub.kicinski@netronome.com> <20190126055528.r3xvfgtazdf44ab6@ast-mbp.dhcp.thefacebook.com> <20190125221728.3990b9d1@cakuba.netronome.com> <20190126062120.pzb4jw2rzv6o5jp3@ast-mbp.dhcp.thefacebook.com> <20190127103328.266e363e@cakuba.hsd1.ca.comcast.net> <20190127205413.231fcc05@cakuba.hsd1.ca.comcast.net> <20190128055719.kqvebv2ievpklydy@ast-mbp> Organization: Netronome Systems, Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sun, 27 Jan 2019 21:57:20 -0800, Alexei Starovoitov wrote: > My tripple check failed. > Turned out that the eariler attempt to merge it created > selftests/bpf/verifier/ directory with .gitignore file inside it > and 'git am --abort' and 'git rebase --hard' kept it in place. > (since .gitignore was there) > > 'git' wasn't very helpful with the following message either: > ---- > Applying: selftests: bpf: prepare for break up of verifier tests > error: sha1 information is lacking or useless (tools/testing/selftests/bpf/Makefile). > error: could not build fake ancestor > Patch failed at 0001 selftests: bpf: prepare for break up of verifier tests Aw, weirdness. > But the odds were in my favor tonight :) > > Applied to bpf-next. Thanks! Awesome :)