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: Fri, 8 Aug 2014 15:03:40 -0700 (PDT) From: David Rientjes <rientjes@...gle.com> To: Jeremiah Mahler <jmmahler@...il.com> cc: Dave Hansen <dave.hansen@...ux.intel.com>, Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...hat.com>, "H. Peter Anvin" <hpa@...or.com>, x86@...nel.org, Rik van Riel <riel@...hat.com>, Mel Gorman <mgorman@...e.de>, Andrew Morton <akpm@...ux-foundation.org>, linux-kernel@...r.kernel.org Subject: Re: [PATCH linux-next] arch/x86/mm: sparse 'tlb_single_page_flush_ceiling' warning On Fri, 8 Aug 2014, Jeremiah Mahler wrote: > A sparse warning is generated about 'tlb_single_page_flush_ceiling' > not being declared. > > arch/x86/mm/tlb.c:177:15: warning: symbol > 'tlb_single_page_flush_ceiling' was not declared. Should it be static? > > Since it isn't used anywhere outside this file, fix the warning by > making it static. > > Signed-off-by: Jeremiah Mahler <jmmahler@...il.com> Seems like __read_mostly would also be in order? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists