]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 31 Jul 2017 20:33:21 +0000 (13:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 31 Jul 2017 20:33:21 +0000 (13:33 -0700)
commit3dcc4c7d422ce5f2887a021190234a683f8f8cb1
tree42a17f96e3fa2a82dc1d793fceb18b1570adb137
parent16f73eb02d7e1765ccab3d2018e0bd98eb93d973
parent2f60e1ab2f0e148e82cb53c539ad003ffc9b9bd0
Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata

Pull libata fixes from Tejun Heo:
 "Dan found a really old bug where libata hotplug code wasn't sanitizing
  index value from userland and may end up indexing with a negative
  number. It is scary but fortunately can only be triggered by root.

  Other than that, minor fixes"

* 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata:
  libata: fix a couple of doc build warnings
  libata: array underflow in ata_find_dev()
  ata: sata_rcar: add gen[23] fallback compatibility strings
  libata: remove unused rc in ata_eh_handle_port_resume
  libata: Cleanup ata_read_log_page()
  ata: fix gemini Kconfig dependencies