[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1297103485-8319-1-git-send-email-jolsa@redhat.com>
Date: Mon, 7 Feb 2011 19:31:23 +0100
From: Jiri Olsa <jolsa@...hat.com>
To: alan@...rguk.ukuu.org.uk, gregkh@...e.de
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] tty,vcs: vcs_seek fix + removing con_buf_mtx
hi,
the vcs lseek method might race with VC removal and cause panic.
Also it seems the vcs is the only one using con_buf and con_buf_mtx,
which does not seem necessary any longer.
attached patches:
1/2 - lseek/VC-release race fix
2/2 - removing con_buf and con_buf_mtx
wbr,
jirka
---
drivers/tty/vt/vc_screen.c | 110 +++++++++++++++++++++++++++-----------------
drivers/tty/vt/vt.c | 12 -----
include/linux/vt_kern.h | 8 ---
3 files changed, 67 insertions(+), 63 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists