From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Fri, 03 Apr 2009 13:39:37 -0700 Subject: [U-Boot] [PATCH] NetLoop initialization bug In-Reply-To: <660c0f820904031320s392b010bx8796823194bcd77a@mail.gmail.com> References: <660c0f820903221035hc791ba7t5e03e4e642991ce4@mail.gmail.com> <660c0f820903270059j5642e0dw62489939e4385326@mail.gmail.com> <49D054BA.1060904@denx.de> <660c0f820903300607v6f76575bsa8391e56c16f0d36@mail.gmail.com> <660c0f820903310926ibc13eb3if38e964e30461ed7@mail.gmail.com> <660c0f820904020847y15dd6e96ybe722ba5bca7eb6f@mail.gmail.com> <49D5338C.1050004@gmail.com> <660c0f820904031320s392b010bx8796823194bcd77a@mail.gmail.com> Message-ID: <49D67409.9060309@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 Hi Michael, Michael Zaidman wrote: > Hi Ben, > > On Fri, Apr 3, 2009 at 12:52 AM, Ben Warren wrote: > >> I tried to apply it but it didn't work, but this isn't my usual computer. >> I'll try on my other machine tonight. BTW - what mailer are you using? >> >> > I used Firefox as front-end web interface to communicate with gmail > server - the only option I have at my work place. It obviously caused > the problem. The http://kerneltrap.org/Linux/Email_Clients_and_Patches > perfectly describes this. Today I created the patch on my home's Linux > with git-format-patch and sent it by git-send-email via msmtp. I would > like to apologize for inconvenience and ask you to try patch again. > > BTW - what mailer do you use to communicate to the gmail server? > I use Thunderbird via IMAP. IMAP is nice because the messages all stay on the server so if you have a few different machines and OSs you don't have to worry about keeping things coherent. Sending patches through TBird usually works, as long as you cut&paste into a 'preformat' block (available from a pull-down menu). But it's not bulletproof. The only sure way to send a patch without worrying about line wrapping etc. is to use git-send-email. You can find instructions online on how to do this with gmail, IIRC you need to have some sendmail-like relay running on your Linux box. I don't remember the details and am not at that computer right now. cheers, Ben