lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 1 Feb 2017 11:00:35 +0100 From: Juergen Gross <jgross@...e.com> To: Ingo Molnar <mingo@...nel.org>, linux-kernel@...r.kernel.org Cc: Andrew Morton <akpm@...ux-foundation.org>, Andy Lutomirski <luto@...capital.net>, Borislav Petkov <bp@...en8.de>, "H . Peter Anvin" <hpa@...or.com>, Linus Torvalds <torvalds@...ux-foundation.org>, Peter Zijlstra <peterz@...radead.org>, Thomas Gleixner <tglx@...utronix.de>, Yinghai Lu <yinghai@...nel.org> Subject: Re: [PATCH 4/5] xen, x86/headers: Add <linux/device.h> dependency to <asm/xen/page.h> 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) <asm/e820.h> include line from <asm/pgtable.h> to > reduce header file dependencies - but a Xen header has (unintentionally) > learned to rely on the indirect inclusion of <linux/device.h>. > > 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 <linux/device.h> explicitly. > > No change in functionality. > > Reported-by: kbuild test robot <fengguang.wu@...el.com> > Cc: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com> > Cc: <stefano.stabellini@...citrix.com> > Cc: Juergen Gross <jgross@...e.com> 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. > Cc: Linus Torvalds <torvalds@...ux-foundation.org> > Cc: Peter Zijlstra <peterz@...radead.org> > Cc: Thomas Gleixner <tglx@...utronix.de> > Cc: linux-kernel@...r.kernel.org > Signed-off-by: Ingo Molnar <mingo@...nel.org> Acked-by: Juergen Gross <jgross@...e.com> Juergen
Powered by blists - more mailing lists