Linux v4.0-7945-g7505256626b0
This commit is contained in:
parent
8b91e0bbd8
commit
814e7c84f7
@ -15,7 +15,7 @@ Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
|
|||||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
|
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
|
||||||
index 491bbd104b06..b8c814f44437 100644
|
index 11a76df2e1f1..43b733f98a7e 100644
|
||||||
--- a/Documentation/kernel-parameters.txt
|
--- a/Documentation/kernel-parameters.txt
|
||||||
+++ b/Documentation/kernel-parameters.txt
|
+++ b/Documentation/kernel-parameters.txt
|
||||||
@@ -3844,7 +3844,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
|
@@ -3844,7 +3844,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
|
||||||
|
@ -656,6 +656,7 @@ CONFIG_BCACHE=m
|
|||||||
|
|
||||||
CONFIG_ASYNC_RAID6_TEST=m
|
CONFIG_ASYNC_RAID6_TEST=m
|
||||||
CONFIG_BLK_DEV_DM=y
|
CONFIG_BLK_DEV_DM=y
|
||||||
|
# CONFIG_DM_MQ_DEFAULT is not set
|
||||||
CONFIG_DM_CRYPT=m
|
CONFIG_DM_CRYPT=m
|
||||||
CONFIG_DM_DEBUG=y
|
CONFIG_DM_DEBUG=y
|
||||||
CONFIG_DM_DELAY=m
|
CONFIG_DM_DELAY=m
|
||||||
@ -677,6 +678,7 @@ CONFIG_DM_RAID=m
|
|||||||
CONFIG_DM_FLAKEY=m
|
CONFIG_DM_FLAKEY=m
|
||||||
CONFIG_DM_VERITY=m
|
CONFIG_DM_VERITY=m
|
||||||
CONFIG_DM_SWITCH=m
|
CONFIG_DM_SWITCH=m
|
||||||
|
CONFIG_DM_LOG_WRITES=m
|
||||||
|
|
||||||
#
|
#
|
||||||
# Fusion MPT device support
|
# Fusion MPT device support
|
||||||
@ -5380,6 +5382,7 @@ CONFIG_GPIO_VIPERBOARD=m
|
|||||||
# CONFIG_GPIO_MC33880 is not set
|
# CONFIG_GPIO_MC33880 is not set
|
||||||
# CONFIG_GPIO_MCP23S08 is not set
|
# CONFIG_GPIO_MCP23S08 is not set
|
||||||
# CONFIG_GPIO_XILINX is not set
|
# CONFIG_GPIO_XILINX is not set
|
||||||
|
# CONFIG_GPIO_ALTERA is not set
|
||||||
|
|
||||||
# FIXME: Why?
|
# FIXME: Why?
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ Summary: The Linux kernel
|
|||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%define rcrev 0
|
%define rcrev 0
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 7
|
%define gitrev 8
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 4.%{upstream_sublevel}.0
|
%define rpmversion 4.%{upstream_sublevel}.0
|
||||||
%endif
|
%endif
|
||||||
@ -2199,6 +2199,9 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 18 2015 Josh Boyer <jwboyer@fedoraproject.org> - 4.1.0-0.rc0.git8.1
|
||||||
|
- Linux v4.0-7945-g7505256626b0
|
||||||
|
|
||||||
* Fri Apr 17 2015 Josh Boyer <jwboyer@fedoraproject.org> - 4.1.0-0.rc0.git7.1
|
* Fri Apr 17 2015 Josh Boyer <jwboyer@fedoraproject.org> - 4.1.0-0.rc0.git7.1
|
||||||
- Linux v4.0-7300-g4fc8adcfec3d
|
- Linux v4.0-7300-g4fc8adcfec3d
|
||||||
- Patch from Benjamin Tissoires to fix 3 finger tap on synaptics (rhbz 1212230)
|
- Patch from Benjamin Tissoires to fix 3 finger tap on synaptics (rhbz 1212230)
|
||||||
|
@ -19,10 +19,10 @@ Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
|
|||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/lib/Kconfig b/lib/Kconfig
|
diff --git a/lib/Kconfig b/lib/Kconfig
|
||||||
index 87da53bb1fef..c767ba0cbab7 100644
|
index f5440221d929..03000e3d1077 100644
|
||||||
--- a/lib/Kconfig
|
--- a/lib/Kconfig
|
||||||
+++ b/lib/Kconfig
|
+++ b/lib/Kconfig
|
||||||
@@ -391,7 +391,8 @@ config CHECK_SIGNATURE
|
@@ -390,7 +390,8 @@ config CHECK_SIGNATURE
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config CPUMASK_OFFSTACK
|
config CPUMASK_OFFSTACK
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
a86916bd12798220da9eb4a1eec3616d linux-4.0.tar.xz
|
a86916bd12798220da9eb4a1eec3616d linux-4.0.tar.xz
|
||||||
d125eecce68ab6fb5f1f23523c2c04b8 perf-man-4.0.tar.gz
|
d125eecce68ab6fb5f1f23523c2c04b8 perf-man-4.0.tar.gz
|
||||||
f9af1b9baeff5a681739bb8868d2599f patch-4.0-git7.xz
|
6ccf04f87802cec28452b62687fb3b2b patch-4.0-git8.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user