From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ezequiel Garcia Subject: Re: [PATCH 08/28] nios2: MMU Fault handling Date: Tue, 22 Apr 2014 11:30:37 -0300 Message-ID: <20140422143036.GD15745@arch.cereza> References: <1397824031-4892-1-git-send-email-lftan@altera.com> <1397824031-4892-6-git-send-email-lftan@altera.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <1397824031-4892-6-git-send-email-lftan@altera.com> Sender: linux-kernel-owner@vger.kernel.org To: Ley Foon Tan Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, lftan.linux@gmail.com, cltang@codesourcery.com List-Id: linux-arch.vger.kernel.org Hello Ley Foon, On Apr 18, Ley Foon Tan wrote: > + > +bad_area_nosemaphore: > + /* User mode accesses just cause a SIGSEGV */ > + if (user_mode(regs)) { I found that it's useful to add some printing here, just as ARM does. I carry this patch on my kernel: + printk(KERN_INFO "%s: unhandled page fault (%d) at 0x%0= 8lx, cause %ld\n", + current->comm, SIGSEGV, address, cause); + show_regs(regs); Do you think we could do something like it? Maybe with a compile time o= ption? > + _exception(SIGSEGV, regs, code, address); > + return; > + } > + --=20 Ezequiel Garc=EDa, Free Electrons Embedded Linux, Kernel and Android Engineering http://free-electrons.com