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 15:07:57 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2005-04-17 00:20:36 +02:00
|
|
|
config PARISC
|
|
|
|
def_bool y
|
32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option
All new 32-bit architectures should have 64-bit userspace off_t type, but
existing architectures has 32-bit ones.
To enforce the rule, new config option is added to arch/Kconfig that defaults
ARCH_32BIT_OFF_T to be disabled for new 32-bit architectures. All existing
32-bit architectures enable it explicitly.
New option affects force_o_largefile() behaviour. Namely, if userspace
off_t is 64-bits long, we have no reason to reject user to open big files.
Note that even if architectures has only 64-bit off_t in the kernel
(arc, c6x, h8300, hexagon, nios2, openrisc, and unicore32),
a libc may use 32-bit off_t, and therefore want to limit the file size
to 4GB unless specified differently in the open flags.
Signed-off-by: Yury Norov <ynorov@caviumnetworks.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Yury Norov <ynorov@marvell.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2018-05-16 10:18:49 +02:00
|
|
|
select ARCH_32BIT_OFF_T if !64BIT
|
2013-10-08 04:14:01 +02:00
|
|
|
select ARCH_MIGHT_HAVE_PC_PARPORT
|
2008-02-09 10:46:40 +01:00
|
|
|
select HAVE_IDE
|
2008-02-02 21:10:34 +01:00
|
|
|
select HAVE_OPROFILE
|
2016-04-13 22:27:22 +02:00
|
|
|
select HAVE_FUNCTION_TRACER
|
|
|
|
select HAVE_FUNCTION_GRAPH_TRACER
|
2016-04-13 22:44:54 +02:00
|
|
|
select HAVE_SYSCALL_TRACEPOINTS
|
2013-02-27 00:37:12 +01:00
|
|
|
select ARCH_WANT_FRAME_POINTERS
|
2016-10-16 00:02:27 +02:00
|
|
|
select ARCH_HAS_ELF_RANDOMIZE
|
2017-02-07 01:31:57 +01:00
|
|
|
select ARCH_HAS_STRICT_KERNEL_RWX
|
2017-08-04 23:46:16 +02:00
|
|
|
select ARCH_HAS_UBSAN_SANITIZE_ALL
|
2018-11-09 09:51:00 +01:00
|
|
|
select ARCH_NO_SG_CHAIN
|
2017-08-04 19:23:53 +02:00
|
|
|
select ARCH_SUPPORTS_MEMORY_FAILURE
|
2008-09-10 16:24:07 +02:00
|
|
|
select RTC_CLASS
|
2009-02-19 16:46:49 +01:00
|
|
|
select RTC_DRV_GENERIC
|
2008-12-13 11:49:41 +01:00
|
|
|
select INIT_ALL_POSSIBLE
|
2009-03-25 15:09:10 +01:00
|
|
|
select BUG
|
2016-03-23 16:00:46 +01:00
|
|
|
select BUILDTIME_EXTABLE_SORT
|
2018-11-15 20:05:32 +01:00
|
|
|
select HAVE_PCI
|
perf: Do the big rename: Performance Counters -> Performance Events
Bye-bye Performance Counters, welcome Performance Events!
In the past few months the perfcounters subsystem has grown out its
initial role of counting hardware events, and has become (and is
becoming) a much broader generic event enumeration, reporting, logging,
monitoring, analysis facility.
Naming its core object 'perf_counter' and naming the subsystem
'perfcounters' has become more and more of a misnomer. With pending
code like hw-breakpoints support the 'counter' name is less and
less appropriate.
All in one, we've decided to rename the subsystem to 'performance
events' and to propagate this rename through all fields, variables
and API names. (in an ABI compatible fashion)
The word 'event' is also a bit shorter than 'counter' - which makes
it slightly more convenient to write/handle as well.
Thanks goes to Stephane Eranian who first observed this misnomer and
suggested a rename.
User-space tooling and ABI compatibility is not affected - this patch
should be function-invariant. (Also, defconfigs were not touched to
keep the size down.)
This patch has been generated via the following script:
FILES=$(find * -type f | grep -vE 'oprofile|[^K]config')
sed -i \
-e 's/PERF_EVENT_/PERF_RECORD_/g' \
-e 's/PERF_COUNTER/PERF_EVENT/g' \
-e 's/perf_counter/perf_event/g' \
-e 's/nb_counters/nb_events/g' \
-e 's/swcounter/swevent/g' \
-e 's/tpcounter_event/tp_event/g' \
$FILES
for N in $(find . -name perf_counter.[ch]); do
M=$(echo $N | sed 's/perf_counter/perf_event/g')
mv $N $M
done
FILES=$(find . -name perf_event.*)
sed -i \
-e 's/COUNTER_MASK/REG_MASK/g' \
-e 's/COUNTER/EVENT/g' \
-e 's/\<event\>/event_id/g' \
-e 's/counter/event/g' \
-e 's/Counter/Event/g' \
$FILES
... to keep it as correct as possible. This script can also be
used by anyone who has pending perfcounters patches - it converts
a Linux kernel tree over to the new naming. We tried to time this
change to the point in time where the amount of pending patches
is the smallest: the end of the merge window.
Namespace clashes were fixed up in a preparatory patch - and some
stylistic fallout will be fixed up in a subsequent patch.
( NOTE: 'counters' are still the proper terminology when we deal
with hardware registers - and these sed scripts are a bit
over-eager in renaming them. I've undone some of that, but
in case there's something left where 'counter' would be
better than 'event' we can undo that on an individual basis
instead of touching an otherwise nicely automated patch. )
Suggested-by: Stephane Eranian <eranian@google.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Acked-by: Paul Mackerras <paulus@samba.org>
Reviewed-by: Arjan van de Ven <arjan@linux.intel.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: David Howells <dhowells@redhat.com>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: <linux-arch@vger.kernel.org>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-09-21 12:02:48 +02:00
|
|
|
select HAVE_PERF_EVENTS
|
2017-08-20 10:52:22 +02:00
|
|
|
select HAVE_KERNEL_BZIP2
|
|
|
|
select HAVE_KERNEL_GZIP
|
|
|
|
select HAVE_KERNEL_LZ4
|
|
|
|
select HAVE_KERNEL_LZMA
|
|
|
|
select HAVE_KERNEL_LZO
|
|
|
|
select HAVE_KERNEL_XZ
|
2009-07-02 19:10:29 +02:00
|
|
|
select GENERIC_ATOMIC64 if !64BIT
|
2011-01-19 20:38:30 +01:00
|
|
|
select GENERIC_IRQ_PROBE
|
2011-11-24 20:11:16 +01:00
|
|
|
select GENERIC_PCI_IOMAP
|
2011-07-13 07:14:22 +02:00
|
|
|
select ARCH_HAVE_NMI_SAFE_CMPXCHG
|
2012-04-20 15:05:56 +02:00
|
|
|
select GENERIC_SMP_IDLE_THREAD
|
2017-09-21 21:55:01 +02:00
|
|
|
select GENERIC_CPU_DEVICES
|
2012-05-26 10:48:19 +02:00
|
|
|
select GENERIC_STRNCPY_FROM_USER
|
2013-01-18 10:42:24 +01:00
|
|
|
select SYSCTL_ARCH_UNALIGN_ALLOW
|
2014-05-05 18:07:12 +02:00
|
|
|
select SYSCTL_EXCEPTION_TRACE
|
2012-09-28 07:01:03 +02:00
|
|
|
select HAVE_MOD_ARCH_SPECIFIC
|
2013-03-07 05:48:16 +01:00
|
|
|
select VIRT_TO_BUS
|
2012-09-28 07:01:03 +02:00
|
|
|
select MODULES_USE_ELF_RELA
|
2012-10-27 01:59:16 +02:00
|
|
|
select CLONE_BACKWARDS
|
2013-01-18 07:44:22 +01:00
|
|
|
select TTY # Needed for pdc_cons.c
|
2013-07-01 22:04:42 +02:00
|
|
|
select HAVE_DEBUG_STACKOVERFLOW
|
2014-02-25 10:16:24 +01:00
|
|
|
select HAVE_ARCH_AUDITSYSCALL
|
parisc: Add <asm/hash.h>
PA-RISC is interesting; integer multiplies are implemented in the
FPU, so are painful in the kernel. But it tries to be friendly to
shift-and-add sequences for constant multiplies.
__hash_32 is implemented using the same shift-and-add sequence as
Microblaze, just scheduled for the PA7100. (It's 2-way superscalar
but in-order, like the Pentium.)
hash_64 was tricky, but a suggestion from Jason Thong allowed a
good solution by breaking up the multiplier. After a lot of manual
optimization, I found a 19-instruction sequence for the multiply that
can be executed in 10 cycles using only 4 temporaries.
(The PA8xxx can issue 4 instructions per cycle, but 2 must be ALU ops
and 2 must be loads/stores. And the final add can't be paired.)
An alternative considered, but ultimately not used, was Thomas Wang's
64-to-32-bit integer hash. At 12 instructions, it's smaller, but they're
all sequentially dependent, so it has longer latency.
https://web.archive.org/web/2011/http://www.concentric.net/~Ttwang/tech/inthash.htm
http://burtleburtle.net/bob/hash/integer.html
Signed-off-by: George Spelvin <linux@sciencehorizons.net>
Cc: Helge Deller <deller@gmx.de>
Cc: linux-parisc@vger.kernel.org
Signed-off-by: Helge Deller <deller@gmx.de>
2016-06-08 01:45:06 +02:00
|
|
|
select HAVE_ARCH_HASH
|
2019-05-03 23:51:00 +02:00
|
|
|
select HAVE_ARCH_JUMP_LABEL
|
|
|
|
select HAVE_ARCH_JUMP_LABEL_RELATIVE
|
2016-03-30 14:14:31 +02:00
|
|
|
select HAVE_ARCH_SECCOMP_FILTER
|
2016-04-01 22:40:53 +02:00
|
|
|
select HAVE_ARCH_TRACEHOOK
|
2018-06-28 22:47:11 +02:00
|
|
|
select HAVE_REGS_AND_STACK_ACCESS_API
|
2016-11-22 18:08:30 +01:00
|
|
|
select GENERIC_SCHED_CLOCK
|
|
|
|
select HAVE_UNSTABLE_SCHED_CLOCK if SMP
|
|
|
|
select GENERIC_CLOCKEVENTS
|
lib/GCD.c: use binary GCD algorithm instead of Euclidean
The binary GCD algorithm is based on the following facts:
1. If a and b are all evens, then gcd(a,b) = 2 * gcd(a/2, b/2)
2. If a is even and b is odd, then gcd(a,b) = gcd(a/2, b)
3. If a and b are all odds, then gcd(a,b) = gcd((a-b)/2, b) = gcd((a+b)/2, b)
Even on x86 machines with reasonable division hardware, the binary
algorithm runs about 25% faster (80% the execution time) than the
division-based Euclidian algorithm.
On platforms like Alpha and ARMv6 where division is a function call to
emulation code, it's even more significant.
There are two variants of the code here, depending on whether a fast
__ffs (find least significant set bit) instruction is available. This
allows the unpredictable branches in the bit-at-a-time shifting loop to
be eliminated.
If fast __ffs is not available, the "even/odd" GCD variant is used.
I use the following code to benchmark:
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#define swap(a, b) \
do { \
a ^= b; \
b ^= a; \
a ^= b; \
} while (0)
unsigned long gcd0(unsigned long a, unsigned long b)
{
unsigned long r;
if (a < b) {
swap(a, b);
}
if (b == 0)
return a;
while ((r = a % b) != 0) {
a = b;
b = r;
}
return b;
}
unsigned long gcd1(unsigned long a, unsigned long b)
{
unsigned long r = a | b;
if (!a || !b)
return r;
b >>= __builtin_ctzl(b);
for (;;) {
a >>= __builtin_ctzl(a);
if (a == b)
return a << __builtin_ctzl(r);
if (a < b)
swap(a, b);
a -= b;
}
}
unsigned long gcd2(unsigned long a, unsigned long b)
{
unsigned long r = a | b;
if (!a || !b)
return r;
r &= -r;
while (!(b & r))
b >>= 1;
for (;;) {
while (!(a & r))
a >>= 1;
if (a == b)
return a;
if (a < b)
swap(a, b);
a -= b;
a >>= 1;
if (a & r)
a += b;
a >>= 1;
}
}
unsigned long gcd3(unsigned long a, unsigned long b)
{
unsigned long r = a | b;
if (!a || !b)
return r;
b >>= __builtin_ctzl(b);
if (b == 1)
return r & -r;
for (;;) {
a >>= __builtin_ctzl(a);
if (a == 1)
return r & -r;
if (a == b)
return a << __builtin_ctzl(r);
if (a < b)
swap(a, b);
a -= b;
}
}
unsigned long gcd4(unsigned long a, unsigned long b)
{
unsigned long r = a | b;
if (!a || !b)
return r;
r &= -r;
while (!(b & r))
b >>= 1;
if (b == r)
return r;
for (;;) {
while (!(a & r))
a >>= 1;
if (a == r)
return r;
if (a == b)
return a;
if (a < b)
swap(a, b);
a -= b;
a >>= 1;
if (a & r)
a += b;
a >>= 1;
}
}
static unsigned long (*gcd_func[])(unsigned long a, unsigned long b) = {
gcd0, gcd1, gcd2, gcd3, gcd4,
};
#define TEST_ENTRIES (sizeof(gcd_func) / sizeof(gcd_func[0]))
#if defined(__x86_64__)
#define rdtscll(val) do { \
unsigned long __a,__d; \
__asm__ __volatile__("rdtsc" : "=a" (__a), "=d" (__d)); \
(val) = ((unsigned long long)__a) | (((unsigned long long)__d)<<32); \
} while(0)
static unsigned long long benchmark_gcd_func(unsigned long (*gcd)(unsigned long, unsigned long),
unsigned long a, unsigned long b, unsigned long *res)
{
unsigned long long start, end;
unsigned long long ret;
unsigned long gcd_res;
rdtscll(start);
gcd_res = gcd(a, b);
rdtscll(end);
if (end >= start)
ret = end - start;
else
ret = ~0ULL - start + 1 + end;
*res = gcd_res;
return ret;
}
#else
static inline struct timespec read_time(void)
{
struct timespec time;
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &time);
return time;
}
static inline unsigned long long diff_time(struct timespec start, struct timespec end)
{
struct timespec temp;
if ((end.tv_nsec - start.tv_nsec) < 0) {
temp.tv_sec = end.tv_sec - start.tv_sec - 1;
temp.tv_nsec = 1000000000ULL + end.tv_nsec - start.tv_nsec;
} else {
temp.tv_sec = end.tv_sec - start.tv_sec;
temp.tv_nsec = end.tv_nsec - start.tv_nsec;
}
return temp.tv_sec * 1000000000ULL + temp.tv_nsec;
}
static unsigned long long benchmark_gcd_func(unsigned long (*gcd)(unsigned long, unsigned long),
unsigned long a, unsigned long b, unsigned long *res)
{
struct timespec start, end;
unsigned long gcd_res;
start = read_time();
gcd_res = gcd(a, b);
end = read_time();
*res = gcd_res;
return diff_time(start, end);
}
#endif
static inline unsigned long get_rand()
{
if (sizeof(long) == 8)
return (unsigned long)rand() << 32 | rand();
else
return rand();
}
int main(int argc, char **argv)
{
unsigned int seed = time(0);
int loops = 100;
int repeats = 1000;
unsigned long (*res)[TEST_ENTRIES];
unsigned long long elapsed[TEST_ENTRIES];
int i, j, k;
for (;;) {
int opt = getopt(argc, argv, "n:r:s:");
/* End condition always first */
if (opt == -1)
break;
switch (opt) {
case 'n':
loops = atoi(optarg);
break;
case 'r':
repeats = atoi(optarg);
break;
case 's':
seed = strtoul(optarg, NULL, 10);
break;
default:
/* You won't actually get here. */
break;
}
}
res = malloc(sizeof(unsigned long) * TEST_ENTRIES * loops);
memset(elapsed, 0, sizeof(elapsed));
srand(seed);
for (j = 0; j < loops; j++) {
unsigned long a = get_rand();
/* Do we have args? */
unsigned long b = argc > optind ? strtoul(argv[optind], NULL, 10) : get_rand();
unsigned long long min_elapsed[TEST_ENTRIES];
for (k = 0; k < repeats; k++) {
for (i = 0; i < TEST_ENTRIES; i++) {
unsigned long long tmp = benchmark_gcd_func(gcd_func[i], a, b, &res[j][i]);
if (k == 0 || min_elapsed[i] > tmp)
min_elapsed[i] = tmp;
}
}
for (i = 0; i < TEST_ENTRIES; i++)
elapsed[i] += min_elapsed[i];
}
for (i = 0; i < TEST_ENTRIES; i++)
printf("gcd%d: elapsed %llu\n", i, elapsed[i]);
k = 0;
srand(seed);
for (j = 0; j < loops; j++) {
unsigned long a = get_rand();
unsigned long b = argc > optind ? strtoul(argv[optind], NULL, 10) : get_rand();
for (i = 1; i < TEST_ENTRIES; i++) {
if (res[j][i] != res[j][0])
break;
}
if (i < TEST_ENTRIES) {
if (k == 0) {
k = 1;
fprintf(stderr, "Error:\n");
}
fprintf(stderr, "gcd(%lu, %lu): ", a, b);
for (i = 0; i < TEST_ENTRIES; i++)
fprintf(stderr, "%ld%s", res[j][i], i < TEST_ENTRIES - 1 ? ", " : "\n");
}
}
if (k == 0)
fprintf(stderr, "PASS\n");
free(res);
return 0;
}
Compiled with "-O2", on "VirtualBox 4.4.0-22-generic #38-Ubuntu x86_64" got:
zhaoxiuzeng@zhaoxiuzeng-VirtualBox:~/develop$ ./gcd -r 500000 -n 10
gcd0: elapsed 10174
gcd1: elapsed 2120
gcd2: elapsed 2902
gcd3: elapsed 2039
gcd4: elapsed 2812
PASS
zhaoxiuzeng@zhaoxiuzeng-VirtualBox:~/develop$ ./gcd -r 500000 -n 10
gcd0: elapsed 9309
gcd1: elapsed 2280
gcd2: elapsed 2822
gcd3: elapsed 2217
gcd4: elapsed 2710
PASS
zhaoxiuzeng@zhaoxiuzeng-VirtualBox:~/develop$ ./gcd -r 500000 -n 10
gcd0: elapsed 9589
gcd1: elapsed 2098
gcd2: elapsed 2815
gcd3: elapsed 2030
gcd4: elapsed 2718
PASS
zhaoxiuzeng@zhaoxiuzeng-VirtualBox:~/develop$ ./gcd -r 500000 -n 10
gcd0: elapsed 9914
gcd1: elapsed 2309
gcd2: elapsed 2779
gcd3: elapsed 2228
gcd4: elapsed 2709
PASS
[akpm@linux-foundation.org: avoid #defining a CONFIG_ variable]
Signed-off-by: Zhaoxiu Zeng <zhaoxiu.zeng@gmail.com>
Signed-off-by: George Spelvin <linux@horizon.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-05-21 02:03:57 +02:00
|
|
|
select CPU_NO_EFFICIENT_FFS
|
2018-05-09 06:53:49 +02:00
|
|
|
select NEED_DMA_MAP_STATE
|
2018-04-05 09:44:52 +02:00
|
|
|
select NEED_SG_DMA_LENGTH
|
2019-04-04 21:14:10 +02:00
|
|
|
select HAVE_ARCH_KGDB
|
2019-04-07 20:10:58 +02:00
|
|
|
select HAVE_KPROBES
|
2019-04-09 19:30:28 +02:00
|
|
|
select HAVE_KRETPROBES
|
parisc: add dynamic ftrace
This patch implements dynamic ftrace for PA-RISC. The required mcount
call sequences can get pretty long, so instead of patching the
whole call sequence out of the functions, we are using
-fpatchable-function-entry from gcc. This puts a configurable amount of
NOPS before/at the start of the function. Taking do_sys_open() as example,
which would look like this when the call is patched out:
1036b248: 08 00 02 40 nop
1036b24c: 08 00 02 40 nop
1036b250: 08 00 02 40 nop
1036b254: 08 00 02 40 nop
1036b258 <do_sys_open>:
1036b258: 08 00 02 40 nop
1036b25c: 08 03 02 41 copy r3,r1
1036b260: 6b c2 3f d9 stw rp,-14(sp)
1036b264: 08 1e 02 43 copy sp,r3
1036b268: 6f c1 01 00 stw,ma r1,80(sp)
When ftrace gets enabled for this function the kernel will patch these
NOPs to:
1036b248: 10 19 57 20 <address of ftrace>
1036b24c: 6f c1 00 80 stw,ma r1,40(sp)
1036b250: 48 21 3f d1 ldw -18(r1),r1
1036b254: e8 20 c0 02 bv,n r0(r1)
1036b258 <do_sys_open>:
1036b258: e8 3f 1f df b,l,n .-c,r1
1036b25c: 08 03 02 41 copy r3,r1
1036b260: 6b c2 3f d9 stw rp,-14(sp)
1036b264: 08 1e 02 43 copy sp,r3
1036b268: 6f c1 01 00 stw,ma r1,80(sp)
So the first NOP in do_sys_open() will be patched to jump backwards into
some minimal trampoline code which pushes a stackframe, saves r1 which
holds the return address, loads the address of the real ftrace function,
and branches to that location. For 64 Bit things are getting a bit more
complicated (and longer) because we must make sure that the address of
ftrace location is 8 byte aligned, and the offset passed to ldd for
fetching the address is 8 byte aligned as well.
Note that gcc has a bug which misplaces the function label, and needs a
patch to make dynamic ftrace work. See
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90751 for details.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Helge Deller <deller@gmx.de>
2019-06-05 22:32:22 +02:00
|
|
|
select HAVE_DYNAMIC_FTRACE if $(cc-option,-fpatchable-function-entry=1,1)
|
|
|
|
select HAVE_FTRACE_MCOUNT_RECORD if HAVE_DYNAMIC_FTRACE
|
2019-07-23 22:37:52 +02:00
|
|
|
select HAVE_KPROBES_ON_FTRACE
|
|
|
|
select HAVE_DYNAMIC_FTRACE_WITH_REGS
|
2020-01-02 18:24:10 +01:00
|
|
|
select HAVE_COPY_THREAD_TLS
|
2011-01-19 20:38:30 +01:00
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
help
|
|
|
|
The PA-RISC microprocessor is designed by Hewlett-Packard and used
|
|
|
|
in many of their workstations & servers (HP9000 700 and 800 series,
|
|
|
|
and later HP3000 series). The PA-RISC Linux project home page is
|
|
|
|
at <http://www.parisc-linux.org/>.
|
|
|
|
|
2017-07-06 18:34:19 +02:00
|
|
|
config CPU_BIG_ENDIAN
|
|
|
|
def_bool y
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
config MMU
|
|
|
|
def_bool y
|
|
|
|
|
|
|
|
config STACK_GROWSUP
|
|
|
|
def_bool y
|
|
|
|
|
2008-01-30 13:31:20 +01:00
|
|
|
config GENERIC_LOCKBREAK
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
depends on SMP && PREEMPT
|
|
|
|
|
2006-12-08 11:37:49 +01:00
|
|
|
config ARCH_HAS_ILOG2_U32
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config ARCH_HAS_ILOG2_U64
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2006-12-16 16:16:50 +01:00
|
|
|
config GENERIC_BUG
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
depends on BUG
|
|
|
|
|
[PATCH] bitops: parisc: use generic bitops
- remove __{,test_and_}{set,clear,change}_bit() and test_bit()
- remove ffz()
- remove generic_fls64()
- remove generic_hweight{32,16,8}()
- remove generic_hweight64()
- remove sched_find_first_bit()
- remove find_{next,first}{,_zero}_bit()
- remove ext2_{set,clear,test,find_first_zero,find_next_zero}_bit()
Signed-off-by: Akinobu Mita <mita@miraclelinux.com>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-03-26 11:39:31 +02:00
|
|
|
config GENERIC_HWEIGHT
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
config GENERIC_CALIBRATE_DELAY
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
2006-02-14 22:53:15 +01:00
|
|
|
config TIME_LOW_RES
|
|
|
|
bool
|
|
|
|
depends on SMP
|
|
|
|
default y
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
# unless you want to implement ACPI on PA-RISC ... ;-)
|
|
|
|
config PM
|
|
|
|
bool
|
|
|
|
|
2009-02-06 21:50:39 +01:00
|
|
|
config STACKTRACE_SUPPORT
|
|
|
|
def_bool y
|
|
|
|
|
2005-05-04 06:39:22 +02:00
|
|
|
config ISA_DMA_API
|
|
|
|
bool
|
|
|
|
|
2005-09-06 02:48:42 +02:00
|
|
|
config ARCH_MAY_HAVE_PC_FDC
|
|
|
|
bool
|
2005-10-22 04:52:46 +02:00
|
|
|
depends on BROKEN
|
2005-09-06 02:48:42 +02:00
|
|
|
default y
|
|
|
|
|
2015-04-15 00:45:54 +02:00
|
|
|
config PGTABLE_LEVELS
|
|
|
|
int
|
|
|
|
default 3 if 64BIT && PARISC_PAGE_SIZE_4KB
|
|
|
|
default 2
|
|
|
|
|
2015-11-22 00:07:06 +01:00
|
|
|
config SYS_SUPPORTS_HUGETLBFS
|
|
|
|
def_bool y if PA20
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
|
|
|
|
menu "Processor type and features"
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Processor type"
|
|
|
|
default PA7000
|
|
|
|
|
|
|
|
config PA7000
|
|
|
|
bool "PA7000/PA7100"
|
|
|
|
---help---
|
|
|
|
This is the processor type of your CPU. This information is
|
|
|
|
used for optimizing purposes. In order to compile a kernel
|
|
|
|
that can run on all 32-bit PA CPUs (albeit not optimally fast),
|
|
|
|
you can specify "PA7000" here.
|
|
|
|
|
|
|
|
Specifying "PA8000" here will allow you to select a 64-bit kernel
|
|
|
|
which is required on some machines.
|
|
|
|
|
|
|
|
config PA7100LC
|
|
|
|
bool "PA7100LC"
|
|
|
|
help
|
|
|
|
Select this option for the PCX-L processor, as used in the
|
|
|
|
712, 715/64, 715/80, 715/100, 715/100XC, 725/100, 743, 748,
|
|
|
|
D200, D210, D300, D310 and E-class
|
|
|
|
|
|
|
|
config PA7200
|
|
|
|
bool "PA7200"
|
|
|
|
help
|
|
|
|
Select this option for the PCX-T' processor, as used in the
|
|
|
|
C100, C110, J100, J110, J210XC, D250, D260, D350, D360,
|
|
|
|
K100, K200, K210, K220, K400, K410 and K420
|
|
|
|
|
|
|
|
config PA7300LC
|
|
|
|
bool "PA7300LC"
|
|
|
|
help
|
|
|
|
Select this option for the PCX-L2 processor, as used in the
|
|
|
|
744, A180, B132L, B160L, B180L, C132L, C160L, C180L,
|
|
|
|
D220, D230, D320 and D330.
|
|
|
|
|
|
|
|
config PA8X00
|
|
|
|
bool "PA8000 and up"
|
|
|
|
help
|
|
|
|
Select this option for PCX-U to PCX-W2 processors.
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
# Define implied options from the CPU selection here
|
|
|
|
|
|
|
|
config PA20
|
|
|
|
def_bool y
|
|
|
|
depends on PA8X00
|
|
|
|
|
|
|
|
config PA11
|
|
|
|
def_bool y
|
|
|
|
depends on PA7000 || PA7100LC || PA7200 || PA7300LC
|
2018-06-19 09:04:55 +02:00
|
|
|
select ARCH_HAS_SYNC_DMA_FOR_CPU
|
|
|
|
select ARCH_HAS_SYNC_DMA_FOR_DEVICE
|
|
|
|
select DMA_NONCOHERENT_CACHE_SYNC
|
2005-04-17 00:20:36 +02:00
|
|
|
|
|
|
|
config PREFETCH
|
|
|
|
def_bool y
|
2006-08-14 02:37:26 +02:00
|
|
|
depends on PA8X00 || PA7200
|
2005-04-17 00:20:36 +02:00
|
|
|
|
2013-01-31 22:44:28 +01:00
|
|
|
config MLONGCALLS
|
|
|
|
bool "Enable the -mlong-calls compiler option for big kernels"
|
2019-05-14 21:40:53 +02:00
|
|
|
default y if !MODULES || UBSAN || FTRACE
|
|
|
|
default n
|
2013-01-31 22:44:28 +01:00
|
|
|
depends on PA8X00
|
|
|
|
help
|
|
|
|
If you configure the kernel to include many drivers built-in instead
|
|
|
|
as modules, the kernel executable may become too big, so that the
|
|
|
|
linker will not be able to resolve some long branches and fails to link
|
|
|
|
your vmlinux kernel. In that case enabling this option will help you
|
|
|
|
to overcome this limit by using the -mlong-calls compiler option.
|
|
|
|
|
|
|
|
Usually you want to say N here, unless you e.g. want to build
|
|
|
|
a kernel which includes all necessary drivers built-in and which can
|
|
|
|
be used for TFTP booting without the need to have an initrd ramdisk.
|
|
|
|
|
|
|
|
Enabling this option will probably slow down your kernel.
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
config 64BIT
|
|
|
|
bool "64-bit kernel"
|
|
|
|
depends on PA8X00
|
|
|
|
help
|
|
|
|
Enable this if you want to support 64bit kernel on PA-RISC platform.
|
|
|
|
|
|
|
|
At the moment, only people willing to use more than 2GB of RAM,
|
|
|
|
or having a 64bit-only capable PA-RISC machine should say Y here.
|
|
|
|
|
|
|
|
Since there is no 64bit userland on PA-RISC, there is no point to
|
|
|
|
enable this option otherwise. The 64bit kernel is significantly bigger
|
|
|
|
and slower than the 32bit one.
|
|
|
|
|
2006-04-20 22:40:23 +02:00
|
|
|
choice
|
|
|
|
prompt "Kernel page size"
|
2011-10-12 14:51:12 +02:00
|
|
|
default PARISC_PAGE_SIZE_4KB
|
2006-04-20 22:40:23 +02:00
|
|
|
|
|
|
|
config PARISC_PAGE_SIZE_4KB
|
|
|
|
bool "4KB"
|
|
|
|
help
|
|
|
|
This lets you select the page size of the kernel. For best
|
|
|
|
performance, a page size of 16KB is recommended. For best
|
|
|
|
compatibility with 32bit applications, a page size of 4KB should be
|
|
|
|
selected (the vast majority of 32bit binaries work perfectly fine
|
|
|
|
with a larger page size).
|
|
|
|
|
|
|
|
4KB For best 32bit compatibility
|
|
|
|
16KB For best performance
|
|
|
|
64KB For best performance, might give more overhead.
|
|
|
|
|
|
|
|
If you don't know what to do, choose 4KB.
|
|
|
|
|
|
|
|
config PARISC_PAGE_SIZE_16KB
|
2013-01-17 03:53:21 +01:00
|
|
|
bool "16KB"
|
2018-06-15 22:33:44 +02:00
|
|
|
depends on PA8X00 && BROKEN
|
2006-04-20 22:40:23 +02:00
|
|
|
|
|
|
|
config PARISC_PAGE_SIZE_64KB
|
2013-01-17 03:53:21 +01:00
|
|
|
bool "64KB"
|
2018-06-15 22:33:44 +02:00
|
|
|
depends on PA8X00 && BROKEN
|
2006-04-20 22:40:23 +02:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2017-09-22 22:24:02 +02:00
|
|
|
config PARISC_SELF_EXTRACT
|
|
|
|
bool "Build kernel as self-extracting executable"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Say Y if you want to build the parisc kernel as a kind of
|
|
|
|
self-extracting executable.
|
|
|
|
|
|
|
|
If you say N here, the kernel will be compressed with gzip
|
|
|
|
which can be loaded by the palo bootloader directly too.
|
|
|
|
|
|
|
|
If you don't know what to do here, say Y.
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
config SMP
|
|
|
|
bool "Symmetric multi-processing support"
|
|
|
|
---help---
|
|
|
|
This enables support for systems with more than one CPU. If you have
|
2014-01-24 00:55:29 +01:00
|
|
|
a system with only one CPU, say N. If you have a system with more
|
|
|
|
than one CPU, say Y.
|
2005-04-17 00:20:36 +02:00
|
|
|
|
2014-01-24 00:55:29 +01:00
|
|
|
If you say N here, the kernel will run on uni- and multiprocessor
|
2018-03-13 20:56:16 +01:00
|
|
|
machines, but will use only one CPU of a multiprocessor machine.
|
|
|
|
On a uniprocessor machine, the kernel will run faster if you say N.
|
2005-04-17 00:20:36 +02:00
|
|
|
|
2019-06-27 19:56:51 +02:00
|
|
|
See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO
|
2008-02-03 14:50:21 +01:00
|
|
|
available at <http://www.tldp.org/docs.html#howto>.
|
2005-04-17 00:20:36 +02:00
|
|
|
|
|
|
|
If you don't know what to do here, say N.
|
2013-05-07 22:25:42 +02:00
|
|
|
|
2017-09-21 21:55:01 +02:00
|
|
|
config PARISC_CPU_TOPOLOGY
|
|
|
|
bool "Support cpu topology definition"
|
|
|
|
depends on SMP
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Support PARISC cpu topology definition.
|
|
|
|
|
|
|
|
config SCHED_MC
|
|
|
|
bool "Multi-core scheduler support"
|
|
|
|
depends on PARISC_CPU_TOPOLOGY && PA8X00
|
|
|
|
help
|
|
|
|
Multi-core scheduler support improves the CPU scheduler's decision
|
|
|
|
making when dealing with multi-core CPU chips at a cost of slightly
|
|
|
|
increased overhead in some places. If unsure say N here.
|
|
|
|
|
2013-05-07 22:25:42 +02:00
|
|
|
config IRQSTACKS
|
|
|
|
bool "Use separate kernel stacks when processing interrupts"
|
2013-05-10 23:24:01 +02:00
|
|
|
default y
|
2013-05-07 22:25:42 +02:00
|
|
|
help
|
|
|
|
If you say Y here the kernel will use separate kernel stacks
|
|
|
|
for handling hard and soft interrupts. This can help avoid
|
|
|
|
overflowing the process kernel stacks.
|
2005-04-17 00:20:36 +02:00
|
|
|
|
|
|
|
config HOTPLUG_CPU
|
|
|
|
bool
|
|
|
|
default y if SMP
|
|
|
|
|
2006-01-28 07:59:36 +01:00
|
|
|
config ARCH_SELECT_MEMORY_MODEL
|
|
|
|
def_bool y
|
|
|
|
depends on 64BIT
|
|
|
|
|
2019-04-09 21:52:35 +02:00
|
|
|
config ARCH_SPARSEMEM_ENABLE
|
2006-01-28 07:59:36 +01:00
|
|
|
def_bool y
|
|
|
|
depends on 64BIT
|
|
|
|
|
|
|
|
config ARCH_FLATMEM_ENABLE
|
|
|
|
def_bool y
|
|
|
|
|
2019-04-09 21:52:35 +02:00
|
|
|
config ARCH_SPARSEMEM_DEFAULT
|
2006-01-28 07:59:36 +01:00
|
|
|
def_bool y
|
2019-04-09 21:52:35 +02:00
|
|
|
depends on ARCH_SPARSEMEM_ENABLE
|
2006-04-11 07:53:53 +02:00
|
|
|
|
2005-10-22 04:52:46 +02:00
|
|
|
source "kernel/Kconfig.hz"
|
2005-06-23 09:07:43 +02:00
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
config COMPAT
|
|
|
|
def_bool y
|
|
|
|
depends on 64BIT
|
2018-04-11 09:09:53 +02:00
|
|
|
select COMPAT_BINFMT_ELF if BINFMT_ELF
|
2005-04-17 00:20:36 +02:00
|
|
|
|
2013-02-19 20:47:37 +01:00
|
|
|
config SYSVIPC_COMPAT
|
|
|
|
def_bool y
|
|
|
|
depends on COMPAT && SYSVIPC
|
|
|
|
|
2013-10-15 19:25:46 +02:00
|
|
|
config AUDIT_ARCH
|
|
|
|
def_bool y
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
config NR_CPUS
|
|
|
|
int "Maximum number of CPUs (2-32)"
|
|
|
|
range 2 32
|
|
|
|
depends on SMP
|
2018-06-15 22:38:22 +02:00
|
|
|
default "4"
|
2005-04-17 00:20:36 +02:00
|
|
|
|
2019-09-08 11:33:04 +02:00
|
|
|
config KEXEC
|
|
|
|
bool "Kexec system call"
|
|
|
|
select KEXEC_CORE
|
|
|
|
help
|
|
|
|
kexec is a system call that implements the ability to shutdown your
|
|
|
|
current kernel, and to start another kernel. It is like a reboot
|
|
|
|
but it is independent of the system firmware. And like a reboot
|
|
|
|
you can start any kernel with it, not just Linux.
|
|
|
|
|
|
|
|
It is an ongoing process to be certain the hardware in a machine
|
|
|
|
shutdown, so do not be surprised if this code does not
|
|
|
|
initially work for you.
|
|
|
|
|
2019-09-08 11:33:06 +02:00
|
|
|
config KEXEC_FILE
|
|
|
|
bool "kexec file based system call"
|
|
|
|
select KEXEC_CORE
|
|
|
|
select KEXEC_ELF
|
|
|
|
help
|
|
|
|
This enables the kexec_file_load() System call. This is
|
|
|
|
file based and takes file descriptors as system call argument
|
|
|
|
for kernel and initramfs as opposed to list of segments as
|
|
|
|
accepted by previous system call.
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
|
|
|
|
source "drivers/parisc/Kconfig"
|
|
|
|
|
2014-08-27 14:39:56 +02:00
|
|
|
config SECCOMP
|
|
|
|
def_bool y
|
|
|
|
prompt "Enable seccomp to safely compute untrusted bytecode"
|
|
|
|
---help---
|
|
|
|
This kernel feature is useful for number crunching applications
|
|
|
|
that may need to compute untrusted bytecode during their
|
|
|
|
execution. By using pipes or other transports made available to
|
|
|
|
the process as file descriptors supporting the read/write
|
|
|
|
syscalls, it's possible to isolate those applications in
|
|
|
|
their own address space using seccomp. Once seccomp is
|
|
|
|
enabled via prctl(PR_SET_SECCOMP), it cannot be disabled
|
|
|
|
and the task is only allowed to execute a few safe syscalls
|
|
|
|
defined by each seccomp mode.
|
|
|
|
|
|
|
|
If unsure, say Y. Only embedded should say N here.
|