summaryrefslogtreecommitdiff
path: root/bpfc
AgeCommit message (Expand)AuthorFilesLines
2013-06-04xutils: break out string handling and lockingDaniel Borkmann1-0/+1
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann2-0/+16
script>
authorLinus Torvalds <torvalds@linux-foundation.org>2016-06-11 11:42:08 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-06-11 11:42:08 -0700
commit45b00c94be33db5d00595046663163ce55cbbfb9 (patch)
tree5c496257c499edccd14b7b73787248e7ead90d02
parent5d1f7023fb2233d454ac3ac2fb7cc96fb94e9cac (diff)
parent27ea13e6186c1a5bd0fa2b0d6f854d60ca4ca4c9 (diff)
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI fixes from James Bottomley: "Two current fixes: - one affects Qemu CD ROM emulation, which stopped working after the updates in SCSI to require VPD pages from all conformant devices. Fix temporarily by blacklisting Qemu (we can relax later when they come into compliance). - The other is a fix to the optimal transfer size. We set up a minefield for ourselves by being confused about whether the limits are in bytes or sectors (SCSI optimal is in blocks and the queue parameter is in bytes). This tries to fix the problem (wrong setting for queue limits max_sectors) and make the problem more obvious by introducing a wrapper function" * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: sd: Fix rw_max for devices that report an optimal xfer size scsi: Add QEMU CD-ROM to VPD Inquiry Blacklist
Diffstat