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=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 6A70CC47095 for ; Wed, 9 Jun 2021 08:43:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4032561364 for ; Wed, 9 Jun 2021 08:43:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237719AbhFIIpK (ORCPT ); Wed, 9 Jun 2021 04:45:10 -0400 Received: from mga01.intel.com ([192.55.52.88]:8593 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237688AbhFIIpJ (ORCPT ); Wed, 9 Jun 2021 04:45:09 -0400 IronPort-SDR: NgVs+Z1BfIkKZ3wWwe+slS4w+0mNNJcnzuJ+rePFKkLCLmrRuXlncPDcoJ7oEvhlii+W90Hcun UZQXzqtYL/TA== X-IronPort-AV: E=McAfee;i="6200,9189,10009"; a="226398368" X-IronPort-AV: E=Sophos;i="5.83,260,1616482800"; d="scan'208";a="226398368" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jun 2021 01:43:14 -0700 IronPort-SDR: a10/iHx3Ez8a/S442LEMxFO5RbR1PTaU9GqPQBchSXLASM2BWXGVXaMtJTZFK8YJVpq6psqUJY UuJNDjwMXYWQ== X-IronPort-AV: E=Sophos;i="5.83,260,1616482800"; d="scan'208";a="448211587" Received: from xsang-optiplex-9020.sh.intel.com (HELO xsang-OptiPlex-9020) ([10.239.159.41]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jun 2021 01:43:11 -0700 Date: Wed, 9 Jun 2021 16:59:38 +0800 From: Oliver Sang To: Andrew Morton Cc: Oliver Glitta , Stephen Rothwell , Vlastimil Babka , David Rientjes , Christoph Lameter , Pekka Enberg , Joonsoo Kim , LKML , Linux Memory Management List , lkp@lists.01.org, lkp@intel.com Subject: Re: [mm/slub] ad36bafb3b: BUG:sleeping_function_called_from_invalid_context_at_mm/page_alloc.c Message-ID: <20210609085938.GD15555@xsang-OptiPlex-9020> References: <20210516144152.GA25903@xsang-OptiPlex-9020> <20210518170700.0ffdcaeb55cf64607120d5be@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210518170700.0ffdcaeb55cf64607120d5be@linux-foundation.org> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi Andrew, On Tue, May 18, 2021 at 05:07:00PM -0700, Andrew Morton wrote: > On Sun, 16 May 2021 22:41:52 +0800 kernel test robot wrote: > > > FYI, we noticed the following commit (built with gcc-9): > > > > commit: ad36bafb3bcdfdb98ae3516285bbb3ecd51d1597 ("mm/slub: use stackdepot to save stack trace in objects") > > https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git master > > > > I expect > https://lkml.kernel.org/r/20210516195150.26740-1-vbabka@suse.cz will > fix this? > we tested the patch, and it can fix the issue. thanks From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============9061197102748096928==" MIME-Version: 1.0 From: Oliver Sang To: lkp@lists.01.org Subject: Re: [mm/slub] ad36bafb3b: BUG:sleeping_function_called_from_invalid_context_at_mm/page_alloc.c Date: Wed, 09 Jun 2021 16:59:38 +0800 Message-ID: <20210609085938.GD15555@xsang-OptiPlex-9020> In-Reply-To: <20210518170700.0ffdcaeb55cf64607120d5be@linux-foundation.org> List-Id: --===============9061197102748096928== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable hi Andrew, On Tue, May 18, 2021 at 05:07:00PM -0700, Andrew Morton wrote: > On Sun, 16 May 2021 22:41:52 +0800 kernel test robot wrote: > = > > FYI, we noticed the following commit (built with gcc-9): > > = > > commit: ad36bafb3bcdfdb98ae3516285bbb3ecd51d1597 ("mm/slub: use stackde= pot to save stack trace in objects") > > https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git master > > = > = > I expect > https://lkml.kernel.org/r/20210516195150.26740-1-vbabka(a)suse.cz will > fix this? > = we tested the patch, and it can fix the issue. thanks --===============9061197102748096928==--