The following patches were made over Martin's 5.18 branches which contain Bart's SCp.ptr changes and some other iscsi patches. They are mix of minor fixes and perf improvements and cleanups. V2: - Fix up git commit messages. - Rename modparam that controls if we create sessions using the network softirq or iscsi_q. - Drop zero copy patch but leave the part that set the sendpage version of MSG_MORE. It turns out we were never using zero copy for the header and it was the MSG_SENDPAGE_NOTLAST that was helping.