search for: release_console_sem

Displaying 20 results from an estimated 27 matches for "release_console_sem".

2011 Jan 20
1
[PATCH] change acquire/release_console_sem() to console_lock/unlock()
the -rt patches change the console_semaphore to console_mutex. so a quite large chunk of the patches changes all acquire/release_console_sem() to acquire/release_console_mutex() this commit makes things use more neutral function names which dont make implications about the underlying lock. the only real change is the return value of console_trylock which is inverted from try_acquire_console_sem() Signed-off-by: Torben Hohn <torben...
2011 Jan 20
1
[PATCH] change acquire/release_console_sem() to console_lock/unlock()
the -rt patches change the console_semaphore to console_mutex. so a quite large chunk of the patches changes all acquire/release_console_sem() to acquire/release_console_mutex() this commit makes things use more neutral function names which dont make implications about the underlying lock. the only real change is the return value of console_trylock which is inverted from try_acquire_console_sem() Signed-off-by: Torben Hohn <torben...
2011 Jan 20
1
[PATCH] change acquire/release_console_sem() to console_lock/unlock()
the -rt patches change the console_semaphore to console_mutex. so a quite large chunk of the patches changes all acquire/release_console_sem() to acquire/release_console_mutex() this commit makes things use more neutral function names which dont make implications about the underlying lock. the only real change is the return value of console_trylock which is inverted from try_acquire_console_sem() Signed-off-by: Torben Hohn <torben...
2006 Jan 14
2
CentOS 4.2 x86_64
...ntOS 4.2 x86_64 to boot on some of them in SMP mode (UP works fine). After the installation of CD, it boots up but kernel panics with the following error: Badness in i8042_panic_blink at drivers/input/serio/i8042.c:992 This is the call trace: apic_timer_interrupt+133 vgacon_cursor+0 oops_end+64 release_console_sem+369 error_exit+0 :scsi_mod:scsi_delete_timer+19 :3w_9xxx:twa_interrupt+1323 do_IRQ+197 mwait_idle+86 cpu_idle+26 The Uni processor works fine. I tried the SMP kernel from Fedora Core 4 x86_64 which works fine as well. Any idea what's going on here? I've already tried disabling as many...
2006 Feb 09
0
Repeated kernel "oops" / oom-killer with Ralph Passgang''s xen 3.0.0 Debian packages
...0x85/0x140 [<c0120315>] __do_softirq+0x95/0xb0 [<c012037d>] do_softirq+0x4d/0x50 [<c010d062>] do_IRQ+0x22/0x30 [<c01048a0>] evtchn_do_upcall+0x70/0xa0 [<c0108c48>] hypervisor_callback+0x2c/0x34 [<c010482c>] force_evtchn_callback+0xc/0x10 [<c011bdde>] release_console_sem+0x5e/0xd0 [<c011bc07>] vprintk+0x197/0x260 [<c011bc07>] vprintk+0x197/0x260 [<c010d062>] do_IRQ+0x22/0x30 [<c01048a0>] evtchn_do_upcall+0x70/0xa0 [<c0108c48>] hypervisor_callback+0x2c/0x34 [<c011ba67>] printk+0x17/0x20 [<c01546d5>] show_swap_cache_in...
2008 Feb 27
1
xen: Make hvc0 the preferred console in domU
This makes the Xen console just work. Before, you had to ask for it on the kernel command line with console=hvc0 Signed-off-by: Markus Armbruster <armbru at redhat.com> --- diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 49e5358..df63185 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c @@ -25,6 +25,7 @@ #include <linux/mm.h> #include
2008 Apr 04
1
[PATCH] xen: Enable Xen console by default in domU
...robe(struct xenbus_device *dev, return ret; } +static __devinit void +xenfb_make_preferred_console(void) +{ + struct console *c; + + acquire_console_sem(); + for (c = console_drivers; c; c = c->next) { + if (!strcmp(c->name, "tty") && c->index == 0) + break; + } + release_console_sem(); + if (c) { + unregister_console(c); + c->flags |= CON_CONSDEV; + c->flags &= ~CON_PRINTBUFFER; /* don't print again */ + register_console(c); + } +} + static int xenfb_resume(struct xenbus_device *dev) { struct xenfb_info *info = dev->dev.driver_data; -- 1.5.3.3
2008 Apr 04
1
[PATCH] xen: Enable Xen console by default in domU
...robe(struct xenbus_device *dev, return ret; } +static __devinit void +xenfb_make_preferred_console(void) +{ + struct console *c; + + acquire_console_sem(); + for (c = console_drivers; c; c = c->next) { + if (!strcmp(c->name, "tty") && c->index == 0) + break; + } + release_console_sem(); + if (c) { + unregister_console(c); + c->flags |= CON_CONSDEV; + c->flags &= ~CON_PRINTBUFFER; /* don't print again */ + register_console(c); + } +} + static int xenfb_resume(struct xenbus_device *dev) { struct xenfb_info *info = dev->dev.driver_data; -- 1.5.3.3
2008 Apr 04
1
[PATCH] xen: Enable Xen console by default in domU
...robe(struct xenbus_device *dev, return ret; } +static __devinit void +xenfb_make_preferred_console(void) +{ + struct console *c; + + acquire_console_sem(); + for (c = console_drivers; c; c = c->next) { + if (!strcmp(c->name, "tty") && c->index == 0) + break; + } + release_console_sem(); + if (c) { + unregister_console(c); + c->flags |= CON_CONSDEV; + c->flags &= ~CON_PRINTBUFFER; /* don't print again */ + register_console(c); + } +} + static int xenfb_resume(struct xenbus_device *dev) { struct xenfb_info *info = dev->dev.driver_data; -- 1.5.3.3
2008 Apr 14
8
zaptel 1.4.10 regression with TE220B on Proliant DL380 G5 ?
...0x5c [<c04196f7>] smp_apic_timer_interrupt+0x5b/0x6c [<c04059bf>] apic_timer_interrupt+0x1f/0x24 [<f89bc1e7>] init_vpm450m+0x32d/0x34a [wct4xxp] [<f89a3b11>] t4_vpm450_init+0x18ce/0x198c [wct4xxp] [<f89a7ee4>] t4_startup+0x4315/0x43c7 [wct4xxp] [<c042621c>] release_console_sem+0x17e/0x1b8 [<c0407406>] do_IRQ+0xa5/0xae [<f8994311>] t4_dacs+0x211/0x24b [wct4xxp] [<f8a01f6a>] zt_ioctl+0x273/0x144f [zaptel] [<c0457600>] mempool_alloc+0x28/0xc9 [<c04ddd33>] cfq_resort_rr_list+0x23/0x8b [<c04deb6c>] cfq_add_crq_rb+0xba/0xc3 [<c04de...
2010 Oct 24
0
BUG: soft lockup - CPU#7 stuck for 61s! [udisks-dm-expor:11772]
...xen_irq_enable_direct_end+0x0/0x7 [22077.213871]  [<ffffffff81051fc0>] ? do_exit+0x1e7/0x6b5 [22077.213928]  [<ffffffff8100ec5f>] ? xen_restore_fl_direct_end+0x0/0x1 [22077.213987]  [<ffffffff8130beda>] ? _spin_unlock_irqrestore+0xd/0xe [22077.214046]  [<ffffffff8104f2a5>] ? release_console_sem+0x17e/0x1af [22077.214105]  [<ffffffff8130beda>] ? _spin_unlock_irqrestore+0xd/0xe [22077.214164]  [<ffffffff8130cd7d>] ? oops_end+0xaf/0xb4 [22077.214222]  [<ffffffff810135f0>] ? do_invalid_op+0x8b/0x95 [22077.214279]  [<ffffffff8100c60c>] ? pin_pagetable_pfn+0x2d/0x36 [220...
2009 Nov 08
9
2.6.31 xenified kernel - not ready for production
Hi, I just want to know if somebody use 2.6.31.4 xenified kernel (aka OpenSUSE) in production? We have been testing it on new Nehalem Xeon server for few weeks w/o any problem. But as soon we tried it on production machine - after several production domUs started - hard OS failure. We had to switch back to 2.6.18.8 - xen stock kernel. Peter _______________________________________________
2010 Sep 17
1
General protection fault
..._print+0x2e5/0x310 Sep 17 15:26:18 box6 kernel: [ 1948.826063] [<ffffffff81066fe5>] __call_console_drivers+0x75/0x90 Sep 17 15:26:18 box6 kernel: [ 1948.826066] [<ffffffff8106704a>] _call_console_drivers+0x4a/0x80 Sep 17 15:26:18 box6 kernel: [ 1948.826070] [<ffffffff810673dd>] release_console_sem+0xbd/0x220 Sep 17 15:26:18 box6 kernel: [ 1948.826073] [<ffffffff810679e3>] vprintk+0x1c3/0x470 Sep 17 15:26:18 box6 kernel: [ 1948.826078] [<ffffffffa00e7385>] ? vga16fb_imageblit+0x25/0x30 [vga16fb] Sep 17 15:26:18 box6 kernel: [ 1948.826084] [<ffffffff81557efa>] printk +0x41...
2011 Mar 10
8
Kernel panic with 2.6.32-30 under network activity
...panic+0x86/0x143 [469390.128009] [<ffffffff812fbbca>] ? _spin_unlock_irqrestore+0xd/0xe [469390.128009] [<ffffffff8100e22f>] ? xen_restore_fl_direct_end+0x0/0x1 [469390.128009] [<ffffffff812fbbca>] ? _spin_unlock_irqrestore+0xd/0xe [469390.128009] [<ffffffff8104e387>] ? release_console_sem+0x17e/0x1af [469390.128009] [<ffffffff812fca65>] ? oops_end+0xa7/0xb4 [469390.128009] [<ffffffff81012416>] ? do_alignment_check+0x88/0x92 [469390.128009] [<ffffffff81011a75>] ? alignment_check+0x25/0x30 [469390.128009] [<ffffffff81255821>] ? neigh_resolve_output+0x0/0x28...
2011 Mar 10
8
Kernel panic with 2.6.32-30 under network activity
...panic+0x86/0x143 [469390.128009] [<ffffffff812fbbca>] ? _spin_unlock_irqrestore+0xd/0xe [469390.128009] [<ffffffff8100e22f>] ? xen_restore_fl_direct_end+0x0/0x1 [469390.128009] [<ffffffff812fbbca>] ? _spin_unlock_irqrestore+0xd/0xe [469390.128009] [<ffffffff8104e387>] ? release_console_sem+0x17e/0x1af [469390.128009] [<ffffffff812fca65>] ? oops_end+0xa7/0xb4 [469390.128009] [<ffffffff81012416>] ? do_alignment_check+0x88/0x92 [469390.128009] [<ffffffff81011a75>] ? alignment_check+0x25/0x30 [469390.128009] [<ffffffff81255821>] ? neigh_resolve_output+0x0/0x28...
2006 Nov 03
2
Newbie questions -- is OCFS2 what I even want?
Dear Sirs and Madams, I run a small visual effects production company, Hammerhead Productions. We'd like to have an easily extensible inexpensive relatively high-performance storage network using open-source components. I was hoping that OCFS2 would be that system. I have a half-dozen 2 TB fileservers I'd like the rest of the network to see as a single 12 TB disk, with the aggregate
2011 Dec 05
3
xen 4.0.1/w 2.6.32 swapper: page allocation failure
...d+0x0/0x1 Dec 2 01:29:39 xenhost-rack1 kernel: [4437064.012045] [<ffffffff81039492>] ? check_events+0x12/0x20 Dec 2 01:29:39 xenhost-rack1 kernel: [4437064.012050] [<ffffffff815b3fb0>] printk+0x3c/0x3e Dec 2 01:29:39 xenhost-rack1 kernel: [4437064.012052] [<ffffffff810775c6>] ? release_console_sem+0x1b1/0x1e2 Dec 2 01:29:39 xenhost-rack1 kernel: [4437064.012057] [<ffffffff8103007f>] ? vmx_set_cr0+0x313/0x4bc Dec 2 01:29:39 xenhost-rack1 kernel: [4437064.012061] [<ffffffff814f8de0>] dump_packet+0x310/0x794 Dec 2 01:29:39 xenhost-rack1 kernel: [4437064.012065] [<ffffffff811d8...
2009 Aug 01
7
dom0 unable to launch domU
Hi, I have a problem with a dom0 which is unable to launch my domU : all my dom0 are Debian Lenny amd64 with Debian kernel 2.6.26-2-xen-amd64 and xen-hypervisor-3.2-1-amd64. Then all domU (PV) are Debian Lenny amd64 too, with vanilla kernel 2.6.29.6. So, this new dom0 can''t launch any domU which are working on an other dom0. Software is same on both dom0, and hardware is near the
2008 May 21
6
[PATCH 0/5] xen pvfb: Para-virtual framebuffer, keyboard and pointer driver updates
This is an update to the Linux part of the Xen PVFB. Linux Xen PVFB is a pair of Xen para-virtual frontend device drivers: drivers/video/xen-fbfront.c provides a framebuffer, and drivers/input/xen-kbdfront provides keyboard and mouse. Their backends run in dom0 user space. Parts in this patch series: 1. Enable Xen console by default in domU 2. Pointer z-axis (mouse wheel) support 3. Module
2008 May 21
6
[PATCH 0/5] xen pvfb: Para-virtual framebuffer, keyboard and pointer driver updates
This is an update to the Linux part of the Xen PVFB. Linux Xen PVFB is a pair of Xen para-virtual frontend device drivers: drivers/video/xen-fbfront.c provides a framebuffer, and drivers/input/xen-kbdfront provides keyboard and mouse. Their backends run in dom0 user space. Parts in this patch series: 1. Enable Xen console by default in domU 2. Pointer z-axis (mouse wheel) support 3. Module