linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] liblockdep fixes for 4.4
@ 2015-11-06 21:03 Sasha Levin
  2015-11-09  7:46 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Sasha Levin @ 2015-11-06 21:03 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: LKML

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Ingo,

Please pull three fixes for liblockdep. Just keeping up with kernel
code changes and new gcc versions.


Thanks,
Sasha

===

The following changes since commit 6a13feb9c82803e2b815eca72fa7a9f5561d7861:

  Linux 4.3 (2015-11-01 16:05:25 -0800)

are available in the git repository at:

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

for you to fetch changes up to 2b62c2dbb902625f5c5a30c0209f261b1cf15a2a:

  tools/liblockdep: explicitly declare lockdep API we call from liblockdep (2015-11-06 16:01:37 -0500)

- ----------------------------------------------------------------
Sasha Levin (3):
      tools/liblockdep: remove task argument from debug_check_no_locks_held
      tools/liblockdep: add userspace versions of WRITE_ONCE and RCU_INIT_POINTER
      tools/liblockdep: explicitly declare lockdep API we call from liblockdep

 tools/lib/lockdep/common.c                    | 2 +-
 tools/lib/lockdep/include/liblockdep/common.h | 2 ++
 tools/lib/lockdep/uinclude/linux/compiler.h   | 2 ++
 tools/lib/lockdep/uinclude/linux/lockdep.h    | 3 ++-
 4 files changed, 7 insertions(+), 2 deletions(-)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJWPRWnAAoJEN6mb/eXdyzcWLMP/iJshjLbujVUmZjhuwz2bC3D
BSQfr0ZlT7FyLpCpEEE4F9Wk46L5cSC3+RDGT/kAKamhD/cLL/X/JLSIFBOFIll2
Ka+Ipq/VG3qAqssus2S+JkCWJZJlKpfdp7DzBQUxU+TyarSG5Yc5FOPbIcqyFOBn
ZCTYziu/SNQ/Bmv0y+SYP2tcPRIF7VoXbgXKXHXiD10r6xHJHF7kFsHqPpfl9F2A
wOqHfl8j6ZxDvSvgdvXFK9ywHWsS2AJgk8Ebj0R6QRs37bR9LBONlBDD1g+m1hlY
WCquwndww/zZjGkb+PD/hD7ceJ/wiDslLkMsBHIYfPCuoqm/iJiOeZIqyhDFaijX
nnu0x76i21TccMN09h2oFHaBGAIsCwYkXcQSi5YZxSHAf+BwzVUK8wpfOPYljnc7
X2/Lh0qp+JdjqWzB4LR7um1BPtWVgdFxU5fTTT7idH0kBXs8uVFsL3L4WMeiL/H/
nraaeegIG/T8T7qvBhmfSv7pXrCxyd8qThe4gTcg5/89BbZl0fjq6ulg5l/Clei1
bJcOczut0aP0Qfc/bjQrXYpI7z5U/pmHMA1dlMsKXZTwpsB1vuj2QjbYjVg8VHLx
GRIeyDFkq/G21DQ3khPPE8zdOG4E3p0g9Js9phplbelnQb0UsmiRffpM16HboufS
STRBksKAITetI6aolOKB
=Ddfc
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL] liblockdep fixes for 4.4
  2015-11-06 21:03 [GIT PULL] liblockdep fixes for 4.4 Sasha Levin
@ 2015-11-09  7:46 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2015-11-09  7:46 UTC (permalink / raw)
  To: Sasha Levin; +Cc: LKML, Peter Zijlstra, Thomas Gleixner


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

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi Ingo,
> 
> Please pull three fixes for liblockdep. Just keeping up with kernel
> code changes and new gcc versions.
> 
> 
> Thanks,
> Sasha
> 
> ===
> 
> The following changes since commit 6a13feb9c82803e2b815eca72fa7a9f5561d7861:
> 
>   Linux 4.3 (2015-11-01 16:05:25 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux.git liblockdep-fixes
> 
> for you to fetch changes up to 2b62c2dbb902625f5c5a30c0209f261b1cf15a2a:
> 
>   tools/liblockdep: explicitly declare lockdep API we call from liblockdep (2015-11-06 16:01:37 -0500)
> 
> - ----------------------------------------------------------------
> Sasha Levin (3):
>       tools/liblockdep: remove task argument from debug_check_no_locks_held
>       tools/liblockdep: add userspace versions of WRITE_ONCE and RCU_INIT_POINTER
>       tools/liblockdep: explicitly declare lockdep API we call from liblockdep
> 
>  tools/lib/lockdep/common.c                    | 2 +-
>  tools/lib/lockdep/include/liblockdep/common.h | 2 ++
>  tools/lib/lockdep/uinclude/linux/compiler.h   | 2 ++
>  tools/lib/lockdep/uinclude/linux/lockdep.h    | 3 ++-
>  4 files changed, 7 insertions(+), 2 deletions(-)

Pulled, thanks Sasha!

	Ingo

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

end of thread, other threads:[~2015-11-09  7:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-06 21:03 [GIT PULL] liblockdep fixes for 4.4 Sasha Levin
2015-11-09  7:46 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).