]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 Jun 2013 18:42:20 +0000 (08:42 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 Jun 2013 18:42:20 +0000 (08:42 -1000)
commit01f74dfbf0cae60c42ce5c6d0ecc8cf815e6b56c
tree7be3d5a4ac5a8e3d68ab9259d69add29c2998a07
parent65ff3a114f974ac6254ca7320e5d03e5a1613b84
parent1a005e405ed870a868be5e69959060406f2d060f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull vfs fixes from Al Viro:
 "Several fixes for bugs caught while looking through f_pos (ab)users"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  aout32 coredump compat fix
  splice: don't pass the address of ->f_pos to methods
  mconsole: we'd better initialize pos before passing it to vfs_read()...