search for: tty_ldisc_ref

Displaying 5 results from an estimated 5 matches for "tty_ldisc_ref".

2005 Apr 05
0
Help Disecting kernel crash with ldisc
..._old opti621 ns87415 hpt366 hpt34x generic cy82c693 cs5530 cs5520 cmd64x amd74xx alim15x3 aec62xx pdc202xx _new unix ext2 ext3 jbd mbcache dm_mod raid5 xor raid1 md sd_mod ata_piix libata scsi_mod piix ide_core Apr 5 20:00:21 sydlxfw01 kernel: CPU: 0 Apr 5 20:00:21 sydlxfw01 kernel: EIP: 0060:[tty_ldisc_ref_wait+144/192] Tainted: P VLI Apr 5 20:00:21 sydlxfw01 kernel: EFLAGS: 00010286 (2.6.11-1-ntf) Apr 5 20:00:21 sydlxfw01 kernel: EIP is at tty_ldisc_ref_wait+0x90/0xc0 Apr 5 20:00:21 sydlxfw01 kernel: eax: 00000221 ebx: dde3b00c ecx: c01f3ce0 edx: de120000 Apr 5 20:00:21 sydlxfw0...
2006 Feb 24
2
r56 - trunk/debian
...rivers/char/tty_ioctl.c 2005-06-17 21:48:29.000000000 +0200 -+++ linux-2.6.12-xen/drivers/char/tty_ioctl.c 2006-02-17 00:45:18.210524946 +0100 ++++ linux-2.6.12-xen/drivers/char/tty_ioctl.c 2006-02-25 00:12:30.032557887 +0100 @@ -476,11 +476,11 @@ int n_tty_ioctl(struct tty_struct * tty, ld = tty_ldisc_ref(tty); switch (arg) { @@ -66502,7 +66505,7 @@ obj-$(CONFIG_SCSI) += scsi/ diff -Nurp pristine-linux-2.6.12/drivers/media/video/cx88/cx88-video.c linux-2.6.12-xen/drivers/media/video/cx88/cx88-video.c --- pristine-linux-2.6.12/drivers/media/video/cx88/cx88-video.c 2005-06-17 21:48:29.000000...
2011 Jan 20
1
[PATCH] change acquire/release_console_sem() to console_lock/unlock()
...tion.c +++ b/drivers/tty/vt/selection.c @@ -316,9 +316,9 @@ int paste_selection(struct tty_struct *tty) /* always called with BTM from vt_ioctl */ WARN_ON(!tty_locked()); - acquire_console_sem(); + console_lock(); poke_blanked_console(); - release_console_sem(); + console_unlock(); ld = tty_ldisc_ref(tty); if (!ld) { diff --git a/drivers/tty/vt/vc_screen.c b/drivers/tty/vt/vc_screen.c index eab3a1f..a672ed1 100644 --- a/drivers/tty/vt/vc_screen.c +++ b/drivers/tty/vt/vc_screen.c @@ -202,7 +202,7 @@ vcs_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) /* Select the prope...
2011 Jan 20
1
[PATCH] change acquire/release_console_sem() to console_lock/unlock()
...tion.c +++ b/drivers/tty/vt/selection.c @@ -316,9 +316,9 @@ int paste_selection(struct tty_struct *tty) /* always called with BTM from vt_ioctl */ WARN_ON(!tty_locked()); - acquire_console_sem(); + console_lock(); poke_blanked_console(); - release_console_sem(); + console_unlock(); ld = tty_ldisc_ref(tty); if (!ld) { diff --git a/drivers/tty/vt/vc_screen.c b/drivers/tty/vt/vc_screen.c index eab3a1f..a672ed1 100644 --- a/drivers/tty/vt/vc_screen.c +++ b/drivers/tty/vt/vc_screen.c @@ -202,7 +202,7 @@ vcs_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) /* Select the prope...
2011 Jan 20
1
[PATCH] change acquire/release_console_sem() to console_lock/unlock()
...tion.c +++ b/drivers/tty/vt/selection.c @@ -316,9 +316,9 @@ int paste_selection(struct tty_struct *tty) /* always called with BTM from vt_ioctl */ WARN_ON(!tty_locked()); - acquire_console_sem(); + console_lock(); poke_blanked_console(); - release_console_sem(); + console_unlock(); ld = tty_ldisc_ref(tty); if (!ld) { diff --git a/drivers/tty/vt/vc_screen.c b/drivers/tty/vt/vc_screen.c index eab3a1f..a672ed1 100644 --- a/drivers/tty/vt/vc_screen.c +++ b/drivers/tty/vt/vc_screen.c @@ -202,7 +202,7 @@ vcs_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) /* Select the prope...