Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2013 21:38:55 +0200
From:      =?ISO-8859-1?Q?Gustau_P=E9rez_i_Querol?= <gperez@entel.upc.edu>
To:        Konstantin Belousov <kostikbel@gmail.com>
Cc:        FreeBSD current <freebsd-current@freebsd.org>
Subject:   Re: Panic when starting X with Intel KMS
Message-ID:  <51ED8A4F.8050506@entel.upc.edu>
In-Reply-To: <20130722111940.GK5991@kib.kiev.ua>
References:  <51E6EB0A.2060407@entel.upc.edu> <51EA5166.4020508@entel.upc.edu> <CAPjTQNG7CBYNMQ4yitXv3Wy81YMk-osqcSH=BB1=HjsOqweszw@mail.gmail.com> <20130721071842.GZ5991@kib.kiev.ua> <51EBAA76.8020100@entel.upc.edu> <20130721185145.GE5991@kib.kiev.ua> <51EC43BA.1000800@entel.upc.edu> <51ED0CEC.80307@entel.upc.edu> <20130722111940.GK5991@kib.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
Al 22/07/2013 13:19, En/na Konstantin Belousov ha escrit:
> On Mon, Jul 22, 2013 at 12:43:56PM +0200, Gustau P??rez i Querol wrote:
>>>> As a blind shot, try to
>>>> revert r252653.
>>      r252652 works OK. r252653 panics.
> What if, instead of reverting r252653, apply the following:
>
> diff --git a/sys/vm/vm_phys.c b/sys/vm/vm_phys.c
> index 66f3b0c..78f07f7 100644
> --- a/sys/vm/vm_phys.c
> +++ b/sys/vm/vm_phys.c
> @@ -547,6 +547,8 @@ vm_phys_fictitious_reg_range(vm_paddr_t start, vm_paddr_t end,
>   	pi = atop(start);
>   	if (pi >= first_page && atop(end) < vm_page_array_size) {
>   		fp = &vm_page_array[pi - first_page];
> +		for (i = 0; i < page_count; i++)
> +			fp[i].flags = 0;
>   		malloced = FALSE;
>   	} else
>   #endif
>
> ?

    After applying the patch the system panics for the same reason and 
the KASSERT didn't evaluate like before. The count now when the system 
panics seem to have been overflowed again, you can find the core at:

      https://dl.dropboxusercontent.com/u/2094962/core.txt.6







-- 
    Salut i força,

    Gustau

---------------------------------------------------------------------------
Prou top-posting :	http://ca.wikipedia.org/wiki/Top-posting
Stop top-posting :	http://en.wikipedia.org/wiki/Posting_style	

O O O Gustau Pérez i Querol
O O O Unitat de Gestió dels departaments
O O O Matemàtica Aplicada IV i Enginyeria Telemàtica

       Universitat Politècnica de Catalunya
       Edifici C3 - Despatx S101-B
  UPC  Campus Nord UPC
       C/ Jordi Girona, 1-3
       08034 - Barcelona




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51ED8A4F.8050506>