X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 31CBADC01CF for ; Fri, 13 Jun 2014 04:28:33 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id lj1so1714927pab.29 for ; Thu, 12 Jun 2014 21:28:33 -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=xRMRlUsJYeEudXegqiANl5BeMuEEgeUWqPra5SXTmNU=; b=tODq6woLg5+Fcy9qLGuf3X6PUXkqpV+TJS0AQZHoVgjNz05eK25r/sU4Ei3wOArjlT YjTAyLcryCywg2E3lVMsHU1px+onSRddgeUonPMmnK1MIx4wYMbsSjRS/vkrCGQzGYW2 plf1TCGRFiiUlTSUYs5oiCdlk16L5qM0SBNOw+E3Rm1DZLDLN8U7kAP1f9LOm0JrUyxd l+fY9Ql0FiIXOKqVOJNES5mfspoJIim+JRHl0ZmJGr9dPRXYcifYuOzsJXDKgSeo3AAH E58kvzG6g0FSCgzQi/xA9M6HKV1eJpnk7wxvdbfr1phQNnR+0HV9GfqLHeXXN3oSIPQk Vo0Q== X-Received: by 10.68.134.101 with SMTP id pj5mr372273pbb.62.1402633713220; Thu, 12 Jun 2014 21:28:33 -0700 (PDT) Received: from muslin ([50.0.229.176]) by mx.google.com with ESMTPSA id oa3sm994429pbb.15.2014.06.12.21.28.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 12 Jun 2014 21:28:32 -0700 (PDT) Date: Thu, 12 Jun 2014 21:29:03 -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: <20140613042902.GA11032@muslin> References: <20140607143927.GA556@muslin> <20140609095936.4b160023@ncopa-desktop.alpinelinux.org> <20140609104017.68e24bf9@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: <20140609104017.68e24bf9@ncopa-desktop.alpinelinux.org> User-Agent: Mutt/1.5.21 (2010-09-15) On Mon, Jun 09, 2014 at 10:40:17AM +0200, Natanael Copa wrote: > On Mon, 9 Jun 2014 09:59:36 +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? > > I found it: > https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/fs/kernfs/file.c?h=linux-3.14.y&id=59516f324f324b6b392b94833da3972e346c5f0c > > I think it will come with 3.14.6 so maybe we just wait for that? (likely tomorrow) Looking at kernel.org, 3.14.7 is the kernel.org version that came out yesterday, and the version that includes the fix. grsec 3.14.6 does not include this, AFAICT. Thanks, Isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---