Re: FYI: merging TCP, UDP, netisr locking changes

2011-06-01 Thread Bjoern A. Zeeb
On May 30, 2011, at 9:53 AM, Robert Watson wrote: >> This work has been sponsored by Juniper Networks. Thanks also to Bjoern >> Zeeb, who has been reviewing changes! And pointy hat to me for missing this one:( > After a series of smaller commits, I've just merged some initial > decomposition

AW: AW: -CURRENT: mountroot failed

2011-06-01 Thread Uwe Grohnwaldt
Hi, I build a kernel using src from svn. I have the same error. svn info shows Last Changed Rev: 222585 -- Uwe Grohnwaldt -Ursprüngliche Nachricht- Von: Andrey V. Elsukov [mailto:bu7c...@yandex.ru] Gesendet: Mittwoch, 1. Juni 2011 17:55 An: Uwe Grohnwaldt Cc: curr...@freebsd.org Betref

Re: [PATCH] Add the infrastructure for supporting an infinite number of CPUs

2011-06-01 Thread Jack Vogel
Awesome, glad to see this happening :) Jack On Wed, Jun 1, 2011 at 11:21 AM, Attilio Rao wrote: > Current maximum number of CPUs supported by the FreeBSD kernel is 32. > That number cames from indirectly by the fact that we have a cpumask_t > type, representing a mask of CPUs, which is an unsi

[PATCH] Add the infrastructure for supporting an infinite number of CPUs

2011-06-01 Thread Attilio Rao
Current maximum number of CPUs supported by the FreeBSD kernel is 32. That number cames from indirectly by the fact that we have a cpumask_t type, representing a mask of CPUs, which is an unsigned int right now. I then made a patch that removes the cpumask_t type and uses cpuset_t type for characte

Re: "lazy" mmap for a device driver ?

2011-06-01 Thread John Baldwin
On Tuesday, May 31, 2011 4:21:42 pm Luigi Rizzo wrote: > hi, > i have a kernel module implementing a memory mapped special device > which exports a large block of memory to the process. > I see that when the process calls mmap(), my routine foo_mmap() > is called immediately once per page, even tho

AW: AW: -CURRENT: mountroot failed

2011-06-01 Thread Uwe Grohnwaldt
Hi, i csuped src this morning, where do i find the information about the exact revision? cu -- Uwe Grohnwaldt -Ursprüngliche Nachricht- Von: Andrey V. Elsukov [mailto:bu7c...@yandex.ru] Gesendet: Mittwoch, 1. Juni 2011 17:55 An: Uwe Grohnwaldt Cc: curr...@freebsd.org Betreff: Re: AW: -C

warning: 'inline' is not at beginning of declaration ?

2011-06-01 Thread Luigi Rizzo
In an attempt to build a kernel with -Wextra gives a number of warnings for 'inline' is not at beginning of declaration (in tcp_input.c, as an example). Is there any interest in trying to fix these ? HEAD/sys/netinet/tcp_input.c:218: warning: 'inline' is not at beginning of dec

Re: AW: -CURRENT: mountroot failed

2011-06-01 Thread Andrey V. Elsukov
On 01.06.2011 18:50, Uwe Grohnwaldt wrote: > i have the same problem and setting kern.geom.part.check_integrity=0 works. I > installed my system using sysinstall from 8.2-amd64-CD1. Hi, i added a workaround for this issue in r222341. Which revision do you use? -- WBR, Andrey V. Elsukov sign

AW: -CURRENT: mountroot failed

2011-06-01 Thread Uwe Grohnwaldt
Hi, i have the same problem and setting kern.geom.part.check_integrity=0 works. I installed my system using sysinstall from 8.2-amd64-CD1. Ciao, Uwe -- Uwe Grohnwaldt -Ursprüngliche Nachricht- Von: owner-freebsd-curr...@freebsd.org [mailto:owner-freebsd-curr...@freebsd.org] Im Auftrag v

Re: freebsd-current Digest, Vol 398, Issue 3

2011-06-01 Thread Tom Hicks
On Jun 1, 2011, at 8:03, freebsd-current-requ...@freebsd.org wrote: > Send freebsd-current mailing list submissions to >freebsd-current@freebsd.org > > To subscribe or unsubscribe via the World Wide Web, visit >http://lists.freebsd.org/mailman/listinfo/freebsd-current > or, via email,