From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JB6Sw-0003ee-Fd for mharc-grub-devel@gnu.org; Sat, 05 Jan 2008 05:41:22 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JB6Su-0003bt-Dy for grub-devel@gnu.org; Sat, 05 Jan 2008 05:41:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JB6St-0003aq-Gs for grub-devel@gnu.org; Sat, 05 Jan 2008 05:41:19 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JB6St-0003aa-5l for grub-devel@gnu.org; Sat, 05 Jan 2008 05:41:19 -0500 Received: from ns39764.ovh.net ([91.121.25.85] helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JB6Ss-0004uL-NS for grub-devel@gnu.org; Sat, 05 Jan 2008 05:41:18 -0500 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id 4E9B23EB24 for ; Sat, 5 Jan 2008 11:46:09 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 5 Jan 2008 11:41:17 +0100 User-Agent: KMail/1.9.4 References: <200710141556.22613.plr.vincent@gmail.com> <200712251251.35371.okuji@enbug.org> <20080102222238.GA13898@thorin> In-Reply-To: <20080102222238.GA13898@thorin> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801051141.17390.okuji@enbug.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [non-finalised patch] reiserfs handling X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 10:41:20 -0000 On Wednesday 02 January 2008 23:22, Robert Millan wrote: > On Tue, Dec 25, 2007 at 12:51:35PM +0100, Yoshinori K. Okuji wrote: > > On Sunday 14 October 2007 15:56, Vincent Pelletier wrote: > > > Attached is my work on reiserfs handling. > > > > Has anybody tried his patch? If you have reiserfs, please test it and let > > me know the result. I am willing to clean up his patch and commit it. > > I installed a pristine Debian etch with reiserfs to test, and get > "unaligned pointer" error followed by grub_abort(). > > However, if it works for simple test cases I think it'd still be a good > idea to clean it up and check it in. This would encourage other people to > debug and improve it. Thank you for your report. I will work on it. Okuji