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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 25505C433F5 for ; Mon, 13 Sep 2021 12:03:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EF54B60F24 for ; Mon, 13 Sep 2021 12:03:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239801AbhIMMEY (ORCPT ); Mon, 13 Sep 2021 08:04:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40736 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235453AbhIMMEW (ORCPT ); Mon, 13 Sep 2021 08:04:22 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D1DC8C061574 for ; Mon, 13 Sep 2021 05:03:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=8lo0vHb7ImFTleNlkpQJ1WfMvQ1mq+ieRDjrF0GF73g=; b=lDGUtuApfMgigT8AonOdtU/3nC 8pVHJZQjWm8BWpfst35hW+oycb6mcNK2EuOKNemn2/8ylDgJLtdX2iOVg716gWCHmawVns2ezllUn 4IDJNn9Nz01v9HhkJtfB2GvOplz22QlmfF1h37dpUCHtGUFF7xmfTtISUwzr3e6wN4NGDFGIBJfiN Osstqd4lip+FnCToe+Rf9Z+fw07qtdaxPJSDIYNm4MAEFmOgoBv8nE7xaltBZoLML+Eqa+wu3kzH/ S8STskT0RenTYf9QX05qEjmbaLQqb+oV+YQ1VJ8r79ja3wxCziu18Wm6L6Og+T/HVaPWMs9G3WGob 0GfjwWWQ==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mPkf1-00DRrQ-11; Mon, 13 Sep 2021 12:02:12 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id C715630003A; Mon, 13 Sep 2021 14:02:05 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id A76BF2BE7CB9D; Mon, 13 Sep 2021 14:02:05 +0200 (CEST) Date: Mon, 13 Sep 2021 14:02:05 +0200 From: Peter Zijlstra To: Yafang Shao Cc: Dan Carpenter , kbuild@lists.01.org, kbuild test robot , kbuild-all@lists.01.org, LKML Subject: Re: [peterz-queue:sched/core 13/19] kernel/sched/debug.c:453 print_cfs_group_stats() warn: variable dereferenced before check 'se' (see line 444) Message-ID: References: <202109111001.XChyxkS3-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 13, 2021 at 07:04:14PM +0800, Yafang Shao wrote: > Hi Peter, > > Could you pls. help amend below change to the original commit ? Yep, will do, thanks! From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============3919003671016708848==" MIME-Version: 1.0 From: Peter Zijlstra To: kbuild-all@lists.01.org Subject: Re: [peterz-queue:sched/core 13/19] kernel/sched/debug.c:453 print_cfs_group_stats() warn: variable dereferenced before check 'se' (see line 444) Date: Mon, 13 Sep 2021 14:02:05 +0200 Message-ID: In-Reply-To: List-Id: --===============3919003671016708848== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Mon, Sep 13, 2021 at 07:04:14PM +0800, Yafang Shao wrote: > Hi Peter, > = > Could you pls. help amend below change to the original commit ? Yep, will do, thanks! --===============3919003671016708848==--