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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 DB9DFC4361B for ; Thu, 10 Dec 2020 09:26:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A956D23D99 for ; Thu, 10 Dec 2020 09:26:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728034AbgLJJ0d (ORCPT ); Thu, 10 Dec 2020 04:26:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:38570 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727287AbgLJJ0d (ORCPT ); Thu, 10 Dec 2020 04:26:33 -0500 Date: Thu, 10 Dec 2020 10:27:07 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1607592352; bh=m8mIhjbEFu0q428PtIPSuJ+C1AuPiN8P/N7WwGh85Mc=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=Y9R1ALiGzx3TmmtoA/Qe9QkUW7tymiVLZiPLg6dnteu5LZs6riwbSGU4OCTcf35YG xagfsoYhdyfYVCHlrcHQ8pq8jCdmz/niCXwYdaey7ocnG4unL4v8Njp2z1acg/1zHa TL7baWk0MY7DKk7ol+FiOMWUVONUp7lh19RL0LsU= From: Greg Kroah-Hartman To: Peter Chen Cc: "linux-usb@vger.kernel.org" Subject: Re: [GIT PULL] usb: changes for v5.11-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-usb@vger.kernel.org On Thu, Dec 10, 2020 at 10:25:51AM +0100, Greg Kroah-Hartman wrote: > On Thu, Dec 10, 2020 at 01:12:21AM +0000, Peter Chen wrote: > > The following changes since commit b65054597872ce3aefbc6a666385eabdf9e288da: > > > > Linux 5.10-rc6 (2020-11-29 15:50:50 -0800) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.11-rc1 > > Pulled and pushed out, thanks. Oops, no, it fails my push tests with the following error: Commit: 107000a83af0 ("usb: cdns3: fix NULL pointer dereference on no platform data") Fixes tag: Fixes: a284b7fd1b8f ("usb: cdns3: add quirk for enable runtime pm by default") Has these problem(s): - Target SHA1 does not exist Can you fix that up please? thanks, greg k-h