mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
kernel: Update to 5.6.11/5.4.39/4.19.121/4.14.179
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
26f1c75950
commit
019b4274ea
@ -253,21 +253,21 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,5.6.2,5.6.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.4.30,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.4.30,5.4.x,,-dbg))
|
||||
$(eval $(call kernel,5.6.11,5.6.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.4.39,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.4.39,5.4.x,,-dbg))
|
||||
$(eval $(call kernel,5.4.28,5.4.x,-rt,))
|
||||
$(eval $(call kernel,4.19.114,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.175,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.121,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.179,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,5.6.2,5.6.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.4.30,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.6.11,5.6.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.4.39,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.4.28,5.4.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,5.6.2,5.6.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.4.30,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.6.11,5.6.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.4.39,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
# Target for kernel config
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.175 Kernel Configuration
|
||||
# Linux/x86 4.14.179 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.19.114 Kernel Configuration
|
||||
# Linux/x86 4.19.121 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.4.30 Kernel Configuration
|
||||
# Linux/arm64 5.4.39 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 5.4.30 Kernel Configuration
|
||||
# Linux/s390 5.4.39 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.4.30 Kernel Configuration
|
||||
# Linux/x86 5.4.39 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.6.2 Kernel Configuration
|
||||
# Linux/arm64 5.6.11 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 5.6.2 Kernel Configuration
|
||||
# Linux/s390 5.6.11 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.6.2 Kernel Configuration
|
||||
# Linux/x86 5.6.11 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 24796cb1c1993f1d90742d39eda9cbec7ba9f93f Mon Sep 17 00:00:00 2001
|
||||
From 333f5bbf9097beda89c22a4d55aadba6cd1cf14e Mon Sep 17 00:00:00 2001
|
||||
From: Cheng-mean Liu <soccerl@microsoft.com>
|
||||
Date: Tue, 11 Jul 2017 16:58:26 -0700
|
||||
Subject: [PATCH 01/21] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB
|
||||
@ -24,5 +24,5 @@ index 145f242c7c90..e360610911f3 100644
|
||||
|
||||
enum ars_masks {
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b438267e99a254b7429bbfba070ab6a10d7aa6aa Mon Sep 17 00:00:00 2001
|
||||
From c4d562dd53c8f0b202f04364f2586f5017d40fb1 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:00 -0700
|
||||
Subject: [PATCH 02/21] hyper-v: trace vmbus_on_msg_dpc()
|
||||
@ -107,5 +107,5 @@ index 1fd812ed679b..70f857441399 100644
|
||||
WARN_ONCE(1, "unknown msgtype=%d\n", hdr->msgtype);
|
||||
goto msg_handled;
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 72a91023eeacb8a23aa133ec2eb990fa03b32bc5 Mon Sep 17 00:00:00 2001
|
||||
From b61d2eff742b292fecfb942f89c4e1aeb029e7b0 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:01 -0700
|
||||
Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message()
|
||||
@ -45,5 +45,5 @@ index 9c2772922c76..d432aba5df8a 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b4005dadd829aed2039d665cee1881f49a8b63a1 Mon Sep 17 00:00:00 2001
|
||||
From 0a30366ac57372d2011aa6767f08ef731a1a9168 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:02 -0700
|
||||
Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer()
|
||||
@ -76,5 +76,5 @@ index d432aba5df8a..488b873b563e 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 80655cdbb7c8af7ac4e81fe714a58316d0c73d39 Mon Sep 17 00:00:00 2001
|
||||
From 8e09b1485b89f84edeb6fc8955ce4c83d7a910e7 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:03 -0700
|
||||
Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind()
|
||||
@ -47,5 +47,5 @@ index 488b873b563e..dbbed1d1f327 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 0c0455f95486b47ff302b04bfcb9d218b615d3f9 Mon Sep 17 00:00:00 2001
|
||||
From c0d6624139c592afd2f59bd89205367a17ac92f2 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:04 -0700
|
||||
Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result()
|
||||
@ -56,5 +56,5 @@ index dbbed1d1f327..9757c19d1c08 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 6e88aa6f249cc7f482feb19a00810a9a6022ab25 Mon Sep 17 00:00:00 2001
|
||||
From d2b780d10394f57e587c4d651c9654cbffa8c7d3 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:05 -0700
|
||||
Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created()
|
||||
@ -56,5 +56,5 @@ index 9757c19d1c08..20734b7b341b 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ec55daf877edc19269dd16f0ae0ae926bafeed89 Mon Sep 17 00:00:00 2001
|
||||
From 962937432231380e0a30e8d5f031c76adb90cb70 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:06 -0700
|
||||
Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown()
|
||||
@ -47,5 +47,5 @@ index 20734b7b341b..84c08cdf7235 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From afa9cce6947186ec0b17b0b9172c9d8a5c2d4b14 Mon Sep 17 00:00:00 2001
|
||||
From f756c507992e113fa0ea1a9471d22c523677e160 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:07 -0700
|
||||
Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response()
|
||||
@ -51,5 +51,5 @@ index 84c08cdf7235..2a046547107f 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ee0128fbee6aa73c5f832990c86a62f95d3fb5f9 Mon Sep 17 00:00:00 2001
|
||||
From aecd20aa882d80ddd3e0b74ebdffd12359d9ec72 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:08 -0700
|
||||
Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers()
|
||||
@ -51,5 +51,5 @@ index 2a046547107f..566ac0f2fe56 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 6a6c0474ea0640be0f79390c83b42ce0197e08bf Mon Sep 17 00:00:00 2001
|
||||
From 75faa50818868fa4c55b0f0c27e5fb409264026f Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:09 -0700
|
||||
Subject: [PATCH 11/21] hyper-v: trace vmbus_open()
|
||||
@ -66,5 +66,5 @@ index 566ac0f2fe56..38fedb803bd8 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 5df7a692eacbe0b42f593bda2b81b1d9e9d154c8 Mon Sep 17 00:00:00 2001
|
||||
From decec8b295fd5149da9b3d2cd448f1259048d325 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:10 -0700
|
||||
Subject: [PATCH 12/21] hyper-v: trace vmbus_close_internal()
|
||||
@ -54,5 +54,5 @@ index 38fedb803bd8..302bd4e964f0 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 733fc90ecf658625cf227ee85a242dc54ee165d8 Mon Sep 17 00:00:00 2001
|
||||
From f070979217fbb19c35319c6867fa8c2ae28cad00 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:11 -0700
|
||||
Subject: [PATCH 13/21] hyper-v: trace vmbus_establish_gpadl()
|
||||
@ -92,5 +92,5 @@ index 302bd4e964f0..978e70bdc7c5 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 514148f54891b8e9bdcf65bc06087f2992e2e1c6 Mon Sep 17 00:00:00 2001
|
||||
From a82075db6979247b0a7e999e5a88936b518a93f0 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:12 -0700
|
||||
Subject: [PATCH 14/21] hyper-v: trace vmbus_teardown_gpadl()
|
||||
@ -57,5 +57,5 @@ index 978e70bdc7c5..cd33a52ef27f 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 7aa5e1d4543decdf2d210df981b9a12d430fed60 Mon Sep 17 00:00:00 2001
|
||||
From 447c8b1e0ab65c15ca6551018c5950012a11877d Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:13 -0700
|
||||
Subject: [PATCH 15/21] hyper-v: trace vmbus_negotiate_version()
|
||||
@ -66,5 +66,5 @@ index cd33a52ef27f..f06284d64a8c 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 68fe2679ce069ae3dee035f398d56a98979203c9 Mon Sep 17 00:00:00 2001
|
||||
From 9e242661dd727b82f49740eaa8a8cdd1ee644d7a Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:14 -0700
|
||||
Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid()
|
||||
@ -64,5 +64,5 @@ index f06284d64a8c..f0e437c3522f 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From dda4828610e0a1900af6b7c22c5fb99c73b14305 Mon Sep 17 00:00:00 2001
|
||||
From bc7760edd08f073b7a83ce5abdf17b6d1cd4b2e6 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:15 -0700
|
||||
Subject: [PATCH 17/21] hyper-v: trace vmbus_send_tl_connect_request()
|
||||
@ -70,5 +70,5 @@ index f0e437c3522f..5382d9630306 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 5d99bb75cf678b865f7d7f4befa78a7565711830 Mon Sep 17 00:00:00 2001
|
||||
From 4b4897b070cab0d37051afa01b6044e19b207a1d Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:16 -0700
|
||||
Subject: [PATCH 18/21] hyper-v: trace channel events
|
||||
@ -97,5 +97,5 @@ index 70f857441399..14288a2958d0 100644
|
||||
case HV_CALL_ISR:
|
||||
vmbus_channel_isr(channel);
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ac3a5d331cbb4ab7551b63a72797b35a5b7e6b3f Mon Sep 17 00:00:00 2001
|
||||
From 287ff0902ddd374515a8a57119c786ece09840b2 Mon Sep 17 00:00:00 2001
|
||||
From: Christian Borntraeger <borntraeger@de.ibm.com>
|
||||
Date: Tue, 12 Dec 2017 09:08:35 +0100
|
||||
Subject: [PATCH 19/21] serial: forbid 8250 on s390
|
||||
@ -31,5 +31,5 @@ index a5c0ef1e7695..16b1496e6105 100644
|
||||
---help---
|
||||
This selects whether you want to include the driver for the standard
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 8d79ab8e5806f8b7a8f2dc8fd6857780c8fb79f5 Mon Sep 17 00:00:00 2001
|
||||
From a8536b61d61bbc7c7b08e02127b289878a324a89 Mon Sep 17 00:00:00 2001
|
||||
From: Cathy Avery <cavery@redhat.com>
|
||||
Date: Tue, 31 Oct 2017 08:52:06 -0400
|
||||
Subject: [PATCH 20/21] scsi: storvsc: Allow only one remove lun work item to
|
||||
@ -128,5 +128,5 @@ index 5adeb1e4b186..405b5da45fa1 100644
|
||||
storvsc_dev_remove(dev);
|
||||
scsi_host_put(host);
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From fe24c8d1c22e600fc8eaa1ea2ae9a8c0091fc0d5 Mon Sep 17 00:00:00 2001
|
||||
From 3e8f53a68377bfcbc335226b251e9939b46d388f Mon Sep 17 00:00:00 2001
|
||||
From: Long Li <longli@microsoft.com>
|
||||
Date: Tue, 31 Oct 2017 14:58:08 -0700
|
||||
Subject: [PATCH 21/21] scsi: storvsc: Avoid excessive host scan on controller
|
||||
@ -106,5 +106,5 @@ index 405b5da45fa1..7b9173eebdd7 100644
|
||||
ret = scsi_add_host(host, &device->device);
|
||||
if (ret != 0)
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 5f86d3c6c5e6e3e3ea93cef6a76a85cffd9a6372 Mon Sep 17 00:00:00 2001
|
||||
From 1732ff11640d5fefb35083ad0d6bc016f2fd407c Mon Sep 17 00:00:00 2001
|
||||
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
||||
Date: Mon, 4 Feb 2019 15:48:03 -0300
|
||||
Subject: [PATCH 1/2] perf symbols: Add fallback definitions for
|
||||
@ -49,5 +49,5 @@ index a701a8a48f00..dc3fbcbb0e79 100644
|
||||
|
||||
#ifdef HAVE_CPLUS_DEMANGLE_SUPPORT
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 8ca0e7b06f5c0a48f434e50e09ae91372e686235 Mon Sep 17 00:00:00 2001
|
||||
From d5f2496c154d54f8760aa273384f49c4adfd8704 Mon Sep 17 00:00:00 2001
|
||||
From: Matt Redfearn <matt.redfearn@mips.com>
|
||||
Date: Wed, 3 Jan 2018 09:57:30 +0000
|
||||
Subject: [PATCH 2/2] include/uapi/linux/swab: Fix potentially missing
|
||||
@ -38,7 +38,7 @@ Signed-off-by: Matt Redfearn <matt.redfearn@mips.com>
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/include/uapi/linux/swab.h b/include/uapi/linux/swab.h
|
||||
index 23cd84868cc3..f6a8cf737abf 100644
|
||||
index 7272f85d6d6a..3736f2fe1541 100644
|
||||
--- a/include/uapi/linux/swab.h
|
||||
+++ b/include/uapi/linux/swab.h
|
||||
@@ -3,7 +3,7 @@
|
||||
@ -47,9 +47,9 @@ index 23cd84868cc3..f6a8cf737abf 100644
|
||||
#include <linux/types.h>
|
||||
-#include <linux/compiler.h>
|
||||
+#include <linux/stddef.h>
|
||||
#include <asm/bitsperlong.h>
|
||||
#include <asm/swab.h>
|
||||
|
||||
/*
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 194853f9b9fe9fcf424410cf5c455390caf91385 Mon Sep 17 00:00:00 2001
|
||||
From 3635a8090f2271103511b68a5853b1d7e0a925b5 Mon Sep 17 00:00:00 2001
|
||||
From: Matt Redfearn <matt.redfearn@mips.com>
|
||||
Date: Wed, 3 Jan 2018 09:57:30 +0000
|
||||
Subject: [PATCH] include/uapi/linux/swab: Fix potentially missing
|
||||
@ -38,7 +38,7 @@ Signed-off-by: Matt Redfearn <matt.redfearn@mips.com>
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/include/uapi/linux/swab.h b/include/uapi/linux/swab.h
|
||||
index 23cd84868cc3..f6a8cf737abf 100644
|
||||
index 7272f85d6d6a..3736f2fe1541 100644
|
||||
--- a/include/uapi/linux/swab.h
|
||||
+++ b/include/uapi/linux/swab.h
|
||||
@@ -3,7 +3,7 @@
|
||||
@ -47,9 +47,9 @@ index 23cd84868cc3..f6a8cf737abf 100644
|
||||
#include <linux/types.h>
|
||||
-#include <linux/compiler.h>
|
||||
+#include <linux/stddef.h>
|
||||
#include <asm/bitsperlong.h>
|
||||
#include <asm/swab.h>
|
||||
|
||||
/*
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 26ed515a9a0fa1c65c4ddada44e803ab67970bae Mon Sep 17 00:00:00 2001
|
||||
From 654a742e0c19c817e31443fc95f01aabaf2ee034 Mon Sep 17 00:00:00 2001
|
||||
From: Matt Redfearn <matt.redfearn@mips.com>
|
||||
Date: Wed, 3 Jan 2018 09:57:30 +0000
|
||||
Subject: [PATCH] include/uapi/linux/swab: Fix potentially missing
|
||||
@ -51,5 +51,5 @@ index 7272f85d6d6a..3736f2fe1541 100644
|
||||
#include <asm/swab.h>
|
||||
|
||||
--
|
||||
2.24.0
|
||||
2.26.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user