Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp6237791imm; Mon, 23 Jul 2018 14:07:56 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcuwIdBGiXR6/q5tZnvcOQjvomyEN2I3LeE9RaR9XQ8B/7y6cTc/VtB2+Lf6NiNtvYjbZD6 X-Received: by 2002:a17:902:7c8e:: with SMTP id y14-v6mr13661814pll.265.1532380076840; Mon, 23 Jul 2018 14:07:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532380076; cv=none; d=google.com; s=arc-20160816; b=x66EId+TCrdWGI89aAzWrAzHdQn6/gKEFAiFNbYCKvU28OpUecJHfA53Zu3yIe+9zm U5n2V035y5ttcACOfww1NBmBwMsdpV0I0knIm+vIn53lMAyYE3fODCbpOiV5qAY2FaH/ Vigtse5wuLRlN0JQK3D+wxtwnaO18CwLzWETPj+xYwjfLFQevaDi3KdjkxgKa6YHf9ju Tb8IZO4RXSSXR6WUkPCsrWgIM0zDg114IA4BJqKnvM5nhpb1prdC2TSUL7ciP049+yA/ eMS5HTpf/DGmkF/4Butyxg4btDUqWQ1+dJoVKQTFLWJHU3HpniA7SnOuS+DgQ3Fq6btQ i4qA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date :arc-authentication-results; bh=epgfGqHQYvrzyWrQIMmEHLTTnKoBNyKhtnrI5M+p7mw=; b=m+Ke6mmcO54AsDKx2OChzCS/uBIH1pvbqbfQoL6706b2zoX+1tc+c03ityuMrnYIzq SrqwFngTqDvcKwTR7EpCu4T9Ik2+9pPFU5Cl5QvGi4pSrhNVAWHg3j+UqOn2A7WAczQs glVRzcKGb7B+/0OhhOIVemt8yVTA7ZgBbE0Xyu/v20fjvd+QeJEI/GauYQ4GubjdpIQ8 JRKyBC2DHYNKkDYkBLrddP1BZRtFJkHV525MkHgWTJoILmwXBfZMFOrWCcgYgIcHUJHJ RJBAK8cayky9R+geiBNhJJjZJ+m05PSA7ccJ67R5w13jdnuvYSMc7Eq1rL55qZlDs/FD l2qg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s27-v6si9423659pgn.473.2018.07.23.14.07.41; Mon, 23 Jul 2018 14:07:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388191AbeGWWJQ (ORCPT + 99 others); Mon, 23 Jul 2018 18:09:16 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:48802 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388077AbeGWWJP (ORCPT ); Mon, 23 Jul 2018 18:09:15 -0400 Received: from localhost (unknown [172.58.43.32]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id B2C38108CE37A; Mon, 23 Jul 2018 14:06:13 -0700 (PDT) Date: Mon, 23 Jul 2018 14:06:12 -0700 (PDT) Message-Id: <20180723.140612.672897895629613645.davem@davemloft.net> To: torvalds@linux-foundation.org Cc: linux@roeck-us.net, schwidefsky@de.ibm.com, linux-kernel@vger.kernel.org Subject: Re: Linux 4.18-rc6 From: David Miller In-Reply-To: References: <20180723204617.GA14487@roeck-us.net> X-Mailer: Mew version 6.7 on Emacs 26 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Mon, 23 Jul 2018 14:06:14 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Linus Torvalds Date: Mon, 23 Jul 2018 13:56:15 -0700 > Hmm. I assume it's > > arch/sparc/include/asm/cacheflush_32.h > > that wants a forward-declaration of 'struct page', and doesn't include > any header files. > > The fix is presumably to move the > > #include > > in drivers/staging/media/omap4iss/iss_video.c down to below the > includes? > > The old patchwork link you had for a fix no longer works, I think > because the patchwork database got re-generated during the upgrade > (and the patchwork numbering isn't stable). I think modifying the include order in that driver is the best fix. BTW, here is a proper patchwork link in the SPARC project on ozlabs: http://patchwork.ozlabs.org/patch/947434/