Updated to version 3.10.40

Based on the update by Nicolo' Costanza
(https://abf.rosalinux.ru/nicco/Kernel-3.10.40-1) but without 2
patches:

add-support-for-controlling-charge-thresholds-for-newer-thinkpads.patch
enable-thinkpad-hardware-mute-control.patch

They are not in mainline yet and, at least for the first one, a new
variant of the patch is in progress at the moment.

We can take them later.
This commit is contained in:
Eugene Shatokhin 2014-05-19 18:34:31 +04:00
parent 05f81c7133
commit 65f7e33bf8
4 changed files with 132 additions and 21 deletions

View file

@ -1,4 +1,4 @@
sources:
linux-3.10.34-rosa69.tar.xz: 37aace39e4c78c68c9de17a3eebcfe3ad9afa19c
linux-3.10.40-rosa69.tar.xz: 19dd866ce68bae6b8471052ae1f4a65a091d0a84
linux-3.10.tar.xz: a649d5c15f68ccbae1c4863e357bdc48da4cc0b4
patch-3.10.34.xz: 4590f2d58735090bf7ae8249ce97a849e3671fbc
patch-3.10.40.xz: 42d6b6d297559c2718811ff976217c9b65d40f20

View file

@ -2,7 +2,7 @@
%define kernelversion 3
%define patchlevel 10
# sublevel is now used for -stable patches
%define sublevel 34
%define sublevel 40
# Package release
%define mibrel 69
@ -28,7 +28,7 @@
%define rpmrel %mkrel 0.%{kpatch}.%{mibrel}
%endif
%else
%define rpmrel 3
%define rpmrel 1
%endif
# fakerel and fakever never change, they are used to fool
@ -445,6 +445,14 @@ Suggests: microcode
BuildRequires: kmod-devel kmod-compat
BuildRequires: gcc bc
BuildRequires: audit-devel
%ifarch x86_64
BuildRequires: numa-devel
%endif
BuildRequires: libunwind-devel
# for perf, cpufreq and other tools
BuildRequires: elfutils-devel
BuildRequires: zlib-devel
@ -1946,6 +1954,109 @@ rm -rf %{buildroot}
%changelog
* Sat May 17 2014 Nicolo' Costanza <abitrules@yahoo.it> 3.10.40-1
+ update to 3.10.40 (LTS) - stable
- update BFQ to v7r4:
it fixes some oops that may happen with some new NCQ HDD devices,
it leads other small speed improvements:
- 0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r4-3.10.patch
- 0002-block-introduce-the-BFQ-v7r4-I-O-sched-for-3.10.patch
- 0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r4-for-3.10.0.patch
- ---------------------------------------------------------------------
- Kernel 3.10 for mdv 2010.2, 2011.0, cooker, rosa.lts2012.0, rosa2012.1
- MIB (Mandriva International Backports) - http://mib.pianetalinux.org/
- The rel (-1) (mainline serie), with official kernel sources and addons,
- the rel (-69) will be used for development and experimental flavours,
- instead (-70) is born by the -1 % -69 merge, can generate all flavours
- Yin & Yang (69) release - it's a very complete kernel flavour sets
- ---------------------------------------------------------------------
* Fri May 02 2014 Nicolo' Costanza <abitrules@yahoo.it> 3.10.38-1
+ update to 3.10.38 (LTS) - stable
- update patches:
* tuxonice-for-linux-3.10.38-2014-04-28.patch
- ---------------------------------------------------------------------
- Kernel 3.10 for mdv 2010.2, 2011.0, cooker, rosa.lts2012.0, rosa2012.1
- MIB (Mandriva International Backports) - http://mib.pianetalinux.org/
- The rel (-1) (mainline serie), with official kernel sources and addons,
- the rel (-69) will be used for development and experimental flavours,
- instead (-70) is born by the -1 % -69 merge, can generate all flavours
- Yin & Yang (69) release - it's a very complete kernel flavour sets
- ---------------------------------------------------------------------
* Fri Apr 25 2014 Nicolo' Costanza <abitrules@yahoo.it> 3.10.37-1
+ update to 3.10.37 (LTS) - stable
- update patches:
* tuxonice-for-linux-3.10.37-2014-04-18.patch
- update BFQ to v7r3
* 0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r3-3.10.8+.patch
* 0002-block-introduce-the-BFQ-v7r3-I-O-sched-for-3.10.8+.patch
* 0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r3-for-3.10.8+.patch
- suggestion / request received by Per Øyvind Karlsen (POK)
* CONFIG_ACPI_CUSTOM_DSDT=y
- ---------------------------------------------------------------------
- Kernel 3.10 for mdv 2010.2, 2011.0, cooker, rosa.lts2012.0, rosa2012.1
- MIB (Mandriva International Backports) - http://mib.pianetalinux.org/
- The rel (-1) (mainline serie), with official kernel sources and addons,
- the rel (-69) will be used for development and experimental flavours,
- instead (-70) is born by the -1 % -69 merge, can generate all flavours
- Yin & Yang (69) release - it's a very complete kernel flavour sets
- ---------------------------------------------------------------------
* Wed Apr 09 2014 Nicolo' Costanza <abitrules@yahoo.it> 3.10.36-1
+ update to 3.10.36 stable
- add new /patches-latest folder and script (for testing latest patches)
- add two visual improvement patches: for boot and console appearance:
- * colored printk feature patch with the default colors for .configs
* we must setup our preferred color palette, different than (=0x07)
* font-8x16-iso-latin-1-v3
* this shows the boot with more readable fonts, with a more dense look
- add patches for thinkpads:
* enable-thinkpad-hardware-mute-control.patch
* add-support-for-controlling-charge-thresholds-for-newer-thinkpads.patch
- add patch:
* criu-no-expert.patch
it enables additional kernel features in a sake of checkpoint/restore
- add patch:
* Revert-zram-use-zram--lock-to-protect-zram_free_page-in-swap-free-notify-path
- add patch by Benatto, to fix the uskm build error starting from version 3.10.36
* 0002-uksm_change_compound_head_call.patch
- ---------------------------------------------------------------------
- Kernel 3.10 for mdv 2010.2, 2011.0, cooker, rosa.lts2012.0, rosa2012.1
- MIB (Mandriva International Backports) - http://mib.pianetalinux.org/
- The rel (-1) (mainline serie), with official kernel sources and addons,
- the rel (-69) will be used for development and experimental flavours,
- instead (-70) is born by the -1 % -69 merge, can generate all flavours
- Yin & Yang (69) release - it's a very complete kernel flavour sets
- ---------------------------------------------------------------------
* Mon Mar 31 2014 Nicolo' Costanza <abitrules@yahoo.it> 3.10.35-1
+ update to 3.10.35 stable
- add # Samsumg ACPI patches
* acpi-ec-clear-stale-ec-events-on-samsung-systems.patch
* acpi-ec-fix-incorrect-placement-of-initdata.patch
- ---------------------------------------------------------------------
- Kernel 3.10 for mdv 2010.2, 2011.0, cooker, rosa.lts2012.0, rosa2012.1
- MIB (Mandriva International Backports) - http://mib.pianetalinux.org/
- The rel (-1) (mainline serie), with official kernel sources and addons,
- the rel (-69) will be used for development and experimental flavours,
- instead (-70) is born by the -1 % -69 merge, can generate all flavours
- Yin & Yang (69) release - it's a very complete kernel flavour sets
- ---------------------------------------------------------------------
* Fri Mar 28 2014 Nicolo' Costanza <abitrules@yahoo.it> 3.10.34-1
+ update to 3.10.34 stable
- sync with few new patches
- drop revert-usbcore-set-lpm_capable-field-for-lpm-capable-root-hubs
- ---------------------------------------------------------------------
- Kernel 3.10 for mdv 2010.2, 2011.0, cooker, rosa.lts2012.0, rosa2012.1
- MIB (Mandriva International Backports) - http://mib.pianetalinux.org/
- The rel (-1) (mainline serie), with official kernel sources and addons,
- the rel (-69) will be used for development and experimental flavours,
- instead (-70) is born by the -1 % -69 merge, can generate all flavours
- Yin & Yang (69) release - it's a very complete kernel flavour sets
- ---------------------------------------------------------------------
* Wed Mar 12 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.10.33-1
+ Kernel 3.10.33 stable

View file

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAABAgAGBQJTL7e4AAoJEDjbvchgkmk+LQ4P/1sAmwPy4I7ucFyfBMcMwc7U
F9vbPRLUIySOSOsV0lyfQJMYBN7BQ4yfYn5iBZX5oSaR5uvR40vqE385T94m8BIa
q4tWhyj3UKZjggrN7dAlGiRPlDi2QKXxgKmFx0Lp3Eglo5c0RIesswVnJh2AnZ8y
D5XsiY9lT7Ym3f2PBPMm82/Nzc8BrGBubvhVYAyIE94ARNv03GOXgJmvPgPDxM/w
9sk4u3kXdDfsLlv3MaO5rGdIfvKciGwjRfON1IWKHO2q6xGvaawPUD4hfutgA00+
1CVrlPUa3X3D72DiJT0sdvHoFIIY5m4rf9devfbSqHAGkJiFLsfKFdRjQI5oiEIi
3kKPJkDdKXGTUSi9AC4PNwvUCVPqYTu2f8Gc4LAwSI8pnyScoIw4zeHczvFvpH/n
mVhXfrzQkmKWDWYtGzcHbOl0Mn9/eJE4LaSGCN5pz8bxjCbWRDH32emNyCgAWLjl
EAJ9lDyvMF8gC81hHL3vafs6VI+VGFzyN6xrRZwr8SMh0bMZ2bc7UVqOBNs2/vc5
PjDjWLWaBOdIL90gLxAcOlYmmJnWI2qaSsXoZlOGNYTSe8fzRlMatONUGPVkEO5b
EC/4uN6n3ANoWsZt2AnRVgpRSOSpBmE5jixIyARCz66LgTKxhEsn90USCU6GSFaK
ZtYHuW05TQaJL2mm0uZk
=Kb3g
-----END PGP SIGNATURE-----

17
patch-3.10.40.sign Normal file
View file

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAABAgAGBQJTcgluAAoJEDjbvchgkmk+c+cP/2chxzw4nboQfNFxkek7Yrbe
GMCLSHzkXwrij+1CjMHrgsWhHdOtLNXOUZfZKg27gKts1Xk7qoCM7iw8a2Su3MnL
ib2ikAtGcP+rynVIgO13PNfnw3KGnr90fBaBVv1GdnE/61GLWzNbbn2Dk6jqBnSj
xPukHNxs748EOA++hWy8aA+oC0ABP7B5bRxpxxLjCbW3hGTFt8c7n9kpzZa5zVud
WN5tiBWgX1GofROuzYet/IDh2w0bD9nndfJEJ9eJd3yDKpqcdb9LB3ZngpADR8pk
ZSZh404GFYK7q+M+okgiIAG3oei81HvCHfM3advuA/1yvhuJuyswuvpSSoeUG5Gn
/Rjdd2QcfHj1FM+JhPvy+9oO1081yl14bqxhSY48uXov5q1mAlrex/gCJPqSoH9r
73rV+MHwlhL4dytVsJVXnof4higfSf77+/+BrRt9IpRJfkF+x0JLWplHDHzBYDkN
vGfRFcBxm2ONKKmVzEy/ObzB/NP9K0UBLD0JE8gTD1QsqHdMH2/pnF9zQgf99BLY
oBk8rm0Ps13aMov3eDSrbzvSvwe5vTyehbFkl0uC0T+epmhUhdv/e4SZaMpMoL6Q
fe62oUbW+6pVqreNEc5J6S/B7S2O/VGTzH5axSlYm2iGtcFSB8Op1RiwB8jFgu11
ikfq+3X7LgA4kGZDfNKl
=zg2n
-----END PGP SIGNATURE-----