From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0xCA-0006ws-3k for qemu-devel@nongnu.org; Thu, 22 Oct 2009 08:55:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0xC8-0006wg-HV for qemu-devel@nongnu.org; Thu, 22 Oct 2009 08:55:09 -0400 Received: from [199.232.76.173] (port=40706 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0xC8-0006wa-4d for qemu-devel@nongnu.org; Thu, 22 Oct 2009 08:55:08 -0400 Received: from narury.org ([84.20.150.76]:40976) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N0xC7-000116-O1 for qemu-devel@nongnu.org; Thu, 22 Oct 2009 08:55:07 -0400 Date: Thu, 22 Oct 2009 15:55:05 +0300 From: Riku Voipio Subject: Re: [Qemu-devel] [PATCH v2] target-arm: cleanup internal resource leaks Message-ID: <20091022125505.GA31301@kos.to> References: <145D39CA-6310-4B12-9AFF-32FAAB8C286D@nokia.com> <4AE011FB.6020508@redhat.com> <75207884-F7E7-45F4-BBD7-D13CB9FBECA9@nokia.com> <4AE0218D.5080604@redhat.com> <455830E7-56FF-43F5-8B09-17754C40D49A@nokia.com> <4AE02F22.6070503@redhat.com> <7EA48718-6AF8-49B3-9025-1A8CC023C220@nokia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7EA48718-6AF8-49B3-9025-1A8CC023C220@nokia.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juha.Riihimaki@nokia.com Cc: kraxel@redhat.com, qemu-devel@nongnu.org On Thu, Oct 22, 2009 at 02:03:30PM +0200, Juha.Riihimaki@nokia.com wrote: > On Oct 22, 2009, at 13:08, ext Gerd Hoffmann wrote: > > Something "git am" can handle would be best. "git send-email" would > > be > > perfect if you can get that work. 'git send-email --smtp-server > > $internalmailserver.nokia.com' could do the trick. That will also > > send > > all mails in one thread so it is easy to figure that these mails > > belong > > together. > Okay, thanks for the suggestion, I'll try that and resend the v2 > patch, let's see what happens. Alas, it did not work. since the mail was 8bit, and nongnu.org mailserver (exim) has been configured not to accept 8bit mails, the sending mailserver (exchange) converted the mail quoted-printable. unless quoted-printable (and base64 while at it) support is added to "git am", this is going to be a common problem for mails sent to qemu-devel. Or the nongnu.org switches on 8BITMIME extensing, which in case of exim, causes a slight violation of rfc...