Re: 3.12 won't startup at amiga 1200 [Antworten] [AntwortenAnAlle]

2013-10-23 Thread Michael Schmitz
Am 24.10.2013 um 08:17 schrieb Geert Uytterhoeven: On Wed, Oct 23, 2013 at 9:00 PM, Geert Uytterhoeven wrote: On Wed, Oct 23, 2013 at 8:35 PM, Tuxist wrote: it will try to fix it. http://paste.debian.net/60935 Linux version 3.12.0-rc6 (administrator@dibsi) (gcc version 4.8.1 (GCC) ) #1

Re: Zero Divide in Kernel 3.12-rc4

2013-10-23 Thread Thorsten Glaser
Ingo Jürgensmann dixit: > does show up that string, so it should be fine. But I'd have expected > a different kernel size because there's some extra code and some > additional text. Nah, executables are padded and aligned. Small deltas like this do not normally show up. bye, //mirabilos -- Bew

Re: Zero Divide in Kernel 3.12-rc4

2013-10-23 Thread Ingo Jürgensmann
On 2013-10-24 06:56, Michael Schmitz wrote: ... will rebuilt and install it then... Precisely what I meant, thanks. Only problem is: the kernel is exactly that large as the old kernel before, although I did a "make clean" inbetween. But a "strings vmlinux | grep -i whoa" does show up that st

Re: Zero Divide in Kernel 3.12-rc4

2013-10-23 Thread Michael Schmitz
Hi Ingo, 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, and see what that reports? Ok, so, drivers/scsi/sd.c looks

Re: 3.12 won't startup at amiga 1200 [Antworten] [AntwortenAnAlle]

2013-10-23 Thread John Paul Adrian Glaubitz
On 10/23/2013 10:10 PM, Geert Uytterhoeven wrote: > On Wed, Oct 23, 2013 at 9:13 PM, Tuxist wrote: >> my last config http://tuxist.de/config-3.12-rc6 > > That one crashes badly on ARAnyM, as the SMC Ultra Ethernet driver > does some bad pokes: > > Unable to handle kernel access at virtual addres

Re: Re: 3.12 won't startup at amiga 1200 [Antworten] [AntwortenAnAlle]

2013-10-23 Thread Geert Uytterhoeven
On Wed, Oct 23, 2013 at 9:13 PM, Tuxist wrote: > my last config http://tuxist.de/config-3.12-rc6 That one crashes badly on ARAnyM, as the SMC Ultra Ethernet driver does some bad pokes: Unable to handle kernel access at virtual address 80a30206 Oops: PC: [<0032ca1e>] ultra_probe1+0x26/0x

Re: 3.12 won't startup at amiga 1200

2013-10-23 Thread Tuxist
when show in kernel/time/alarmtimer.c the should be always included and use rtc.h that should be the problem. -- To UNSUBSCRIBE, email to debian-68k-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/52682854.9

Re: 3.12 won't startup at amiga 1200 [Antworten] [AntwortenAnAlle]

2013-10-23 Thread John Paul Adrian Glaubitz
On 10/23/2013 09:25 PM, Tuxist wrote: > Yes but it's possible that this systems have a rtc ? I'm pretty sure having RTC or not doesn't matter. What makes you think that? Yes, the word "RTC" shows up in your kernel panic, but so do "amiga-mouse", "amiga-serial" and so on. Btw, could you maybe dis

Re: Re: 3.12 won't startup at amiga 1200 [Antworten] [AntwortenAnAlle]

2013-10-23 Thread Tuxist
  > Mi Okt 23 2013 09:17:51 CEST von "Geert Uytterhoeven" > Betreff: Re: Re: 3.12 won't startup at amiga 1200 >[Antworten] [AntwortenAnAlle] > > On Wed, Oct 23, 2013 at 9:00 PM, Geert Uytterhoeven > wrote: > >>On Wed, Oct 23, 2013 at 8:35 PM, Tuxist wrote: >> >>>it will try to fix it. >>

Re: Re: 3.12 won't startup at amiga 1200 [Antworten] [AntwortenAnAlle]

2013-10-23 Thread Geert Uytterhoeven
On Wed, Oct 23, 2013 at 9:00 PM, Geert Uytterhoeven wrote: > On Wed, Oct 23, 2013 at 8:35 PM, Tuxist wrote: >> it will try to fix it. >> >> http://paste.debian.net/60935 > >> Linux version 3.12.0-rc6 (administrator@dibsi) (gcc version 4.8.1 (GCC) ) >> #11 Wed Oct 23 19:57:32 CEST 2013 > > but th

Re: Re: 3.12 won't startup at amiga 1200 [Antworten] [AntwortenAnAlle]

2013-10-23 Thread Tuxist
  > Mi Okt 23 2013 09:00:48 CEST von "Geert Uytterhoeven" > Betreff: Re: Re: 3.12 won't startup at amiga 1200 >[Antworten] [AntwortenAnAlle] > > On Wed, Oct 23, 2013 at 8:35 PM, Tuxist wrote: > >>it will try to fix it. >> >> http://paste.debian.net/60935 >> >> Linux version 3.12.0-rc6 (ad

Re: Re: 3.12 won't startup at amiga 1200 [Antworten] [AntwortenAnAlle]

2013-10-23 Thread Geert Uytterhoeven
On Wed, Oct 23, 2013 at 8:35 PM, Tuxist wrote: > it will try to fix it. > > http://paste.debian.net/60935 > Linux version 3.12.0-rc6 (administrator@dibsi) (gcc version 4.8.1 (GCC) ) #11 > Wed Oct 23 19:57:32 CEST 2013 but the attached config has > # Linux/m68k 3.12.0-rc4 Kernel Configuration

Re: Bits from the Release Team (Jessie freeze info)

2013-10-23 Thread Thorsten Glaser
Steven Chamberlain dixit: >Come to think of it, it must take a day or more for m68k to rebuild >eglibc. This is a more serious problem than resources needed by Kernel takes a day now (on the fastest VMs), eglibc 3 days, gcc 5 days (since gcj got folded into it; add another day or so once gnat wi

Re: Bits from the Release Team (Jessie freeze info)

2013-10-23 Thread Steven Chamberlain
On 23/10/13 12:55, Stewart Smith wrote: > Geert Uytterhoeven writes: >> On Wed, Oct 23, 2013 at 12:36 AM, Stewart Smith >> wrote: >>> Jenkins can have slaves on remote hosts, via SSH. It runs a small java >>> app there, so as long as the arch has a JVM then you're pretty right. >> >> For whatever

Re: Zero Divide in Kernel 3.12-rc4

2013-10-23 Thread Ingo Jürgensmann
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, and see what that reports? Ok, so, drivers/scsi/sd.c looks now as this

Re: Bits from the Release Team (Jessie freeze info)

2013-10-23 Thread Stewart Smith
Geert Uytterhoeven writes: > On Wed, Oct 23, 2013 at 12:36 AM, Stewart Smith > wrote: >> Jenkins can have slaves on remote hosts, via SSH. It runs a small java >> app there, so as long as the arch has a JVM then you're pretty right. > > For whatever definition of small. I've seen it consuming 1 G

Re: Bits from the Release Team (Jessie freeze info)

2013-10-23 Thread Steven Chamberlain
On 22/10/13 23:36, Stewart Smith wrote: > Jenkins can have slaves on remote hosts, via SSH. It runs a small java > app there, so as long as the arch has a JVM then you're pretty right. That may be useful to set up on some arches, for things where Jenkins needs direct control over CPU-intensive tas

Re: Re: Linux kernel 3.12-0-rc4 on Akire running

2013-10-23 Thread Tuxist
funny because my amiga 1200 won't bootup with 3.12 rc6 it's possible to get your kernel config to against my ?

Re: Bits from the Release Team (Jessie freeze info)

2013-10-23 Thread Britt Dodd
Small is 64m ram not 256m. I just woke up and was catching up on things. My apologies. On Oct 23, 2013 7:20 AM, "Britt Dodd" wrote: > I run Jenkins at my job. Small is around 256mb. Plus the Jenkins server > can sit on a high-memory machine and the agent just sit on a 68k box doing > builds. Smal

Re: Bits from the Release Team (Jessie freeze info)

2013-10-23 Thread Britt Dodd
I run Jenkins at my job. Small is around 256mb. Plus the Jenkins server can sit on a high-memory machine and the agent just sit on a 68k box doing builds. Small is like 64M ram. You Amiga/Atari guys seem to have oodles of ram to work with Lol. On Oct 23, 2013 2:45 AM, "Geert Uytterhoeven" wrote: