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: Tue, 10 Aug 2021 19:48:36 +0200 From: Paolo Bonzini <pbonzini@...hat.com> To: Like Xu <like.xu.linux@...il.com> Cc: Sean Christopherson <seanjc@...gle.com>, Vitaly Kuznetsov <vkuznets@...hat.com>, Wanpeng Li <wanpengli@...cent.com>, Jim Mattson <jmattson@...gle.com>, Joerg Roedel <joro@...tes.org>, Ingo Molnar <mingo@...hat.com>, kvm@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH 5/5] KVM: x86: Clean up redundant pr_fmt(fmt) macro definition for svm On 09/08/21 11:34, Like Xu wrote: > +#undef pr_fmt > +#define pr_fmt(fmt) "SVM: " fmt > + > #include <linux/kvm_types.h> Why do you need the #undef? Paolo
Powered by blists - more mailing lists