mirror of
https://github.com/dynup/kpatch
synced 2025-04-29 22:47:57 +00:00
Add patches rebased on top of upstream 5.10.11 tarball. Integration tests for these can be ran as this: make PATCH_DIR="linux-5.10.11" KPATCHBUILD_OPTS="-s /path/to/src/linux-5.10.11" integration-slow Signed-off-by: Artem Savkov <asavkov@redhat.com>
10 lines
350 B
Diff
10 lines
350 B
Diff
diff -Nupr linux-5.10.11.bak/net/core/dev.c linux-5.10.11/net/core/dev.c
|
|
--- linux-5.10.11.bak/net/core/dev.c 2021-01-28 08:18:59.936105663 -0500
|
|
+++ linux-5.10.11/net/core/dev.c 2021-01-28 08:34:03.120655935 -0500
|
|
@@ -1,4 +1,5 @@
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
+
|
|
/*
|
|
* NET3 Protocol independent device support routines.
|
|
*
|