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 D8858EB64D8 for ; Tue, 20 Jun 2023 20:14:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229482AbjFTUNi (ORCPT ); Tue, 20 Jun 2023 16:13:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50436 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230213AbjFTUNE (ORCPT ); Tue, 20 Jun 2023 16:13:04 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D01519B5; Tue, 20 Jun 2023 13:12:55 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id DA570218A4; Tue, 20 Jun 2023 20:12:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1687291973; h=from:from:reply-to:reply-to: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=3Zol/ooqdI2ax9MkI9TIa4tWOWyf9tSffoVLyu/tigA=; b=V5bpMbBctxRSCm2WfMWxSEjANOySZhyqzSAhUpimC6RpKdbRLNWCTs9uU+S+5sZYWso445 TDhU70dea90cg9X8smDHOpj9cuDvkDIEwuOapcTxb+WTlJQEtvnPgR1DM4Lao/p6SRIHnx 2JypbAPw68xDZnZCsIUpgO9UIY9NhIo= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1687291973; h=from:from:reply-to:reply-to: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=3Zol/ooqdI2ax9MkI9TIa4tWOWyf9tSffoVLyu/tigA=; b=90dBt8dlBrczuvvaQ3pMffeviClFyi+VgCsca6Ln+IOIs52tIpk+rSMj9/ZXcvZiyTeMsO LZpGqOtXQnWXuiDg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id B9D0B1346D; Tue, 20 Jun 2023 20:12:53 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id TQB9LEUIkmR8bwAAMHmgww (envelope-from ); Tue, 20 Jun 2023 20:12:53 +0000 Date: Tue, 20 Jun 2023 22:06:30 +0200 From: David Sterba To: Linus Torvalds Cc: David Sterba , linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] Btrfs fix for 6.4-rc8 Message-ID: <20230620200630.GM16168@suse.cz> Reply-To: dsterba@suse.cz References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 20, 2023 at 12:00:35PM -0700, Linus Torvalds wrote: > On Tue, 20 Jun 2023 at 11:30, David Sterba wrote: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-6.4-rc7-tag > > I think you forgot to push the tag. > > I see 'refs/heads/for-6.4-rc7' in your repo that contains the commit > you mention, but no corresponding signed tag. Ah right, sorry, now pushed.