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 7C049C4332F for ; Thu, 8 Dec 2022 15:42:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229769AbiLHPmQ (ORCPT ); Thu, 8 Dec 2022 10:42:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59820 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229478AbiLHPmO (ORCPT ); Thu, 8 Dec 2022 10:42:14 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D84EC31A for ; Thu, 8 Dec 2022 07:42:13 -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 ams.source.kernel.org (Postfix) with ESMTPS id 843FCB82448 for ; Thu, 8 Dec 2022 15:42:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 93AE6C433C1; Thu, 8 Dec 2022 15:42:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1670514131; bh=i9HuY//WsNFxbNT20NGYjsIDHgV71KWKWHMzOWdE8xE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=l2Zap1pb2AnlXHiS5frvvxcfOep5iEthOgdgO7ysUhldUGw/wXf4y5sDaR6MH5PyJ CMqxp4i6VLgSqoqSrOAR+UXPGwxlenocjMuX+jIOetkaKbobWoDdEOkqc/ILzqtWgW xcn7rXkgtNANgrKD04EAgpBnx0zgZ9XJHzI0evgw= Date: Thu, 8 Dec 2022 16:42:07 +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> <97ae8658-4eca-61af-5d5b-21b958ce1c24@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <97ae8658-4eca-61af-5d5b-21b958ce1c24@samsung.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 08, 2022 at 04:23:52PM +0100, Michał Lach wrote: > On 12/8/22 14:18, Greg KH wrote: > > On Thu, Dec 08, 2022 at 11:45:28AM +0100, Michał Lach wrote: > >> Pinging > > > > I have no context here at all. > > > > confused, > > It seems like my mail client messed up the encoding, sorry. > Below quoting the patch message: Ok, but what does an empty ping here mean? Are you asking why no one else has reviewed this? Why it hasn't been accepted? What else needs to happen? Something else? be specific please :) thanks, greg k-h