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 B68F1EE49AE for ; Tue, 22 Aug 2023 17:37:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229601AbjHVRhR (ORCPT ); Tue, 22 Aug 2023 13:37:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38190 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229539AbjHVRhQ (ORCPT ); Tue, 22 Aug 2023 13:37:16 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D30E07AE70 for ; Tue, 22 Aug 2023 10:37:14 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5AB51651D1 for ; Tue, 22 Aug 2023 17:37:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 37BF9C433C7; Tue, 22 Aug 2023 17:37:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1692725833; bh=D9djWWthfse1f9KLk8PEZA6Nz8Aqc9rN/5OmRuFB6nw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZCaX5zMvwkqrv6I8yLi7ZdZ0euoBj8rHKu+nDFZbPdS6oChCp5GSmyyWehyaEDA/Y ip8HJPs+8hrHVbLGMUPbchZ8zuIi1TcPqlCJi50luEFtgVgFyYzuW9hP/HUPAX4j3/ YRtaZZZhmIZRvZgTtt3glXnMcxkd+p8XFLfvrKMQ= Date: Tue, 22 Aug 2023 19:37:10 +0200 From: Greg KH To: Srinivas Kandagatla Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/22] nvmem: patches for v6.6 Message-ID: <2023082220-cavalry-litigate-9fe3@gregkh> References: <20230814165252.93422-1-srinivas.kandagatla@linaro.org> <2023082217-banter-craftwork-281a@gregkh> <6e3b58d0-4017-9051-9337-7d86a6be55de@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <6e3b58d0-4017-9051-9337-7d86a6be55de@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 22, 2023 at 06:29:54PM +0100, Srinivas Kandagatla wrote: > > > On 22/08/2023 15:34, Greg KH wrote: > > On Mon, Aug 14, 2023 at 05:52:30PM +0100, Srinivas Kandagatla wrote: > > > Here are some nvmem patches slightly more than usual for 6.6 that includes > > > > > > - Support for NXP eFuse, qcom secure qfprom, QCM2290 nvmem providers > > > - core level cleanup around error handling and layout creation. > > > - few minor cleanups across providers drivers to use better > > > apis and a typo fix. > > > > > > Can you please queue them up for 6.6. > > > > I did, thanks, but your email system needs to be fixed: > > > Do you mean Attestation failing part or something else? Yes: > > Link: https://lore.kernel.org/r/20230818124338.37880-1-yuehaibing@huawei.com > > Base: applies clean to current tree > > git checkout -b 20230818_yuehaibing_huawei_com HEAD > > Applying: greybus: svc: Remove unused declarations > > Press any key to continue... > > Grabbing thread from lore.kernel.org/all/20230814165252.93422-1-srinivas.kandagatla@linaro.org/t.mbox.gz > > Analyzing 23 messages in the thread > > Checking attestation on all messages, may take a moment... > > --- > > ✗ [PATCH 1/22] dt-bindings: nvmem: fixed-cell: add compatible for MAC cells > > ✗ [PATCH 2/22] nvmem: sunxi_sid: Convert to devm_platform_ioremap_resource() > > ✗ [PATCH 3/22] nvmem: brcm_nvram: Use devm_platform_get_and_ioremap_resource() > > ✗ [PATCH 4/22] nvmem: lpc18xx_otp: Convert to devm_platform_ioremap_resource() > > ✗ [PATCH 5/22] nvmem: meson-mx-efuse: Convert to devm_platform_ioremap_resource() > > ✗ [PATCH 6/22] nvmem: rockchip-efuse: Use devm_platform_get_and_ioremap_resource() > > ✗ [PATCH 7/22] nvmem: stm32-romem: Use devm_platform_get_and_ioremap_resource() > > ✗ [PATCH 8/22] nvmem: qfprom: do some cleanup > > ✗ [PATCH 9/22] nvmem: uniphier: Use devm_platform_get_and_ioremap_resource() > > ✗ [PATCH 10/22] dt-bindings: nvmem: qfprom: Add compatible for MSM8226 > > ✗ [PATCH 11/22] dt-bindings: nvmem: Add t1023-sfp efuse support > > ✗ [PATCH 12/22] nvmem: add new NXP QorIQ eFuse driver > > ✗ [PATCH 13/22] nvmem: Explicitly include correct DT includes > > ✗ [PATCH 14/22] nvmem: Kconfig: Fix typo "drive" -> "driver" > > ✗ [PATCH 15/22] dt-bindings: nvmem: Add compatible for QCM2290 > > ✗ [PATCH 16/22] dt-bindings: nvmem: sec-qfprom: Add bindings for secure qfprom > > ✗ [PATCH 17/22] nvmem: sec-qfprom: Add Qualcomm secure QFPROM support > > ✗ [PATCH 18/22] nvmem: u-boot-env:: Replace zero-length array with DECLARE_FLEX_ARRAY() helper > > ✗ [PATCH 19/22] nvmem: core: Create all cells before adding the nvmem device > > ✗ [PATCH 20/22] nvmem: core: Return NULL when no nvmem layout is found > > ✗ [PATCH 21/22] nvmem: core: Do not open-code existing functions > > ✗ [PATCH 22/22] nvmem: core: Notify when a new layout is registered > > --- > > ✗ BADSIG: DKIM/linaro.org Looks like someone is impersonating you, or Linaro's email server is broken? I think other Linaro emails validate properly, so is this something with your setup? thanks, greg k-h