Hi, I was trying to send a patchset to self just to test by suppressing everyone in CC list of patch header. But it failed and the patch was send to people in CC. Is there anything wrong that I have done? My git verions is: gpramod:git$ git --version git version 1.7.9.5 Below is the command I used to send the patch and it follows the messages until I pressed a Ctrl+c. gpramod:linux-next$ git send-email --to=pramod.gurav.etc@xxxxxxxxx --suppress-cc=cc --suppress-cc=self --suppress-cc=author 000* 0000-mmc-msm_sdcc-Cleanups.patch 0001-mmc-msm_sdcc-Switch-to-using-managed-resources.patch 0002-mmc-msm_sdcc-Add-support-for-platform_driver-remove-.patch 0003-mmc-msm_sdcc-Replace-pr_-with-dev_.patch 0004-mmc-msm_sdcc-Remove-duplicate-check-around-dmares.patch 0005-mmc-msm_sdcc-Remove-unwanted-initializations-in-prob.patch OK. Log says: Server: secure.emailsrvr.com MAIL FROM:<pramod.gurav@xxxxxxxxxxxxxxx> RCPT TO:<pramod.gurav.etc@xxxxxxxxx> From: Pramod Gurav <pramod.gurav@xxxxxxxxxxxxxxx> To: pramod.gurav.etc@xxxxxxxxx Subject: [PATCH 0/5] mmc: msm_sdcc: Cleanups Date: Tue, 16 Sep 2014 16:45:41 +0530 Message-Id: <1410866146-15144-1-git-send-email-pramod.gurav@xxxxxxxxxxxxxxx> X-Mailer: git-send-email 1.7.9.5 Result: 250 2.0.0 Ok: queued as 1CD0F1802A2 In git 1.7.0, the default has changed to --no-chain-reply-to Set sendemail.chainreplyto configuration variable to true if you want to keep --chain-reply-to as your default. (body) Adding cc: David Brown <davidb@xxxxxxxxxxxxxx> from line 'Cc: David Brown <davidb@xxxxxxxxxxxxxx>' (body) Adding cc: Daniel Walker <dwalker@xxxxxxxxxx> from line 'Cc: Daniel Walker <dwalker@xxxxxxxxxx>' (body) Adding cc: Bryan Huntsman <bryanh@xxxxxxxxxxxxxx> from line 'Cc: Bryan Huntsman <bryanh@xxxxxxxxxxxxxx>' (body) Adding cc: Ulf Hansson <ulf.hansson@xxxxxxxxxx> from line 'CC: Ulf Hansson <ulf.hansson@xxxxxxxxxx>' (body) Adding cc: linux-mmc@xxxxxxxxxxxxxxx from line 'CC: linux-mmc@xxxxxxxxxxxxxxx' (body) Adding cc: linux-arm-msm@xxxxxxxxxxxxxxx from line 'CC: linux-arm-msm@xxxxxxxxxxxxxxx' OK. Log says: Server: secure.emailsrvr.com MAIL FROM:<pramod.gurav@xxxxxxxxxxxxxxx> RCPT TO:<pramod.gurav.etc@xxxxxxxxx> RCPT TO:<davidb@xxxxxxxxxxxxxx> RCPT TO:<dwalker@xxxxxxxxxx> RCPT TO:<bryanh@xxxxxxxxxxxxxx> RCPT TO:<ulf.hansson@xxxxxxxxxx> RCPT TO:<linux-mmc@xxxxxxxxxxxxxxx> RCPT TO:<linux-arm-msm@xxxxxxxxxxxxxxx> From: Pramod Gurav <pramod.gurav@xxxxxxxxxxxxxxx> To: pramod.gurav.etc@xxxxxxxxx Cc: David Brown <davidb@xxxxxxxxxxxxxx>, Daniel Walker <dwalker@xxxxxxxxxx>, Bryan Huntsman <bryanh@xxxxxxxxxxxxxx>, Ulf Hansson <ulf.hansson@xxxxxxxxxx>, linux-mmc@xxxxxxxxxxxxxxx, linux-arm-msm@xxxxxxxxxxxxxxx Subject: [PATCH 1/5] mmc: msm_sdcc: Switch to using managed resources Date: Tue, 16 Sep 2014 16:45:42 +0530 Message-Id: <1410866146-15144-2-git-send-email-pramod.gurav@xxxxxxxxxxxxxxx> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1410866146-15144-1-git-send-email-pramod.gurav@xxxxxxxxxxxxxxx> References: <1410866146-15144-1-git-send-email-pramod.gurav@xxxxxxxxxxxxxxx> Result: 250 2.0.0 Ok: queued as B9A481803A0 (body) Adding cc: David Brown <davidb@xxxxxxxxxxxxxx> from line 'Cc: David Brown <davidb@xxxxxxxxxxxxxx>' (body) Adding cc: Daniel Walker <dwalker@xxxxxxxxxx> from line 'Cc: Daniel Walker <dwalker@xxxxxxxxxx>' (body) Adding cc: Bryan Huntsman <bryanh@xxxxxxxxxxxxxx> from line 'Cc: Bryan Huntsman <bryanh@xxxxxxxxxxxxxx>' (body) Adding cc: Ulf Hansson <ulf.hansson@xxxxxxxxxx> from line 'CC: Ulf Hansson <ulf.hansson@xxxxxxxxxx>' (body) Adding cc: linux-mmc@xxxxxxxxxxxxxxx from line 'CC: linux-mmc@xxxxxxxxxxxxxxx' (body) Adding cc: linux-arm-msm@xxxxxxxxxxxxxxx from line 'CC: linux-arm-msm@xxxxxxxxxxxxxxx' ^C gpramod:linux-next$ stty: standard input: Input/output error This is the header of my first patch: >From f7ced72a85866e550ea2d76d8d7f9d1df88f5994 Mon Sep 17 00:00:00 2001 From: Pramod Gurav <pramod.gurav@xxxxxxxxxxxxxxx> Date: Tue, 16 Sep 2014 15:41:37 +0530 Subject: [PATCH 1/5] mmc: msm_sdcc: Switch to using managed resources This change makes changes to use managed version of ioremap, clk_get, request_irq etc for clean unloading of modules. This does away with lables to release these resources. Cc: David Brown <davidb@xxxxxxxxxxxxxx> Cc: Daniel Walker <dwalker@xxxxxxxxxx> Cc: Bryan Huntsman <bryanh@xxxxxxxxxxxxxx> CC: Ulf Hansson <ulf.hansson@xxxxxxxxxx> CC: linux-mmc@xxxxxxxxxxxxxxx CC: linux-arm-msm@xxxxxxxxxxxxxxx Signed-off-by: Pramod Gurav <pramod.gurav@xxxxxxxxxxxxxxx> --- drivers/mmc/host/msm_sdcc.c | 43 +++++++++++++++++-------------------------- -- Thanks and Regards Pramod -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html