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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 584E7C38142 for ; Tue, 31 Jan 2023 10:40:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=0r9ZfWQs8Qc290ADYVaSzJFKSSbY/vGWAqpvD7U52ms=; b=u0tHwu3UDQvsCP HC/ColCaprZA1lAnjSoRDY5sDm2qtw7ocfqmGtBkEFE0UKhLuWDJikHBj5tTrx7dFnUvwp4DzXbYV jwXvABvgYsfUa6wQ+33s1gXlhaGKHK6vpOjOPsVZmE8gFCyULkVQ/7IWGTFztWv8nmOwggIZ65DIp ryZQV678vQ77RC8vwOfJafV7R0PfzyvlpTcil+ZTA5iRGZr2hGQfGhp034R2+w5VwTdwqZ7yz/2T6 oFOsmHaew55hvscP1N3Fx0OY/G4vGKgh/cGl4QEWo/V4mDda+4sIk5xy/A6Zc6lsRpzqQU9F7PmeB hnRKfhlc886jX2mh/M3g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pMo2a-007U0y-Vu; Tue, 31 Jan 2023 10:39:05 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pMniZ-007L8n-8E for linux-arm-kernel@lists.infradead.org; Tue, 31 Jan 2023 10:18:24 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3A1BB1713; Tue, 31 Jan 2023 02:19:03 -0800 (PST) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id CCFFD3F64C; Tue, 31 Jan 2023 02:18:15 -0800 (PST) Date: Tue, 31 Jan 2023 10:18:13 +0000 From: Sudeep Holla To: Saravana Kannan Cc: Naresh Kamboju , abel.vesa@linaro.org, Sudeep Holla , alexander.stein@ew.tq-group.com, andriy.shevchenko@linux.intel.com, bigunclemax@gmail.com, brgl@bgdev.pl, colin.foster@in-advantage.com, cristian.marussi@arm.com, devicetree@vger.kernel.org, dianders@chromium.org, djrscally@gmail.com, dmitry.baryshkov@linaro.org, festevam@gmail.com, fido_max@inbox.ru, frowand.list@gmail.com, geert+renesas@glider.be, geert@linux-m68k.org, gregkh@linuxfoundation.org, heikki.krogerus@linux.intel.com, jpb@kernel.org, jstultz@google.com, kernel-team@android.com, kernel@pengutronix.de, lenb@kernel.org, linus.walleij@linaro.org, linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, linux-imx@nxp.com, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux@roeck-us.net, lkft@linaro.org, luca.weiss@fairphone.com, magnus.damm@gmail.com, martin.kepplinger@puri.sm, maz@kernel.org, miquel.raynal@bootlin.com, rafael@kernel.org, robh+dt@kernel.org, s.hauer@pengutronix.de, sakari.ailus@linux.intel.com, shawnguo@kernel.org, tglx@linutronix.de, tony@atomide.com Subject: Re: [PATCH v2 00/11] fw_devlink improvements Message-ID: <20230131101813.goaoy32qvrowvyyb@bogus> References: <20230127001141.407071-1-saravanak@google.com> <20230130085542.38546-1-naresh.kamboju@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230131_021823_397077_434D0D10 X-CRM114-Status: GOOD ( 15.34 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Saravana, On Mon, Jan 30, 2023 at 03:03:01PM -0800, Saravana Kannan wrote: > On Mon, Jan 30, 2023 at 12:56 AM Naresh Kamboju > wrote: > > > > Build test pass on arm, arm64, i386, mips, parisc, powerpc, riscv, s390, sh, > > sparc and x86_64. > > > > Boot and LTP smoke pass on qemu-arm64, qemu-armv7, qemu-i386 and qemu-x86_64. > > Boot failed on FVP. > > > > Reported-by: Linux Kernel Functional Testing > > > > Please refer following link for details of testing. > > FVP boot log failed. > > https://qa-reports.linaro.org/~anders.roxell/linux-mainline-patches/build/lore_kernel_org_linux-devicetree_20230127001141_407071-1-saravanak_google_com/testrun/14389034/suite/boot/test/gcc-12-lkftconfig-64k_page_size/details/ > > Sudeep pointed me to what the issue might be. But it's strange that > you are hitting an issue now. I'm pretty sure I haven't changed this > part since v1. I'd also expect the limited assumptions I made to have > not been affected between v1 and v2. > Sorry I hadn't seen or tested v1. FYI The fwnode non-NULL check as in your nvmem diff/suggestion and the diff I replied on the gpiolib patch thread fixes the issues. > Anyway, I'll look at this and fix it in v3. > If you add that fwnode check, feel free to add my tested by. -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel