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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 7D2CFC468AD for ; Sat, 6 Jul 2019 08:34:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5662821738 for ; Sat, 6 Jul 2019 08:34:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562402081; bh=LHNC9eeGrAB0uTsxblnJlRRfFfF4uFlG15ruCcDfwS0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=JVE2nnaverwEn+0PYJkDSUlzPWA2Q1SWcblsB0jLe/1hgI+i5NFmklA0NpMLxSoaB kRTzGb12I/8Zd8XKW/IPgz6qxI+Ibf/kPe2J9o7a01nhRbptWfsnx2dzvj78RxgHM4 IdN6nhfK/ZSeBZ/tPD6E4BSJp6rbf7SAss6Zls10= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726462AbfGFIek (ORCPT ); Sat, 6 Jul 2019 04:34:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:46572 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725945AbfGFIek (ORCPT ); Sat, 6 Jul 2019 04:34:40 -0400 Received: from localhost (unknown [62.119.166.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 20B7320989; Sat, 6 Jul 2019 08:34:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562402079; bh=LHNC9eeGrAB0uTsxblnJlRRfFfF4uFlG15ruCcDfwS0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=d3wRFp6CiBmHdXZAg9qp4Qr7ZSInxnqbcQLfO8EqCiG7B0rtPp6uvdXtGmmAEefOR RTFwUBY5qQVTHKP278vTCJH6xn5mi9kXauyrRpJr3aKMpgTArtHfIyvB3PKMaQM2vs c9MT371IOFxcEwR8ihjI8aUrCT74BT7MEAHqfjoI= Date: Sat, 6 Jul 2019 10:34:33 +0200 From: Greg Kroah-Hartman To: Stephen Rothwell Cc: Linux Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: Tree for Jul 4 Message-ID: <20190706083433.GB9249@kroah.com> References: <20190704220945.27728dd9@canb.auug.org.au> <20190704222450.021c9d71@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190704222450.021c9d71@canb.auug.org.au> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 04, 2019 at 10:24:50PM +1000, Stephen Rothwell wrote: > Hi all, > > This release produces a whole lot (over 200) of this message in my qemu > boot tests: > > [ 1.698497] debugfs: File 'sched' already present! > > Introduced by commit > > 43e23b6c0b01 ("debugfs: log errors when something goes wrong") > > from the driver-core tree. I assume that the error(?) was already > happening, but it is now being reported. What are you passing to qemu to get this? I just tried it myself and see no error reports at all. Have a .config I can use to try to reproduce this? And from a recent syzbot report, I don't think you are alone, as I saw the messages showing up there too... thanks, greg k-h