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 5D3D6C05027 for ; Thu, 2 Feb 2023 15:57:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233238AbjBBP54 (ORCPT ); Thu, 2 Feb 2023 10:57:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59422 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233477AbjBBP5k (ORCPT ); Thu, 2 Feb 2023 10:57:40 -0500 Received: from mail-wm1-x334.google.com (mail-wm1-x334.google.com [IPv6:2a00:1450:4864:20::334]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C938F721E4 for ; Thu, 2 Feb 2023 07:56:42 -0800 (PST) Received: by mail-wm1-x334.google.com with SMTP id hn2-20020a05600ca38200b003dc5cb96d46so4041309wmb.4 for ; Thu, 02 Feb 2023 07:56:42 -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:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=99968d0mm1LQlV7FJfw5p+HomojgxRqcNOEkSpDZsMA=; b=ZSZR8w8HbvMhC+h0X2cHqNY6i4ijvCJlfuNuo0/S4yx8vREaSg1T2UGs93u0He6OBB nynGeRShOG1Vr4k2id0z1iYEbN+5+u+G/3v55cQ5pgbVfMoJptbF3HCkrrJFeywSe3ya uHzwZ349AAoQ1tQDY2Sp7Aj1nuDzd5OrXP79M7RIAJKxDdg94BALUO9nkGhA8eVwSag+ 65G4OwBTGHPKZAIUFbz5l5TY5F5dBXCyirIYGXd1T9/GSKO/S5msjWHVFCcDPjR4TyTU 77wFIoObuNK4hkyOOvb4uNzuv+iSFCksKQ+8BecyWhyKAhW2UFEvNrO7x4lGihxJ/tjw j+Hg== 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: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=99968d0mm1LQlV7FJfw5p+HomojgxRqcNOEkSpDZsMA=; b=ZxfkRrgTOKKdTwaYCe5Q0lw8kgd2+YLZaG63YIscgwUbUwDsrP1CkO0MUZurcakDsI mtYDAKU0J4WamZFjMxn7b9MnoqU1qkIxuELIaPwayqsVno7RndFInqlaa08VfHysc1FU U8Z8bRKmwJmHpk3/f+5NVa+TuOQjDFrDu2AXmoyYWkzX6NCHO2WRQqf0JjwNZkE3t7V/ 4uj6rT+TuyASzLLuWH/Zul1P8esptrg6GkNnc4L7WEGbRqiStbaPeiJ3fnJI5TM5ymBj F5k+MGo6MrqfziCNext1AMLmbbdxQEfRMb6k+4UFz8IodgiCuScKE9UZiYc/gkF+osbr n3Xg== X-Gm-Message-State: AO0yUKWGcqHDZ3nIlH1iKKBRMkU+qg26At3FKOCoK24zBcKMeD6t2vLf QkEyums4PIebN6hRcPlmOSKfoA== X-Google-Smtp-Source: AK7set9GDnie7nr+qU25Exw6d95n4+U2pBygGp1lhPj89Y/R3QsatB0fZWe/iwttbtA5osEBT1f/xg== X-Received: by 2002:a7b:cb07:0:b0:3db:25a0:ca5b with SMTP id u7-20020a7bcb07000000b003db25a0ca5bmr6553235wmj.37.1675353368230; Thu, 02 Feb 2023 07:56:08 -0800 (PST) Received: from [192.168.10.46] (146725694.box.freepro.com. [130.180.211.218]) by smtp.googlemail.com with ESMTPSA id c3-20020a05600c0ac300b003db012d49b7sm8598131wmr.2.2023.02.02.07.56.07 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 02 Feb 2023 07:56:07 -0800 (PST) Message-ID: <2bc6368b-b089-a229-63d6-932930b9b78c@linaro.org> Date: Thu, 2 Feb 2023 16:56:06 +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] tools/lib/thermal: fix thermal_sampling_exit() Content-Language: en-US To: Vincent Guittot , rafael@kernel.org, amitk@kernel.org, rui.zhang@intel.com, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org References: <20230202102812.453357-1-vincent.guittot@linaro.org> From: Daniel Lezcano In-Reply-To: <20230202102812.453357-1-vincent.guittot@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/02/2023 11:28, Vincent Guittot wrote: > thermal_sampling_init() suscribes to THERMAL_GENL_SAMPLING_GROUP_NAME group > so thermal_sampling_exit() should unsubscribe from the same group. > > Fixes: 47c4b0de080a ("tools/lib/thermal: Add a thermal library") > Signed-off-by: Vincent Guittot > --- Thanks for the fix, applied -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog