From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brown Subject: Re: [RFC v1 0/8] x86/init: Linux linker tables Date: Fri, 22 Jan 2016 08:15:36 +0000 Message-ID: <56A1E528.50904@ipxe.org> References: <1450217797-19295-1-git-send-email-mcgrof@do-not-panic.com> <56731D32.4040900@zytor.com> <20151217234625.GM20409@wotan.suse.de> <56738AAF.2080601@zytor.com> <56738E29.3070605@zytor.com> <56A13D42.7040500@zytor.com> <20160121213732.GG15622@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160121213732.GG15622@localhost.localdomain> Sender: linux-kernel-owner@vger.kernel.org To: Konrad Rzeszutek Wilk , "Luis R. Rodriguez" Cc: "H. Peter Anvin" , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Rusty Russell , Andy Lutomirski , Boris Ostrovsky , Juergen Gross , Jan Beulich , joro@8bytes.org, Andrey Ryabinin , andreyknvl@google.com, long.wanglong@huawei.com, qiuxishi@huawei.com, aryabinin@virtuozzo.com, Mauro Carvalho Chehab , Valentin Rothberg , Peter Senna Tschudin , X86 ML , Michal Marek , "xen-devel@lists.xensource.com" , Michael Matz , "linux-kernel@vger.kernel.org" List-Id: xen-devel@lists.xenproject.org On 21/01/16 21:37, Konrad Rzeszutek Wilk wrote: > On Thu, Jan 21, 2016 at 12:33:43PM -0800, Luis R. Rodriguez wrote: >> Sure, do we know if that ICC compatible? Do we care? There are a >> series of ICC hacks put in place on ipxe's original solution which >> I've folded in, it seems that works but if we care about ICC those >> folks should perhaps help review as well. > > I didn't know the kernel could even be compiled with ICC? Thought > only GCC worked? > > Anyhow - it may be that those fixes were for quite old ICC versions. > Does the latest one manifest these oddities? I haven't tested building iPXE with icc for some time. (The support for icc was originally added with the plan to be able to compile to EFI Byte Code; this plan was swiftly abandoned.) The most recent version of icc that I have personally used with that code was 10.1.018. Michael