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 86484C004D4 for ; Thu, 19 Jan 2023 13:41:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229740AbjASNlI (ORCPT ); Thu, 19 Jan 2023 08:41:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45584 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231310AbjASNkn (ORCPT ); Thu, 19 Jan 2023 08:40:43 -0500 Received: from mail-wm1-x333.google.com (mail-wm1-x333.google.com [IPv6:2a00:1450:4864:20::333]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 109DE80885 for ; Thu, 19 Jan 2023 05:40:31 -0800 (PST) Received: by mail-wm1-x333.google.com with SMTP id m5-20020a05600c4f4500b003db03b2559eso1282281wmq.5 for ; Thu, 19 Jan 2023 05:40:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=XcoeZ2kZnaju4+VtNiFKzU3RYmZc2v0F4v89RyRolVo=; b=LbgxxrOfGOTgPygegnrzKZTqIeDa04JMfqw3oY6S/3yudde8/xt5m2x7quAoiwRs+s QMxz7lnat4EIEVQFsmZNDHZbeFyvV8KN8r9DhutWGRm+xNnZ3IL2k8fnCQCsTD78Lr/w Jq/1DLP/2sF2ocX5/vLa7OPPuToMEaSQUB/U7kJKjZrl7zLU1kZHX+UJCBsBAsE1TyzD Dx2CLMFdP+uQMgIcOisb8J8plm9ykb5zCisypsFHan0qNafYRPW8ukAr3FNLdveMVuPU fjjqH4rcLeq5kmSN/MljXgyYrfc2Z3I0ssfOsYXnAYIOutrKXh4AaKD8HOxWHJUYD33W 9LxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=XcoeZ2kZnaju4+VtNiFKzU3RYmZc2v0F4v89RyRolVo=; b=vXNSAscW2NxgbXsAHxZ1pu6VFMsMmnDy2bqXTNm1bH0LDCXHDsXR0pvLvDdVBu4Mgy LnoZpHl4Oyhy5CY7+8dMPZZ4pKswan98MQJcdETRp7mCrvyJ/ezbvA4XUgH/4Sp7WCEV mY7FoNC6rOkC+kwN1cE0g04lRsqSzVIud7Y1BYK6HUd7exb037emnPlL4XljmSRuwa/O V3y6FPEAjRQc0zolG56yoU9/ZuTRZmqutilVG5XxGdmTVZQ1eaxzF4O7fILHFGvsRERm gxrErGCP9Ac2fRUD8JrBlZUiicy0Rb/JPV0jyHN8fGIFbzwml+rS+eY92PvK2kFteumi uJyw== X-Gm-Message-State: AFqh2kp05wKOMUgx9hBg5LpsFVtndvNXmXjXSbZvQHETp9qfHWHs+ugV XVsAM9chKVN1m5fMeQOcbQenlai0eVFII3ca X-Google-Smtp-Source: AMrXdXuwRjv7fXtdMHXGsJnNizol1Hkxw5TN7y/jS2s40VORmJJWL65apHjMWaMSjMI3eI5JK7FxOw== X-Received: by 2002:a05:600c:22d2:b0:3d1:f0f1:ceb4 with SMTP id 18-20020a05600c22d200b003d1f0f1ceb4mr10286742wmg.19.1674135629377; Thu, 19 Jan 2023 05:40:29 -0800 (PST) Received: from [192.168.10.46] (146725694.box.freepro.com. [130.180.211.218]) by smtp.googlemail.com with ESMTPSA id e12-20020a05600c218c00b003d9ddc82450sm4707612wme.45.2023.01.19.05.40.28 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 19 Jan 2023 05:40:29 -0800 (PST) Message-ID: <5f90aef1-93e1-832a-6cee-6e2cb4d7ec25@linaro.org> Date: Thu, 19 Jan 2023 14:40:28 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH 1/5] thermal/core: Fix unregistering netlink at thermal init time Content-Language: en-US To: "Rafael J. Wysocki" Cc: linux-pm@vger.kernel.org, Amit Kucheria , Zhang Rui , open list References: <20230118211123.111493-1-daniel.lezcano@linaro.org> From: Daniel Lezcano In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On 19/01/2023 14:28, Rafael J. Wysocki wrote: > On Wed, Jan 18, 2023 at 10:11 PM Daniel Lezcano > wrote: >> >> The thermal subsystem initialization miss an netlink unregistering >> function in the error. Add it. >> >> Signed-off-by: Daniel Lezcano > > What tree is this series based on? It is based on https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/log/?h=thermal/linux-next -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog