Re: About pmap_mapdev() & pmap_unmapdev()

2014-10-04 Thread Kohji Okuno
Hi, Konstantin, Thank you for your comment. And, your change is better than mine. > Do you mean that this panic is related to missed pmap_remove() ? > I doubt it, since pmap_mapdev() does not establish managed mappings. Yes, pmap_mapdev() does not establish managed mappings. But, if kernel_pmap.

Re: About pmap_mapdev() & pmap_unmapdev()

2014-10-04 Thread Konstantin Belousov
On Sat, Oct 04, 2014 at 05:00:36PM +0900, Kohji Okuno wrote: > Hi, Konstantin, > > Thank you for your comment. > And, your change is better than mine. At the end of the mail is commit candidate. I did not even compiled this. Can you test and report back, please ? > > > Do you mean that this pan

Re: i915 driver update testing

2014-10-04 Thread Ranjan1018 .
2014-10-03 19:02 GMT+02:00 Konstantin Belousov : > Please find at the > https://kib.kiev.ua/kib/drm/i915.1.patch > a patch which provides some updates to the i915 driver. At large, this > is import of the batch of Linux commits, and as such, it is interesting > mostly as attempt to restart the rac

Re: About pmap_mapdev() & pmap_unmapdev()

2014-10-04 Thread Kohji Okuno
Hi, Konstantin, > At the end of the mail is commit candidate. I did not even compiled this. > Can you test and report back, please ? Could you check the following? (1) should use kernel_pmap->pm_stats.resident_count ^^^ I'm sorry. My patch was wrong. (2) should us

Re: About pmap_mapdev() & pmap_unmapdev()

2014-10-04 Thread Konstantin Belousov
On Sat, Oct 04, 2014 at 05:53:26PM +0900, Kohji Okuno wrote: > Hi, Konstantin, > > > At the end of the mail is commit candidate. I did not even compiled this. > > Can you test and report back, please ? > > Could you check the following? > (1) should use kernel_pmap->pm_stats.resident_count >

Re: i915 driver update testing

2014-10-04 Thread Johannes Dieterich
Dear all, sorry for cross-posting (I am not subscribed to x11@). Same behavior for me (i5-3320M on a Thinkpad T430s w/ Optimus support) as reported by Maurizio. When boot switches to graphics from text mode, display remains black with backlight on. I am running the experimental xorg-stack from h

sh.core in HOME of the user on system shutdown

2014-10-04 Thread Matthias Apitz
Hello, I run 11-CURRENT r269739 on my i386 netbook. After (clean) shutdown I always have a core file 'sh.core' in the (only) logged in users HOME; the backtrace is ofc unuseable: (gdb) bt #0 0x282152f8 in fwrite () from /lib/libc.so.7 #1 0x280978db in el_gets () from /lib/libedit.so.7 #2 0x2

Re: About pmap_mapdev() & pmap_unmapdev()

2014-10-04 Thread Kohji Okuno
Hi Konstantin, Thank you for your prompt response. I will test and report from next monday. >> In addtion, I have one question. >> In current and 10-stable, is vm_map_delete() called by kva_free()? > No, kva_free() only releases the vmem backing, leaving the page > tables intact. This is why I o

HEADS UP: Merging projects/ipfw to HEAD

2014-10-04 Thread Alexander V. Chernikov
Hi, I'm going to merge projects/ipfw branch to HEAD in the middle of next week. What has changed: Main user-visible changes are related to tables: * Tables are now identified by names, not numbers. There can be up to 65k tables with up to 63-byte long names. * Tables are now set-aware (defaul

Re: About pmap_mapdev() & pmap_unmapdev()

2014-10-04 Thread Konstantin Belousov
On Sat, Oct 04, 2014 at 08:53:35PM +0900, Kohji Okuno wrote: > Hi Konstantin, > > Thank you for your prompt response. > I will test and report from next monday. > > >> In addtion, I have one question. > >> In current and 10-stable, is vm_map_delete() called by kva_free()? > > No, kva_free() only

CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread O. Hartmann
Recent sources (Revision: 272529) fail to compile: [...] cc -m32 -march=native -DCOMPAT_32BIT -isystem /usr/obj/usr/src/lib32/usr/include/ -L/usr/obj/usr/src/lib32/usr/lib32 -B/usr/obj/usr/src/lib32/usr/lib32 -O2 -pipe -O3 -O3 -pipe -DYP -I/usr/obj/usr/src/lib32/usr/include/rpcsvc -std=gnu99

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread Mark Johnston
On Sat, Oct 04, 2014 at 07:47:56PM +0200, O. Hartmann wrote: > Recent sources (Revision: 272529) fail to compile: > > [...] > cc -m32 -march=native -DCOMPAT_32BIT -isystem > /usr/obj/usr/src/lib32/usr/include/ > -L/usr/obj/usr/src/lib32/usr/lib32 -B/usr/obj/usr/src/lib32/usr/lib32 -O2 > -pipe

bwn(4) testing

2014-10-04 Thread Justin Hibbits
Since I don't have a machine that successfully suspends/resumes, can someone test the patch at https://reviews.freebsd.org/D802 ? It shouldn't be any functional change, just removing code duplicated by bus_generic_* functions. Thanks, Justin signature.asc Description: PGP signature

Re: [CFT] alc(4) QAC AR816x/AR817x ethernet controller support

2014-10-04 Thread Craig Wiesen
Yonghyeon PYUN gmail.com> writes: > > On Wed, Oct 01, 2014 at 10:36:37AM +0900, Yonghyeon PYUN wrote: > > On Tue, Sep 30, 2014 at 10:57:41AM +0900, Yonghyeon PYUN wrote: > > > Hi, > > > I've added support for QAC AR816x/AR817x ethernet controllers. It > > > passed my limited testing and I need

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread O. Hartmann
Am Sat, 4 Oct 2014 11:33:38 -0700 Mark Johnston schrieb: > On Sat, Oct 04, 2014 at 07:47:56PM +0200, O. Hartmann wrote: > > Recent sources (Revision: 272529) fail to compile: > > > > [...] > > cc -m32 -march=native -DCOMPAT_32BIT -isystem > > /usr/obj/usr/src/lib32/usr/include/ > > -L/usr/obj/

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread Ryan Stone
On Sat, Oct 4, 2014 at 2:33 PM, Mark Johnston wrote: > On Sat, Oct 04, 2014 at 07:47:56PM +0200, O. Hartmann wrote: >> Recent sources (Revision: 272529) fail to compile: >> >> [...] >> cc -m32 -march=native -DCOMPAT_32BIT -isystem >> /usr/obj/usr/src/lib32/usr/include/ >> -L/usr/obj/usr/src/lib3

Re: Looping during boot-up process in FreeBSD-11 current

2014-10-04 Thread Alexander V. Chernikov
On 01.10.2014 02:02, Mike. wrote: > On 9/30/2014 at 7:25 PM José Pérez Arauzo wrote: > > > |[snip] > |Try the 271146, > |[snip] > = This might be related with r271207. Can you try r271206 (or any recent HEAD with reverted r271207) ? > > > I installed the 10.0 release CD. > > T

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread Mark Johnston
On Sat, Oct 04, 2014 at 04:39:37PM -0400, Ryan Stone wrote: > On Sat, Oct 4, 2014 at 2:33 PM, Mark Johnston wrote: > > On Sat, Oct 04, 2014 at 07:47:56PM +0200, O. Hartmann wrote: > >> Recent sources (Revision: 272529) fail to compile: > >> > >> [...] > >> cc -m32 -march=native -DCOMPAT_32BIT -is

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread Mark Johnston
On Sat, Oct 4, 2014 at 3:40 PM, Mark Johnston wrote: > On Sat, Oct 04, 2014 at 04:39:37PM -0400, Ryan Stone wrote: >> On Sat, Oct 4, 2014 at 2:33 PM, Mark Johnston wrote: >> > On Sat, Oct 04, 2014 at 07:47:56PM +0200, O. Hartmann wrote: >> >> Recent sources (Revision: 272529) fail to compile: >>

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread Russell L. Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/04/14 15:58, Mark Johnston wrote: > On Sat, Oct 4, 2014 at 3:40 PM, Mark Johnston > wrote: >> On Sat, Oct 04, 2014 at 04:39:37PM -0400, Ryan Stone wrote: >>> On Sat, Oct 4, 2014 at 2:33 PM, Mark Johnston >>> wrote: On Sat, Oct 04, 2014 a

Buildworld Failure

2014-10-04 Thread Shawn Webb
It looks like buildworld is failing when building the rescue binaries. I'm not sure which commit broke it. Log is here: http://0xfeedface.org/~shawn/2014-10-04-build.txt Thanks, Shawn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread Mark Johnston
On Sat, Oct 04, 2014 at 04:41:07PM -0700, Russell L. Carter wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > On 10/04/14 15:58, Mark Johnston wrote: > > On Sat, Oct 4, 2014 at 3:40 PM, Mark Johnston > > wrote: > >> On Sat, Oct 04, 2014 at 04:39:37PM -0400, Ryan Stone wrote: > >>

BAFUG Oct 9: Kyua and jenkins testing framework

2014-10-04 Thread Craig Rodrigues
Hi, On October 9, 2014, in Mountain View, California, I will be giving a brief tech tech on: "Kyua and Jenkins: Testing Framework for BSD" Here are more details on the tak, plus directions to the location: http://www.meetup.com/BAFUG-Bay-Area-FreeBSD-User-Group/events/209548642/ Feel free to s

Jenkins and LLVM clang analyzer on FreeBSD

2014-10-04 Thread Craig Rodrigues
Hi, FYI, Li-Wen Hsu has set up this Jenkins job which builds FreeBSD with the clang analyzer ( https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-scan-build/ ): https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-scan-build/ This job runs once a week. Please view the results of this job, an

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread Arseny Nasokin
Mark, Thank you for patch, I encounter same error and this patch works for me. ✪ -- Eir Nym On 5 October 2014 04:43, Mark Johnston wrote: > On Sat, Oct 04, 2014 at 04:41:07PM -0700, Russell L. Carter wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > > > > > On 10/04/14 15:

Re: About pmap_mapdev() & pmap_unmapdev()

2014-10-04 Thread Kohji Okuno
Hi, > On Sat, Oct 04, 2014 at 08:53:35PM +0900, Kohji Okuno wrote: >> Hi Konstantin, >> >> Thank you for your prompt response. >> I will test and report from next monday. >> >> >> In addtion, I have one question. >> >> In current and 10-stable, is vm_map_delete() called by kva_free()? >> > No, k