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 X-Spam-Level: X-Spam-Status: No, score=-12.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 127A7C433E0 for ; Wed, 23 Dec 2020 18:39:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C9917222B3 for ; Wed, 23 Dec 2020 18:39:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726958AbgLWSj0 (ORCPT ); Wed, 23 Dec 2020 13:39:26 -0500 Received: from www.linux-watchdog.org ([185.87.125.42]:41410 "EHLO www.linux-watchdog.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726662AbgLWSj0 (ORCPT ); Wed, 23 Dec 2020 13:39:26 -0500 Received: by www.linux-watchdog.org (Postfix, from userid 500) id 28BB140934; Wed, 23 Dec 2020 18:31:35 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 www.linux-watchdog.org 28BB140934 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-watchdog.org; s=odk20180602; t=1608744695; bh=dhTdCT4pN5VMQkKtMd4VeCNbKGXEpje8KEf5ClHXk8o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SEMZ4PQyXqJi7my/XBFznaqAlsrtu/FXyGNkVknCrf/JR8Ye4KDTu3zmdYvlBUtSJ zYoXlq25KtAtwxuIsPnL7iuD3OaWjUjQc7pDymGXHbj+RmDjdG9FRhytnSJRRRwy/O u/RIp8cjphRMgFW1hczNLE3gnVhjQrvEYrgfT7Uk= Date: Wed, 23 Dec 2020 18:31:35 +0100 From: Wim Van Sebroeck To: Linus Torvalds Cc: Wim Van Sebroeck , Andrew Morton , LKML , Linux Watchdog Mailing List , Guenter Roeck , Arnd Bergmann , Chunyan Zhang , "Enrico Weigelt, metux IT consult" , Etienne Carriere , Jerry Hoemann , Johan Jonker , Lingling Xu , Manivannan Sadhasivam , Rasmus Villemoes , Robert Marko , Thomas Bogendoerfer , Tom Rix , Wang Wensheng , Wong Vee Khee , Yangtao Li , Zhang Qilong , Zhao Qiang , Zheng Yongjun Subject: Re: [GIT PULL REQUEST] watchdog - v5.11 Merge window Message-ID: <20201223173134.GA23404@www.linux-watchdog.org> References: <20201222163452.GA1524@www.linux-watchdog.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-12-10) Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org Hi Linus, > > > > git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-5.11-rc1 > > There's no such tag there. Forgot to push out? > > I can see the the top-of-tree has the SHA1 that you mention: > > > for you to fetch changes up to 0b9491b621196a5d7f163dde81d98e0687bdba97: > > but the tag itself is missing. And outside of kernel.org, I do require > signed tags (and even on kernel.org I very strongly prefer them), so I > won't just pull that HEAD branch. I know you require the tag and I did create it. So I checked what went wrong and stupid me: i created it in the wrong repository :-( . So it was indeed not there... Anyway, I created it in the correct repostitory now. You should be able to fetch it correctly now. Forgive my stupidity... Kind regards and Happy Christmas, Wim.