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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1362DEB64D7 for ; Wed, 28 Jun 2023 08:29:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233751AbjF1I3M (ORCPT ); Wed, 28 Jun 2023 04:29:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40564 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234752AbjF1I06 (ORCPT ); Wed, 28 Jun 2023 04:26:58 -0400 Received: from out-54.mta1.migadu.com (out-54.mta1.migadu.com [IPv6:2001:41d0:203:375::36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 554EC3A87 for ; Wed, 28 Jun 2023 01:19:05 -0700 (PDT) Date: Wed, 28 Jun 2023 10:19:00 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1687940343; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=8/NpNtfgHWocmA3JK1yueXlTaMV0/c7t/H+GYBwbgk8=; b=w0luHIs1GtcC3Fb18QLuSEHXxi8VN2DHsp/n/vfoWEnf+Ph48ZX9NYWwOW+F7qAGCVjjvv /6mTrqYVYSahEmf7Qn0VFFP/kIQFg2qlRWKXCdwIETWji/6e5VUBr7kNG1s+16vKrqGeEA zYQdagh8eoejIvz7uGqyf09BQ/w+PYs= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Andrew Jones To: Nadav Amit Cc: kvmarm@lists.linux.dev, kvm@vger.kernel.org, Nikos Nikoleris , Paolo Bonzini , Thomas Huth , Nadav Amit Subject: Re: [PATCH] .debug ignore - to squash with efi:keep efi Message-ID: <20230628-646da878865323f64fc52452@orel> References: <20230628001356.2706-1-namit@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230628001356.2706-1-namit@vmware.com> X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Wed, Jun 28, 2023 at 12:13:48AM +0000, Nadav Amit wrote: > From: Nadav Amit Missing s-o-b. > > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 29f352c..2168e01 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -7,6 +7,7 @@ tags > *.flat > *.efi > *.elf > +*.debug > *.patch > .pc > patches > -- > 2.34.1 > The patch threading is busted. Everything in the thread, including the cover letter, is in reply to this patch. Thanks, drew