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 */
|
2011-05-14 10:55:07 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2005-2007 Takahiro Hirofuchi
|
|
|
|
*/
|
|
|
|
|
2011-05-26 13:17:13 +00:00
|
|
|
#ifndef __USBIP_NETWORK_H
|
|
|
|
#define __USBIP_NETWORK_H
|
2011-05-14 10:55:07 +00:00
|
|
|
|
2011-05-26 13:17:13 +00:00
|
|
|
#ifdef HAVE_CONFIG_H
|
|
|
|
#include "../config.h"
|
|
|
|
#endif
|
2011-05-14 10:55:07 +00:00
|
|
|
|
2011-05-26 13:17:13 +00:00
|
|
|
#include <sys/types.h>
|
2011-05-14 10:55:07 +00:00
|
|
|
|
2011-05-26 13:17:13 +00:00
|
|
|
#include <stdint.h>
|
2011-05-14 10:55:07 +00:00
|
|
|
|
2013-08-23 04:06:40 +00:00
|
|
|
extern int usbip_port;
|
|
|
|
extern char *usbip_port_string;
|
|
|
|
void usbip_setup_port_number(char *arg);
|
2011-05-14 10:55:07 +00:00
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------- */
|
|
|
|
/* Common header for all the kinds of PDUs. */
|
|
|
|
struct op_common {
|
|
|
|
uint16_t version;
|
|
|
|
|
|
|
|
#define OP_REQUEST (0x80 << 8)
|
|
|
|
#define OP_REPLY (0x00 << 8)
|
|
|
|
uint16_t code;
|
|
|
|
|
2018-03-07 20:42:24 +00:00
|
|
|
/* status codes defined in usbip_common.h */
|
2011-05-14 10:55:07 +00:00
|
|
|
uint32_t status; /* op_code status (for reply) */
|
|
|
|
|
|
|
|
} __attribute__((packed));
|
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------- */
|
|
|
|
/* Dummy Code */
|
|
|
|
#define OP_UNSPEC 0x00
|
|
|
|
#define OP_REQ_UNSPEC OP_UNSPEC
|
|
|
|
#define OP_REP_UNSPEC OP_UNSPEC
|
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------- */
|
|
|
|
/* Retrieve USB device information. (still not used) */
|
|
|
|
#define OP_DEVINFO 0x02
|
|
|
|
#define OP_REQ_DEVINFO (OP_REQUEST | OP_DEVINFO)
|
|
|
|
#define OP_REP_DEVINFO (OP_REPLY | OP_DEVINFO)
|
|
|
|
|
|
|
|
struct op_devinfo_request {
|
|
|
|
char busid[SYSFS_BUS_ID_SIZE];
|
|
|
|
} __attribute__((packed));
|
|
|
|
|
|
|
|
struct op_devinfo_reply {
|
2011-05-27 08:44:14 +00:00
|
|
|
struct usbip_usb_device udev;
|
|
|
|
struct usbip_usb_interface uinf[];
|
2011-05-14 10:55:07 +00:00
|
|
|
} __attribute__((packed));
|
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------- */
|
|
|
|
/* Import a remote USB device. */
|
|
|
|
#define OP_IMPORT 0x03
|
|
|
|
#define OP_REQ_IMPORT (OP_REQUEST | OP_IMPORT)
|
|
|
|
#define OP_REP_IMPORT (OP_REPLY | OP_IMPORT)
|
|
|
|
|
|
|
|
struct op_import_request {
|
|
|
|
char busid[SYSFS_BUS_ID_SIZE];
|
|
|
|
} __attribute__((packed));
|
|
|
|
|
|
|
|
struct op_import_reply {
|
2011-05-27 08:44:14 +00:00
|
|
|
struct usbip_usb_device udev;
|
|
|
|
// struct usbip_usb_interface uinf[];
|
2011-05-14 10:55:07 +00:00
|
|
|
} __attribute__((packed));
|
|
|
|
|
|
|
|
#define PACK_OP_IMPORT_REQUEST(pack, request) do {\
|
|
|
|
} while (0)
|
|
|
|
|
|
|
|
#define PACK_OP_IMPORT_REPLY(pack, reply) do {\
|
2011-07-07 07:31:51 +00:00
|
|
|
usbip_net_pack_usb_device(pack, &(reply)->udev);\
|
2011-05-14 10:55:07 +00:00
|
|
|
} while (0)
|
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------- */
|
|
|
|
/* Export a USB device to a remote host. */
|
|
|
|
#define OP_EXPORT 0x06
|
|
|
|
#define OP_REQ_EXPORT (OP_REQUEST | OP_EXPORT)
|
|
|
|
#define OP_REP_EXPORT (OP_REPLY | OP_EXPORT)
|
|
|
|
|
|
|
|
struct op_export_request {
|
2011-05-27 08:44:14 +00:00
|
|
|
struct usbip_usb_device udev;
|
2011-05-14 10:55:07 +00:00
|
|
|
} __attribute__((packed));
|
|
|
|
|
|
|
|
struct op_export_reply {
|
2011-05-14 10:55:11 +00:00
|
|
|
int returncode;
|
2011-05-14 10:55:07 +00:00
|
|
|
} __attribute__((packed));
|
|
|
|
|
|
|
|
|
|
|
|
#define PACK_OP_EXPORT_REQUEST(pack, request) do {\
|
2011-07-07 07:31:51 +00:00
|
|
|
usbip_net_pack_usb_device(pack, &(request)->udev);\
|
2011-05-14 10:55:07 +00:00
|
|
|
} while (0)
|
|
|
|
|
|
|
|
#define PACK_OP_EXPORT_REPLY(pack, reply) do {\
|
|
|
|
} while (0)
|
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------- */
|
|
|
|
/* un-Export a USB device from a remote host. */
|
|
|
|
#define OP_UNEXPORT 0x07
|
|
|
|
#define OP_REQ_UNEXPORT (OP_REQUEST | OP_UNEXPORT)
|
|
|
|
#define OP_REP_UNEXPORT (OP_REPLY | OP_UNEXPORT)
|
|
|
|
|
|
|
|
struct op_unexport_request {
|
2011-05-27 08:44:14 +00:00
|
|
|
struct usbip_usb_device udev;
|
2011-05-14 10:55:07 +00:00
|
|
|
} __attribute__((packed));
|
|
|
|
|
|
|
|
struct op_unexport_reply {
|
2011-05-14 10:55:11 +00:00
|
|
|
int returncode;
|
2011-05-14 10:55:07 +00:00
|
|
|
} __attribute__((packed));
|
|
|
|
|
|
|
|
#define PACK_OP_UNEXPORT_REQUEST(pack, request) do {\
|
2011-07-07 07:31:51 +00:00
|
|
|
usbip_net_pack_usb_device(pack, &(request)->udev);\
|
2011-05-14 10:55:07 +00:00
|
|
|
} while (0)
|
|
|
|
|
|
|
|
#define PACK_OP_UNEXPORT_REPLY(pack, reply) do {\
|
|
|
|
} while (0)
|
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------- */
|
|
|
|
/* Negotiate IPSec encryption key. (still not used) */
|
|
|
|
#define OP_CRYPKEY 0x04
|
|
|
|
#define OP_REQ_CRYPKEY (OP_REQUEST | OP_CRYPKEY)
|
|
|
|
#define OP_REP_CRYPKEY (OP_REPLY | OP_CRYPKEY)
|
|
|
|
|
|
|
|
struct op_crypkey_request {
|
|
|
|
/* 128bit key */
|
|
|
|
uint32_t key[4];
|
|
|
|
} __attribute__((packed));
|
|
|
|
|
|
|
|
struct op_crypkey_reply {
|
|
|
|
uint32_t __reserved;
|
|
|
|
} __attribute__((packed));
|
|
|
|
|
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------- */
|
|
|
|
/* Retrieve the list of exported USB devices. */
|
|
|
|
#define OP_DEVLIST 0x05
|
|
|
|
#define OP_REQ_DEVLIST (OP_REQUEST | OP_DEVLIST)
|
|
|
|
#define OP_REP_DEVLIST (OP_REPLY | OP_DEVLIST)
|
|
|
|
|
|
|
|
struct op_devlist_request {
|
|
|
|
} __attribute__((packed));
|
|
|
|
|
|
|
|
struct op_devlist_reply {
|
|
|
|
uint32_t ndev;
|
|
|
|
/* followed by reply_extra[] */
|
|
|
|
} __attribute__((packed));
|
|
|
|
|
|
|
|
struct op_devlist_reply_extra {
|
2011-05-27 08:44:14 +00:00
|
|
|
struct usbip_usb_device udev;
|
|
|
|
struct usbip_usb_interface uinf[];
|
2011-05-14 10:55:07 +00:00
|
|
|
} __attribute__((packed));
|
|
|
|
|
|
|
|
#define PACK_OP_DEVLIST_REQUEST(pack, request) do {\
|
|
|
|
} while (0)
|
|
|
|
|
|
|
|
#define PACK_OP_DEVLIST_REPLY(pack, reply) do {\
|
2020-01-09 01:24:16 +00:00
|
|
|
(reply)->ndev = usbip_net_pack_uint32_t(pack, (reply)->ndev);\
|
2011-05-14 10:55:07 +00:00
|
|
|
} while (0)
|
|
|
|
|
2020-01-09 01:24:16 +00:00
|
|
|
uint32_t usbip_net_pack_uint32_t(int pack, uint32_t num);
|
|
|
|
uint16_t usbip_net_pack_uint16_t(int pack, uint16_t num);
|
2011-07-07 07:31:51 +00:00
|
|
|
void usbip_net_pack_usb_device(int pack, struct usbip_usb_device *udev);
|
|
|
|
void usbip_net_pack_usb_interface(int pack, struct usbip_usb_interface *uinf);
|
|
|
|
|
|
|
|
ssize_t usbip_net_recv(int sockfd, void *buff, size_t bufflen);
|
|
|
|
ssize_t usbip_net_send(int sockfd, void *buff, size_t bufflen);
|
|
|
|
int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status);
|
2018-03-07 20:42:26 +00:00
|
|
|
int usbip_net_recv_op_common(int sockfd, uint16_t *code, int *status);
|
2011-07-07 07:31:51 +00:00
|
|
|
int usbip_net_set_reuseaddr(int sockfd);
|
|
|
|
int usbip_net_set_nodelay(int sockfd);
|
|
|
|
int usbip_net_set_keepalive(int sockfd);
|
2013-09-13 09:55:51 +00:00
|
|
|
int usbip_net_set_v6only(int sockfd);
|
2011-05-26 13:17:13 +00:00
|
|
|
int usbip_net_tcp_connect(char *hostname, char *port);
|
2011-05-14 10:55:07 +00:00
|
|
|
|
2011-05-26 13:17:13 +00:00
|
|
|
#endif /* __USBIP_NETWORK_H */
|