* Building 2.3.35?
@ 2000-01-06 15:25 jlquinn
2000-01-06 15:38 ` Andreas Tobler
0 siblings, 1 reply; 6+ messages in thread
From: jlquinn @ 2000-01-06 15:25 UTC (permalink / raw)
To: linuxppc-dev
I tried to build the standard 2.3.35 kernel without success. Does anyone
know what's going on?
I'm building a kernel for powermac only and having problems with irq_offset
not being a member of
struct hw_interrupt_info(?). In particular, arch/ppc/kernel/open_pic.c
doesn't build in this kernel. The struct is defined in include/linux/irq.h
and doesn't have this field. Also, to my uninformed eye, pmacs don't even
require open_pic.c
In 2.2.13, irq_offset is a member of struct hw_interrupt_info, which is
declared in arch/ppc/kernel/local_irq.h. So obviously this struct was
deemed to be useful to other architectures but in the meantime, this field
was removed.
I've tried to untangle this enough to build, but haven't succeeded so far.
Thanks for any help,
Jerry Quinn
jlquinn@us.ibm.com
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Building 2.3.35?
2000-01-06 15:25 Building 2.3.35? jlquinn
@ 2000-01-06 15:38 ` Andreas Tobler
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Tobler @ 2000-01-06 15:38 UTC (permalink / raw)
To: jlquinn; +Cc: linuxppc-dev
jlquinn@us.ibm.com wrote:
>
> I tried to build the standard 2.3.35 kernel without success. Does anyone
> know what's going on?
>
> I'm building a kernel for powermac only and having problems with irq_offset
> not being a member of
> struct hw_interrupt_info(?). In particular, arch/ppc/kernel/open_pic.c
> doesn't build in this kernel. The struct is defined in include/linux/irq.h
> and doesn't have this field. Also, to my uninformed eye, pmacs don't even
> require open_pic.c
>
> In 2.2.13, irq_offset is a member of struct hw_interrupt_info, which is
> declared in arch/ppc/kernel/local_irq.h. So obviously this struct was
> deemed to be useful to other architectures but in the meantime, this field
> was removed.
>
> I've tried to untangle this enough to build, but haven't succeeded so far.
The problem is known and Cort replied me yesterday that he is working on
that. He said maybe in the next one or two versions it should be fixed.
AFAIK the latest working 2.3.X kernel was the 2.3.29 from
linuxcare.com.au.
All other higher kernel I got to build but not to boot.
Have you other experiences?
Andreas
--
| Andreas Tobler
| CH-8004 Zuerich
| E-Mail: andreas.tobler@alcatel.ch | a.tobler@schweiz.ch
-----------------------------------------------------------
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Building 2.3.35?
@ 2000-01-06 15:49 jlquinn
2000-01-06 16:19 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 6+ messages in thread
From: jlquinn @ 2000-01-06 15:49 UTC (permalink / raw)
To: toa; +Cc: linuxppc-dev
2.3.35 is the first unstable kernel that I've put some effort in getting to
build. I only get to play with stuff for 2-3 hours a week, so it's hard to
really do debugging at the rate of kernel development :-)
How does merging of the vger tree into Linus' development kernel work right
now?
Jerry
jlquinn@us.ibm.com
Andreas Tobler <toa@pop.agri.ch>@lists.linuxppc.org on 01/06/2000 10:38:49
AM
jlquinn@us.ibm.com wrote:
>
> I tried to build the standard 2.3.35 kernel without success. Does anyone
> [...]
The problem is known and Cort replied me yesterday that he is working on
that. He said maybe in the next one or two versions it should be fixed.
AFAIK the latest working 2.3.X kernel was the 2.3.29 from
linuxcare.com.au.
All other higher kernel I got to build but not to boot.
Have you other experiences?
Andreas
--
| Andreas Tobler
| CH-8004 Zuerich
| E-Mail: andreas.tobler@alcatel.ch | a.tobler@schweiz.ch
-----------------------------------------------------------
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Building 2.3.35?
2000-01-06 15:49 jlquinn
@ 2000-01-06 16:19 ` Benjamin Herrenschmidt
2000-01-06 20:17 ` Geert Uytterhoeven
0 siblings, 1 reply; 6+ messages in thread
From: Benjamin Herrenschmidt @ 2000-01-06 16:19 UTC (permalink / raw)
To: jlquinn, linuxppc-dev
On Thu, Jan 6, 2000, <jlquinn@us.ibm.com> wrote:
>2.3.35 is the first unstable kernel that I've put some effort in getting to
>build. I only get to play with stuff for 2-3 hours a week, so it's hard to
>really do debugging at the rate of kernel development :-)
>
>How does merging of the vger tree into Linus' development kernel work right
>now?
The main ppc tree, for now, is not vger but Cort's bitkeeper. (I don't
know if Cort keeps vger updated).
2.2.x is fully in sync with Linus (except for the USB backport, but
that's normal).
2.3.x changes are, I think, sent to linus regulary, but there is still
some work needed to get the latest 2.3.35/36 kernels to work on powermac.
Hopefully Cort, Paul and I (and probably others are working on this).
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Building 2.3.35?
2000-01-06 16:19 ` Benjamin Herrenschmidt
@ 2000-01-06 20:17 ` Geert Uytterhoeven
2000-01-06 20:21 ` Larry McVoy
0 siblings, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2000-01-06 20:17 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: jlquinn, linuxppc-dev
On Thu, 6 Jan 2000, Benjamin Herrenschmidt wrote:
> On Thu, Jan 6, 2000, <jlquinn@us.ibm.com> wrote:
> >2.3.35 is the first unstable kernel that I've put some effort in getting to
> >build. I only get to play with stuff for 2-3 hours a week, so it's hard to
> >really do debugging at the rate of kernel development :-)
> >
> >How does merging of the vger tree into Linus' development kernel work right
> >now?
>
> The main ppc tree, for now, is not vger but Cort's bitkeeper. (I don't
> know if Cort keeps vger updated).
Vger is no longer kept up-to-date, except through Linus (which isn't up-to-date
neither :-(
Gr{oetje,eeting}s,
--
Geert Uytterhoeven -- Linux/{m68k~Amiga,PPC~CHRP} -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Building 2.3.35?
2000-01-06 20:17 ` Geert Uytterhoeven
@ 2000-01-06 20:21 ` Larry McVoy
0 siblings, 0 replies; 6+ messages in thread
From: Larry McVoy @ 2000-01-06 20:21 UTC (permalink / raw)
To: Geert Uytterhoeven, Benjamin Herrenschmidt; +Cc: jlquinn, linuxppc-dev
I'm taking a more active role in keeping the PPC/linux/BK trees working.
Please bug me on a regular basis if you have problems.
I'm in the middle of cloning the trees to bitkeeper.com and I'll be putting
bitkeeper.com on the net as a big fast machine that I'll let anyone into to
do work.
On Thu, Jan 06, 2000 at 09:17:25PM +0100, Geert Uytterhoeven wrote:
>
> On Thu, 6 Jan 2000, Benjamin Herrenschmidt wrote:
> > On Thu, Jan 6, 2000, <jlquinn@us.ibm.com> wrote:
> > >2.3.35 is the first unstable kernel that I've put some effort in getting to
> > >build. I only get to play with stuff for 2-3 hours a week, so it's hard to
> > >really do debugging at the rate of kernel development :-)
> > >
> > >How does merging of the vger tree into Linus' development kernel work right
> > >now?
> >
> > The main ppc tree, for now, is not vger but Cort's bitkeeper. (I don't
> > know if Cort keeps vger updated).
>
> Vger is no longer kept up-to-date, except through Linus (which isn't up-to-date
> neither :-(
>
> Gr{oetje,eeting}s,
> --
> Geert Uytterhoeven -- Linux/{m68k~Amiga,PPC~CHRP} -- geert@linux-m68k.org
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> -- Linus Torvalds
>
--
---
Larry McVoy lm@bitmover.com http://www.bitmover.com/lm
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2000-01-06 20:21 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-01-06 15:25 Building 2.3.35? jlquinn
2000-01-06 15:38 ` Andreas Tobler
-- strict thread matches above, loose matches on Subject: below --
2000-01-06 15:49 jlquinn
2000-01-06 16:19 ` Benjamin Herrenschmidt
2000-01-06 20:17 ` Geert Uytterhoeven
2000-01-06 20:21 ` Larry McVoy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).