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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D884C77B7C for ; Wed, 10 May 2023 05:55:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235560AbjEJFzH convert rfc822-to-8bit (ORCPT ); Wed, 10 May 2023 01:55:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49958 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229620AbjEJFzF (ORCPT ); Wed, 10 May 2023 01:55:05 -0400 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0D299273D for ; Tue, 9 May 2023 22:55:00 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id C00F061B8B4D; Wed, 10 May 2023 07:54:57 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id n_S4LQIz-Mly; Wed, 10 May 2023 07:54:57 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 35D8661CECF8; Wed, 10 May 2023 07:54:57 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id vpLgkkUi-oWy; Wed, 10 May 2023 07:54:57 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 0EF94615C9F5; Wed, 10 May 2023 07:54:57 +0200 (CEST) Date: Wed, 10 May 2023 07:54:56 +0200 (CEST) From: Richard Weinberger To: kernel test robot Cc: Johannes Berg , oe-kbuild-all , linux-kernel Message-ID: <997268184.9271684.1683698096971.JavaMail.zimbra@nod.at> In-Reply-To: <202305100640.HGwVAUIt-lkp@intel.com> References: <202305100640.HGwVAUIt-lkp@intel.com> Subject: Re: arch/um/drivers/harddog_user.c:6:10: fatal error: stdio.h: No such file or directory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF97 (Linux)/8.8.12_GA_3809) Thread-Topic: arch/um/drivers/harddog_user.c:6:10: fatal error: stdio.h: No such file or directory Thread-Index: /HP02hVwBMcXLMWFmev9z/iN8nuRpg== Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "kernel test robot" > FYI, the error/warning still remains. > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > master > head: 16a8829130ca22666ac6236178a6233208d425c3 > commit: fc54a4f15988e228cf88f888483e985c5f35031e um: prevent user code in > modules > date: 3 weeks ago > config: um-allmodconfig > (https://download.01.org/0day-ci/archive/20230510/202305100640.HGwVAUIt-lkp@intel.com/config) > compiler: gcc-11 (Debian 11.3.0-12) 11.3.0 > reproduce (this is a W=1 build): The fix is already in linux-next. PR will follow shortly. Thanks, //richard