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 408DDC77B73 for ; Tue, 30 May 2023 14:59:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230351AbjE3O7H (ORCPT ); Tue, 30 May 2023 10:59:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36798 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229940AbjE3O7G (ORCPT ); Tue, 30 May 2023 10:59:06 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7CCCEE8; Tue, 30 May 2023 07:58:38 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 69F9B1FD85; Tue, 30 May 2023 14:58:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1685458716; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=mjKvAvjKsZhLJii7xKzLSID8lAv9ypsI5HB8i6Xu65o=; b=r5txExcrgzRyz58Xo6N9WkUxbsrwqPfxe1aST4QlTmXsD1zC5tSAGwH51buBaNkd/XnUml sk8N1gz/7447FO8Zy+ezqwb7uQFTcyzWTnq0g46skj8CciQwezQrmdQKPaOAlF2ahwjvqS Sjh1HI7v8HKc5dYuY8sHpV94zZUVS98= Received: from suse.cz (unknown [10.100.201.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 1DBDD2C141; Tue, 30 May 2023 14:58:36 +0000 (UTC) Date: Tue, 30 May 2023 16:58:34 +0200 From: Petr Mladek To: Douglas Anderson Cc: Andrew Morton , kgdb-bugreport@lists.sourceforge.net, linux-kernel@vger.kernel.org, Nicholas Piggin , Michael Ellerman , linuxppc-dev@lists.ozlabs.org, Christophe Leroy , sparclinux@vger.kernel.org, "David S . Miller" , linux-perf-users@vger.kernel.org Subject: Re: [PATCH 08/10] watchdog/buddy: Simplify the dependency for HARDLOCKUP_DETECTOR_PREFER_BUDDY Message-ID: References: <20230527014153.2793931-1-dianders@chromium.org> <20230526184139.8.I49d5b483336b65b8acb1e5066548a05260caf809@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230526184139.8.I49d5b483336b65b8acb1e5066548a05260caf809@changeid> Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org On Fri 2023-05-26 18:41:38, Douglas Anderson wrote: > The dependency for HARDLOCKUP_DETECTOR_PREFER_BUDDY was more > complicated than it needed to be. If the "perf" detector is available > and we have SMP then we have a choice, so enable the config based on > just those two config items. > > Suggested-by: Petr Mladek > Signed-off-by: Douglas Anderson Reviewed-by: Petr Mladek Best Regards, Petr