Linux v4.5-8524-g1e75a9f34a5e
- watchdog, firewire, vfs, linux-arm, sh, powerpc, audit, device tree merges
This commit is contained in:
parent
a702c978d3
commit
da001e9088
@ -85,6 +85,8 @@ CONFIG_SPARSEMEM_VMEMMAP=y
|
|||||||
|
|
||||||
# CONFIG_SYS_HYPERVISOR is not set
|
# CONFIG_SYS_HYPERVISOR is not set
|
||||||
|
|
||||||
|
# CONFIG_ARM_SBSA_WATCHDOG is not set
|
||||||
|
|
||||||
CONFIG_RTC_DRV_EFI=y
|
CONFIG_RTC_DRV_EFI=y
|
||||||
|
|
||||||
CONFIG_ACPI=y
|
CONFIG_ACPI=y
|
||||||
|
@ -48,6 +48,9 @@ CONFIG_CPU_SW_DOMAIN_PAN=y
|
|||||||
# CONFIG_XIP_KERNEL is not set
|
# CONFIG_XIP_KERNEL is not set
|
||||||
# CONFIG_ARM_VIRT_EXT is not set
|
# CONFIG_ARM_VIRT_EXT is not set
|
||||||
|
|
||||||
|
# CONFIG_DEBUG_RODATA is not set
|
||||||
|
# CONFIG_DEBUG_ALIGN_RODATA is not set
|
||||||
|
|
||||||
# Platforms enabled/disabled globally on ARMv7
|
# Platforms enabled/disabled globally on ARMv7
|
||||||
CONFIG_ARCH_BCM2835=y
|
CONFIG_ARCH_BCM2835=y
|
||||||
CONFIG_ARCH_EXYNOS=y
|
CONFIG_ARCH_EXYNOS=y
|
||||||
|
@ -3220,6 +3220,8 @@ CONFIG_WM831X_WATCHDOG=m
|
|||||||
# CONFIG_CADENCE_WATCHDOG is not set
|
# CONFIG_CADENCE_WATCHDOG is not set
|
||||||
# CONFIG_BCM7038_WDT is not set
|
# CONFIG_BCM7038_WDT is not set
|
||||||
# CONFIG_ZIIRAVE_WATCHDOG is not set
|
# CONFIG_ZIIRAVE_WATCHDOG is not set
|
||||||
|
# CONFIG_EBC_C384_WDT is not set
|
||||||
|
# CONFIG_NI903X_WDT is not set
|
||||||
|
|
||||||
CONFIG_HW_RANDOM=y
|
CONFIG_HW_RANDOM=y
|
||||||
CONFIG_HW_RANDOM_TIMERIOMEM=m
|
CONFIG_HW_RANDOM_TIMERIOMEM=m
|
||||||
|
@ -2,5 +2,7 @@ CONFIG_CPU_LITTLE_ENDIAN=y
|
|||||||
|
|
||||||
CONFIG_POWER7_CPU=y
|
CONFIG_POWER7_CPU=y
|
||||||
|
|
||||||
|
CONFIG_DISABLE_MPROFILE_KERNEL=y
|
||||||
|
|
||||||
# https://fedoraproject.org/wiki/Features/Checkpoint_Restore
|
# https://fedoraproject.org/wiki/Features/Checkpoint_Restore
|
||||||
CONFIG_CHECKPOINT_RESTORE=y
|
CONFIG_CHECKPOINT_RESTORE=y
|
||||||
|
2
gitrev
2
gitrev
@ -1 +1 @@
|
|||||||
1200b6809dfd9d73bc4c7db76d288c35fa4b2ebe
|
1e75a9f34a5ed5902707fb74b468356c55142b71
|
||||||
|
@ -69,7 +69,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 13
|
%define gitrev 14
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 4.%{upstream_sublevel}.0
|
%define rpmversion 4.%{upstream_sublevel}.0
|
||||||
%endif
|
%endif
|
||||||
@ -2153,6 +2153,10 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 21 2016 Josh Boyer <jwboyer@fedoraproject.org> - 4.6.0-0.rc0.git14.1
|
||||||
|
- Linux v4.5-8524-g1e75a9f34a5e
|
||||||
|
- watchdog, firewire, vfs, linux-arm, sh, powerpc, audit, device tree merges
|
||||||
|
|
||||||
* Sat Mar 19 2016 Josh Boyer <jwboyer@fedoraproject.org> - 4.6.0-0.rc0.git13.1
|
* Sat Mar 19 2016 Josh Boyer <jwboyer@fedoraproject.org> - 4.6.0-0.rc0.git13.1
|
||||||
- Linux v4.5-8194-g1200b6809dfd
|
- Linux v4.5-8194-g1200b6809dfd
|
||||||
- net merge
|
- net merge
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
a60d48eee08ec0536d5efb17ca819aef linux-4.5.tar.xz
|
a60d48eee08ec0536d5efb17ca819aef linux-4.5.tar.xz
|
||||||
6f557fe90b800b615c85c2ca04da6154 perf-man-4.5.tar.gz
|
6f557fe90b800b615c85c2ca04da6154 perf-man-4.5.tar.gz
|
||||||
88332b6b2ce510b016beecb992c60fb4 patch-4.5-git13.xz
|
ef7eff3ee0ad581ed63c76552b70c09f patch-4.5-git14.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user