From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UNonY-0008AK-Hq for mharc-grub-devel@gnu.org; Thu, 04 Apr 2013 14:22:08 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNonQ-0007zp-Jh for grub-devel@gnu.org; Thu, 04 Apr 2013 14:22:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNonJ-0004O0-Ig for grub-devel@gnu.org; Thu, 04 Apr 2013 14:22:00 -0400 Received: from mail-ea0-x22c.google.com ([2a00:1450:4013:c01::22c]:45746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNonJ-0004N3-7o for grub-devel@gnu.org; Thu, 04 Apr 2013 14:21:53 -0400 Received: by mail-ea0-f172.google.com with SMTP id z7so1097619eaf.17 for ; Thu, 04 Apr 2013 11:21:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=d8gHxd3GoTPU0hlsSGpFk1MkH3MtD6sBtLrYmn00lxA=; b=cLneUP6+vdAMDJlB8Kg6HQDaFv6dtaWPVJwChMKqgENXZ4aqiUyr67WsPiu4zF7IB6 qe/2yEQuQJHAKwPD5Qju404pnOY4DYtglvLGgcRdDmFwtL7Spk4D4jmFyDKSfCAh7wGs KvTG25V0X8YT4BruoGa0IsXOwdOhATOfryZboCVigfCWG8t2FBBxTpMQhzcKLNirSWX2 pnPCr8vktV6SfUIGJGX0mMwBpqWk/8CWLPzHrlnCnqIcGL5QerhoNflbuMZXEAVhCvdP rxGqEJAsG4Z2PJWJt1z5ZMM7ZTrjXs8tzuqAblA8Y/+TIykI/aQflQrnBKUDq6Wvn80d hiyw== X-Received: by 10.15.32.67 with SMTP id z43mr3438207eeu.24.1365099711674; Thu, 04 Apr 2013 11:21:51 -0700 (PDT) Received: from [192.168.56.2] (ba-19-129-205.service.infuturo.it. [151.19.129.205]) by mx.google.com with ESMTPS id ba11sm1550922eeb.3.2013.04.04.11.21.49 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 04 Apr 2013 11:21:50 -0700 (PDT) Message-ID: <515DC4CB.8030606@gmail.com> Date: Thu, 04 Apr 2013 20:22:03 +0200 From: Francesco Lavra User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: [PATCH 5/7] add imported "FDT" module for flattened device tree operations References: <515B41F9.1080409@ubuntu.com> In-Reply-To: <515B41F9.1080409@ubuntu.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::22c X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Apr 2013 18:22:08 -0000 On 04/02/2013 10:39 PM, Phillip Susi wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Your patches can not be reviewed inline because your mail client is > incorrectly setting the mime type to application/octet-stream and the > disposition to attachment. Please fix this. Actually the mime types are correct (text/x-csrc and text/x-cdhr). You are right about the content disposition though, my mail client ignores this option when displaying e-mails so I can actually view attachments inline even though the message source says differently. Will make sure to have this fixed next time. -- Francesco