File tree Expand file tree Collapse file tree 4 files changed +4
-45
lines changed
Expand file tree Collapse file tree 4 files changed +4
-45
lines changed Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: GPL-2.0-or-later OR copyleft-next-0.3.1
12/*
23 * kmod stress test driver
34 *
45 * Copyright (C) 2017 Luis R. Rodriguez <[email protected] > 5- *
6- * This program is free software; you can redistribute it and/or modify it
7- * under the terms of the GNU General Public License as published by the Free
8- * Software Foundation; either version 2 of the License, or at your option any
9- * later version; or, when distributed separately from the Linux kernel or
10- * when incorporated into other software packages, subject to the following
11- * license:
12- *
13- * This program is free software; you can redistribute it and/or modify it
14- * under the terms of copyleft-next (version 0.3.1 or later) as published
15- * at http://copyleft-next.org/.
166 */
177#define pr_fmt (fmt ) KBUILD_MODNAME ": " fmt
188
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: GPL-2.0-or-later OR copyleft-next-0.3.1
12/*
23 * proc sysctl test driver
34 *
45 * Copyright (C) 2017 Luis R. Rodriguez <[email protected] > 5- *
6- * This program is free software; you can redistribute it and/or modify it
7- * under the terms of the GNU General Public License as published by the Free
8- * Software Foundation; either version 2 of the License, or at your option any
9- * later version; or, when distributed separately from the Linux kernel or
10- * when incorporated into other software packages, subject to the following
11- * license:
12- *
13- * This program is free software; you can redistribute it and/or modify it
14- * under the terms of copyleft-next (version 0.3.1 or later) as published
15- * at http://copyleft-next.org/.
166 */
177
188/*
Original file line number Diff line number Diff line change 11#! /bin/bash
2- #
2+ # SPDX-License-Identifier: GPL-2.0-or-later OR copyleft-next-0.3.1
33# Copyright (C) 2017 Luis R. Rodriguez <[email protected] >44#
5- # This program is free software; you can redistribute it and/or modify it
6- # under the terms of the GNU General Public License as published by the Free
7- # Software Foundation; either version 2 of the License, or at your option any
8- # later version; or, when distributed separately from the Linux kernel or
9- # when incorporated into other software packages, subject to the following
10- # license:
11- #
12- # This program is free software; you can redistribute it and/or modify it
13- # under the terms of copyleft-next (version 0.3.1 or later) as published
14- # at http://copyleft-next.org/.
15-
165# This is a stress test script for kmod, the kernel module loader. It uses
176# test_kmod which exposes a series of knobs for the API for us so we can
187# tweak each test in userspace rather than in kernelspace.
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ # SPDX-License-Identifier: GPL-2.0-or-later OR copyleft-next-0.3.1
23# Copyright (C) 2017 Luis R. Rodriguez <[email protected] >3- #
4- # This program is free software; you can redistribute it and/or modify it
5- # under the terms of the GNU General Public License as published by the Free
6- # Software Foundation; either version 2 of the License, or at your option any
7- # later version; or, when distributed separately from the Linux kernel or
8- # when incorporated into other software packages, subject to the following
9- # license:
10- #
11- # This program is free software; you can redistribute it and/or modify it
12- # under the terms of copyleft-next (version 0.3.1 or later) as published
13- # at http://copyleft-next.org/.
144
155# This performs a series tests against the proc sysctl interface.
166
You can’t perform that action at this time.
0 commit comments