search for: vsyscall32

Displaying 14 results from an estimated 14 matches for "vsyscall32".

2014 Jul 04
3
CentOS-6.5 LiveDVD problem
...for each boot choice saving only the text mode boot. In that case the line is absent but the rest of the output remains unchanged. An extract of the system specifications rendered by lshw: <--- description: Desktop Computer width: 64 bits capabilities: smbios-2.4 dmi-2.4 vsyscall64 vsyscall32 configuration: boot=normal chassis=desktop uuid=B4CDC46C-7E7A-11DE-87DF-0011D8A408ED *-core description: Motherboard product: DG43GT vendor: Intel Corporation physical id: 0 version: AAE62768-300 serial: BTGT931003W4 slot: To be filled by O.E.M...
2014 Jun 06
2
PROBLEM: new kernel 3.15.0-rc8 hangs completely with CONFIG_DRM_NOUVEAU enabled
...with the non-working configuration kern.log: Shows the boot process with the working configuration The output of lshw: description: Notebook product: N550JK (ASUS-NotebookSKU) vendor: ASUSTeK COMPUTER INC. version: 1.0 serial: <scrubed> width: 64 bits capabilities: smbios-2.7 dmi-2.7 ldt16 vsyscall32 configuration: boot=normal chassis=notebook family=N sku=ASUS-NotebookSKU uuid=<scrubed> Output of lspci -vvvvvk, everything not-VGA-like scrubed off: 00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06) (prog-if 00 [VGA control...
2014 Jun 07
0
PROBLEM: new kernel 3.15.0-rc8 hangs completely with CONFIG_DRM_NOUVEAU enabled
...ows the boot process with the working configuration > > The output of lshw: > > description: Notebook > product: N550JK (ASUS-NotebookSKU) > vendor: ASUSTeK COMPUTER INC. > version: 1.0 > serial: <scrubed> > width: 64 bits > capabilities: smbios-2.7 dmi-2.7 ldt16 vsyscall32 > configuration: boot=normal chassis=notebook family=N > sku=ASUS-NotebookSKU uuid=<scrubed> > > Output of lspci -vvvvvk, everything not-VGA-like scrubed off: > > 00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core > Processor Integrated Graphics Controller...
2016 May 03
2
Centos 6.7: kernel: EDAC MC0: CE row 2, channel 1, label "": (..... (Correctable Patrol Data ECC))
...ected Errors The server is a: > [root at s-virt ~]# lshw > s-virt.dom.it???????? > ????description: Tower Computer > ????product: ProLiant ML370 G5 (433752-421) > ????vendor: HP > ????serial: GBxxxxxxxM > ????width: 64 bits > ????capabilities: smbios-2.4 dmi-2.4 vsyscall64 vsyscall32 > ????configuration: boot=hardware-failure-fw chassis=tower > family=ProLiant sku=433752-421 uuid=34333337-3532-4742-3837- > 35303557534D with this RAM installed: > [root at s-virt ~]# dmidecode -t memory|grep Size > ????????Size: 1024 MB > ????????Size: 2048 MB > ????????Size...
2014 Jun 07
1
PROBLEM: new kernel 3.15.0-rc8 hangs completely with CONFIG_DRM_NOUVEAU enabled
...nfiguration >> >> The output of lshw: >> >> description: Notebook >> product: N550JK (ASUS-NotebookSKU) >> vendor: ASUSTeK COMPUTER INC. >> version: 1.0 >> serial: <scrubed> >> width: 64 bits >> capabilities: smbios-2.7 dmi-2.7 ldt16 vsyscall32 >> configuration: boot=normal chassis=notebook family=N >> sku=ASUS-NotebookSKU uuid=<scrubed> >> >> Output of lspci -vvvvvk, everything not-VGA-like scrubed off: >> >> 00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core >> Processor Int...
2010 Aug 05
0
[GIT PULL] x86/mm for 2.6.36
...100644 --- a/arch/x86/vdso/vdso32-setup.c +++ b/arch/x86/vdso/vdso32-setup.c @@ -374,7 +374,7 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp) #ifdef CONFIG_X86_64 -__initcall(sysenter_setup); +subsys_initcall(sysenter_setup); #ifdef CONFIG_SYSCTL /* Register vsyscall32 into the ABI table */ diff --git a/arch/x86/vdso/vma.c b/arch/x86/vdso/vma.c index ac74869..43456ee 100644 --- a/arch/x86/vdso/vma.c +++ b/arch/x86/vdso/vma.c @@ -74,7 +74,7 @@ static int __init init_vdso_vars(void) vdso_enabled = 0; return -ENOMEM; } -__initcall(init_vdso_vars); +subsys_initc...
2019 Dec 26
2
(no subject)
...sure what you would need to troubleshoot the following error. Please advise how to go forward. Sincerely Tor Info hardware: lenovo yoga 2 pro, model: yb05031832 lshw WARNING: you should run this program as super-user. teev-ha description: Computer width: 64 bits capabilities: smp vsyscall32 *-core description: Motherboard physical id: 0 *-memory description: System memory physical id: 0 size: 3868MiB *-cpu product: Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz vendor: Intel Corp. physical id: 1...
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 01/13] HV VM Fix map area for HV.
...} +} Index: work-pv/include/asm-x86_64/fixmap.h =================================================================== --- work-pv.orig/include/asm-x86_64/fixmap.h +++ work-pv/include/asm-x86_64/fixmap.h @@ -16,6 +16,7 @@ #include <asm/page.h> #include <asm/vsyscall.h> #include <asm/vsyscall32.h> +#include <asm/hv_vm.h> /* * Here we define all the compile-time 'special' virtual @@ -40,6 +41,8 @@ enum fixed_addresses { FIX_APIC_BASE, /* local (CPU) APIC) -- required for SMP or not */ FIX_IO_APIC_BASE_0, FIX_IO_APIC_BASE_END = FIX_IO_APIC_BASE_0 + MAX_IO_APICS-1...
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 01/13] HV VM Fix map area for HV.
...} +} Index: work-pv/include/asm-x86_64/fixmap.h =================================================================== --- work-pv.orig/include/asm-x86_64/fixmap.h +++ work-pv/include/asm-x86_64/fixmap.h @@ -16,6 +16,7 @@ #include <asm/page.h> #include <asm/vsyscall.h> #include <asm/vsyscall32.h> +#include <asm/hv_vm.h> /* * Here we define all the compile-time 'special' virtual @@ -40,6 +41,8 @@ enum fixed_addresses { FIX_APIC_BASE, /* local (CPU) APIC) -- required for SMP or not */ FIX_IO_APIC_BASE_0, FIX_IO_APIC_BASE_END = FIX_IO_APIC_BASE_0 + MAX_IO_APICS-1...
2007 Apr 18
2
[PATCH] Clean up x86 control register and MSR macros (corrected)
...mm1/include/asm-x86_64/Kbuild 2007-04-09 23:28:25.000000000 -0700 @@ -8,7 +8,7 @@ header-y += bootsetup.h header-y += debugreg.h header-y += ldt.h -header-y += msr.h +header-y += msr-index.h header-y += prctl.h header-y += ptrace-abi.h header-y += sigcontext32.h @@ -16,6 +16,7 @@ header-y += vsyscall32.h unifdef-y += mce.h +unifdef-y += msr.h unifdef-y += mtrr.h unifdef-y += vsyscall.h unifdef-y += const.h diff -urN --exclude='o.*' --exclude '*~' stock/linux-2.6.21-rc6-mm1/include/asm-x86_64/msr-index.h linux-2.6.21-rc6-mm1/include/asm-x86_64/msr-index.h --- stock/linux-2.6....
2007 Apr 18
2
[PATCH] Clean up x86 control register and MSR macros (corrected)
...mm1/include/asm-x86_64/Kbuild 2007-04-09 23:28:25.000000000 -0700 @@ -8,7 +8,7 @@ header-y += bootsetup.h header-y += debugreg.h header-y += ldt.h -header-y += msr.h +header-y += msr-index.h header-y += prctl.h header-y += ptrace-abi.h header-y += sigcontext32.h @@ -16,6 +16,7 @@ header-y += vsyscall32.h unifdef-y += mce.h +unifdef-y += msr.h unifdef-y += mtrr.h unifdef-y += vsyscall.h unifdef-y += const.h diff -urN --exclude='o.*' --exclude '*~' stock/linux-2.6.21-rc6-mm1/include/asm-x86_64/msr-index.h linux-2.6.21-rc6-mm1/include/asm-x86_64/msr-index.h --- stock/linux-2.6....
2007 Apr 18
1
No subject
...mm1/include/asm-x86_64/Kbuild 2007-04-09 23:28:25.000000000 -0700 @@ -8,7 +8,7 @@ header-y += bootsetup.h header-y += debugreg.h header-y += ldt.h -header-y += msr.h +header-y += msr-index.h header-y += prctl.h header-y += ptrace-abi.h header-y += sigcontext32.h @@ -16,6 +16,7 @@ header-y += vsyscall32.h unifdef-y += mce.h +unifdef-y += msr.h unifdef-y += mtrr.h unifdef-y += vsyscall.h unifdef-y += const.h diff -urN --exclude='o.*' stock/linux-2.6.21-rc6-mm1/include/asm-x86_64/msr-index.h linux-2.6.21-rc6-mm1/include/asm-x86_64/msr-index.h --- stock/linux-2.6.21-rc6-mm1/include/asm-...
2007 Apr 18
1
No subject
...mm1/include/asm-x86_64/Kbuild 2007-04-09 23:28:25.000000000 -0700 @@ -8,7 +8,7 @@ header-y += bootsetup.h header-y += debugreg.h header-y += ldt.h -header-y += msr.h +header-y += msr-index.h header-y += prctl.h header-y += ptrace-abi.h header-y += sigcontext32.h @@ -16,6 +16,7 @@ header-y += vsyscall32.h unifdef-y += mce.h +unifdef-y += msr.h unifdef-y += mtrr.h unifdef-y += vsyscall.h unifdef-y += const.h diff -urN --exclude='o.*' stock/linux-2.6.21-rc6-mm1/include/asm-x86_64/msr-index.h linux-2.6.21-rc6-mm1/include/asm-x86_64/msr-index.h --- stock/linux-2.6.21-rc6-mm1/include/asm-...
2010 Jul 07
2
Bug#588310: Xen enabled kernel cannot find the / partition
...ul [ 691.055858] scsi 0:0:1:0: Device offlined - not ready after error recovery - - - < s n i p > - - - # lshw squeeze description: Rack Mount Chassis product: PowerEdge R710 vendor: Dell Inc. serial: 7ZGS52S width: 64 bits capabilities: smbios-2.6 dmi-2.6 vsyscall64 vsyscall32 configuration: boot=normal chassis=rackmount uuid=44454C4C-5A00-1047-8053-B7C04F353253 *-core description: Motherboard product: 0MD99X vendor: Dell Inc. physical id: 0 version: A02 serial: ..CN7082104U00D0. *-firmware description: BIOS...