summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2017-07-17 08:53:07 -0700
committerLaura Abbott <labbott@fedoraproject.org>2017-07-17 08:53:07 -0700
commit884e6796ebde5335d93ffec1fb63d7fed736df57 (patch)
treefbd4d54eb28dc59d73902771a02fff048e05fa9a
parent48844fd6b6148e7588db436d0fd6e2772bb6c218 (diff)
downloadkernel-884e6796ebde5335d93ffec1fb63d7fed736df57.tar.gz
kernel-884e6796ebde5335d93ffec1fb63d7fed736df57.tar.xz
kernel-884e6796ebde5335d93ffec1fb63d7fed736df57.zip
Linux v4.11.11
Bring back /dev/port (rhbz 1471429 1451220)
-rw-r--r--baseconfig/CONFIG_DEVPORT2
-rw-r--r--kernel-aarch64-debug.config2
-rw-r--r--kernel-aarch64.config2
-rw-r--r--kernel-armv7hl-debug.config2
-rw-r--r--kernel-armv7hl-lpae-debug.config2
-rw-r--r--kernel-armv7hl-lpae.config2
-rw-r--r--kernel-armv7hl.config2
-rw-r--r--kernel-i686-PAE.config2
-rw-r--r--kernel-i686-PAEdebug.config2
-rw-r--r--kernel-i686-debug.config2
-rw-r--r--kernel-i686.config2
-rw-r--r--kernel-ppc64-debug.config2
-rw-r--r--kernel-ppc64.config2
-rw-r--r--kernel-ppc64le-debug.config2
-rw-r--r--kernel-ppc64le.config2
-rw-r--r--kernel-ppc64p7-debug.config2
-rw-r--r--kernel-ppc64p7.config2
-rw-r--r--kernel-s390x-debug.config2
-rw-r--r--kernel-s390x.config2
-rw-r--r--kernel-x86_64-debug.config2
-rw-r--r--kernel-x86_64.config2
-rw-r--r--kernel.spec6
-rw-r--r--sources2
23 files changed, 27 insertions, 23 deletions
diff --git a/baseconfig/CONFIG_DEVPORT b/baseconfig/CONFIG_DEVPORT
index 555cf4be4..ff170aad1 100644
--- a/baseconfig/CONFIG_DEVPORT
+++ b/baseconfig/CONFIG_DEVPORT
@@ -1 +1 @@
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config
index c62481fc3..537b132c8 100644
--- a/kernel-aarch64-debug.config
+++ b/kernel-aarch64-debug.config
@@ -1136,7 +1136,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
CONFIG_DEVFREQ_THERMAL=y
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-aarch64.config b/kernel-aarch64.config
index 3ff83d9cf..2ea836952 100644
--- a/kernel-aarch64.config
+++ b/kernel-aarch64.config
@@ -1127,7 +1127,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
CONFIG_DEVFREQ_THERMAL=y
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-armv7hl-debug.config b/kernel-armv7hl-debug.config
index 29b3519e8..f7236b04c 100644
--- a/kernel-armv7hl-debug.config
+++ b/kernel-armv7hl-debug.config
@@ -1203,7 +1203,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
CONFIG_DEVFREQ_THERMAL=y
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-armv7hl-lpae-debug.config b/kernel-armv7hl-lpae-debug.config
index 30ca35342..1182ca991 100644
--- a/kernel-armv7hl-lpae-debug.config
+++ b/kernel-armv7hl-lpae-debug.config
@@ -1153,7 +1153,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
CONFIG_DEVFREQ_THERMAL=y
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-armv7hl-lpae.config b/kernel-armv7hl-lpae.config
index c26e94115..e515dbcca 100644
--- a/kernel-armv7hl-lpae.config
+++ b/kernel-armv7hl-lpae.config
@@ -1143,7 +1143,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
CONFIG_DEVFREQ_THERMAL=y
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-armv7hl.config b/kernel-armv7hl.config
index 7035b3422..cbe6d8aa3 100644
--- a/kernel-armv7hl.config
+++ b/kernel-armv7hl.config
@@ -1193,7 +1193,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
CONFIG_DEVFREQ_THERMAL=y
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-i686-PAE.config b/kernel-i686-PAE.config
index 2aea378ca..295b2e607 100644
--- a/kernel-i686-PAE.config
+++ b/kernel-i686-PAE.config
@@ -1007,7 +1007,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
# CONFIG_DEVFREQ_GOV_USERSPACE is not set
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-i686-PAEdebug.config b/kernel-i686-PAEdebug.config
index c54f6d3f6..1b000858e 100644
--- a/kernel-i686-PAEdebug.config
+++ b/kernel-i686-PAEdebug.config
@@ -1017,7 +1017,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
# CONFIG_DEVFREQ_GOV_USERSPACE is not set
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-i686-debug.config b/kernel-i686-debug.config
index 040cafd1d..f6d44423b 100644
--- a/kernel-i686-debug.config
+++ b/kernel-i686-debug.config
@@ -1017,7 +1017,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
# CONFIG_DEVFREQ_GOV_USERSPACE is not set
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-i686.config b/kernel-i686.config
index ebd395d57..b2c87dec4 100644
--- a/kernel-i686.config
+++ b/kernel-i686.config
@@ -1007,7 +1007,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
# CONFIG_DEVFREQ_GOV_USERSPACE is not set
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-ppc64-debug.config b/kernel-ppc64-debug.config
index 39b92b8a2..46c54c5ea 100644
--- a/kernel-ppc64-debug.config
+++ b/kernel-ppc64-debug.config
@@ -987,7 +987,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
# CONFIG_DEVFREQ_GOV_USERSPACE is not set
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-ppc64.config b/kernel-ppc64.config
index 7e02528f0..a793d5527 100644
--- a/kernel-ppc64.config
+++ b/kernel-ppc64.config
@@ -977,7 +977,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
# CONFIG_DEVFREQ_GOV_USERSPACE is not set
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-ppc64le-debug.config b/kernel-ppc64le-debug.config
index 20c5da78d..c40265de2 100644
--- a/kernel-ppc64le-debug.config
+++ b/kernel-ppc64le-debug.config
@@ -942,7 +942,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
# CONFIG_DEVFREQ_GOV_USERSPACE is not set
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-ppc64le.config b/kernel-ppc64le.config
index 25685bb4d..915390b15 100644
--- a/kernel-ppc64le.config
+++ b/kernel-ppc64le.config
@@ -932,7 +932,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
# CONFIG_DEVFREQ_GOV_USERSPACE is not set
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-ppc64p7-debug.config b/kernel-ppc64p7-debug.config
index 4f635774c..0a5afe940 100644
--- a/kernel-ppc64p7-debug.config
+++ b/kernel-ppc64p7-debug.config
@@ -942,7 +942,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
# CONFIG_DEVFREQ_GOV_USERSPACE is not set
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-ppc64p7.config b/kernel-ppc64p7.config
index 5e9a27925..e6fbcf5db 100644
--- a/kernel-ppc64p7.config
+++ b/kernel-ppc64p7.config
@@ -932,7 +932,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
# CONFIG_DEVFREQ_GOV_USERSPACE is not set
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-s390x-debug.config b/kernel-s390x-debug.config
index 97766d594..c1a343c01 100644
--- a/kernel-s390x-debug.config
+++ b/kernel-s390x-debug.config
@@ -937,7 +937,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
# CONFIG_DEVFREQ_GOV_USERSPACE is not set
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-s390x.config b/kernel-s390x.config
index 51a0ae6d8..a036cb5ca 100644
--- a/kernel-s390x.config
+++ b/kernel-s390x.config
@@ -927,7 +927,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
# CONFIG_DEVFREQ_GOV_USERSPACE is not set
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-x86_64-debug.config b/kernel-x86_64-debug.config
index 89f96c4d8..9364257c1 100644
--- a/kernel-x86_64-debug.config
+++ b/kernel-x86_64-debug.config
@@ -1047,7 +1047,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
# CONFIG_DEVFREQ_GOV_USERSPACE is not set
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel-x86_64.config b/kernel-x86_64.config
index bd24389ab..c65afc783 100644
--- a/kernel-x86_64.config
+++ b/kernel-x86_64.config
@@ -1037,7 +1037,7 @@ CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
# CONFIG_DEVFREQ_GOV_USERSPACE is not set
# CONFIG_DEVKMEM is not set
CONFIG_DEVMEM=y
-# CONFIG_DEVPORT is not set
+CONFIG_DEVPORT=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS=y
# CONFIG_DGAP is not set
diff --git a/kernel.spec b/kernel.spec
index 9b9a8b6a0..eae3584c9 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -54,7 +54,7 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
-%define stable_update 10
+%define stable_update 11
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@@ -2234,6 +2234,10 @@ fi
#
#
%changelog
+* Mon Jul 17 2017 Laura Abbott <labbott@fedoraproject.org> - 4.11.11-300
+- Linux v4.11.11
+- Bring back /dev/port (rhbz 1471429 1451220)
+
* Wed Jul 12 2017 Peter Robinson <pbrobinson@fedoraproject.org>
- Build in i2c-rk3x to fix some device boot
diff --git a/sources b/sources
index f7ff1cf3d..f0afac622 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
SHA512 (perf-man-4.11.tar.gz) = 0b070d2f10a743329de2f532e2d7e19ef385a3e6ef3c700b591ae2697604dbe542b36e31121b3e37517ee8071ab800386fa8663c24a5b36520a18e096c6eefc8
SHA512 (linux-4.11.tar.xz) = 6610eed97ffb7207c71771198c36179b8244ace7222bebb109507720e26c5f17d918079a56d5febdd8605844d67fb2df0ebe910fa2f2f53690daf6e2a8ad09c3
-SHA512 (patch-4.11.10.xz) = b1f1913650bd98888b88dd78cdc8e81f14414a98717f103a0aa631fe7b9e630e63e59b26b3047f6530c43ecc82ee7c2db17c70f24898ae892a473af5be222dc2
+SHA512 (patch-4.11.11.xz) = 63b7ce0446de9b4651d795e172dc3aa07189b6bc888c25767e313a6f4aa5459a09985e65f06a6c795230899d6aa64e905249775b45261823a1907e3fa18a3974