From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 1FDB12E62B; Sat, 14 Dec 2024 17:09:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=163.172.96.212 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734196196; cv=none; b=IomSm2C51SvKz5cWRNcXACggAboTOUbn4hRVMh9JKbSPqdCRRo4BoaoVEPe8zuw5ITpnVBfN5bNCjaM7YQWIwXt9JMK4hTCBkETw1Kzdqfzc8WvwXGNv1XSUWXyJjX1tNYLiaOgCniU+IISqdNx/z0VM/mKckBTZQajokCE1uv8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734196196; c=relaxed/simple; bh=sVoEF06w0uwW668Gd/gZop7mzXj5pAnHzHScpumaj/g=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GedKHtfGLtPw7OxuG2SIx/WZbCwDnJ+p1Kv1IvlEVtg3LnHc5clWdf6pttcQbuqSWc3aZyZZ7nyfpmKtVSk8/XAhe0CBTCAM7PWMfn4aqfe8edvuP/WCA2V4URY1NA3SE9xC+lVR1YWqzfJvbLlWIPB6+eV0ezpLwHCgB58qKMc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=1wt.eu; spf=pass smtp.mailfrom=1wt.eu; arc=none smtp.client-ip=163.172.96.212 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=1wt.eu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=1wt.eu Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 4BEH9TZ8013015; Sat, 14 Dec 2024 18:09:29 +0100 Date: Sat, 14 Dec 2024 18:09:29 +0100 From: Willy Tarreau To: Linus Torvalds Cc: Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] Rust fixes for 6.13 Message-ID: <20241214170929.GA12917@1wt.eu> References: <20241214065217.195385-1-ojeda@kernel.org> Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) On Sat, Dec 14, 2024 at 08:59:04AM -0800, Linus Torvalds wrote: > On Sat, 14 Dec 2024 at 08:54, Linus Torvalds > wrote: > > > > Hmm. Is it just me, or has github become almost unusably slow lately? > > Just to clarify: it did end up working in the end. But even an empty > pull - when I retried the pull after merging - took two and a half > minutes. Same here trying from your github mirror. It took 30s before even starting the transfer of a few objects but the transfer itself was fast. Probably a transient backend issue. Willy