Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • xcap
  • xcap-capability-linux
  • Repository
Switch branch/tag
  • xcap-capability-linux
  • drivers
  • scsi
  • iscsi_tcp.c
Find file BlameHistoryPermalink
  • Olaf Kirch's avatar
    [SCSI] iscsi_tcp: stop leaking r2t_info's when the incoming R2T is bad · 03766a1d
    Olaf Kirch authored Dec 13, 2007
    
    
    iscsi_r2t_rsp checks the incoming R2T for sanity, and if it
    thinks it's fishy, it will drop it silently. In this case, we
    leaked an r2t_info object. If we do this often enough, we run
    into a BUG_ON some time later.
    
    Removed r2t wrappers and update patch by Mike Christie
    Signed-off-by: default avatarOlaf Kirch <olaf.kirch@oracle.com>
    Signed-off-by: default avatarMike Christie <michaelc@cs.wisc.edu>
    Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
    03766a1d