Date: Sun, 8 Jun 2008 08:51:36 +0300 From: Kostik Belousov <kostikbel@gmail.com> To: Alan Cox <alc@cs.rice.edu> Cc: hackers@freebsd.org Subject: Re: Increasing KVM on amd64 Message-ID: <20080608055136.GT94309@deviant.kiev.zoral.com.ua> In-Reply-To: <484B709F.1070503@cs.rice.edu> References: <484B20E7.2040009@cs.rice.edu> <20080608052653.GS94309@deviant.kiev.zoral.com.ua> <484B709F.1070503@cs.rice.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
--D5tFrmRBv7YOLFOK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 08, 2008 at 12:39:43AM -0500, Alan Cox wrote: > Kostik Belousov wrote: >=20 > >On Sat, Jun 07, 2008 at 06:59:35PM -0500, Alan Cox wrote: > >=20 > > > >>You can download a patch from=20 > >>http://www.cs.rice.edu/~alc/amd64_kvm_6GB.patch that increases amd64's= =20 > >>kernel virtual address space to 6GB. This patch also increases the=20 > >>default for the kmem map to almost 2GB. I believe that kernel loadable= =20 > >>modules still work. However, I suspect that mini-dumps are broken. > >> =20 > >> > >The amd64 modules text/data/bss virtual addresses are allocated from the= =20 > >kernel_map (link_elf_obj.c, link_elf_load_file). Now, the lower end > >of the kernel_map is top-6Gb. > > > >Kernel code (both kernel proper and modules) is compiled for "kernel mem= ory > >model", according to the gcc info: > >`-mcmodel=3Dkernel' > >Generate code for the kernel code model. The kernel runs in the > >negative 2 GB of the address space. This model has to be used for > >Linux kernel code. > > > >I suspect we have a problem there. > > > >=20 > > >=20 > The change to link_elf_obj.c is supposed to ensure allocation of an=20 > address in the upper 2GB of the kernel map for the module. Ah, I overlooked it, sorry. --D5tFrmRBv7YOLFOK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkhLc2cACgkQC3+MBN1Mb4gNZQCgwQvQcQtvW/sIzRZ6aoFybfQS A3cAn1x0joGdGbEwq7mRBCbCTizeED1h =t2MU -----END PGP SIGNATURE----- --D5tFrmRBv7YOLFOK--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080608055136.GT94309>