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 A5486C63703 for ; Thu, 8 Dec 2022 13:19:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230244AbiLHNS7 (ORCPT ); Thu, 8 Dec 2022 08:18:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41316 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230273AbiLHNSe (ORCPT ); Thu, 8 Dec 2022 08:18:34 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 528F393A66 for ; Thu, 8 Dec 2022 05:18:31 -0800 (PST) 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 CA2DD61F20 for ; Thu, 8 Dec 2022 13:18:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BD20BC433D7; Thu, 8 Dec 2022 13:18:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1670505510; bh=OE2p3IdlRIDNul7bR3CfBPXG8zDJGnV23WSvlp8hwKg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T9qgKxn+ySLGraxMbXvcw4xG5vWA3xfYDnmcsE9BeO+RlweMbpndWGcQycl4QxmLe Tou4lNqgKOYhCfTBHDqlfL0Mn5ybKRRpJ+ekTvqOdIu6viF3+xj2zRshwQYVjMKd9E b2AEIkVhPfXFf/m5ympibgOWO4KmHSU75p/XLB+E= Date: Thu, 8 Dec 2022 14:18:26 +0100 From: Greg KH To: =?utf-8?Q?Micha=C5=82?= Lach Cc: linux-kernel@vger.kernel.org, mcgrof@kernel.org, russell.h.weight@intel.com, rafael@kernel.org, ming.lei@canonical.com, tiwai@suse.de Subject: Re: [PATCH] drivers/firmware_loader: remove list entry before deallocation Message-ID: References: <20221123111455.94972-1-michal.lach@samsung.com> <000901d90af2$309b7c80$91d27580$@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <000901d90af2$309b7c80$91d27580$@samsung.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 08, 2022 at 11:45:28AM +0100, MichaƂ Lach wrote: > Pinging I have no context here at all. confused, greg k-h