From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: New Debian Kernel Packages Date: Thu, 01 Aug 2013 15:52:05 -0700 Message-ID: <1375397525.2070.17.camel@dabdike> References: <51FADF39.4020505@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Cc: Helge Deller , Parisc List To: John David Anglin Return-path: In-Reply-To: List-ID: List-Id: linux-parisc.vger.kernel.org On Thu, 2013-08-01 at 18:39 -0400, John David Anglin wrote: > On 1-Aug-13, at 6:20 PM, Helge Deller wrote: > > > Hi Dave, > > > > On 07/30/2013 12:46 AM, John David Anglin wrote: > >> The following kernel packages are now in the parisc-linux.org > >> archive: > >> > >> linux-image-3.10-1-parisc-smp_3.10.3-1_hppa.deb > >> linux-image-3.10-1-parisc64-smp_3.10.3-1_hppa.deb > >> linux-image-3.10-1-parisc64_3.10.3-1_hppa.deb > >> linux-image-3.10-1-parisc_3.10.3-1_hppa.deb > > > > That's fantastic! > > This brings us one big step further to being able to build a real > > debian-unstable-installer boot CD. > > > > I'm still hoping the C8000 patches I pushed for inclusion into 3.11 > > will then > > show up in stable 3.10 series soon as well. If that happens we will > > have a kernel > > which should boot on all machines - including the c8000. > > > I have bootstrap tested the linux-image-3.10-1-parisc64- > smp_3.10.3-1_hppa.deb package. We'll > have to see if 3.10 will be the Debian choice for the next release. > > As I mentioned in private, I have found that flush_cache_all() is the > principal problem causing random > segmentation faults on SMP systems. That would tend to indicate the architectural flush code is wrong: it isn't flushing all as it should be. James