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 9CD2FEB64DA for ; Sun, 16 Jul 2023 08:13:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229968AbjGPIN1 (ORCPT ); Sun, 16 Jul 2023 04:13:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49610 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229462AbjGPINY (ORCPT ); Sun, 16 Jul 2023 04:13:24 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 14FA7BA for ; Sun, 16 Jul 2023 01:13:24 -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)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A6FB760BDC for ; Sun, 16 Jul 2023 08:13:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B8AE8C433C8; Sun, 16 Jul 2023 08:13:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1689495203; bh=BCIFLg+mMbk0thBBhvzQoEnkCvfabJlnfRYGon8GoqY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=imkk8IULCUGqod3px62mXUQ/HYKxnLOCT8P1FTXcWdmtkfuz5npz8IjcD89H9wzDJ NLld1dHWLTWLdjCCp3t1TRbvtosqY+L9M9W/dodEJ93qLbpWStaVFWpv7BOjkkx80X MuBji2OnatVbGj3jmp8pqBSdQChojjSLcyHPRPaw= Date: Sun, 16 Jul 2023 10:13:20 +0200 From: Greg Kroah-Hartman To: Linus Walleij Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , Dmitry Osipenko Subject: Re: [PATCH] misc/genalloc: Name subpools by of_node_full_name() Message-ID: <2023071603-trifocals-muppet-6906@gregkh> References: <20230622074520.3058027-1-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jul 16, 2023 at 09:44:39AM +0200, Linus Walleij wrote: > Greg, could you apply this patch for fixes? > > Thanks! > > On Thu, Jun 22, 2023 at 9:45 AM Linus Walleij wrote: > > > A previous commit tried to come up with more generic subpool > > names, but this isn't quite working: the node name was used > > elsewhere to match pools to consumers which regressed the > > nVidia Tegra 2/3 video decoder. > > > > Revert back to an earlier approach using of_node_full_name() > > instead of just the name to make sure the pool name is more > > unique, and change both sites using this in the kernel. > > > > It is not perfect since two SRAM nodes could have the same > > subpool name but it makes the situation better than before. > > > > Reported-by: Dmitry Osipenko > > Fixes: 21e5a2d10c8f ("misc: sram: Generate unique names for subpools") > > Signed-off-by: Linus Walleij Let me catch up with emails over the next week or so, I'll queue it up then, thanks. greg k-h