Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp656277ybl; Wed, 11 Dec 2019 05:33:48 -0800 (PST) X-Google-Smtp-Source: APXvYqxveJFZOv4xF2WwmhzN5wUvA62a0JCALW+7G9rnazziE2mIoaHnBfaGzDs5agJli5WeH4fy X-Received: by 2002:a05:6830:1bf1:: with SMTP id k17mr2237989otb.101.1576071228339; Wed, 11 Dec 2019 05:33:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576071228; cv=none; d=google.com; s=arc-20160816; b=hR+H3nclxut1KU1iQ5M5wUHAC4RY0Nbuoxpqw9Ngh/JOSg34+r1YwZyKVfqfF11JtE gr//9t4f4Dj7p4VaDVJ/CO52XKAEGzYxlmFKZfW7H4xUSMVN+ZRcdeNNJNR8kki59mDR 5+yWgoPfvjpz+kXDGvjt+RDFx7SyQbGNEvYHv7nc4ko2mGttMeGSnCoGxj778VH5lpx/ F0WI8ekJYPwLodjJtHrEB5QNIJ3/rtaR+D5DRsKKvMJoKfkanewdg2BGAGx48iWE2Mm/ Ptg2PqfJ8qYgI4nlFnzRF4YJFdDBFI7NpNR65oNfaBKg/4/M9c4pO62+xAYvLMYHk83R Dvwg== 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-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=J96TFc7/rw3A6rA/DUW9fO6f46e+Rom55qDGaseP6+Q=; b=wujNYtQJ2cOEvYevDyxs9FpoDFtXuCaI78i6utfTVQqNiLGnQ+WiJ+EWYJ+aX+0oHY +2AO2NMVaIoG9Q2pE5paHz+Km4Vg1l/xZH+Ro2228AGY5Z5nFTp5/rCkISICaiyFTSEs EnpFJyb1IpC5I8OAmN3ZCBykSOZ3vhZXF6IPZKd3r2HCN1ssLCAk0gN28ZpWRIJI1Bji /DaJXeBfcxlA2y4TY+1dfQKOKJ2bVcHUw0trZ1CTBieZhya42EQhSGfup1oBo1M7PZRB lCCjzvvfvyw4iykGRmaiYneB25QZ2icTSHyPmLZsb9xHU4fPkouZpDAKk+z3ogxVQuVE v3hQ== 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 a205si1210634oii.95.2019.12.11.05.33.35; Wed, 11 Dec 2019 05:33:48 -0800 (PST) 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 S1729524AbfLKNdF (ORCPT + 99 others); Wed, 11 Dec 2019 08:33:05 -0500 Received: from www62.your-server.de ([213.133.104.62]:33956 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727477AbfLKNdF (ORCPT ); Wed, 11 Dec 2019 08:33:05 -0500 Received: from [2001:1620:665:0:5795:5b0a:e5d5:5944] (helo=localhost) by www62.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89_1) (envelope-from ) id 1if26w-0005zf-Te; Wed, 11 Dec 2019 14:33:02 +0100 Date: Wed, 11 Dec 2019 14:33:02 +0100 From: Daniel Borkmann To: Toke =?iso-8859-1?Q?H=F8iland-J=F8rgensen?= Cc: Jakub Kicinski , Alexei Starovoitov , lkml , netdev@vger.kernel.org, bpf@vger.kernel.org, Martin Lau Subject: Re: [PATCH bpf v2] bpftool: Don't crash on missing jited insns or ksyms Message-ID: <20191211133302.GD23383@linux.fritz.box> References: <20191210181412.151226-1-toke@redhat.com> <20191210125457.13f7821a@cakuba.netronome.com> <87eexbhopo.fsf@toke.dk> <20191211130857.GB23383@linux.fritz.box> <87zhfzf184.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87zhfzf184.fsf@toke.dk> User-Agent: Mutt/1.12.1 (2019-06-15) X-Authenticated-Sender: daniel@iogearbox.net X-Virus-Scanned: Clear (ClamAV 0.101.4/25660/Wed Dec 11 10:47:07 2019) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 11, 2019 at 02:20:11PM +0100, Toke H?iland-J?rgensen wrote: > Daniel Borkmann writes: > > On Tue, Dec 10, 2019 at 10:09:55PM +0100, Toke H?iland-J?rgensen wrote: > > [...] > >> Anyhow, I don't suppose it'll hurt to have the Fixes: tag(s) in there; > >> does Patchwork pick these up (or can you guys do that when you apply > >> this?), or should I resend? > > > > Fixes tags should /always/ be present if possible, since they help to provide > > more context even if the buggy commit was in bpf-next, for example. > > ACK, will do. Thank you for picking them up for this patch (did you do > that manually, or is this part of your scripts?) Manually right now, but if you have some cycles, happy to pick up a patch [0]. :) [0] https://git.kernel.org/pub/scm/linux/kernel/git/dborkman/pw.git/