All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] liblockdep fixes for v3.19
@ 2015-02-01 12:46 Sasha Levin
  2015-02-03 11:26 ` Ingo Molnar
  0 siblings, 1 reply; 6+ messages in thread
From: Sasha Levin @ 2015-02-01 12:46 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Baruch Siach, LKML

Hi Ingo,

Two fixes for liblockdep. One prevents git from trying to track the generated
.so libraries, and the other avoids mixups with header files when building
liblockdep inside a kernel tree that doesn't match the one being currently
used in the system.


The following changes since commit ec6f34e5b552fb0a52e6aae1a5afbbb1605cc6cc:

  Linux 3.19-rc5 (2015-01-18 18:02:20 +1200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux.git

for you to fetch changes up to 8baeccdcb8e51bfb0f3349fc8f90abe8d5654f9e:

  tools/liblockdep: don't include host headers (2015-01-29 21:55:19 -0500)

----------------------------------------------------------------
Baruch Siach (2):
      tools/liblockdep: ignore generated .so file
      tools/liblockdep: don't include host headers

 tools/lib/lockdep/.gitignore | 1 +
 tools/lib/lockdep/Makefile   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 tools/lib/lockdep/.gitignore

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

* Re: [GIT PULL] liblockdep fixes for v3.19
  2015-02-01 12:46 [GIT PULL] liblockdep fixes for v3.19 Sasha Levin
@ 2015-02-03 11:26 ` Ingo Molnar
  2015-02-03 12:59   ` Sasha Levin
  0 siblings, 1 reply; 6+ messages in thread
From: Ingo Molnar @ 2015-02-03 11:26 UTC (permalink / raw)
  To: Sasha Levin; +Cc: Baruch Siach, LKML, Peter Zijlstra


* Sasha Levin <sasha.levin@oracle.com> wrote:

> Hi Ingo,
> 
> Two fixes for liblockdep. One prevents git from trying to track the generated
> .so libraries, and the other avoids mixups with header files when building
> liblockdep inside a kernel tree that doesn't match the one being currently
> used in the system.
> 
> 
> The following changes since commit ec6f34e5b552fb0a52e6aae1a5afbbb1605cc6cc:
> 
>   Linux 3.19-rc5 (2015-01-18 18:02:20 +1200)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux.git

Hm, which branch is it in?

Thanks,

	Ingo

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

* Re: [GIT PULL] liblockdep fixes for v3.19
  2015-02-03 11:26 ` Ingo Molnar
@ 2015-02-03 12:59   ` Sasha Levin
  2015-02-04  5:59     ` Ingo Molnar
  0 siblings, 1 reply; 6+ messages in thread
From: Sasha Levin @ 2015-02-03 12:59 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Baruch Siach, LKML, Peter Zijlstra

On 02/03/2015 06:26 AM, Ingo Molnar wrote:
> 
> * Sasha Levin <sasha.levin@oracle.com> wrote:
> 
>> Hi Ingo,
>>
>> Two fixes for liblockdep. One prevents git from trying to track the generated
>> .so libraries, and the other avoids mixups with header files when building
>> liblockdep inside a kernel tree that doesn't match the one being currently
>> used in the system.
>>
>>
>> The following changes since commit ec6f34e5b552fb0a52e6aae1a5afbbb1605cc6cc:
>>
>>   Linux 3.19-rc5 (2015-01-18 18:02:20 +1200)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux.git
> 
> Hm, which branch is it in?

Uh, I'm not sure why git didn't fill that in. Sorry.

	git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux.git liblockdep-fixes-3.19


Thanks,
Sasha

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

* Re: [GIT PULL] liblockdep fixes for v3.19
  2015-02-03 12:59   ` Sasha Levin
@ 2015-02-04  5:59     ` Ingo Molnar
  0 siblings, 0 replies; 6+ messages in thread
From: Ingo Molnar @ 2015-02-04  5:59 UTC (permalink / raw)
  To: Sasha Levin; +Cc: Baruch Siach, LKML, Peter Zijlstra


* Sasha Levin <sasha.levin@oracle.com> wrote:

> On 02/03/2015 06:26 AM, Ingo Molnar wrote:
> > 
> > * Sasha Levin <sasha.levin@oracle.com> wrote:
> > 
> >> Hi Ingo,
> >>
> >> Two fixes for liblockdep. One prevents git from trying to track the generated
> >> .so libraries, and the other avoids mixups with header files when building
> >> liblockdep inside a kernel tree that doesn't match the one being currently
> >> used in the system.
> >>
> >>
> >> The following changes since commit ec6f34e5b552fb0a52e6aae1a5afbbb1605cc6cc:
> >>
> >>   Linux 3.19-rc5 (2015-01-18 18:02:20 +1200)
> >>
> >> are available in the git repository at:
> >>
> >>   git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux.git
> > 
> > Hm, which branch is it in?
> 
> Uh, I'm not sure why git didn't fill that in. Sorry.
> 
> 	git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux.git liblockdep-fixes-3.19

Pulled, thanks Sasha!

	Ingo

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

* Re: [GIT PULL] liblockdep fixes for v3.19
  2014-12-22  2:28 Sasha Levin
@ 2014-12-23  9:29 ` Ingo Molnar
  0 siblings, 0 replies; 6+ messages in thread
From: Ingo Molnar @ 2014-12-23  9:29 UTC (permalink / raw)
  To: Sasha Levin; +Cc: Kirill Smelkov, LKML, Peter Zijlstra


* Sasha Levin <sasha.levin@oracle.com> wrote:

> Hi Ingo,
> 
> A small (but important) fix to the way we detect freeing live locks. We would
> pass a wrong memory region when testing for locks inside freed memory spaces,
> which would trigger false positives.
> 
> 
> Thanks,
> Sasha
> 
> The following changes since commit b2776bf7149bddd1f4161f14f79520f17fc1d71d:
> 
>   Linux 3.18 (2014-12-07 14:21:05 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux.git liblockdep-fixes-3.19
> 
> for you to fetch changes up to 95bfdf23e4d59099340c01064f39e7f6875c02bc:
> 
>   tools/liblockdep: Fix debug_check thinko in mutex destroy (2014-12-19 15:50:55 -0500)
> 
> ----------------------------------------------------------------
> Kirill Smelkov (1):
>       tools/liblockdep: Fix debug_check thinko in mutex destroy
> 
>  tools/lib/lockdep/preload.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Pulled, thanks Sasha!

	Ingo

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

* [GIT PULL] liblockdep fixes for v3.19
@ 2014-12-22  2:28 Sasha Levin
  2014-12-23  9:29 ` Ingo Molnar
  0 siblings, 1 reply; 6+ messages in thread
From: Sasha Levin @ 2014-12-22  2:28 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Kirill Smelkov, LKML

Hi Ingo,

A small (but important) fix to the way we detect freeing live locks. We would
pass a wrong memory region when testing for locks inside freed memory spaces,
which would trigger false positives.


Thanks,
Sasha

The following changes since commit b2776bf7149bddd1f4161f14f79520f17fc1d71d:

  Linux 3.18 (2014-12-07 14:21:05 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux.git liblockdep-fixes-3.19

for you to fetch changes up to 95bfdf23e4d59099340c01064f39e7f6875c02bc:

  tools/liblockdep: Fix debug_check thinko in mutex destroy (2014-12-19 15:50:55 -0500)

----------------------------------------------------------------
Kirill Smelkov (1):
      tools/liblockdep: Fix debug_check thinko in mutex destroy

 tools/lib/lockdep/preload.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2015-02-04  5:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-01 12:46 [GIT PULL] liblockdep fixes for v3.19 Sasha Levin
2015-02-03 11:26 ` Ingo Molnar
2015-02-03 12:59   ` Sasha Levin
2015-02-04  5:59     ` Ingo Molnar
  -- strict thread matches above, loose matches on Subject: below --
2014-12-22  2:28 Sasha Levin
2014-12-23  9:29 ` Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.