[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 8/8] aspeed: Add an AST2700 eval board
From: |
Cédric Le Goater |
Subject: |
Re: [PATCH v1 8/8] aspeed: Add an AST2700 eval board |
Date: |
Thu, 29 Feb 2024 09:32:01 +0100 |
User-agent: |
Mozilla Thunderbird |
Hello Jamin,
I tried to send the patch series to support AST2700 but I encountered some
patches
were rejected by server IP 211.20.114.70.
Error Log:
qemu-devel@nongnu.org
eggs.gnu.org
Remote Server returned '550-[SPF] 211.20.114.70 is not allowed to send mail
from aspeedtech.com. 550 Please see
http://www.openspf.org/Why?scope=mfrom;identity=jamin_lin@aspeedtech.com;ip=211.20.114.70'
qemu-arm@nongnu.org
eggs.gnu.org
Remote Server returned '550-[SPF] 211.20.114.70 is not allowed to send mail
from aspeedtech.com. 550 Please see
http://www.openspf.org/Why?scope=mfrom;identity=jamin_lin@aspeedtech.com;ip=211.20.114.70
$ host -t txt aspeedtech.com
aspeedtech.com descriptive text
"google-site-verification=77FsedIzGqFvs3bFfy5L2lT_AGEWVecyoJwZN7KDVnM"
aspeedtech.com descriptive text "v=spf1 ip4:211.20.114.72
include:spf.protection.outlook.com -all"
aspeedtech.com descriptive text
"google-site-verification=sBPPFeYyix6oWeC3GRJ64zQNFLJpN6SFBMT8RX8ZuME"
May be try using 211.20.114.72 (mail.aspeedtech.com) as an SMTP server ?
Did you encounter the same errors before?
I received the full series 4 times.
But the mailing lists only have 4 :
20240229080014.1235018-1-jamin_lin@aspeedtech.com/">https://lore.kernel.org/qemu-devel/20240229080014.1235018-1-jamin_lin@aspeedtech.com/
20240229072315.743963-1-jamin_lin@aspeedtech.com/">https://lore.kernel.org/qemu-devel/20240229072315.743963-1-jamin_lin@aspeedtech.com/
or
https://patchew.org/QEMU/20240229080014.1235018-1-jamin._5Flin@aspeedtech.com/
https://patchew.org/QEMU/20240229072315.743963-1-jamin._5Flin@aspeedtech.com/
My send email command as following.
git send-email
--cc troy_lee@aspeedtech.com
--cc jamin_lin@aspeedtech.com
--cc yunlin.tang@aspeedtech.com
--to-cmd "./scripts/get_maintainer.pl ../v1-patch/*.patch" ../v1-patch/*.patch
The command line above is sending twice the same series, you should remove
one of the "../v1-patch/*.patch" command arguments. the rest looks correct.
Thanks,
C.