Linux v3.16-10959-gf0094b28f303
This commit is contained in:
parent
76658d2649
commit
c2ffd34e66
@ -4878,6 +4878,7 @@ CONFIG_DW_DMAC_PCI=m
|
|||||||
# CONFIG_TIMB_DMA is not set
|
# CONFIG_TIMB_DMA is not set
|
||||||
# CONFIG_DMATEST is not set
|
# CONFIG_DMATEST is not set
|
||||||
# CONFIG_FSL_EDMA is not set
|
# CONFIG_FSL_EDMA is not set
|
||||||
|
# CONFIG_NBPFAXI_DMA is not set
|
||||||
CONFIG_ASYNC_TX_DMA=y
|
CONFIG_ASYNC_TX_DMA=y
|
||||||
|
|
||||||
CONFIG_UNUSED_SYMBOLS=y
|
CONFIG_UNUSED_SYMBOLS=y
|
||||||
|
2568
kernel-arm64.patch
2568
kernel-arm64.patch
File diff suppressed because it is too large
Load Diff
@ -42,7 +42,7 @@ Summary: The Linux kernel
|
|||||||
# For non-released -rc kernels, this will be appended after the rcX and
|
# For non-released -rc kernels, this will be appended after the rcX and
|
||||||
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
||||||
#
|
#
|
||||||
%global baserelease 2
|
%global baserelease 1
|
||||||
%global fedora_build %{baserelease}
|
%global fedora_build %{baserelease}
|
||||||
|
|
||||||
# base_sublevel is the kernel version we're starting with and patching
|
# base_sublevel is the kernel version we're starting with and patching
|
||||||
@ -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 4
|
%define gitrev 5
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 3.%{upstream_sublevel}.0
|
%define rpmversion 3.%{upstream_sublevel}.0
|
||||||
%endif
|
%endif
|
||||||
@ -2246,6 +2246,9 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 14 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.17.0-0.rc0.git5.1
|
||||||
|
- Linux v3.16-10959-gf0094b28f303
|
||||||
|
|
||||||
* Wed Aug 13 2014 Peter Robinson <pbrobinson@fedoraproject.org>
|
* Wed Aug 13 2014 Peter Robinson <pbrobinson@fedoraproject.org>
|
||||||
- 3.17 ARMv7 updates
|
- 3.17 ARMv7 updates
|
||||||
- Cleanup some old removed options
|
- Cleanup some old removed options
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
5c569ed649a0c9711879f333e90c5386 linux-3.16.tar.xz
|
5c569ed649a0c9711879f333e90c5386 linux-3.16.tar.xz
|
||||||
49868ce6467b35cd9ffea1120d129462 perf-man-3.16.tar.gz
|
49868ce6467b35cd9ffea1120d129462 perf-man-3.16.tar.gz
|
||||||
3d73f74af21218bb2d563d706f5711eb patch-3.16-git4.xz
|
0a791f9881b553e6c668fccb865a7f46 patch-3.16-git5.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user