License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Many source files in the tree are missing licensing information, which
makes it harder for compliance tools to determine the correct license.
By default all files without license information are under the default
license of the kernel, which is GPL version 2.
Update the files which contain no license information with the 'GPL-2.0'
SPDX license identifier. The SPDX identifier is a legally binding
shorthand, which can be used instead of the full boiler plate text.
This patch is based on work done by Thomas Gleixner and Kate Stewart and
Philippe Ombredanne.
How this work was done:
Patches were generated and checked against linux-4.14-rc6 for a subset of
the use cases:
- file had no licensing information it it.
- file was a */uapi/* one with no licensing information in it,
- file was a */uapi/* one with existing licensing information,
Further patches will be generated in subsequent months to fix up cases
where non-standard license headers were used, and references to license
had to be inferred by heuristics based on keywords.
The analysis to determine which SPDX License Identifier to be applied to
a file was done in a spreadsheet of side by side results from of the
output of two independent scanners (ScanCode & Windriver) producing SPDX
tag:value files created by Philippe Ombredanne. Philippe prepared the
base worksheet, and did an initial spot review of a few 1000 files.
The 4.13 kernel was the starting point of the analysis with 60,537 files
assessed. Kate Stewart did a file by file comparison of the scanner
results in the spreadsheet to determine which SPDX license identifier(s)
to be applied to the file. She confirmed any determination that was not
immediately clear with lawyers working with the Linux Foundation.
Criteria used to select files for SPDX license identifier tagging was:
- Files considered eligible had to be source code files.
- Make and config files were included as candidates if they contained >5
lines of source
- File already had some variant of a license header in it (even if <5
lines).
All documentation files were explicitly excluded.
The following heuristics were used to determine which SPDX license
identifiers to apply.
- when both scanners couldn't find any license traces, file was
considered to have no license information in it, and the top level
COPYING file license applied.
For non */uapi/* files that summary was:
SPDX license identifier # files
---------------------------------------------------|-------
GPL-2.0 11139
and resulted in the first patch in this series.
If that file was a */uapi/* path one, it was "GPL-2.0 WITH
Linux-syscall-note" otherwise it was "GPL-2.0". Results of that was:
SPDX license identifier # files
---------------------------------------------------|-------
GPL-2.0 WITH Linux-syscall-note 930
and resulted in the second patch in this series.
- if a file had some form of licensing information in it, and was one
of the */uapi/* ones, it was denoted with the Linux-syscall-note if
any GPL family license was found in the file or had no licensing in
it (per prior point). Results summary:
SPDX license identifier # files
---------------------------------------------------|------
GPL-2.0 WITH Linux-syscall-note 270
GPL-2.0+ WITH Linux-syscall-note 169
((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause) 21
((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 17
LGPL-2.1+ WITH Linux-syscall-note 15
GPL-1.0+ WITH Linux-syscall-note 14
((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause) 5
LGPL-2.0+ WITH Linux-syscall-note 4
LGPL-2.1 WITH Linux-syscall-note 3
((GPL-2.0 WITH Linux-syscall-note) OR MIT) 3
((GPL-2.0 WITH Linux-syscall-note) AND MIT) 1
and that resulted in the third patch in this series.
- when the two scanners agreed on the detected license(s), that became
the concluded license(s).
- when there was disagreement between the two scanners (one detected a
license but the other didn't, or they both detected different
licenses) a manual inspection of the file occurred.
- In most cases a manual inspection of the information in the file
resulted in a clear resolution of the license that should apply (and
which scanner probably needed to revisit its heuristics).
- When it was not immediately clear, the license identifier was
confirmed with lawyers working with the Linux Foundation.
- If there was any question as to the appropriate license identifier,
the file was flagged for further research and to be revisited later
in time.
In total, over 70 hours of logged manual review was done on the
spreadsheet to determine the SPDX license identifiers to apply to the
source files by Kate, Philippe, Thomas and, in some cases, confirmation
by lawyers working with the Linux Foundation.
Kate also obtained a third independent scan of the 4.13 code base from
FOSSology, and compared selected files where the other two scanners
disagreed against that SPDX file, to see if there was new insights. The
Windriver scanner is based on an older version of FOSSology in part, so
they are related.
Thomas did random spot checks in about 500 files from the spreadsheets
for the uapi headers and agreed with SPDX license identifier in the
files he inspected. For the non-uapi files Thomas did random spot checks
in about 15000 files.
In initial set of patches against 4.14-rc6, 3 files were found to have
copy/paste license identifier errors, and have been fixed to reflect the
correct identifier.
Additionally Philippe spent 10 hours this week doing a detailed manual
inspection and review of the 12,461 patched files from the initial patch
version early this week with:
- a full scancode scan run, collecting the matched texts, detected
license ids and scores
- reviewing anything where there was a license detected (about 500+
files) to ensure that the applied SPDX license was correct
- reviewing anything where there was no detection but the patch license
was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied
SPDX license was correct
This produced a worksheet with 20 files needing minor correction. This
worksheet was then exported into 3 different .csv files for the
different types of files to be modified.
These .csv files were then reviewed by Greg. Thomas wrote a script to
parse the csv files and add the proper SPDX tag to the file, in the
format that the file expected. This script was further refined by Greg
based on the output to detect more types of files automatically and to
distinguish between header and source .c files (which need different
comment types.) Finally Greg ran the script using the .csv files to
generate the patches.
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-11-01 14:07:57 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2005-04-16 22:20:36 +00:00
|
|
|
/*
|
|
|
|
* Provide access to virtual console memory.
|
2019-03-11 09:08:45 +00:00
|
|
|
* /dev/vcs: the screen as it is being viewed right now (possibly scrolled)
|
2005-04-16 22:20:36 +00:00
|
|
|
* /dev/vcsN: the screen of /dev/ttyN (1 <= N <= 63)
|
|
|
|
* [minor: N]
|
|
|
|
*
|
|
|
|
* /dev/vcsaN: idem, but including attributes, and prefixed with
|
|
|
|
* the 4 bytes lines,columns,x,y (as screendump used to give).
|
|
|
|
* Attribute/character pair is in native endianity.
|
|
|
|
* [minor: N+128]
|
|
|
|
*
|
2018-06-27 03:56:41 +00:00
|
|
|
* /dev/vcsuN: similar to /dev/vcsaN but using 4-byte unicode values
|
|
|
|
* instead of 1-byte screen glyph values.
|
|
|
|
* [minor: N+64]
|
|
|
|
*
|
|
|
|
* /dev/vcsuaN: same idea as /dev/vcsaN for unicode (not yet implemented).
|
|
|
|
*
|
2005-04-16 22:20:36 +00:00
|
|
|
* This replaces screendump and part of selection, so that the system
|
|
|
|
* administrator can control access using file system permissions.
|
|
|
|
*
|
|
|
|
* aeb@cwi.nl - efter Friedas begravelse - 950211
|
|
|
|
*
|
|
|
|
* machek@k332.feld.cvut.cz - modified not to send characters to wrong console
|
|
|
|
* - fixed some fatal off-by-one bugs (0-- no longer == -1 -> looping and looping and looping...)
|
|
|
|
* - making it shorter - scr_readw are macros which expand in PRETTY long code
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <linux/kernel.h>
|
|
|
|
#include <linux/major.h>
|
|
|
|
#include <linux/errno.h>
|
2011-05-27 14:46:24 +00:00
|
|
|
#include <linux/export.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
#include <linux/tty.h>
|
|
|
|
#include <linux/interrupt.h>
|
|
|
|
#include <linux/mm.h>
|
|
|
|
#include <linux/init.h>
|
|
|
|
#include <linux/vt_kern.h>
|
|
|
|
#include <linux/selection.h>
|
|
|
|
#include <linux/kbd_kern.h>
|
|
|
|
#include <linux/console.h>
|
|
|
|
#include <linux/device.h>
|
2010-10-05 18:22:37 +00:00
|
|
|
#include <linux/sched.h>
|
|
|
|
#include <linux/fs.h>
|
|
|
|
#include <linux/poll.h>
|
|
|
|
#include <linux/signal.h>
|
|
|
|
#include <linux/slab.h>
|
|
|
|
#include <linux/notifier.h>
|
2007-05-08 07:39:49 +00:00
|
|
|
|
2016-12-24 19:46:01 +00:00
|
|
|
#include <linux/uaccess.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
#include <asm/byteorder.h>
|
|
|
|
#include <asm/unaligned.h>
|
|
|
|
|
2020-08-18 08:57:01 +00:00
|
|
|
#define HEADER_SIZE 4u
|
2011-02-07 18:31:25 +00:00
|
|
|
#define CON_BUF_SIZE (CONFIG_BASE_SMALL ? 256 : PAGE_SIZE)
|
|
|
|
|
2018-06-27 03:56:41 +00:00
|
|
|
/*
|
|
|
|
* Our minor space:
|
|
|
|
*
|
|
|
|
* 0 ... 63 glyph mode without attributes
|
|
|
|
* 64 ... 127 unicode mode without attributes
|
|
|
|
* 128 ... 191 glyph mode with attributes
|
|
|
|
* 192 ... 255 unused (reserved for unicode with attributes)
|
|
|
|
*
|
|
|
|
* This relies on MAX_NR_CONSOLES being <= 63, meaning 63 actual consoles
|
|
|
|
* with minors 0, 64, 128 and 192 being proxies for the foreground console.
|
|
|
|
*/
|
|
|
|
#if MAX_NR_CONSOLES > 63
|
|
|
|
#warning "/dev/vcs* devices may not accommodate more than 63 consoles"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define console(inode) (iminor(inode) & 63)
|
|
|
|
#define use_unicode(inode) (iminor(inode) & 64)
|
|
|
|
#define use_attributes(inode) (iminor(inode) & 128)
|
|
|
|
|
|
|
|
|
2010-10-05 18:22:37 +00:00
|
|
|
struct vcs_poll_data {
|
|
|
|
struct notifier_block notifier;
|
|
|
|
unsigned int cons_num;
|
2019-01-09 03:55:03 +00:00
|
|
|
int event;
|
2010-10-05 18:22:37 +00:00
|
|
|
wait_queue_head_t waitq;
|
|
|
|
struct fasync_struct *fasync;
|
|
|
|
};
|
|
|
|
|
|
|
|
static int
|
|
|
|
vcs_notifier(struct notifier_block *nb, unsigned long code, void *_param)
|
|
|
|
{
|
|
|
|
struct vt_notifier_param *param = _param;
|
|
|
|
struct vc_data *vc = param->vc;
|
|
|
|
struct vcs_poll_data *poll =
|
|
|
|
container_of(nb, struct vcs_poll_data, notifier);
|
|
|
|
int currcons = poll->cons_num;
|
2019-01-09 03:55:04 +00:00
|
|
|
int fa_band;
|
2010-10-05 18:22:37 +00:00
|
|
|
|
2019-01-09 03:55:04 +00:00
|
|
|
switch (code) {
|
|
|
|
case VT_UPDATE:
|
|
|
|
fa_band = POLL_PRI;
|
|
|
|
break;
|
|
|
|
case VT_DEALLOCATE:
|
|
|
|
fa_band = POLL_HUP;
|
|
|
|
break;
|
|
|
|
default:
|
2010-10-05 18:22:37 +00:00
|
|
|
return NOTIFY_DONE;
|
2019-01-09 03:55:04 +00:00
|
|
|
}
|
2010-10-05 18:22:37 +00:00
|
|
|
|
|
|
|
if (currcons == 0)
|
|
|
|
currcons = fg_console;
|
|
|
|
else
|
|
|
|
currcons--;
|
|
|
|
if (currcons != vc->vc_num)
|
|
|
|
return NOTIFY_DONE;
|
|
|
|
|
2019-01-09 03:55:03 +00:00
|
|
|
poll->event = code;
|
2010-10-05 18:22:37 +00:00
|
|
|
wake_up_interruptible(&poll->waitq);
|
2019-01-09 03:55:04 +00:00
|
|
|
kill_fasync(&poll->fasync, SIGIO, fa_band);
|
2010-10-05 18:22:37 +00:00
|
|
|
return NOTIFY_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
vcs_poll_data_free(struct vcs_poll_data *poll)
|
|
|
|
{
|
|
|
|
unregister_vt_notifier(&poll->notifier);
|
|
|
|
kfree(poll);
|
|
|
|
}
|
|
|
|
|
|
|
|
static struct vcs_poll_data *
|
|
|
|
vcs_poll_data_get(struct file *file)
|
|
|
|
{
|
2013-03-27 00:30:17 +00:00
|
|
|
struct vcs_poll_data *poll = file->private_data, *kill = NULL;
|
2010-10-05 18:22:37 +00:00
|
|
|
|
|
|
|
if (poll)
|
|
|
|
return poll;
|
|
|
|
|
|
|
|
poll = kzalloc(sizeof(*poll), GFP_KERNEL);
|
|
|
|
if (!poll)
|
|
|
|
return NULL;
|
2018-06-27 03:56:41 +00:00
|
|
|
poll->cons_num = console(file_inode(file));
|
2010-10-05 18:22:37 +00:00
|
|
|
init_waitqueue_head(&poll->waitq);
|
|
|
|
poll->notifier.notifier_call = vcs_notifier;
|
2019-01-10 00:17:20 +00:00
|
|
|
/*
|
|
|
|
* In order not to lose any update event, we must pretend one might
|
|
|
|
* have occurred before we have a chance to register our notifier.
|
|
|
|
* This is also how user space has come to detect which kernels
|
|
|
|
* support POLLPRI on /dev/vcs* devices i.e. using poll() with
|
|
|
|
* POLLPRI and a zero timeout.
|
|
|
|
*/
|
|
|
|
poll->event = VT_UPDATE;
|
|
|
|
|
2010-10-05 18:22:37 +00:00
|
|
|
if (register_vt_notifier(&poll->notifier) != 0) {
|
|
|
|
kfree(poll);
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* This code may be called either through ->poll() or ->fasync().
|
|
|
|
* If we have two threads using the same file descriptor, they could
|
|
|
|
* both enter this function, both notice that the structure hasn't
|
|
|
|
* been allocated yet and go ahead allocating it in parallel, but
|
|
|
|
* only one of them must survive and be shared otherwise we'd leak
|
|
|
|
* memory with a dangling notifier callback.
|
|
|
|
*/
|
|
|
|
spin_lock(&file->f_lock);
|
|
|
|
if (!file->private_data) {
|
|
|
|
file->private_data = poll;
|
|
|
|
} else {
|
|
|
|
/* someone else raced ahead of us */
|
2013-03-27 00:30:17 +00:00
|
|
|
kill = poll;
|
2010-10-05 18:22:37 +00:00
|
|
|
poll = file->private_data;
|
|
|
|
}
|
|
|
|
spin_unlock(&file->f_lock);
|
2013-03-27 00:30:17 +00:00
|
|
|
if (kill)
|
|
|
|
vcs_poll_data_free(kill);
|
2010-10-05 18:22:37 +00:00
|
|
|
|
|
|
|
return poll;
|
|
|
|
}
|
|
|
|
|
2020-08-18 08:56:54 +00:00
|
|
|
/**
|
|
|
|
* vcs_vc -- return VC for @inode
|
|
|
|
* @inode: inode for which to return a VC
|
|
|
|
* @viewed: returns whether this console is currently foreground (viewed)
|
|
|
|
*
|
2011-02-07 18:31:25 +00:00
|
|
|
* Must be called with console_lock.
|
|
|
|
*/
|
2020-08-18 08:56:54 +00:00
|
|
|
static struct vc_data *vcs_vc(struct inode *inode, bool *viewed)
|
2011-02-07 18:31:25 +00:00
|
|
|
{
|
2018-06-27 03:56:41 +00:00
|
|
|
unsigned int currcons = console(inode);
|
2011-02-07 18:31:25 +00:00
|
|
|
|
|
|
|
WARN_CONSOLE_UNLOCKED();
|
|
|
|
|
|
|
|
if (currcons == 0) {
|
|
|
|
currcons = fg_console;
|
|
|
|
if (viewed)
|
2020-08-18 08:56:54 +00:00
|
|
|
*viewed = true;
|
2011-02-07 18:31:25 +00:00
|
|
|
} else {
|
|
|
|
currcons--;
|
|
|
|
if (viewed)
|
2020-08-18 08:56:54 +00:00
|
|
|
*viewed = false;
|
2011-02-07 18:31:25 +00:00
|
|
|
}
|
|
|
|
return vc_cons[currcons].d;
|
|
|
|
}
|
|
|
|
|
2020-08-18 08:56:55 +00:00
|
|
|
/**
|
|
|
|
* vcs_size -- return size for a VC in @vc
|
|
|
|
* @vc: which VC
|
|
|
|
* @attr: does it use attributes?
|
|
|
|
* @unicode: is it unicode?
|
|
|
|
*
|
2011-02-07 18:31:25 +00:00
|
|
|
* Must be called with console_lock.
|
|
|
|
*/
|
2020-08-18 08:56:55 +00:00
|
|
|
static int vcs_size(const struct vc_data *vc, bool attr, bool unicode)
|
2005-04-16 22:20:36 +00:00
|
|
|
{
|
|
|
|
int size;
|
|
|
|
|
2011-02-07 18:31:25 +00:00
|
|
|
WARN_CONSOLE_UNLOCKED();
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
size = vc->vc_rows * vc->vc_cols;
|
|
|
|
|
2020-08-18 08:56:55 +00:00
|
|
|
if (attr) {
|
|
|
|
if (unicode)
|
2018-06-27 03:56:41 +00:00
|
|
|
return -EOPNOTSUPP;
|
2020-08-18 08:56:55 +00:00
|
|
|
|
|
|
|
size = 2 * size + HEADER_SIZE;
|
|
|
|
} else if (unicode)
|
2018-06-27 03:56:41 +00:00
|
|
|
size *= 4;
|
2020-08-18 08:56:55 +00:00
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
return size;
|
|
|
|
}
|
|
|
|
|
|
|
|
static loff_t vcs_lseek(struct file *file, loff_t offset, int orig)
|
|
|
|
{
|
2020-08-18 08:56:55 +00:00
|
|
|
struct inode *inode = file_inode(file);
|
|
|
|
struct vc_data *vc;
|
2005-04-16 22:20:36 +00:00
|
|
|
int size;
|
|
|
|
|
tty,vcs: lseek/VC-release race fix
there's a race between vcs's lseek handler and VC release.
The lseek handler does not hold console_lock and touches
VC's size info. If during this the VC got released, there's
an access violation.
Following program triggers the issue for me:
[SNIP]
#define _BSD_SOURCE
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <linux/vt.h>
#include <unistd.h>
#include <errno.h>
static int run_seek(void)
{
while(1) {
int fd;
fd = open("./vcs30", O_RDWR);
while(lseek(fd, 0, 0) != -1);
close(fd);
}
}
static int open_ioctl_tty(void)
{
return open("/dev/tty1", O_RDWR);
}
static int do_ioctl(int fd, int req, int i)
{
return ioctl(fd, req, i);
}
#define INIT(i) do_ioctl(ioctl_fd, VT_ACTIVATE, i)
#define SHUT(i) do_ioctl(ioctl_fd, VT_DISALLOCATE, i)
int main(int argc, char **argv)
{
int ioctl_fd = open_ioctl_tty();
if (ioctl < 0) {
perror("open tty1 failed\n");
return -1;
}
if ((-1 == mknod("vcs30", S_IFCHR|0666, makedev(7, 30))) &&
(errno != EEXIST)) {
printf("errno %d\n", errno);
perror("failed to create vcs30");
return -1;
}
do_ioctl(ioctl_fd, VT_LOCKSWITCH, 0);
if (!fork())
run_seek();
while(1) {
INIT(30);
SHUT(30);
}
return 0;
}
[SNIP]
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-02-07 18:31:24 +00:00
|
|
|
console_lock();
|
2020-08-18 08:56:55 +00:00
|
|
|
vc = vcs_vc(inode, NULL);
|
|
|
|
if (!vc) {
|
|
|
|
console_unlock();
|
|
|
|
return -ENXIO;
|
|
|
|
}
|
|
|
|
|
|
|
|
size = vcs_size(vc, use_attributes(inode), use_unicode(inode));
|
tty,vcs: lseek/VC-release race fix
there's a race between vcs's lseek handler and VC release.
The lseek handler does not hold console_lock and touches
VC's size info. If during this the VC got released, there's
an access violation.
Following program triggers the issue for me:
[SNIP]
#define _BSD_SOURCE
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <linux/vt.h>
#include <unistd.h>
#include <errno.h>
static int run_seek(void)
{
while(1) {
int fd;
fd = open("./vcs30", O_RDWR);
while(lseek(fd, 0, 0) != -1);
close(fd);
}
}
static int open_ioctl_tty(void)
{
return open("/dev/tty1", O_RDWR);
}
static int do_ioctl(int fd, int req, int i)
{
return ioctl(fd, req, i);
}
#define INIT(i) do_ioctl(ioctl_fd, VT_ACTIVATE, i)
#define SHUT(i) do_ioctl(ioctl_fd, VT_DISALLOCATE, i)
int main(int argc, char **argv)
{
int ioctl_fd = open_ioctl_tty();
if (ioctl < 0) {
perror("open tty1 failed\n");
return -1;
}
if ((-1 == mknod("vcs30", S_IFCHR|0666, makedev(7, 30))) &&
(errno != EEXIST)) {
printf("errno %d\n", errno);
perror("failed to create vcs30");
return -1;
}
do_ioctl(ioctl_fd, VT_LOCKSWITCH, 0);
if (!fork())
run_seek();
while(1) {
INIT(30);
SHUT(30);
}
return 0;
}
[SNIP]
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-02-07 18:31:24 +00:00
|
|
|
console_unlock();
|
2011-02-07 18:31:25 +00:00
|
|
|
if (size < 0)
|
tty,vcs: lseek/VC-release race fix
there's a race between vcs's lseek handler and VC release.
The lseek handler does not hold console_lock and touches
VC's size info. If during this the VC got released, there's
an access violation.
Following program triggers the issue for me:
[SNIP]
#define _BSD_SOURCE
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <linux/vt.h>
#include <unistd.h>
#include <errno.h>
static int run_seek(void)
{
while(1) {
int fd;
fd = open("./vcs30", O_RDWR);
while(lseek(fd, 0, 0) != -1);
close(fd);
}
}
static int open_ioctl_tty(void)
{
return open("/dev/tty1", O_RDWR);
}
static int do_ioctl(int fd, int req, int i)
{
return ioctl(fd, req, i);
}
#define INIT(i) do_ioctl(ioctl_fd, VT_ACTIVATE, i)
#define SHUT(i) do_ioctl(ioctl_fd, VT_DISALLOCATE, i)
int main(int argc, char **argv)
{
int ioctl_fd = open_ioctl_tty();
if (ioctl < 0) {
perror("open tty1 failed\n");
return -1;
}
if ((-1 == mknod("vcs30", S_IFCHR|0666, makedev(7, 30))) &&
(errno != EEXIST)) {
printf("errno %d\n", errno);
perror("failed to create vcs30");
return -1;
}
do_ioctl(ioctl_fd, VT_LOCKSWITCH, 0);
if (!fork())
run_seek();
while(1) {
INIT(30);
SHUT(30);
}
return 0;
}
[SNIP]
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-02-07 18:31:24 +00:00
|
|
|
return size;
|
2013-06-17 11:31:22 +00:00
|
|
|
return fixed_size_llseek(file, offset, orig, size);
|
2005-04-16 22:20:36 +00:00
|
|
|
}
|
|
|
|
|
2020-08-18 08:57:02 +00:00
|
|
|
static int vcs_read_buf_uni(struct vc_data *vc, char *con_buf,
|
|
|
|
unsigned int pos, unsigned int count, bool viewed)
|
|
|
|
{
|
|
|
|
unsigned int nr, row, col, maxcol = vc->vc_cols;
|
|
|
|
int ret;
|
|
|
|
|
|
|
|
ret = vc_uniscr_check(vc);
|
|
|
|
if (ret)
|
|
|
|
return ret;
|
|
|
|
|
|
|
|
pos /= 4;
|
|
|
|
row = pos / maxcol;
|
|
|
|
col = pos % maxcol;
|
|
|
|
nr = maxcol - col;
|
|
|
|
do {
|
|
|
|
if (nr > count / 4)
|
|
|
|
nr = count / 4;
|
|
|
|
vc_uniscr_copy_line(vc, con_buf, viewed, row, col, nr);
|
|
|
|
con_buf += nr * 4;
|
|
|
|
count -= nr * 4;
|
|
|
|
row++;
|
|
|
|
col = 0;
|
|
|
|
nr = maxcol;
|
|
|
|
} while (count);
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2020-08-18 08:57:03 +00:00
|
|
|
static void vcs_read_buf_noattr(const struct vc_data *vc, char *con_buf,
|
|
|
|
unsigned int pos, unsigned int count, bool viewed)
|
|
|
|
{
|
|
|
|
u16 *org;
|
|
|
|
unsigned int col, maxcol = vc->vc_cols;
|
|
|
|
|
|
|
|
org = screen_pos(vc, pos, viewed);
|
|
|
|
col = pos % maxcol;
|
|
|
|
pos += maxcol - col;
|
|
|
|
|
|
|
|
while (count-- > 0) {
|
|
|
|
*con_buf++ = (vcs_scr_readw(vc, org++) & 0xff);
|
|
|
|
if (++col == maxcol) {
|
|
|
|
org = screen_pos(vc, pos, viewed);
|
|
|
|
col = 0;
|
|
|
|
pos += maxcol;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-08-18 08:57:04 +00:00
|
|
|
static unsigned int vcs_read_buf(const struct vc_data *vc, char *con_buf,
|
|
|
|
unsigned int pos, unsigned int count, bool viewed,
|
|
|
|
unsigned int *skip)
|
|
|
|
{
|
|
|
|
u16 *org, *con_buf16;
|
|
|
|
unsigned int col, maxcol = vc->vc_cols;
|
|
|
|
unsigned int filled = count;
|
|
|
|
|
|
|
|
if (pos < HEADER_SIZE) {
|
2020-08-24 09:54:25 +00:00
|
|
|
/* clamp header values if they don't fit */
|
|
|
|
con_buf[0] = min(vc->vc_rows, 0xFFu);
|
|
|
|
con_buf[1] = min(vc->vc_cols, 0xFFu);
|
|
|
|
getconsxy(vc, con_buf + 2);
|
|
|
|
|
|
|
|
*skip += pos;
|
|
|
|
count += pos;
|
|
|
|
if (count > CON_BUF_SIZE) {
|
|
|
|
count = CON_BUF_SIZE;
|
|
|
|
filled = count - pos;
|
|
|
|
}
|
2020-08-18 08:57:04 +00:00
|
|
|
|
2020-08-24 09:54:25 +00:00
|
|
|
/* Advance state pointers and move on. */
|
|
|
|
count -= min(HEADER_SIZE, count);
|
2020-08-18 08:57:04 +00:00
|
|
|
pos = HEADER_SIZE;
|
|
|
|
con_buf += HEADER_SIZE;
|
|
|
|
/* If count >= 0, then pos is even... */
|
|
|
|
} else if (pos & 1) {
|
|
|
|
/*
|
|
|
|
* Skip first byte for output if start address is odd. Update
|
|
|
|
* region sizes up/down depending on free space in buffer.
|
|
|
|
*/
|
|
|
|
(*skip)++;
|
|
|
|
if (count < CON_BUF_SIZE)
|
|
|
|
count++;
|
|
|
|
else
|
|
|
|
filled--;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!count)
|
|
|
|
return filled;
|
|
|
|
|
|
|
|
pos -= HEADER_SIZE;
|
|
|
|
pos /= 2;
|
|
|
|
col = pos % maxcol;
|
|
|
|
|
|
|
|
org = screen_pos(vc, pos, viewed);
|
|
|
|
pos += maxcol - col;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Buffer has even length, so we can always copy character + attribute.
|
|
|
|
* We do not copy last byte to userspace if count is odd.
|
|
|
|
*/
|
|
|
|
count = (count + 1) / 2;
|
|
|
|
con_buf16 = (u16 *)con_buf;
|
|
|
|
|
|
|
|
while (count) {
|
|
|
|
*con_buf16++ = vcs_scr_readw(vc, org++);
|
|
|
|
count--;
|
|
|
|
if (++col == maxcol) {
|
|
|
|
org = screen_pos(vc, pos, viewed);
|
|
|
|
col = 0;
|
|
|
|
pos += maxcol;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return filled;
|
|
|
|
}
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
static ssize_t
|
|
|
|
vcs_read(struct file *file, char __user *buf, size_t count, loff_t *ppos)
|
|
|
|
{
|
2013-01-23 22:07:38 +00:00
|
|
|
struct inode *inode = file_inode(file);
|
2005-04-16 22:20:36 +00:00
|
|
|
struct vc_data *vc;
|
2010-10-05 18:22:37 +00:00
|
|
|
struct vcs_poll_data *poll;
|
2020-08-18 08:57:04 +00:00
|
|
|
unsigned int read;
|
2005-04-16 22:20:36 +00:00
|
|
|
ssize_t ret;
|
2011-02-07 18:31:25 +00:00
|
|
|
char *con_buf;
|
vc_screen: sanitize types in vcs_read
* pos is derived from the passed ppos, so make it long enough, i.e.
loff_t
* attr and uni_mode are booleans, so...
* size is limited by vcs_size() which returns an int
* read, p, orig_count and this_round are always ">= 0" and "< size",
so uint is enough
* row, col, and max_col are derived from vc->vc_cols (uint) and p, so
make them uint too
* tmp_count is derived from this_round, so make it an uint too.
* use u16 * for org (instead of unsigned short *). No need to initialize
org too.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20200818085706.12163-10-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-08-18 08:57:00 +00:00
|
|
|
loff_t pos;
|
|
|
|
bool viewed, attr, uni_mode;
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2011-02-07 18:31:25 +00:00
|
|
|
con_buf = (char *) __get_free_page(GFP_KERNEL);
|
|
|
|
if (!con_buf)
|
|
|
|
return -ENOMEM;
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
pos = *ppos;
|
|
|
|
|
|
|
|
/* Select the proper current console and verify
|
|
|
|
* sanity of the situation under the console lock.
|
|
|
|
*/
|
2011-01-25 23:07:35 +00:00
|
|
|
console_lock();
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2018-06-27 03:56:41 +00:00
|
|
|
uni_mode = use_unicode(inode);
|
|
|
|
attr = use_attributes(inode);
|
2005-04-16 22:20:36 +00:00
|
|
|
ret = -ENXIO;
|
2011-02-07 18:31:25 +00:00
|
|
|
vc = vcs_vc(inode, &viewed);
|
|
|
|
if (!vc)
|
2005-04-16 22:20:36 +00:00
|
|
|
goto unlock_out;
|
|
|
|
|
|
|
|
ret = -EINVAL;
|
|
|
|
if (pos < 0)
|
|
|
|
goto unlock_out;
|
2018-06-27 03:56:41 +00:00
|
|
|
/* we enforce 32-bit alignment for pos and count in unicode mode */
|
|
|
|
if (uni_mode && (pos | count) & 3)
|
|
|
|
goto unlock_out;
|
|
|
|
|
2010-10-05 18:22:37 +00:00
|
|
|
poll = file->private_data;
|
|
|
|
if (count && poll)
|
2019-01-09 03:55:03 +00:00
|
|
|
poll->event = 0;
|
2005-04-16 22:20:36 +00:00
|
|
|
read = 0;
|
|
|
|
ret = 0;
|
|
|
|
while (count) {
|
2020-08-18 08:57:04 +00:00
|
|
|
unsigned int this_round, skip = 0;
|
vc_screen: sanitize types in vcs_read
* pos is derived from the passed ppos, so make it long enough, i.e.
loff_t
* attr and uni_mode are booleans, so...
* size is limited by vcs_size() which returns an int
* read, p, orig_count and this_round are always ">= 0" and "< size",
so uint is enough
* row, col, and max_col are derived from vc->vc_cols (uint) and p, so
make them uint too
* tmp_count is derived from this_round, so make it an uint too.
* use u16 * for org (instead of unsigned short *). No need to initialize
org too.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20200818085706.12163-10-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-08-18 08:57:00 +00:00
|
|
|
int size;
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
/* Check whether we are above size each round,
|
|
|
|
* as copy_to_user at the end of this loop
|
|
|
|
* could sleep.
|
|
|
|
*/
|
2020-08-18 08:56:55 +00:00
|
|
|
size = vcs_size(vc, attr, uni_mode);
|
tty,vcs: lseek/VC-release race fix
there's a race between vcs's lseek handler and VC release.
The lseek handler does not hold console_lock and touches
VC's size info. If during this the VC got released, there's
an access violation.
Following program triggers the issue for me:
[SNIP]
#define _BSD_SOURCE
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <linux/vt.h>
#include <unistd.h>
#include <errno.h>
static int run_seek(void)
{
while(1) {
int fd;
fd = open("./vcs30", O_RDWR);
while(lseek(fd, 0, 0) != -1);
close(fd);
}
}
static int open_ioctl_tty(void)
{
return open("/dev/tty1", O_RDWR);
}
static int do_ioctl(int fd, int req, int i)
{
return ioctl(fd, req, i);
}
#define INIT(i) do_ioctl(ioctl_fd, VT_ACTIVATE, i)
#define SHUT(i) do_ioctl(ioctl_fd, VT_DISALLOCATE, i)
int main(int argc, char **argv)
{
int ioctl_fd = open_ioctl_tty();
if (ioctl < 0) {
perror("open tty1 failed\n");
return -1;
}
if ((-1 == mknod("vcs30", S_IFCHR|0666, makedev(7, 30))) &&
(errno != EEXIST)) {
printf("errno %d\n", errno);
perror("failed to create vcs30");
return -1;
}
do_ioctl(ioctl_fd, VT_LOCKSWITCH, 0);
if (!fork())
run_seek();
while(1) {
INIT(30);
SHUT(30);
}
return 0;
}
[SNIP]
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-02-07 18:31:24 +00:00
|
|
|
if (size < 0) {
|
|
|
|
if (read)
|
|
|
|
break;
|
|
|
|
ret = size;
|
|
|
|
goto unlock_out;
|
|
|
|
}
|
2005-04-16 22:20:36 +00:00
|
|
|
if (pos >= size)
|
|
|
|
break;
|
|
|
|
if (count > size - pos)
|
|
|
|
count = size - pos;
|
|
|
|
|
|
|
|
this_round = count;
|
|
|
|
if (this_round > CON_BUF_SIZE)
|
|
|
|
this_round = CON_BUF_SIZE;
|
|
|
|
|
|
|
|
/* Perform the whole read into the local con_buf.
|
|
|
|
* Then we can drop the console spinlock and safely
|
|
|
|
* attempt to move it to userspace.
|
|
|
|
*/
|
|
|
|
|
2018-06-27 03:56:41 +00:00
|
|
|
if (uni_mode) {
|
2020-08-18 08:57:02 +00:00
|
|
|
ret = vcs_read_buf_uni(vc, con_buf, pos, this_round,
|
|
|
|
viewed);
|
2018-06-27 03:56:41 +00:00
|
|
|
if (ret)
|
|
|
|
break;
|
|
|
|
} else if (!attr) {
|
2020-08-18 08:57:03 +00:00
|
|
|
vcs_read_buf_noattr(vc, con_buf, pos, this_round,
|
|
|
|
viewed);
|
2005-04-16 22:20:36 +00:00
|
|
|
} else {
|
2020-08-18 08:57:04 +00:00
|
|
|
this_round = vcs_read_buf(vc, con_buf, pos, this_round,
|
|
|
|
viewed, &skip);
|
2005-04-16 22:20:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Finally, release the console semaphore while we push
|
|
|
|
* all the data to userspace from our temporary buffer.
|
|
|
|
*
|
|
|
|
* AKPM: Even though it's a semaphore, we should drop it because
|
|
|
|
* the pagefault handling code may want to call printk().
|
|
|
|
*/
|
|
|
|
|
2011-01-25 23:07:35 +00:00
|
|
|
console_unlock();
|
2020-08-18 08:57:04 +00:00
|
|
|
ret = copy_to_user(buf, con_buf + skip, this_round);
|
2011-01-25 23:07:35 +00:00
|
|
|
console_lock();
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
if (ret) {
|
2020-08-18 08:57:04 +00:00
|
|
|
read += this_round - ret;
|
2005-04-16 22:20:36 +00:00
|
|
|
ret = -EFAULT;
|
|
|
|
break;
|
|
|
|
}
|
2020-08-18 08:57:04 +00:00
|
|
|
buf += this_round;
|
|
|
|
pos += this_round;
|
|
|
|
read += this_round;
|
|
|
|
count -= this_round;
|
2005-04-16 22:20:36 +00:00
|
|
|
}
|
|
|
|
*ppos += read;
|
|
|
|
if (read)
|
|
|
|
ret = read;
|
|
|
|
unlock_out:
|
2011-01-25 23:07:35 +00:00
|
|
|
console_unlock();
|
2011-02-07 18:31:25 +00:00
|
|
|
free_page((unsigned long) con_buf);
|
2005-04-16 22:20:36 +00:00
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
2020-08-18 08:56:57 +00:00
|
|
|
static u16 *vcs_write_buf_noattr(struct vc_data *vc, const char *con_buf,
|
|
|
|
unsigned int pos, unsigned int count, bool viewed, u16 **org0)
|
|
|
|
{
|
|
|
|
u16 *org;
|
|
|
|
unsigned int col, maxcol = vc->vc_cols;
|
|
|
|
|
|
|
|
*org0 = org = screen_pos(vc, pos, viewed);
|
|
|
|
col = pos % maxcol;
|
|
|
|
pos += maxcol - col;
|
|
|
|
|
|
|
|
while (count > 0) {
|
|
|
|
unsigned char c = *con_buf++;
|
|
|
|
|
|
|
|
count--;
|
|
|
|
vcs_scr_writew(vc,
|
|
|
|
(vcs_scr_readw(vc, org) & 0xff00) | c, org);
|
|
|
|
org++;
|
|
|
|
if (++col == maxcol) {
|
|
|
|
org = screen_pos(vc, pos, viewed);
|
|
|
|
col = 0;
|
|
|
|
pos += maxcol;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return org;
|
|
|
|
}
|
|
|
|
|
2020-08-18 08:56:59 +00:00
|
|
|
/*
|
|
|
|
* Compilers (gcc 10) are unable to optimize the swap in cpu_to_le16. So do it
|
|
|
|
* the poor man way.
|
|
|
|
*/
|
|
|
|
static inline u16 vc_compile_le16(u8 hi, u8 lo)
|
|
|
|
{
|
|
|
|
#ifdef __BIG_ENDIAN
|
|
|
|
return (lo << 8u) | hi;
|
|
|
|
#else
|
|
|
|
return (hi << 8u) | lo;
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
2020-08-18 08:56:58 +00:00
|
|
|
static u16 *vcs_write_buf(struct vc_data *vc, const char *con_buf,
|
|
|
|
unsigned int pos, unsigned int count, bool viewed, u16 **org0)
|
|
|
|
{
|
|
|
|
u16 *org;
|
|
|
|
unsigned int col, maxcol = vc->vc_cols;
|
|
|
|
unsigned char c;
|
|
|
|
|
|
|
|
/* header */
|
|
|
|
if (pos < HEADER_SIZE) {
|
|
|
|
char header[HEADER_SIZE];
|
|
|
|
|
|
|
|
getconsxy(vc, header + 2);
|
|
|
|
while (pos < HEADER_SIZE && count > 0) {
|
|
|
|
count--;
|
|
|
|
header[pos++] = *con_buf++;
|
|
|
|
}
|
|
|
|
if (!viewed)
|
|
|
|
putconsxy(vc, header + 2);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!count)
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
pos -= HEADER_SIZE;
|
|
|
|
col = (pos/2) % maxcol;
|
|
|
|
|
|
|
|
*org0 = org = screen_pos(vc, pos/2, viewed);
|
|
|
|
|
|
|
|
/* odd pos -- the first single character */
|
|
|
|
if (pos & 1) {
|
|
|
|
count--;
|
|
|
|
c = *con_buf++;
|
2020-08-18 08:56:59 +00:00
|
|
|
vcs_scr_writew(vc, vc_compile_le16(c, vcs_scr_readw(vc, org)),
|
|
|
|
org);
|
2020-08-18 08:56:58 +00:00
|
|
|
org++;
|
|
|
|
pos++;
|
|
|
|
if (++col == maxcol) {
|
|
|
|
org = screen_pos(vc, pos/2, viewed);
|
|
|
|
col = 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
pos /= 2;
|
|
|
|
pos += maxcol - col;
|
|
|
|
|
|
|
|
/* even pos -- handle attr+character pairs */
|
|
|
|
while (count > 1) {
|
|
|
|
unsigned short w;
|
|
|
|
|
|
|
|
w = get_unaligned(((unsigned short *)con_buf));
|
|
|
|
vcs_scr_writew(vc, w, org++);
|
|
|
|
con_buf += 2;
|
|
|
|
count -= 2;
|
|
|
|
if (++col == maxcol) {
|
|
|
|
org = screen_pos(vc, pos, viewed);
|
|
|
|
col = 0;
|
|
|
|
pos += maxcol;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!count)
|
|
|
|
return org;
|
|
|
|
|
|
|
|
/* odd pos -- the remaining character */
|
|
|
|
c = *con_buf++;
|
2020-08-18 08:56:59 +00:00
|
|
|
vcs_scr_writew(vc, vc_compile_le16(vcs_scr_readw(vc, org) >> 8, c),
|
|
|
|
org);
|
2020-08-18 08:56:58 +00:00
|
|
|
|
|
|
|
return org;
|
|
|
|
}
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
static ssize_t
|
|
|
|
vcs_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos)
|
|
|
|
{
|
2013-01-23 22:07:38 +00:00
|
|
|
struct inode *inode = file_inode(file);
|
2005-04-16 22:20:36 +00:00
|
|
|
struct vc_data *vc;
|
2020-08-18 08:56:58 +00:00
|
|
|
char *con_buf;
|
|
|
|
u16 *org0, *org;
|
|
|
|
unsigned int written;
|
2020-08-18 08:56:56 +00:00
|
|
|
int size;
|
|
|
|
ssize_t ret;
|
|
|
|
loff_t pos;
|
|
|
|
bool viewed, attr;
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2019-11-05 09:33:16 +00:00
|
|
|
if (use_unicode(inode))
|
|
|
|
return -EOPNOTSUPP;
|
|
|
|
|
2011-02-07 18:31:25 +00:00
|
|
|
con_buf = (char *) __get_free_page(GFP_KERNEL);
|
|
|
|
if (!con_buf)
|
|
|
|
return -ENOMEM;
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
pos = *ppos;
|
|
|
|
|
|
|
|
/* Select the proper current console and verify
|
|
|
|
* sanity of the situation under the console lock.
|
|
|
|
*/
|
2011-01-25 23:07:35 +00:00
|
|
|
console_lock();
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2018-06-27 03:56:41 +00:00
|
|
|
attr = use_attributes(inode);
|
2005-04-16 22:20:36 +00:00
|
|
|
ret = -ENXIO;
|
2011-02-07 18:31:25 +00:00
|
|
|
vc = vcs_vc(inode, &viewed);
|
|
|
|
if (!vc)
|
2005-04-16 22:20:36 +00:00
|
|
|
goto unlock_out;
|
|
|
|
|
2020-08-18 08:56:55 +00:00
|
|
|
size = vcs_size(vc, attr, false);
|
|
|
|
if (size < 0) {
|
|
|
|
ret = size;
|
|
|
|
goto unlock_out;
|
|
|
|
}
|
2005-04-16 22:20:36 +00:00
|
|
|
ret = -EINVAL;
|
|
|
|
if (pos < 0 || pos > size)
|
|
|
|
goto unlock_out;
|
|
|
|
if (count > size - pos)
|
|
|
|
count = size - pos;
|
|
|
|
written = 0;
|
|
|
|
while (count) {
|
2020-08-18 08:56:58 +00:00
|
|
|
unsigned int this_round = count;
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
if (this_round > CON_BUF_SIZE)
|
|
|
|
this_round = CON_BUF_SIZE;
|
|
|
|
|
|
|
|
/* Temporarily drop the console lock so that we can read
|
|
|
|
* in the write data from userspace safely.
|
|
|
|
*/
|
2011-01-25 23:07:35 +00:00
|
|
|
console_unlock();
|
2005-04-16 22:20:36 +00:00
|
|
|
ret = copy_from_user(con_buf, buf, this_round);
|
2011-01-25 23:07:35 +00:00
|
|
|
console_lock();
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
if (ret) {
|
|
|
|
this_round -= ret;
|
|
|
|
if (!this_round) {
|
|
|
|
/* Abort loop if no data were copied. Otherwise
|
|
|
|
* fail with -EFAULT.
|
|
|
|
*/
|
|
|
|
if (written)
|
|
|
|
break;
|
|
|
|
ret = -EFAULT;
|
|
|
|
goto unlock_out;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* The vcs_size might have changed while we slept to grab
|
|
|
|
* the user buffer, so recheck.
|
|
|
|
* Return data written up to now on failure.
|
|
|
|
*/
|
2020-08-18 08:56:55 +00:00
|
|
|
size = vcs_size(vc, attr, false);
|
tty,vcs: lseek/VC-release race fix
there's a race between vcs's lseek handler and VC release.
The lseek handler does not hold console_lock and touches
VC's size info. If during this the VC got released, there's
an access violation.
Following program triggers the issue for me:
[SNIP]
#define _BSD_SOURCE
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <linux/vt.h>
#include <unistd.h>
#include <errno.h>
static int run_seek(void)
{
while(1) {
int fd;
fd = open("./vcs30", O_RDWR);
while(lseek(fd, 0, 0) != -1);
close(fd);
}
}
static int open_ioctl_tty(void)
{
return open("/dev/tty1", O_RDWR);
}
static int do_ioctl(int fd, int req, int i)
{
return ioctl(fd, req, i);
}
#define INIT(i) do_ioctl(ioctl_fd, VT_ACTIVATE, i)
#define SHUT(i) do_ioctl(ioctl_fd, VT_DISALLOCATE, i)
int main(int argc, char **argv)
{
int ioctl_fd = open_ioctl_tty();
if (ioctl < 0) {
perror("open tty1 failed\n");
return -1;
}
if ((-1 == mknod("vcs30", S_IFCHR|0666, makedev(7, 30))) &&
(errno != EEXIST)) {
printf("errno %d\n", errno);
perror("failed to create vcs30");
return -1;
}
do_ioctl(ioctl_fd, VT_LOCKSWITCH, 0);
if (!fork())
run_seek();
while(1) {
INIT(30);
SHUT(30);
}
return 0;
}
[SNIP]
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-02-07 18:31:24 +00:00
|
|
|
if (size < 0) {
|
|
|
|
if (written)
|
|
|
|
break;
|
|
|
|
ret = size;
|
|
|
|
goto unlock_out;
|
|
|
|
}
|
2005-04-16 22:20:36 +00:00
|
|
|
if (pos >= size)
|
|
|
|
break;
|
|
|
|
if (this_round > size - pos)
|
|
|
|
this_round = size - pos;
|
|
|
|
|
|
|
|
/* OK, now actually push the write to the console
|
|
|
|
* under the lock using the local kernel buffer.
|
|
|
|
*/
|
|
|
|
|
2020-08-18 08:56:58 +00:00
|
|
|
if (attr)
|
|
|
|
org = vcs_write_buf(vc, con_buf, pos, this_round,
|
|
|
|
viewed, &org0);
|
|
|
|
else
|
2020-08-18 08:56:57 +00:00
|
|
|
org = vcs_write_buf_noattr(vc, con_buf, pos, this_round,
|
|
|
|
viewed, &org0);
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2020-08-18 08:56:58 +00:00
|
|
|
count -= this_round;
|
|
|
|
written += this_round;
|
|
|
|
buf += this_round;
|
|
|
|
pos += this_round;
|
|
|
|
if (org)
|
2005-04-16 22:20:36 +00:00
|
|
|
update_region(vc, (unsigned long)(org0), org - org0);
|
|
|
|
}
|
|
|
|
*ppos += written;
|
|
|
|
ret = written;
|
2010-10-01 04:10:44 +00:00
|
|
|
if (written)
|
|
|
|
vcs_scr_updated(vc);
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
unlock_out:
|
2011-01-25 23:07:35 +00:00
|
|
|
console_unlock();
|
2011-02-07 18:31:25 +00:00
|
|
|
free_page((unsigned long) con_buf);
|
2005-04-16 22:20:36 +00:00
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
2017-07-03 10:39:46 +00:00
|
|
|
static __poll_t
|
2010-10-05 18:22:37 +00:00
|
|
|
vcs_poll(struct file *file, poll_table *wait)
|
|
|
|
{
|
|
|
|
struct vcs_poll_data *poll = vcs_poll_data_get(file);
|
2019-01-09 03:55:03 +00:00
|
|
|
__poll_t ret = DEFAULT_POLLMASK|EPOLLERR;
|
2010-10-05 18:22:37 +00:00
|
|
|
|
|
|
|
if (poll) {
|
|
|
|
poll_wait(file, &poll->waitq, wait);
|
2019-01-09 03:55:03 +00:00
|
|
|
switch (poll->event) {
|
|
|
|
case VT_UPDATE:
|
|
|
|
ret = DEFAULT_POLLMASK|EPOLLPRI;
|
|
|
|
break;
|
|
|
|
case VT_DEALLOCATE:
|
|
|
|
ret = DEFAULT_POLLMASK|EPOLLHUP|EPOLLERR;
|
|
|
|
break;
|
|
|
|
case 0:
|
2010-11-10 06:33:12 +00:00
|
|
|
ret = DEFAULT_POLLMASK;
|
2019-01-09 03:55:03 +00:00
|
|
|
break;
|
|
|
|
}
|
2010-10-05 18:22:37 +00:00
|
|
|
}
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int
|
|
|
|
vcs_fasync(int fd, struct file *file, int on)
|
|
|
|
{
|
|
|
|
struct vcs_poll_data *poll = file->private_data;
|
|
|
|
|
|
|
|
if (!poll) {
|
|
|
|
/* don't allocate anything if all we want is disable fasync */
|
|
|
|
if (!on)
|
|
|
|
return 0;
|
|
|
|
poll = vcs_poll_data_get(file);
|
|
|
|
if (!poll)
|
|
|
|
return -ENOMEM;
|
|
|
|
}
|
|
|
|
|
|
|
|
return fasync_helper(fd, file, on, &poll->fasync);
|
|
|
|
}
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
static int
|
|
|
|
vcs_open(struct inode *inode, struct file *filp)
|
|
|
|
{
|
2018-06-27 03:56:41 +00:00
|
|
|
unsigned int currcons = console(inode);
|
|
|
|
bool attr = use_attributes(inode);
|
|
|
|
bool uni_mode = use_unicode(inode);
|
2008-05-16 19:47:50 +00:00
|
|
|
int ret = 0;
|
2018-06-27 03:56:41 +00:00
|
|
|
|
|
|
|
/* we currently don't support attributes in unicode mode */
|
|
|
|
if (attr && uni_mode)
|
|
|
|
return -EOPNOTSUPP;
|
|
|
|
|
2012-03-02 14:59:20 +00:00
|
|
|
console_lock();
|
2005-04-16 22:20:36 +00:00
|
|
|
if(currcons && !vc_cons_allocated(currcons-1))
|
2008-05-16 19:47:50 +00:00
|
|
|
ret = -ENXIO;
|
2012-03-02 14:59:20 +00:00
|
|
|
console_unlock();
|
2008-05-16 19:47:50 +00:00
|
|
|
return ret;
|
2005-04-16 22:20:36 +00:00
|
|
|
}
|
|
|
|
|
2010-10-05 18:22:37 +00:00
|
|
|
static int vcs_release(struct inode *inode, struct file *file)
|
|
|
|
{
|
|
|
|
struct vcs_poll_data *poll = file->private_data;
|
|
|
|
|
|
|
|
if (poll)
|
|
|
|
vcs_poll_data_free(poll);
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2006-07-03 07:24:21 +00:00
|
|
|
static const struct file_operations vcs_fops = {
|
2005-04-16 22:20:36 +00:00
|
|
|
.llseek = vcs_lseek,
|
|
|
|
.read = vcs_read,
|
|
|
|
.write = vcs_write,
|
2010-10-05 18:22:37 +00:00
|
|
|
.poll = vcs_poll,
|
|
|
|
.fasync = vcs_fasync,
|
2005-04-16 22:20:36 +00:00
|
|
|
.open = vcs_open,
|
2010-10-05 18:22:37 +00:00
|
|
|
.release = vcs_release,
|
2005-04-16 22:20:36 +00:00
|
|
|
};
|
|
|
|
|
2005-03-23 17:53:09 +00:00
|
|
|
static struct class *vc_class;
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2009-03-09 13:18:52 +00:00
|
|
|
void vcs_make_sysfs(int index)
|
2005-04-16 22:20:36 +00:00
|
|
|
{
|
2009-03-09 13:18:52 +00:00
|
|
|
device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 1), NULL,
|
|
|
|
"vcs%u", index + 1);
|
2018-06-27 03:56:41 +00:00
|
|
|
device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 65), NULL,
|
|
|
|
"vcsu%u", index + 1);
|
2009-03-09 13:18:52 +00:00
|
|
|
device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 129), NULL,
|
|
|
|
"vcsa%u", index + 1);
|
2005-04-16 22:20:36 +00:00
|
|
|
}
|
2006-09-29 08:59:47 +00:00
|
|
|
|
2009-03-09 13:18:52 +00:00
|
|
|
void vcs_remove_sysfs(int index)
|
2005-04-16 22:20:36 +00:00
|
|
|
{
|
2009-03-09 13:18:52 +00:00
|
|
|
device_destroy(vc_class, MKDEV(VCS_MAJOR, index + 1));
|
2018-06-27 03:56:41 +00:00
|
|
|
device_destroy(vc_class, MKDEV(VCS_MAJOR, index + 65));
|
2009-03-09 13:18:52 +00:00
|
|
|
device_destroy(vc_class, MKDEV(VCS_MAJOR, index + 129));
|
2005-04-16 22:20:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
int __init vcs_init(void)
|
|
|
|
{
|
2009-07-20 15:04:55 +00:00
|
|
|
unsigned int i;
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
if (register_chrdev(VCS_MAJOR, "vcs", &vcs_fops))
|
|
|
|
panic("unable to get major %d for vcs device", VCS_MAJOR);
|
2005-03-23 17:53:09 +00:00
|
|
|
vc_class = class_create(THIS_MODULE, "vc");
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2008-07-22 03:03:34 +00:00
|
|
|
device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 0), NULL, "vcs");
|
2018-06-27 03:56:41 +00:00
|
|
|
device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 64), NULL, "vcsu");
|
2008-07-22 03:03:34 +00:00
|
|
|
device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 128), NULL, "vcsa");
|
2009-07-20 15:04:55 +00:00
|
|
|
for (i = 0; i < MIN_NR_CONSOLES; i++)
|
|
|
|
vcs_make_sysfs(i);
|
2005-04-16 22:20:36 +00:00
|
|
|
return 0;
|
|
|
|
}
|