X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 95D63DC00F6 for ; Mon, 9 Jun 2014 13:40:07 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id y13so4817087pdi.25 for ; Mon, 09 Jun 2014 06:40:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=IjSUyEx2hrNtUvzy2sj5/QQiUqp7Z9hFFFeDyR+rpG8=; b=q5MyHD5Bg0KLdEf7f4/TqmLBEp9ePKyx9KbZ/oYUFm0s+VIsi57Wr4Whu7VwJNFBVP OWeMU8g8OvNfPUXKiihgAC5x6ZQo8Uv81PG1A81rf2NMs+lXSIF2kJfyzPYxmERChy96 dDBAel0nrT++ihTwYLn+iKbtmciwq/ijt4oifuMVDGdhy08OKomRZ1X+KibRyh21TzFC AFE4+wuI/D31lkzPkalh4RmRhkfnJx9/QL2J5yqpV0F+vn/x82W9p403kfn+gwNvbEcd gcKjzecyM95yGV0rYW4DdJvlTTIEzaHpNB63YJqHM4l9PoLn6/LZoFtX6eWB474neG5r gzmw== X-Received: by 10.68.237.228 with SMTP id vf4mr4688274pbc.131.1402321206789; Mon, 09 Jun 2014 06:40:06 -0700 (PDT) Received: from muslin ([50.0.224.51]) by mx.google.com with ESMTPSA id kq10sm64098506pbc.90.2014.06.09.06.40.06 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 09 Jun 2014 06:40:06 -0700 (PDT) Date: Mon, 9 Jun 2014 06:40:35 -0700 From: Isaac Dunham To: Natanael Copa Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] linux-grsec: fix bus error with i810 graphics Message-ID: <20140609134035.GA515@muslin> References: <20140607143927.GA556@muslin> <20140609095936.4b160023@ncopa-desktop.alpinelinux.org> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140609095936.4b160023@ncopa-desktop.alpinelinux.org> User-Agent: Mutt/1.5.21 (2010-09-15) On Mon, Jun 09, 2014 at 09:59:36AM +0200, Natanael Copa wrote: > On Sat, 7 Jun 2014 07:39:28 -0700 > Isaac Dunham wrote: > > > I just recently installed Alpine 3.0 on an old computer with 256 MB RAM, > > 800 MHz PIII CPU, and i810 graphics; it's hooked up to a 1280x1024 > > monitor, so vesa sucks. > > When I installed xf86-video-intel, X died from a bus error. > > This seems to be a known problem with Linux 3.14; the included patch > > (found online) fixed it for me. > > > > Please add this; it takes several hours to build a kernel on that > > computer. > > The patch may need adjustment, though; patch applied it with fuzz=2. > > > > Thanks, > > Isaac Dunham. > > nice! thanks! > > Do you have any reference to upstream commit? > > -nc I just checked and it corresponds to b44b2140265 kernfs: add back missing error check in kernfs_fop_mmap() in Linus' tree. That version doesn't add back the if (ops->mmap) because it's supposed to bail before then under that condition. Thanks, Isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---