From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH tip/x86/entry] Fix user return notifier build Date: Sun, 25 Oct 2009 17:38:44 +0100 Message-ID: <20091025163844.GF20391@elte.hu> References: <1256473485-23109-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, "H. Peter Anvin" To: Avi Kivity Return-path: Received: from mx2.mail.elte.hu ([157.181.151.9]:46260 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752681AbZJYQio (ORCPT ); Sun, 25 Oct 2009 12:38:44 -0400 Content-Disposition: inline In-Reply-To: <1256473485-23109-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: * Avi Kivity wrote: > When CONFIG_USER_RETURN_NOTIFIER is set, we need to link > kernel/user-return-notifier.o. > > Signed-off-by: Avi Kivity > --- > kernel/Makefile | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Applied, thanks. I suspect you want to pull x86/entry into kvm.git? The base patch itself has not caused any trouble. Ingo