Linux v4.8-11825-g101105b
This commit is contained in:
parent
2f50aa19db
commit
e8a4d25680
@ -291,6 +291,7 @@ CONFIG_THUNDER_NIC_RGX=m
|
|||||||
# CONFIG_LIQUIDIO is not set
|
# CONFIG_LIQUIDIO is not set
|
||||||
# CONFIG_SPI_THUNDERX is not set
|
# CONFIG_SPI_THUNDERX is not set
|
||||||
# CONFIG_I2C_THUNDERX is not set
|
# CONFIG_I2C_THUNDERX is not set
|
||||||
|
# CONFIG_HW_RANDOM_CAVIUM is not set
|
||||||
|
|
||||||
CONFIG_SATA_AHCI_PLATFORM=y
|
CONFIG_SATA_AHCI_PLATFORM=y
|
||||||
CONFIG_SATA_AHCI_SEATTLE=m
|
CONFIG_SATA_AHCI_SEATTLE=m
|
||||||
|
@ -348,6 +348,7 @@ CONFIG_MTD_CFI_I2=y
|
|||||||
# CONFIG_MTD_NAND_HISI504 is not set
|
# CONFIG_MTD_NAND_HISI504 is not set
|
||||||
# CONFIG_MTD_NAND_DENALI_PCI is not set
|
# CONFIG_MTD_NAND_DENALI_PCI is not set
|
||||||
# CONFIG_MTD_NAND_DENALI_DT is not set
|
# CONFIG_MTD_NAND_DENALI_DT is not set
|
||||||
|
# CONFIG_MTD_NAND_OMAP2 is not set
|
||||||
# CONFIG_MTD_LPDDR is not set
|
# CONFIG_MTD_LPDDR is not set
|
||||||
CONFIG_MTD_UBI=m
|
CONFIG_MTD_UBI=m
|
||||||
CONFIG_MTD_UBI_WL_THRESHOLD=4096
|
CONFIG_MTD_UBI_WL_THRESHOLD=4096
|
||||||
|
2
gitrev
2
gitrev
@ -1 +1 @@
|
|||||||
24532f768121b07b16178ffb40442ece43365cbd
|
101105b1717f536ca741f940033996302d4ef191
|
||||||
|
@ -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 5
|
%define gitrev 6
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 4.%{upstream_sublevel}.0
|
%define rpmversion 4.%{upstream_sublevel}.0
|
||||||
%endif
|
%endif
|
||||||
@ -2151,6 +2151,9 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 11 2016 Laura Abbott <labbott@redhat.com> - 4.9.0-0.rc0.git6.1
|
||||||
|
- Linux v4.8-11825-g101105b
|
||||||
|
|
||||||
* Mon Oct 10 2016 Laura Abbott <labbott@redhat.com> - 4.9.0-0.rc0.git5.2
|
* Mon Oct 10 2016 Laura Abbott <labbott@redhat.com> - 4.9.0-0.rc0.git5.2
|
||||||
- Fix typo in dts Makefile
|
- Fix typo in dts Makefile
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
c1af0afbd3df35c1ccdc7a5118cd2d07 linux-4.8.tar.xz
|
c1af0afbd3df35c1ccdc7a5118cd2d07 linux-4.8.tar.xz
|
||||||
0dad03f586e835d538d3e0d2cbdb9a28 perf-man-4.8.tar.gz
|
0dad03f586e835d538d3e0d2cbdb9a28 perf-man-4.8.tar.gz
|
||||||
296229947ecf3ff93fe76273a8fb818e patch-4.8-git5.xz
|
5f4d8a343fdd0733dd2cacb532d3f6d5 patch-4.8-git6.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user