Re: Zero Divide in Kernel 3.12-rc4

2013-11-03 Thread Michael Schmitz
Ingo, any further news on this one? Well, not really, I think... but this might be good news. ;) Indeed - at the very least it shows it is a rare error. Yesterday there were two media sense errors on /dev/sda on Spice (A3000/040 with Warpengine, so no ESP), but I guess that's a real m

Re: Zero Divide in Kernel 3.12-rc4

2013-11-03 Thread Thorsten Glaser
Ingo J�rgensmann dixit: >Yesterday there were two media sense errors on /dev/sda on Spice >(A3000/040 with Warpengine, so no ESP), but I guess that's a real Try writing (512 bytes of zero) to those sectors, that often triggers bad block reallocation. (It can’t do that on uncorrectable read errors

Re: Potential issues for most ports (Was: Re: Bits from the Release Team (Jessie freeze info))

2013-11-03 Thread Steve Langasek
On Sun, Nov 03, 2013 at 11:54:34AM +0100, Niels Thykier wrote: > On 2013-10-29 17:48, Ian Jackson wrote: > > Niels Thykier writes ("Re: Bits from the Release Team (Jessie freeze > > info)"): > >> [...] > >> As mentioned we are debating whether the "5 DDs" requirement still makes > >> sense. Would

Re: Zero Divide in Kernel 3.12-rc4

2013-11-03 Thread Ingo Jürgensmann
Am 03.11.2013 um 07:55 schrieb Michael Schmitz : > any further news on this one? Well, not really, I think... but this might be good news. ;) Yesterday there were two media sense errors on /dev/sda on Spice (A3000/040 with Warpengine, so no ESP), but I guess that's a real media error, especial

Re: Qt5 switching qreal from float to double on arm*

2013-11-03 Thread Lisandro Damián Nicanor Pérez Meyer
Note: adding back debian-arm@..., please tell me if it's not necessary. On Saturday 02 November 2013 23:25:57 peter green wrote: > Lisandro Damián Nicanor Pérez Meyer wrote: > > Any feedback will be kindly appreciated. > > I've always thought there is something fundamentally wrong. > > What is q

Re: Potential issues for most ports

2013-11-03 Thread Niels Thykier
On 2013-11-03 16:54, Niels Thykier wrote: > On 2013-11-03 15:49, Thorsten Glaser wrote: >> > Niels Thykier dixit: >> > >>> >> [...] >>> >> Until we have a clear definition of "actively maintained ports", I would >>> >> recommend porters to err on the side of being verbose over being silent. >> >

Re: Potential issues for most ports

2013-11-03 Thread Niels Thykier
On 2013-11-03 15:49, Thorsten Glaser wrote: > Niels Thykier dixit: > >> [...] >> Until we have a clear definition of "actively maintained ports", I would >> recommend porters to err on the side of being verbose over being silent. > > I’ve held off on the m68k side because I think the role call wa

Re: Potential issues for most ports (Was: Re: Bits from the Release Team (Jessie freeze info))

2013-11-03 Thread Thorsten Glaser
Niels Thykier dixit: >Then there are more concrete things like ruby's test suite seg. faulting >on ia64 (#593141), ld seg. faulting with --as-needed on ia64 And only statically linked klibc-compiled executables work on IA64, not dynamically linked ones. I’ve looked into it, but Itanic is so massi

Re: Buying RAM expansion from project money

2013-11-03 Thread Ingo Jürgensmann
Am 03.11.2013 um 08:20 schrieb Michael Schmitz : > There's no reason why the sparsemem work has to be done on real hardware, is > there? No, as Geert already stated. > What precisely is the memory layout when including the bigmem chunk? For Amigas a real good starting point is the Amiga Hardw

Potential issues for most ports (Was: Re: Bits from the Release Team (Jessie freeze info))

2013-11-03 Thread Niels Thykier
On 2013-10-29 17:48, Ian Jackson wrote: > Niels Thykier writes ("Re: Bits from the Release Team (Jessie freeze info)"): >> [...] >> As mentioned we are debating whether the "5 DDs" requirement still makes >> sense. Would you say that we should abolish the requirement for DD >> porters completely?

Re: Buying RAM expansion from project money

2013-11-03 Thread Geert Uytterhoeven
On Sun, Nov 3, 2013 at 9:53 AM, Geert Uytterhoeven wrote: > Does BigRamPlus support RMW bus cycles? That's needed to use it as generic > RAM, as the MMU uses RMW bus cycles to update the page tables. FYI, I've sent an email to Jens. Gr{oetje,eeting}s, Geert -- Geert Uyt

Re: Buying RAM expansion from project money

2013-11-03 Thread Geert Uytterhoeven
On Sun, Nov 3, 2013 at 8:20 AM, Michael Schmitz wrote: >> As I understood, the approval of approx. 500.- Euro to buy RAM expansions >> for our buildds is given. Regarding to Adrian the DPL asked for a quote to >> issue the money. So, the question is: how to proceed? >> >> The current situation: >>

Re: Buying RAM expansion from project money

2013-11-03 Thread Michael Schmitz
Ingo, As I understood, the approval of approx. 500.- Euro to buy RAM expansions for our buildds is given. Regarding to Adrian the DPL asked for a quote to issue the money. So, the question is: how to proceed? The current situation: We currently have 6 Amigas that have ZorroIII slots, namely:

Re: Zero Divide in Kernel 3.12-rc4

2013-11-03 Thread Michael Schmitz
Hello Ingo, any further news on this one? Cheers, Michael On 2013-10-22 22:38, Michael Schmitz wrote: Ingo - could you add if (scmd->device->sector_size > 2048) sdev_printk(KERN_ERR, scmd->device, "Whoa - large secor size %d\n", scmd->device->sector_size); before the do_div calls,