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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 21FA9C433B4 for ; Wed, 28 Apr 2021 03:18:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 021C6613FB for ; Wed, 28 Apr 2021 03:18:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234429AbhD1DTN (ORCPT ); Tue, 27 Apr 2021 23:19:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54672 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235553AbhD1DTJ (ORCPT ); Tue, 27 Apr 2021 23:19:09 -0400 Received: from zeniv-ca.linux.org.uk (zeniv-ca.linux.org.uk [IPv6:2607:5300:60:148a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 483DAC06175F; Tue, 27 Apr 2021 20:18:25 -0700 (PDT) Received: from viro by zeniv-ca.linux.org.uk with local (Exim 4.94 #2 (Red Hat Linux)) id 1lbaiQ-008seI-F9; Wed, 28 Apr 2021 03:18:18 +0000 Date: Wed, 28 Apr 2021 03:18:18 +0000 From: Al Viro To: kernel test robot Cc: LKML , linux-fsdevel@vger.kernel.org, lkp@lists.01.org, lkp@intel.com Subject: Re: [iov_iter] 2418c34937: Initiating_system_reboot Message-ID: References: <20210428023747.GA13086@xsang-OptiPlex-9020> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210428023747.GA13086@xsang-OptiPlex-9020> Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 28, 2021 at 10:37:47AM +0800, kernel test robot wrote: > > > Greeting, > > FYI, we noticed the following commit (built with gcc-9): > > commit: 2418c34937c42a30ef4bccd923ad664a89e1fbd4 ("iov_iter: optimize iov_iter_advance() for iovec and kvec") > https://git.kernel.org/cgit/linux/kernel/git/viro/vfs.git untested.iov_iter > > > in testcase: boot > > 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): > > > +--------------------------+------------+------------+ > | | c5f070c68e | 2418c34937 | > +--------------------------+------------+------------+ > | boot_failures | 0 | 11 | > | Initiating_system_reboot | 0 | 11 | > +--------------------------+------------+------------+ > > > If you fix the issue, kindly add following tag > Reported-by: kernel test robot Could you run it with soft_panic=1 in command line? Alternatively, some information about how to reproduce that without running hell knows what as root on host would be very welcome; I can't imagine a single reason for needing root to run qemu, to be honest...