public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] slqbinfo doesn't exist...
@ 2009-06-17 18:38 Kyle McMartin
  2009-06-18  1:15 ` Wu Fengguang
  0 siblings, 1 reply; 3+ messages in thread
From: Kyle McMartin @ 2009-06-17 18:38 UTC (permalink / raw)
  To: fengguang.wu; +Cc: akpm, torvalds, linux-kernel

From: Kyle McMartin <kyle@redhat.com>

Commit 35efa5e993a7a00a50b87d2b7725c3eafc80b083 which added a page-types
tool introduced a reference to slqbinfo in the Makefile, which, doesn't
exist... This is currently causing my rawhide builds to fail.

Signed-off-by: Kyle McMartin <kyle@redhat.com>

---

diff --git a/Documentation/vm/Makefile b/Documentation/vm/Makefile
index 27479d4..5bd269b 100644
--- a/Documentation/vm/Makefile
+++ b/Documentation/vm/Makefile
@@ -2,7 +2,7 @@
 obj- := dummy.o
 
 # List of programs to build
-hostprogs-y := slabinfo slqbinfo page-types
+hostprogs-y := slabinfo page-types
 
 # Tell kbuild to always build the programs
 always := $(hostprogs-y)

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] slqbinfo doesn't exist...
  2009-06-17 18:38 [PATCH] slqbinfo doesn't exist Kyle McMartin
@ 2009-06-18  1:15 ` Wu Fengguang
  2009-06-18 14:05   ` Kyle McMartin
  0 siblings, 1 reply; 3+ messages in thread
From: Wu Fengguang @ 2009-06-18  1:15 UTC (permalink / raw)
  To: Kyle McMartin
  Cc: akpm@linux-foundation.org, torvalds@linux-foundation.org,
	linux-kernel@vger.kernel.org

Hi Kyle,

On Thu, Jun 18, 2009 at 02:38:51AM +0800, Kyle McMartin wrote:
> From: Kyle McMartin <kyle@redhat.com>
> 
> Commit 35efa5e993a7a00a50b87d2b7725c3eafc80b083 which added a page-types
> tool introduced a reference to slqbinfo in the Makefile, which, doesn't
> exist... This is currently causing my rawhide builds to fail.

This fix should be in the latest git tree. Sorry for all the inconvenience!

Thanks,
Fengguang


> Signed-off-by: Kyle McMartin <kyle@redhat.com>
> 
> ---
> 
> diff --git a/Documentation/vm/Makefile b/Documentation/vm/Makefile
> index 27479d4..5bd269b 100644
> --- a/Documentation/vm/Makefile
> +++ b/Documentation/vm/Makefile
> @@ -2,7 +2,7 @@
>  obj- := dummy.o
>  
>  # List of programs to build
> -hostprogs-y := slabinfo slqbinfo page-types
> +hostprogs-y := slabinfo page-types
>  
>  # Tell kbuild to always build the programs
>  always := $(hostprogs-y)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] slqbinfo doesn't exist...
  2009-06-18  1:15 ` Wu Fengguang
@ 2009-06-18 14:05   ` Kyle McMartin
  0 siblings, 0 replies; 3+ messages in thread
From: Kyle McMartin @ 2009-06-18 14:05 UTC (permalink / raw)
  To: Wu Fengguang
  Cc: Kyle McMartin, akpm@linux-foundation.org,
	torvalds@linux-foundation.org, linux-kernel@vger.kernel.org

On Thu, Jun 18, 2009 at 09:15:32AM +0800, Wu Fengguang wrote:
> Hi Kyle,
> 
> On Thu, Jun 18, 2009 at 02:38:51AM +0800, Kyle McMartin wrote:
> > From: Kyle McMartin <kyle@redhat.com>
> > 
> > Commit 35efa5e993a7a00a50b87d2b7725c3eafc80b083 which added a page-types
> > tool introduced a reference to slqbinfo in the Makefile, which, doesn't
> > exist... This is currently causing my rawhide builds to fail.
> 
> This fix should be in the latest git tree. Sorry for all the inconvenience!
> 

Yup, I saw. All good.


Thanks!
	Kyle

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-06-18 14:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-17 18:38 [PATCH] slqbinfo doesn't exist Kyle McMartin
2009-06-18  1:15 ` Wu Fengguang
2009-06-18 14:05   ` Kyle McMartin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox