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 DB444C4332F for ; Tue, 14 Nov 2023 15:12:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233485AbjKNPMP (ORCPT ); Tue, 14 Nov 2023 10:12:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52438 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231697AbjKNPMO (ORCPT ); Tue, 14 Nov 2023 10:12:14 -0500 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DEE15116; Tue, 14 Nov 2023 07:12:09 -0800 (PST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 0DB941C000F; Tue, 14 Nov 2023 15:12:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1699974728; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4t9RfhMfPasAV/8o1yb+W8h0NYYNv+iy1sxIy2vgOdE=; b=bbJNkHU/eoryXTuKg7N/zosxXWrbkys7E6ttT5QXI80bKNUYbVm+WmXivZ3WYkWBEtB6U5 uoEErM/aVZZ7wjQNeR9qUOs0YPAHQqzbIKr7OA8NV/VT0TkwyWNlq6f6pyRnrb+xyzeROv I0VZh4Xo6+1NmcMxA+T3C+TCHU5GqGHM9u/vhi5Y7H85Vqp24QUjKxCFsfz5rGmJEY1W4J ecyAZxSl3b1oAs5cN7yJpY9/IgrIkY4biaterVcWdYxVnwkNst6CYBOvq4HzjIGAT42suY 4eUnw2z1OlolASFLXpeUhmZKXkIIy0CjnliZMzBGl+qc+R15+p/1k8/4T3J/eg== Date: Tue, 14 Nov 2023 16:12:05 +0100 From: Herve Codina To: Sakari Ailus Cc: Saravana Kannan , Petr Mladek , Steven Rostedt , Andy Shevchenko , Rasmus Villemoes , Sergey Senozhatsky , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, Allan Nielsen , Horatiu Vultur , Steen Hegelund , Thomas Petazzoni , stable@vger.kernel.org Subject: Re: [PATCH v2 1/1] lib/vsprintf: Fix %pfwf when current node refcount == 0 Message-ID: <20231114161205.07cadeb7@bootlin.com> In-Reply-To: References: <20231114143558.356259-1-herve.codina@bootlin.com> Organization: Bootlin X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-GND-Sasl: herve.codina@bootlin.com Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi Sakari, On Tue, 14 Nov 2023 14:47:25 +0000 Sakari Ailus wrote: [...] > > + * Only get a reference for other nodes (ie parents node). > > "i.e." Will be changed in the next iteration. > > With that, > > Reviewed-by: Sakari Ailus Best regards, Hervé