Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Feb 2011 09:27:28 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/geom/part g_part_gpt.c
Message-ID:  <201102010927.p119RhnK068929@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ae          2011-02-01 09:27:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/geom/part        g_part_gpt.c 
  Log:
  SVN rev 218162 on 2011-02-01 09:27:28Z by ae
  
  MFC r217531:
    Limit maximum number of GPT entries to 4k. It is most realistic value
    and can prevent kernel memory exhausting when big value is specified
    from command line.
  
    Split reading and writing operation to several iterations to do not
    trigger KASSERT when data length is greater than MAXPHYS.
  
    PR:             kern/144962, kern/147851
  
  Revision   Changes    Path
  1.16.2.15  +33 -15    src/sys/geom/part/g_part_gpt.c



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