2009-06-17 18:38:59

by Kyle McMartin

[permalink] [raw]
Subject: [PATCH] slqbinfo doesn't exist...

From: Kyle McMartin <[email protected]>

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 <[email protected]>

---

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)


2009-06-18 01:15:51

by Fengguang Wu

[permalink] [raw]
Subject: Re: [PATCH] slqbinfo doesn't exist...

Hi Kyle,

On Thu, Jun 18, 2009 at 02:38:51AM +0800, Kyle McMartin wrote:
> From: Kyle McMartin <[email protected]>
>
> 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 <[email protected]>
>
> ---
>
> 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)

2009-06-18 14:06:04

by Kyle McMartin

[permalink] [raw]
Subject: Re: [PATCH] slqbinfo doesn't exist...

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 <[email protected]>
> >
> > 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