From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-58.mta0.migadu.com (out-58.mta0.migadu.com [91.218.175.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F185D63C9 for ; Wed, 28 Jun 2023 08:22:38 +0000 (UTC) Date: Wed, 28 Jun 2023 10:22:34 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1687940556; 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=yE+zAS36vm7c0KpHY1t0fhT+UJHRW10aXuD6DFFQQx8=; b=b02zPhyrB0viWXXh0GLBNtTOP2VDJjlJViMJyRiczXLw1D+sUdDQWf5iQBRbiwAUm+DSZ4 GwkfOLZSJAijtQiWM1wC82flqBWV6mqVQSyDTnWfZX3pNn60lf6rushEvaa8oYNSNBesqV V0n7owwtOFAkbSRFCaRoQNe5qayGTXA= 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-b2233c7a1459191cc7b0c9c0@orel> References: <20230628001356.2706-1-namit@vmware.com> <20230628-646da878865323f64fc52452@orel> Precedence: bulk X-Mailing-List: kvmarm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230628-646da878865323f64fc52452@orel> X-Migadu-Flow: FLOW_OUT On Wed, Jun 28, 2023 at 10:19:03AM +0200, Andrew Jones wrote: > 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. > OK, I see the .gitignore hunk in patch 1, which is good, since it certainly doesn't need its own patch. I'll just ignore this "patch". Thanks, drew