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 5B478C32771 for ; Wed, 28 Sep 2022 07:39:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233449AbiI1Hjw (ORCPT ); Wed, 28 Sep 2022 03:39:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52720 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233368AbiI1HjT (ORCPT ); Wed, 28 Sep 2022 03:39:19 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B33E5115A4D for ; Wed, 28 Sep 2022 00:37:29 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1B2B461C2C for ; Wed, 28 Sep 2022 07:26:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 36008C433C1; Wed, 28 Sep 2022 07:26:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664350013; bh=bYAtlIPheExjzNKILutDM0jkkL3N6IktRpSohY/6ohE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HbjCnVlL8DUXKXakDwSHyJBb5Zq4g/gFuh0tIbD5nfYHRNxna3IIjGhhkhXI1RLLB xOPdMp5UQH0mZziG3zfmWZAQsTMWRLdORh2sxj9aIB8D+Jr8mzYa2E+Of3wpl6nbYN ++gR9wvjJUXN4zGtSld9IarBdrGoxJLQ++G/YpPg= Date: Wed, 28 Sep 2022 09:26:50 +0200 From: Greg KH To: Joel Stanley Cc: linux-fsi@lists.ozlabs.org, Linux Kernel Mailing List , Guenter Roeck , Eddie James , Andrew Jeffery Subject: Re: [GIT PULL] fsi changes for v6.1 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-kernel@vger.kernel.org On Wed, Sep 28, 2022 at 02:54:58AM +0000, Joel Stanley wrote: > Hello Greg, > > Here are some FSI updates for v6.1. The hwmon changes have been acked > by the maintainer. > > The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: > > Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi.git tags/fsi-for-v6.1 One of the commits in here is wrong, I get the following error: Commit: bb70829cf3c3 ("hwmon (occ): Fix response length in checksum retry") Fixes tag: Fixes: c27b98ca0edb ("hwmon (occ): Retry for checksum failure") Has these problem(s): - Target SHA1 does not exist linux-next should have also warned you about this :( thanks, greg k-h