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 DF49BC001B0 for ; Sat, 15 Jul 2023 07:13:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230160AbjGOHMt (ORCPT ); Sat, 15 Jul 2023 03:12:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229567AbjGOHMq (ORCPT ); Sat, 15 Jul 2023 03:12:46 -0400 Received: from mail.8bytes.org (mail.8bytes.org [IPv6:2a01:238:42d9:3f00:e505:6202:4f0c:f051]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 8E65E35B3 for ; Sat, 15 Jul 2023 00:12:44 -0700 (PDT) Received: from 8bytes.org (p200300f6af03f600fd690381fa83412b.dip0.t-ipconnect.de [IPv6:2003:f6:af03:f600:fd69:381:fa83:412b]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id 2132A280007; Sat, 15 Jul 2023 09:12:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1689405163; bh=yKnctbjoOdhkZFqSVPSHGkZbIRIXDLEr61uG+EIWhtg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=B/iB+5BFJq5yGplXuiSmROaEENfl80bM0BIybABCFPw5y3ECfVerKFwfUZEJg8oJt cwxXusZxmI0zf+L/w0ZN0UgrU9zBo3sWwhJbMH7FlOiE3wMTinKelfBBxE/AWMNT3t cIElhV8RSdhNTqEMW3XZ2cIByA6yrSV6Cxm7iT8m/1riEb719SzZ5ldwCqHx682gSg wsXwmKenHLUuH0YpO08JQ6b5qNfb53OTmfafHCUxBbRnhPop2BvYctT9iG8KayAAQu nQnjzXvR7bMsKG5VgkP3m/CnkQr7MdVlRdVcJq9ufiIc9VU9cgJcI3mUGGHfX+Vhml meGY+7KBENvew== Date: Sat, 15 Jul 2023 09:12:41 +0200 From: Joerg Roedel To: Linus Torvalds Cc: Will Deacon , linux-kernel@vger.kernel.org, iommu@lists.linux.dev Subject: Re: [git pull] IOMMU Fixes for Linux v6.5-rc1 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 14, 2023 at 08:19:00PM -0700, Linus Torvalds wrote: > Nope. Nothing there. > > Guys, 'git request-pull' should be *warning* you if what you claim is > there isn't actually there. Ugh, sorry about that. I only pushed the changes to my backup-tree at Github, but not to kernel.org. That is fixed now and I will send another request soon. The pull-request emails are generated by a script on my side (with the option for me the edit the message before sending), but I checked again with manually executing 'git request-pull'. It looked to me like the only difference between pushed and not-pushed remote-tags is the tags/ prefix in the proposed pull-head, and I obviously missed that. Sorry again. Regards, Joerg