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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 03 Mar 2008 22:48:34 +0200
From:	Avi Kivity <avi@...ranet.com>
To:	Harvey Harrison <harvey.harrison@...il.com>
CC:	Ingo Molnar <mingo@...e.hu>, Thomas Gleixner <tglx@...utronix.de>,
	"H. Peter Anvin" <hpa@...or.com>,
	LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] x86: replace remaining __FUNCTION__ occurances

Harvey Harrison wrote:
> __FUNCTION__ is gcc-specific, use __func__
>
>   

Which is shorter too.

>  arch/x86/kvm/lapic.c          |    8 ++++----
>  arch/x86/kvm/mmu.c            |   34 +++++++++++++++++-----------------
>  arch/x86/kvm/paging_tmpl.h    |   14 +++++++-------
>  arch/x86/kvm/svm.c            |   12 ++++++------
>  arch/x86/kvm/vmx.c            |    6 +++---
>  arch/x86/kvm/x86.c            |   10 +++++-----
>   

Please send the kvm parts against kvm.git instead of mainline to avoid 
needless merges.

-- 
Any sufficiently difficult bug is indistinguishable from a feature.

--
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