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
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:
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
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
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:
> >>
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
-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
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:
>>
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
>
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
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
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
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.
26 matches
Mail list logo