Re: [uml-devel] [UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_list

2008-03-26 Thread Jeff Garzik
> static void uml_net_set_multicast_list(struct net_device *dev) > { > - if (dev->flags & IFF_PROMISC) > - return; > - else if (dev->mc_count) > - dev->flags |= IFF_ALLMULTI; > - else dev->flags &= ~IFF_ALLMULTI; > + return; > } Might as well just delet

Re: [uml-devel] [PATCH] UML - fix utsname build breakage

2006-07-15 Thread Jeff Garzik
Thanks for this. There is still upstream build breakage, on latest linux-2.6.git (x86_64, FC5, attached config): CC arch/um/os-Linux/sys-x86_64/registers.o arch/um/os-Linux/sys-x86_64/registers.c: In function ‘get_thread_regs’: arch/um/os-Linux/sys-x86_64/registers.c:85: error: ‘JB_PC’

Re: [uml-devel] UML build broken everywhere?

2006-07-14 Thread Jeff Garzik
Jeff Garzik wrote: > I tried to build 2.6.17 and 2.6.17.4 UML on x86-64 with the attached > .config on a Fedora Core 5 OS, and it broke: I just verified that ARCH=um on 32-bit x86 is also broken, with the same build errors, on 2.6.17, 2.6.17.4, and 2.6.18-rc1-gitX (latest).

[uml-devel] UML build broken everywhere?

2006-07-14 Thread Jeff Garzik
I tried to build 2.6.17 and 2.6.17.4 UML on x86-64 with the attached .config on a Fedora Core 5 OS, and it broke: CC arch/um/os-Linux/sys-x86_64/registers.o arch/um/os-Linux/sys-x86_64/registers.c: In function ‘get_thread_regs’: arch/um/os-Linux/sys-x86_64/registers.c:85: error: ‘JB_PC’