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(-)
|
||||
|
||||
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
|
||||
+++ b/Documentation/kernel-parameters.txt
|
||||
@@ -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_BLK_DEV_DM=y
|
||||
# CONFIG_DM_MQ_DEFAULT is not set
|
||||
CONFIG_DM_CRYPT=m
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
@ -677,6 +678,7 @@ CONFIG_DM_RAID=m
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DM_VERITY=m
|
||||
CONFIG_DM_SWITCH=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
|
||||
#
|
||||
# Fusion MPT device support
|
||||
@ -5380,6 +5382,7 @@ CONFIG_GPIO_VIPERBOARD=m
|
||||
# CONFIG_GPIO_MC33880 is not set
|
||||
# CONFIG_GPIO_MCP23S08 is not set
|
||||
# CONFIG_GPIO_XILINX is not set
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
|
||||
# FIXME: Why?
|
||||
|
||||
|
@ -67,7 +67,7 @@ Summary: The Linux kernel
|
||||
# The rc snapshot level
|
||||
%define rcrev 0
|
||||
# The git snapshot level
|
||||
%define gitrev 7
|
||||
%define gitrev 8
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 4.%{upstream_sublevel}.0
|
||||
%endif
|
||||
@ -2199,6 +2199,9 @@ fi
|
||||
#
|
||||
#
|
||||
%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
|
||||
- Linux v4.0-7300-g4fc8adcfec3d
|
||||
- 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(-)
|
||||
|
||||
diff --git a/lib/Kconfig b/lib/Kconfig
|
||||
index 87da53bb1fef..c767ba0cbab7 100644
|
||||
index f5440221d929..03000e3d1077 100644
|
||||
--- a/lib/Kconfig
|
||||
+++ b/lib/Kconfig
|
||||
@@ -391,7 +391,8 @@ config CHECK_SIGNATURE
|
||||
@@ -390,7 +390,8 @@ config CHECK_SIGNATURE
|
||||
bool
|
||||
|
||||
config CPUMASK_OFFSTACK
|
||||
|
Loading…
Reference in New Issue
Block a user