From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755941Ab0IIVWH (ORCPT ); Thu, 9 Sep 2010 17:22:07 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:39293 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753111Ab0IIVWG (ORCPT ); Thu, 9 Sep 2010 17:22:06 -0400 From: "Rafael J. Wysocki" To: Bojan Smojver Subject: Re: linux-next: build failure after merge of the final tree (suspend tree related) Date: Thu, 9 Sep 2010 23:20:55 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.36-rc3-rjw+; KDE/4.4.4; x86_64; ; ) Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org References: <20100909125838.6c82edc4.sfr@canb.auug.org.au> <1284002036.2614.39.camel@shrek.rexursive.com> In-Reply-To: <1284002036.2614.39.camel@shrek.rexursive.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201009092320.55966.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday, September 09, 2010, Bojan Smojver wrote: > On Thu, 2010-09-09 at 12:58 +1000, Stephen Rothwell wrote: > > Caused by commit 2b2609c19ff19361360552786bd252ef40dfe5ce ("PM / > > Hibernate: Compress hibernation image with LZO"). > > > > See Rule 1 in Documentation/SubmitChecklist. There is a missing > > include of linux/vmalloc.h. > > Thanks. I see I succeeded - first patch broke the build - yay! ;-) > > Rafael, > > Can you please add vmalloc.h to the thingy. I don't have commit access, > obviously. Fixed and pushed back. Thanks, Rafael