diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-03 15:12:09 -1000 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-03 15:12:09 -1000 |
commit | a9e4e6e14c322e08d1c615afc8f504fb415f9613 (patch) | |
tree | 7c842bbfdc322b5ff99644e8b1bc7b415669233e /MAINTAINERS | |
parent | 27665ffa22b9b83bab226bf12c61424f7f1f8995 (diff) | |
parent | dcd998ccdbf74a7d8fe0f0a44e85da1ed5975946 (diff) | |
download | linux-a9e4e6e14c322e08d1c615afc8f504fb415f9613.tar.bz2 |
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
* 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending:
tcm_fc: Handle DDP/SW fc_frame_payload_get failures in ft_recv_write_data
target: Fix bug for transport_generic_wait_for_tasks with direct operation
target: iscsi_target depends on NET
target: Fix WRITE_SAME_16 lba assignment breakage
MAINTAINERS: Add target-devel list for drivers/target/
iscsi-target: Fix CONFIG_SMP=n and CONFIG_MODULES=n build failure
iscsi-target: Fix snprintf usage with MAX_PORTAL_LEN
iscsi-target: Fix uninitialized usage of cmd->pad_bytes
iscsi-target: strlen() doesn't count the terminator
iscsi-target: Fix NULL dereference on allocation failure
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0d2fcda465eb..6c84a219c833 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6319,6 +6319,7 @@ F: include/linux/sysv_fs.h TARGET SUBSYSTEM M: Nicholas A. Bellinger <nab@linux-iscsi.org> L: linux-scsi@vger.kernel.org +L: target-devel@vger.kernel.org L: http://groups.google.com/group/linux-iscsi-target-dev W: http://www.linux-iscsi.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master |