search for: uek2

Displaying 8 results from an estimated 8 matches for "uek2".

2013 Jun 26
6
superpage support in Dom0
Does upstream dom0 support superpage? best regards yang
2013 Dec 13
0
[Bug 58378] [NV86] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
...fault in RHEL6) * libdrm-2.4.50 * xorg-x11-drv-nouveau-1.0.9 but this does NOT affect the issue at all. But reverting back to RHEL stock kernel 2.6.32-358.23.2 makes the issue vanish, also when using the above updated library versions. I then tried Oracle's UEK kernels, and while the current UEK2 kernel (2.6.39-400.211.2) does NOT have the issue, the current UEK3 kernel (3.8.13-16.2.2) also shows it. I then tried to find out about the exact "versions" (git commit levels?) of the nouveau libdrm modules, and found out the following: (1) Oracle UEK2 kernel 2.6.39-400.211.2 - NO ISS...
2013 Feb 26
4
passthroughed msix device
..._msix_update_one: Update msix entry 0 with pirq 4e gvec 69 pci_msix_writel: Can''t update entry 0 since MSI-X is already enabled (fee00000 -> fee02000) pci_msix_writel: Can''t update entry 0 since MSI-X is already enabled (00004059 -> 00004071) Can''t reproduce with uek2(3.1 stable), but if I disable hvm_pirqs support in uek2, reproduce the same. Test patch below: diff --git a/arch/x86/pci/xen.c b/arch/x86/pci/xen.c index a22ad4b..2d795d1 100644 --- a/arch/x86/pci/xen.c +++ b/arch/x86/pci/xen.c @-400,7 +400,6 @int __init pci_xen_init(void) . int __init pci_xen_hv...
2012 Apr 04
6
3.2 kernel with C5? Or ndiswrapper?
I know, I know... don't use the non-standard kernels unless you have to... BUT: I have a D-Link N150 USB card. Bus 001 Device 004: ID 0846:9030 NetGear, Inc. WNA1100 Wireless-N 150 [Atheros AR9271] This isn't supported in C5, but it is supported in newer kernels (ath9k_htc). So let's try NDISwrapper: # rpm -i kmod\-ndiswrapper\-1.56\-1.el5.elrepo.i686.rpm
2013 Feb 09
0
Unable to Create an Oracle Linux VM Using virt-install
...adBalancer media.repo Packages README-en README-en.html RELEASE-NOTES-en RELEASE-NOTES-en.html RELEASE-NOTES-x86_64-en RELEASE-NOTES-x86_64-en.html RELEASE-NOTES-x86-en RELEASE-NOTES-x86-en.html repodata ResilientStorage RPM-GPG-KEY RPM-GPG-KEY-oracle ScalableFileSystem Server supportinfo TRANS.TBL UEK2 ...and tried to use the directory to install an Oracle Linux VM with virt-install: xen2:~ # virt-install -p --name dns2 --ram 786 --disk /dev/disk/by-id/scsi-14945540000000000705f69534353492d73616e315f310000 --location nfs://192.168.0.2/srv/md128/repositories/oracle/6.3/os/x86_64/ --graphics non...
2012 Jan 12
9
Re: [PATCH] add netconsole support for xen-netfront
On Wed, Jan 11, 2012 at 04:52:36PM +0800, Zhenzhong Duan wrote: > add polling interface to xen-netfront device to support netconsole > Ian, any thoughts on the spinlock changes? > Signed-off-by: Tina.Yang <tina.yang@oracle.com> > Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> > Cc: Jeremy Fitzhardinge <jeremy@goop.org> > Signed-off-by: Zhenzhong.Duan
2013 Oct 23
16
which kernel do people use?
Hi all, I'm doing a very informal and unscientific poll: which kernel do you use on your CentOS machines? Not which version of the CentOS kernel, but which repository. Here are some examples I can think of off the top of my head: ==CentOS stock ==build own from CentOS SRPMs ==kernel-ml (from ELRepo) ==kernel-lt (from ELRepo) ==OpenVZ kernel ==build own from kernel.org ==other? One reason
2013 Jun 11
21
[PATCH] xen: fix initialization of wallclock time for PVHVM on migration
The initial values of the wallclock time in the shared info page are set for PVHVM guests when the hypercall page is initialized, since the hypercall page is not reinitialized on resume, the hypervisor wallclock time is not properly set on resume. Fix it by forcing an update of the wallclock values when the shared info page is mapped. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>