Message ID | 1569241055-30816-1-git-send-email-wgong@codeaurora.org (mailing list archive) |
---|---|
Headers | show |
Series | add fw coredump for sdio when firmware assert | expand |
Wen Gong <wgong@codeaurora.org> writes: > add fw coredump for sdio when firmware assert Please add the changelog here. > Wen Gong (2): > ath10k: add bus type for each layout of coredump > v2: change code style > v3: split bus type to another patch, > remove ATH10K_BUS_ANY, > add bus type for each layout > ath10k: add fw coredump for sdio when firmware assert > v2: change code style > v3: add commit log for fastdump, > add commit log for ath10k_sdio_hif_diag_read, > change ath10k_err to dbg log Then you mix the changelog with patch titles like that it makes it hard to read the summary. So instead add the changelog above, before the summary, and leave the summary intact. Also this didn't apply: Applying: ath10k: add bus type for each layout of coredump Applying: ath10k: add fw coredump for sdio when firmware assert fatal: sha1 information is lacking or useless (drivers/net/wireless/ath/ath10k/coredump.c). error: could not build fake ancestor Patch failed at 0002 ath10k: add fw coredump for sdio when firmware assert Then you submit the patch use ath.git master branch as the baseline and do NOT have any other patches applied. Otherwise the sha1 information is wrong and it's a lot more work for me to fix the conflicts. So please rebase and resend.
On 2019-09-24 13:42, Kalle Valo wrote:
patch v4 sent.
> So please rebase and resend.