]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Mon, 14 Apr 2014 11:22:46 +0000 (13:22 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 14 Apr 2014 11:22:46 +0000 (13:22 +0200)
commitc64228cbbbd9218d310f9f6002ae337c1189c251
tree555f3c04d2dfeb6361e5735806a9f1836ae56868
parenteb7d64a90495fbb95b01256bf5c50a14c2998a34
parentd9018c6baab92cfe53f22d86c963c8bc7f61b9d7
Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux into core/urgent

Pull liblockdep fixes from Sasha Levin:

 " 1. There was a build breakage caused by marking a function 'asmlinkage'
   in lockdep.h. Fix that by ignoring asmlinkage and visible annotations.

   2. Josh Boyer mentioned that Fedora would like to include liblockdep
   as a package, so we had to fix our versioning methods from being dumb
   and pointless to something actually usable. So now liblockdep.so tracks
   the kernel version which makes lives of distro folks much easier. "

Signed-off-by: Ingo Molnar <mingo@kernel.org>