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.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 76EB9C0650E for ; Fri, 5 Jul 2019 01:09:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4BAFD21850 for ; Fri, 5 Jul 2019 01:09:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="Rx8pCaA3" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727352AbfGEBJL (ORCPT ); Thu, 4 Jul 2019 21:09:11 -0400 Received: from merlin.infradead.org ([205.233.59.134]:57134 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726024AbfGEBJK (ORCPT ); Thu, 4 Jul 2019 21:09:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=eyz59IIlxroI/5AObcZylVy5ugEcgCvG6BZl1gh14To=; b=Rx8pCaA3ngvEF9QS1FSM86H3RU 4/yULantxK7XgIacTgEf53fzj0aTXuJDONEnFMURxAcrkhN3SropTweasB2VvUUJeKGcAFLKOxuqB y0qgFj+iJnidkMBG3sNXbsaa+/3082Vi8LPGSzuDPbxHL/IY9vkxho9QaJ10IrKlGX9ze8IfHH+mo sK7hSaZ6uIYC2GI4Pz6/EVWH1C5iaiS6FnATYM37jdeLl1hJuqJEsMMTBnOJ/PHidNQ3qVAvL0iVh j79D1HGhy65YkfhRaungaMcTavle3CIcb0j5eMYeAf7n0YG+SX/Zt31rNxVATFT3H/GcRvV2SNRhF Luy3S9jw==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlab) by merlin.infradead.org with esmtpsa (Exim 4.92 #3 (Red Hat Linux)) id 1hjCil-0006l7-NC; Fri, 05 Jul 2019 01:09:03 +0000 Subject: Re: mmotm 2019-07-04-15-01 uploaded (gpu/drm/i915/oa/) To: akpm@linux-foundation.org, broonie@kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-next@vger.kernel.org, mhocko@suse.cz, mm-commits@vger.kernel.org, sfr@canb.auug.org.au, dri-devel References: <20190704220152.1bF4q6uyw%akpm@linux-foundation.org> From: Randy Dunlap Message-ID: <80bf2204-558a-6d3f-c493-bf17b891fc8a@infradead.org> Date: Thu, 4 Jul 2019 18:09:00 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <20190704220152.1bF4q6uyw%akpm@linux-foundation.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On 7/4/19 3:01 PM, akpm@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2019-07-04-15-01 has been uploaded to > > http://www.ozlabs.org/~akpm/mmotm/ > > mmotm-readme.txt says > > README for mm-of-the-moment: > > http://www.ozlabs.org/~akpm/mmotm/ I get a lot of these but don't see/know what causes them: ../scripts/Makefile.build:42: ../drivers/gpu/drm/i915/oa/Makefile: No such file or directory make[6]: *** No rule to make target '../drivers/gpu/drm/i915/oa/Makefile'. Stop. ../scripts/Makefile.build:498: recipe for target 'drivers/gpu/drm/i915/oa' failed make[5]: *** [drivers/gpu/drm/i915/oa] Error 2 ../scripts/Makefile.build:498: recipe for target 'drivers/gpu/drm/i915' failed -- ~Randy