From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752003AbdBAKJD (ORCPT ); Wed, 1 Feb 2017 05:09:03 -0500 Received: from mail-wj0-f193.google.com ([209.85.210.193]:36061 "EHLO mail-wj0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751754AbdBAKJB (ORCPT ); Wed, 1 Feb 2017 05:09:01 -0500 Date: Wed, 1 Feb 2017 11:08:57 +0100 From: Ingo Molnar To: Juergen Gross Cc: linux-kernel@vger.kernel.org, Andrew Morton , Andy Lutomirski , Borislav Petkov , "H . Peter Anvin" , Linus Torvalds , Peter Zijlstra , Thomas Gleixner , Yinghai Lu Subject: Re: [PATCH 4/5] xen, x86/headers: Add dependency to Message-ID: <20170201100857.GA21576@gmail.com> References: <1485942677-19973-1-git-send-email-mingo@kernel.org> <1485942677-19973-5-git-send-email-mingo@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Juergen Gross wrote: > On 01/02/17 10:51, Ingo Molnar wrote: > > The following patch (not upstream yet): > > > > "x86/boot/e820: Remove spurious asm/e820/api.h inclusions" > > > > Removed the (spurious) include line from to > > reduce header file dependencies - but a Xen header has (unintentionally) > > learned to rely on the indirect inclusion of . > > > > This resulted in the following (harmless) build warning: > > > > arch/x86/include/asm/xen/page.h:302:7: warning: 'struct device' declared inside parameter list > > > > Include explicitly. > > > > No change in functionality. > > > > Reported-by: kbuild test robot > > Cc: Konrad Rzeszutek Wilk > > Cc: > > Cc: Juergen Gross > > Hmm, how did you send this? In spite of the Cc: list in the patch only > few of those listed here are included in the Cc: header of the mail. I restricted it explicitly in the sending script to those I thought might be interested in the series, as LKML (and/or gmail) would occasionally reject a mail based on too many Cc: entries... Note that the tip-bot notification would still have Cc:-ed everyone mentioned in the Cc: lists, so had I screwed up the patch you'd still have been informed and you'd have the opportunity to embarrass me! :-) > > Cc: Linus Torvalds > > Cc: Peter Zijlstra > > Cc: Thomas Gleixner > > Cc: linux-kernel@vger.kernel.org > > Signed-off-by: Ingo Molnar > > Acked-by: Juergen Gross Thanks! Added this to the changelog. Ingo