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 9310FC433EF for ; Fri, 17 Dec 2021 17:01:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239572AbhLQRBw (ORCPT ); Fri, 17 Dec 2021 12:01:52 -0500 Received: from out02.mta.xmission.com ([166.70.13.232]:40194 "EHLO out02.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230426AbhLQRBu (ORCPT ); Fri, 17 Dec 2021 12:01:50 -0500 Received: from in02.mta.xmission.com ([166.70.13.52]:39618) by out02.mta.xmission.com with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1myGc9-00F4QN-49; Fri, 17 Dec 2021 10:01:49 -0700 Received: from ip68-227-161-49.om.om.cox.net ([68.227.161.49]:39676 helo=email.froward.int.ebiederm.org.xmission.com) by in02.mta.xmission.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1myGc7-008PnM-I4; Fri, 17 Dec 2021 10:01:48 -0700 From: ebiederm@xmission.com (Eric W. Biederman) To: kernel test robot Cc: LKML , lkp@lists.01.org, lkp@intel.com References: <20211216102956.GC10708@xsang-OptiPlex-9020> Date: Fri, 17 Dec 2021 11:01:41 -0600 In-Reply-To: <20211216102956.GC10708@xsang-OptiPlex-9020> (kernel test robot's message of "Thu, 16 Dec 2021 18:29:56 +0800") Message-ID: <878rwjf9my.fsf@email.froward.int.ebiederm.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-XM-SPF: eid=1myGc7-008PnM-I4;;;mid=<878rwjf9my.fsf@email.froward.int.ebiederm.org>;;;hst=in02.mta.xmission.com;;;ip=68.227.161.49;;;frm=ebiederm@xmission.com;;;spf=neutral X-XM-AID: U2FsdGVkX1/4izyAnNpNnn9ME7g+2eFUG5FCcK/5Zts= X-SA-Exim-Connect-IP: 68.227.161.49 X-SA-Exim-Mail-From: ebiederm@xmission.com Subject: Re: [kthread] 40966e316f: WARNING:at_kernel/sched/core.c:#sched_init X-SA-Exim-Version: 4.2.1 (built Sat, 08 Feb 2020 21:53:50 +0000) X-SA-Exim-Scanned: Yes (on in02.mta.xmission.com) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org kernel test robot writes: > Greeting, > > FYI, we noticed the following commit (built with gcc-9): > > commit: 40966e316f86b8cfd83abd31ccb4df729309d3e7 ("kthread: Ensure struct kthread is present for all kthreads") > https://git.kernel.org/cgit/linux/kernel/git/ebiederm/user-namespace.git signal-for-v5.17 > > in testcase: trinity > version: trinity-x86_64-608712d8-1_20211207 > with following parameters: > > runtime: 300s > > test-description: Trinity is a linux system call fuzz tester. > test-url: http://codemonkey.org.uk/projects/trinity/ > > > on test machine: qemu-system-x86_64 -enable-kvm -cpu SandyBridge -smp 2 -m 16G > > caused below changes (please refer to attached dmesg/kmsg for entire > log/backtrace): Ok. That is very weird. I will dig into it. Silly question is there anything in this testing to cause memory allocations to fail early in boot? Eric