From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 3 Sep 2001 03:29:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 3 Sep 2001 03:29:02 -0400 Received: from ns.suse.de ([213.95.15.193]:51984 "HELO Cantor.suse.de") by vger.kernel.org with SMTP id ; Mon, 3 Sep 2001 03:28:59 -0400 To: Alan Cox Cc: davem@redhat.com (David S. Miller), willy@debian.org, thunder7@xs4all.nl, parisc-linux@lists.parisc-linux.org, linux-kernel@vger.kernel.org Subject: Re: [parisc-linux] documented Oops running big-endian reiserfs on parisc architecture In-Reply-To: <20010903002514.X5126@parcelfarce.linux.theplanet.co.uk.suse.lists.linux.kernel> From: Andi Kleen Date: 03 Sep 2001 09:29:12 +0200 In-Reply-To: Alan Cox's message of "3 Sep 2001 01:32:44 +0200" Message-ID: User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Alan Cox writes: > > > Is it impossible to handle unaligned access traps properly on > > > parisc? If so, well you have some problems... > > > > No, we just haven't bothered to implement it yet. Not many people > > use IPX these days. > > You also need unaligned trap fixups for > > AX.25, NetROM, LAPB, X.25, Appletalk, PPP, Anything over 802.2LLC, Linus > NFS code for some NFS mount options (although not the -ac NFS code) And also everybody connected to the internet needs them, because you can create arbitarily unaligned TCP/UDP/ICMP headers using IP option byte sized NOPs. -Andi