Commit 6a87679
scsi: qla2xxx: Fix task management cmd fail due to unavailable resource
Task management command failed with status 2Ch which is
a result of too many task management commands sent
to the same target. Hence limit task management commands
to 8 per target.
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/oe-kbuild-all/202304271952.NKNmoFzv-lkp@intel.com/
Cc: stable@vger.kernel.org
Signed-off-by: Quinn Tran <qutran@marvell.com>
Signed-off-by: Nilesh Javali <njavali@marvell.com>
Link: https://lore.kernel.org/r/20230428075339.32551-4-njavali@marvell.com
Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>1 parent 9803fb5 commit 6a87679
2 files changed
Lines changed: 61 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2542 | 2542 | | |
2543 | 2543 | | |
2544 | 2544 | | |
| 2545 | + | |
2545 | 2546 | | |
2546 | 2547 | | |
2547 | 2548 | | |
| |||
2562 | 2563 | | |
2563 | 2564 | | |
2564 | 2565 | | |
| 2566 | + | |
| 2567 | + | |
2565 | 2568 | | |
2566 | 2569 | | |
2567 | 2570 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2149 | 2149 | | |
2150 | 2150 | | |
2151 | 2151 | | |
| 2152 | + | |
| 2153 | + | |
| 2154 | + | |
| 2155 | + | |
| 2156 | + | |
| 2157 | + | |
| 2158 | + | |
| 2159 | + | |
| 2160 | + | |
| 2161 | + | |
| 2162 | + | |
| 2163 | + | |
| 2164 | + | |
| 2165 | + | |
| 2166 | + | |
| 2167 | + | |
| 2168 | + | |
| 2169 | + | |
| 2170 | + | |
| 2171 | + | |
| 2172 | + | |
| 2173 | + | |
| 2174 | + | |
| 2175 | + | |
| 2176 | + | |
| 2177 | + | |
| 2178 | + | |
| 2179 | + | |
| 2180 | + | |
| 2181 | + | |
| 2182 | + | |
| 2183 | + | |
| 2184 | + | |
| 2185 | + | |
| 2186 | + | |
| 2187 | + | |
| 2188 | + | |
| 2189 | + | |
| 2190 | + | |
| 2191 | + | |
| 2192 | + | |
| 2193 | + | |
| 2194 | + | |
| 2195 | + | |
| 2196 | + | |
| 2197 | + | |
| 2198 | + | |
| 2199 | + | |
2152 | 2200 | | |
2153 | 2201 | | |
2154 | 2202 | | |
2155 | 2203 | | |
2156 | 2204 | | |
2157 | 2205 | | |
2158 | 2206 | | |
2159 | | - | |
2160 | 2207 | | |
2161 | 2208 | | |
2162 | | - | |
2163 | 2209 | | |
2164 | 2210 | | |
2165 | 2211 | | |
2166 | | - | |
2167 | | - | |
| 2212 | + | |
2168 | 2213 | | |
2169 | | - | |
| 2214 | + | |
| 2215 | + | |
| 2216 | + | |
| 2217 | + | |
2170 | 2218 | | |
| 2219 | + | |
2171 | 2220 | | |
2172 | 2221 | | |
2173 | 2222 | | |
| |||
2186 | 2235 | | |
2187 | 2236 | | |
2188 | 2237 | | |
| 2238 | + | |
| 2239 | + | |
| 2240 | + | |
2189 | 2241 | | |
2190 | 2242 | | |
2191 | 2243 | | |
| |||
5400 | 5452 | | |
5401 | 5453 | | |
5402 | 5454 | | |
| 5455 | + | |
5403 | 5456 | | |
5404 | 5457 | | |
5405 | 5458 | | |
| |||
0 commit comments