Linux v4.5-11787-ga24e3d414e59
- akpm, kvm, rdma
This commit is contained in:
parent
a61878ea2f
commit
10af6f3233
@ -191,6 +191,7 @@ CONFIG_INFINIBAND_CXGB4=m
|
|||||||
CONFIG_SCSI_CXGB3_ISCSI=m
|
CONFIG_SCSI_CXGB3_ISCSI=m
|
||||||
CONFIG_SCSI_CXGB4_ISCSI=m
|
CONFIG_SCSI_CXGB4_ISCSI=m
|
||||||
# CONFIG_INFINIBAND_CXGB3_DEBUG is not set
|
# CONFIG_INFINIBAND_CXGB3_DEBUG is not set
|
||||||
|
CONFIG_INFINIBAND_I40IW=m
|
||||||
CONFIG_INFINIBAND_NES=m
|
CONFIG_INFINIBAND_NES=m
|
||||||
# CONFIG_INFINIBAND_NES_DEBUG is not set
|
# CONFIG_INFINIBAND_NES_DEBUG is not set
|
||||||
CONFIG_INFINIBAND_QIB=m
|
CONFIG_INFINIBAND_QIB=m
|
||||||
@ -198,6 +199,8 @@ CONFIG_INFINIBAND_QIB_DCA=y
|
|||||||
CONFIG_INFINIBAND_OCRDMA=m
|
CONFIG_INFINIBAND_OCRDMA=m
|
||||||
CONFIG_INFINIBAND_USNIC=m
|
CONFIG_INFINIBAND_USNIC=m
|
||||||
|
|
||||||
|
CONFIG_INFINIBAND_RDMAVT=m
|
||||||
|
|
||||||
#
|
#
|
||||||
# Executable file formats
|
# Executable file formats
|
||||||
#
|
#
|
||||||
@ -4595,6 +4598,7 @@ CONFIG_MSDOS_FS=m
|
|||||||
CONFIG_VFAT_FS=m
|
CONFIG_VFAT_FS=m
|
||||||
CONFIG_FAT_DEFAULT_CODEPAGE=437
|
CONFIG_FAT_DEFAULT_CODEPAGE=437
|
||||||
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
|
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
|
||||||
|
# CONFIG_FAT_DEFAULT_UTF8 is not set
|
||||||
# CONFIG_NTFS_FS is not set
|
# CONFIG_NTFS_FS is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -4875,6 +4879,8 @@ CONFIG_HEADERS_CHECK=y
|
|||||||
# This just changes a default enable with workqueue.debug_force_rr_cpu
|
# This just changes a default enable with workqueue.debug_force_rr_cpu
|
||||||
# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set
|
# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set
|
||||||
#
|
#
|
||||||
|
# CONFIG_KCOV is not set
|
||||||
|
#
|
||||||
# These debug options are deliberatly left on (even in 'make release' kernels).
|
# These debug options are deliberatly left on (even in 'make release' kernels).
|
||||||
# They aren't that much of a performance impact, and the value
|
# They aren't that much of a performance impact, and the value
|
||||||
# from getting useful bug-reports makes it worth leaving them on.
|
# from getting useful bug-reports makes it worth leaving them on.
|
||||||
|
2
gitrev
2
gitrev
@ -1 +1 @@
|
|||||||
01cde1538e1dff4254e340f606177a870131a01f
|
a24e3d414e59ac76566dedcad1ed1d319a93ec14
|
||||||
|
@ -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 20
|
%define gitrev 21
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 4.%{upstream_sublevel}.0
|
%define rpmversion 4.%{upstream_sublevel}.0
|
||||||
%endif
|
%endif
|
||||||
@ -2162,6 +2162,10 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 23 2016 Josh Boyer <jwboyer@fedoraproject.org> - 4.6.0-0.rc0.git21.1
|
||||||
|
- Linux v4.5-11787-ga24e3d414e59
|
||||||
|
- akpm, kvm, rdma
|
||||||
|
|
||||||
* Wed Mar 23 2016 Peter Robinson <pbrobinson@fedoraproject.org>
|
* Wed Mar 23 2016 Peter Robinson <pbrobinson@fedoraproject.org>
|
||||||
- Fix Tegra Jetson TK1
|
- Fix Tegra Jetson TK1
|
||||||
|
|
||||||
|
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
|
||||||
7a533068cda79a2a7a54404db0c745d5 patch-4.5-git20.xz
|
89bdc4e5221ea4bfdc4f392bc193efa7 patch-4.5-git21.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user