From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Wed, 27 Aug 2008 07:06:44 -0700 Subject: [U-Boot] [PATCH] [ARM] Change the UDP Checksum code to work with ARM data alignment. In-Reply-To: <20080827083937.145DC248BF@gemini.denx.de> References: <48B4E4D8.4090102@ceos.com.au> <48B4E607.8040700@gmail.com> <20080827083937.145DC248BF@gemini.denx.de> Message-ID: <48B55F74.9000409@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Ben Warren, > > In message <48B4E607.8040700@gmail.com> you wrote: > >> The only 100%* way to send patches is using git-send-email, but it's a >> small pain to set up especially if you're not going to be using it much. >> > > oops? What do you mean by "pain to set up" ? You don;t have to set up > anything. > > Just type: > > git-send-email --to u-boot at lists.denx.de patch... > Sure, if you have easy access to an SMTP server and have sendmail running it's trivial. If you use gmail, there are a few hoops you need to jump through regarding authentication. All-in-all, worth the effort if you're going to do it more than once. regards, Ben