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=-13.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 0E1EEC4363A for ; Mon, 5 Oct 2020 13:01:27 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 98D4C207BC for ; Mon, 5 Oct 2020 13:01:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Bd2AChbw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 98D4C207BC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:References:In-Reply-To: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=pc2NT2kR0LXPucBU3Div2xICtbeO+G2H3SDEnqXF95o=; b=Bd2AChbwRBiI2VyUBFYNqvXLc PpIuxdgTNA17ZId1joG4SJnedAGdm9o2KA4QaTxtqK2agt32PF3KQq0w2NcQkqVi0N+I/M/GyX5mW kTL5X+VQqS/7PbN/FWK8PfsPBBlAikvVHxOuuJLpL4dqDpqSnEzpdPnW6umDr8MDFfiVEKcEG5OZI n5y0ur+/HcUd14z1JUmvMQX5mu5fVP1AVIIMLYCb3UmXB7S0Xmy8lyI21TU3qZLMGW2Fh/m4Z4yjC kSbpWW9FZJl9B/trF3YNjMacm7Fs5xmKMpVsqTj6iPxNsZWvzqZRBbxwmkHIxgfdXoTO39GCDmUDW mgi8LOMyQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kPQ5l-0005iH-SJ; Mon, 05 Oct 2020 12:59:49 +0000 Received: from relay10.mail.gandi.net ([217.70.178.230]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kPQ5h-0005hL-UC for linux-arm-kernel@lists.infradead.org; Mon, 05 Oct 2020 12:59:46 +0000 Received: from localhost (lfbn-lyo-1-1913-90.w90-65.abo.wanadoo.fr [90.65.92.90]) (Authenticated sender: gregory.clement@bootlin.com) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 7306F240002; Mon, 5 Oct 2020 12:59:42 +0000 (UTC) From: Gregory CLEMENT To: Olof Johansson Subject: Re: [GIT PULL] ARM: mvebu: arm for v5.10 (#1) In-Reply-To: <20201003194103.GF8203@lx2k> References: <87mu1fgzdv.fsf@BL-laptop> <20201003194103.GF8203@lx2k> Date: Mon, 05 Oct 2020 14:59:42 +0200 Message-ID: <871ricg75t.fsf@BL-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201005_085946_066108_4EA15153 X-CRM114-Status: GOOD ( 14.39 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Cc: Andrew Lunn , Jason Cooper , Arnd Bergmann , soc@kernel.org, arm@kernel.org, linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Olof, > On Thu, Sep 24, 2020 at 01:58:20PM +0200, Gregory CLEMENT wrote: >> Hi, >> >> Here is the first pull request for arm for mvebu for v5.10. >> >> Gregory >> >> The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: >> >> Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) >> >> are available in the Git repository at: >> >> git@gitolite.kernel.org:pub/scm/linux/kernel/git/gclement/mvebu tags/mvebu-arm-5.10-1 > > These all have the same issue with a misformed URL for the pull request. My > current tooling depends on patchwork and these URLs mean that the email doesn't > get captured there. Care to resend with the http{,s}:// or git:// url? OK I am sending again all of them right now with a fixed url. Thanks, Gregory > > Thanks! > > -Olof > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel