Re: [PATCH 0/2] tools: lockdep: build fixes

2014-02-04 Thread Ingo Molnar

* Sasha Levin  wrote:

> On 01/31/2014 04:35 PM, Ira W. Snyder wrote:
> >From: "Ira W. Snyder" 
> >
> >Included are some fixes to the tools/lib/lockdep source tree to fix some
> >build issues.
> >
> >Ira W. Snyder (2):
> >   tools: lockdep: fix include of asm/hash.h
> >   tools: lockdep: add include directory to allow tests to compile
> >
> >  tools/lib/lockdep/Makefile| 2 +-
> >  tools/lib/lockdep/uinclude/asm/hash.h | 6 ++
> >  2 files changed, 7 insertions(+), 1 deletion(-)
> >  create mode 100644 tools/lib/lockdep/uinclude/asm/hash.h
> >
> 
>   Acked-by: Sasha Levin 
> 
> Ingo, How would you like the liblockdep things to work? Would you be 
> picking them yourself directly to the locking tree or should I be 
> sending a pull request?

Let's try a pull request? Initially it might need several iterations 
(rebasing) as the requirements for pull requests are always much more 
stringent, as I cannot fix up small details.

Thanks,

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/2] tools: lockdep: build fixes

2014-02-04 Thread Ingo Molnar

* Sasha Levin sasha.le...@oracle.com wrote:

 On 01/31/2014 04:35 PM, Ira W. Snyder wrote:
 From: Ira W. Snyder i...@ovro.caltech.edu
 
 Included are some fixes to the tools/lib/lockdep source tree to fix some
 build issues.
 
 Ira W. Snyder (2):
tools: lockdep: fix include of asm/hash.h
tools: lockdep: add include directory to allow tests to compile
 
   tools/lib/lockdep/Makefile| 2 +-
   tools/lib/lockdep/uinclude/asm/hash.h | 6 ++
   2 files changed, 7 insertions(+), 1 deletion(-)
   create mode 100644 tools/lib/lockdep/uinclude/asm/hash.h
 
 
   Acked-by: Sasha Levin sasha.le...@oracle.com
 
 Ingo, How would you like the liblockdep things to work? Would you be 
 picking them yourself directly to the locking tree or should I be 
 sending a pull request?

Let's try a pull request? Initially it might need several iterations 
(rebasing) as the requirements for pull requests are always much more 
stringent, as I cannot fix up small details.

Thanks,

Ingo
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/2] tools: lockdep: build fixes

2014-02-03 Thread Sasha Levin

On 01/31/2014 04:35 PM, Ira W. Snyder wrote:

From: "Ira W. Snyder" 

Included are some fixes to the tools/lib/lockdep source tree to fix some
build issues.

Ira W. Snyder (2):
   tools: lockdep: fix include of asm/hash.h
   tools: lockdep: add include directory to allow tests to compile

  tools/lib/lockdep/Makefile| 2 +-
  tools/lib/lockdep/uinclude/asm/hash.h | 6 ++
  2 files changed, 7 insertions(+), 1 deletion(-)
  create mode 100644 tools/lib/lockdep/uinclude/asm/hash.h



Acked-by: Sasha Levin 


Ingo, How would you like the liblockdep things to work? Would you be picking 
them
yourself directly to the locking tree or should I be sending a pull request?


Thanks,
Sasha
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/2] tools: lockdep: build fixes

2014-02-03 Thread Sasha Levin

On 01/31/2014 04:35 PM, Ira W. Snyder wrote:

From: Ira W. Snyder i...@ovro.caltech.edu

Included are some fixes to the tools/lib/lockdep source tree to fix some
build issues.

Ira W. Snyder (2):
   tools: lockdep: fix include of asm/hash.h
   tools: lockdep: add include directory to allow tests to compile

  tools/lib/lockdep/Makefile| 2 +-
  tools/lib/lockdep/uinclude/asm/hash.h | 6 ++
  2 files changed, 7 insertions(+), 1 deletion(-)
  create mode 100644 tools/lib/lockdep/uinclude/asm/hash.h



Acked-by: Sasha Levin sasha.le...@oracle.com


Ingo, How would you like the liblockdep things to work? Would you be picking 
them
yourself directly to the locking tree or should I be sending a pull request?


Thanks,
Sasha
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/2] tools: lockdep: build fixes

2014-01-31 Thread Ira W. Snyder
From: "Ira W. Snyder" 

Included are some fixes to the tools/lib/lockdep source tree to fix some
build issues.

Ira W. Snyder (2):
  tools: lockdep: fix include of asm/hash.h
  tools: lockdep: add include directory to allow tests to compile

 tools/lib/lockdep/Makefile| 2 +-
 tools/lib/lockdep/uinclude/asm/hash.h | 6 ++
 2 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100644 tools/lib/lockdep/uinclude/asm/hash.h

-- 
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/2] tools: lockdep: build fixes

2014-01-31 Thread Ira W. Snyder
From: Ira W. Snyder i...@ovro.caltech.edu

Included are some fixes to the tools/lib/lockdep source tree to fix some
build issues.

Ira W. Snyder (2):
  tools: lockdep: fix include of asm/hash.h
  tools: lockdep: add include directory to allow tests to compile

 tools/lib/lockdep/Makefile| 2 +-
 tools/lib/lockdep/uinclude/asm/hash.h | 6 ++
 2 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100644 tools/lib/lockdep/uinclude/asm/hash.h

-- 
1.8.3.2

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/