mirror of
https://abf.rosa.ru/djam/kernel.git
synced 2025-02-24 16:52:51 +00:00
Upstream update to version 3.10.33
This commit is contained in:
parent
776554f260
commit
0407d6c638
4 changed files with 100 additions and 21 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,4 +1,4 @@
|
||||||
sources:
|
sources:
|
||||||
linux-3.10.27-rosa69.tar.xz: d79272ffcc68db99f12d51324159bf930c4aa8b0
|
linux-3.10.33-rosa69.tar.xz: 7b59a81a0311017558ca227343c4e2c2e13e5ca0
|
||||||
linux-3.10.tar.xz: a649d5c15f68ccbae1c4863e357bdc48da4cc0b4
|
linux-3.10.tar.xz: a649d5c15f68ccbae1c4863e357bdc48da4cc0b4
|
||||||
patch-3.10.27.xz: 5297c15db7e9d646f5540b2cf0e0c5bb75886268
|
patch-3.10.33.xz: 2f1c5f531353ef35d776779e706686cc94fc03b8
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%define kernelversion 3
|
%define kernelversion 3
|
||||||
%define patchlevel 10
|
%define patchlevel 10
|
||||||
# sublevel is now used for -stable patches
|
# sublevel is now used for -stable patches
|
||||||
%define sublevel 27
|
%define sublevel 33
|
||||||
|
|
||||||
# Package release
|
# Package release
|
||||||
%define mibrel 69
|
%define mibrel 69
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
%define rpmrel %mkrel 0.%{kpatch}.%{mibrel}
|
%define rpmrel %mkrel 0.%{kpatch}.%{mibrel}
|
||||||
%endif
|
%endif
|
||||||
%else
|
%else
|
||||||
%define rpmrel 2
|
%define rpmrel 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# fakerel and fakever never change, they are used to fool
|
# fakerel and fakever never change, they are used to fool
|
||||||
|
@ -1114,6 +1114,7 @@ cd %src_dir
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{patches_dir}/scripts/apply_patches
|
%{patches_dir}/scripts/apply_patches
|
||||||
|
%{patches_dir}/scripts/apply_patches-backlight
|
||||||
%{patches_dir}/scripts/apply_patches-NRJ
|
%{patches_dir}/scripts/apply_patches-NRJ
|
||||||
# %{patches_dir}/scripts/apply_patches-NRJ-only
|
# %{patches_dir}/scripts/apply_patches-NRJ-only
|
||||||
# %{patches_dir}/scripts/apply_patches-QL
|
# %{patches_dir}/scripts/apply_patches-QL
|
||||||
|
@ -1939,6 +1940,84 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Wed Mar 12 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.10.33-1
|
||||||
|
+ Kernel 3.10.33 stable
|
||||||
|
|
||||||
|
* Sat Feb 15 2014 Nicolo' Costanza <abitrules@yahoo.it> 3.10.30-1
|
||||||
|
+ Kernel 3.10.30 stable
|
||||||
|
- update: nr.3 BFQ (disk I/O scheduler) patches for newest BFQv7r2
|
||||||
|
- update: tuxonice-for-linux-3.10.30-2014-02-15.patch
|
||||||
|
- drop: 1 old patch (now in mainstream)
|
||||||
|
- ---------------------------------------------------------------------
|
||||||
|
- 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 is used for development and the experimental flavours,
|
||||||
|
- the rel -70 is merge of mainline & experimental flavours in ONE srpm
|
||||||
|
- Yin & Yang (69) release - a very complete but experimental flavours...
|
||||||
|
- ---------------------------------------------------------------------
|
||||||
|
|
||||||
|
* Thu Feb 13 2014 Nicolo' Costanza <abitrules@yahoo.it> 3.10.29-1
|
||||||
|
+ Kernel 3.10.29 stable
|
||||||
|
- since this version: update BFQv6r2 to BFQv7r1 (disk I/O scheduler)
|
||||||
|
- replace: BFQ: 3 patches for new BFQv7r1
|
||||||
|
- update: tuxonice-for-linux-3.10.29-2014-02-13.patch
|
||||||
|
- drop: 3 old patches (now in mainstream)
|
||||||
|
- ---------------------------------------------------------------------
|
||||||
|
- 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 is used for development and the experimental flavours,
|
||||||
|
- the rel -70 is merge of mainline & experimental flavours in ONE srpm
|
||||||
|
- Yin & Yang (69) release - a very complete but experimental flavours...
|
||||||
|
- ---------------------------------------------------------------------
|
||||||
|
|
||||||
|
* Wed Feb 05 2014 Nicolo' Costanza <abitrules@yahoo.it> 3.10.28-1v7
|
||||||
|
+ Kernel 3.10.28 stable
|
||||||
|
- this is the second testing version with new BFQv7 disk I/O scheduler
|
||||||
|
- to fix the boot error, we add a patch:
|
||||||
|
- 0000-block-Switch-from-BFQ-v7-for-3.10.0-to-BFQ-v7-for-3.10.8.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 is used for development and the experimental flavours,
|
||||||
|
- the rel -70 is merge of mainline & experimental flavours in ONE srpm
|
||||||
|
- Yin & Yang (69) release - a very complete but experimental flavours...
|
||||||
|
- ---------------------------------------------------------------------
|
||||||
|
|
||||||
|
* Sat Feb 01 2014 Nicolo' Costanza <abitrules@yahoo.it> 3.10.28-1v7
|
||||||
|
+ Kernel 3.10.28 stable
|
||||||
|
- this is the first testing version with new BFQv7 disk I/O scheduler
|
||||||
|
- ---------------------------------------------------------------------
|
||||||
|
- 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 is used for development and the experimental flavours,
|
||||||
|
- the rel -70 is merge of mainline & experimental flavours in ONE srpm
|
||||||
|
- Yin & Yang (69) release - a very complete but experimental flavours...
|
||||||
|
- ---------------------------------------------------------------------
|
||||||
|
|
||||||
|
* Fri Jan 31 2014 Nicolo' Costanza <abitrules@yahoo.it> 3.10.28-1
|
||||||
|
+ update to 3.10.28 stable
|
||||||
|
- disable CONFIG_HECI=m from defconfigs (i386.config, x86_64.config)
|
||||||
|
- satisfied all build CHK (audit, numa and unwind):
|
||||||
|
- BuildRequires: audit-devel, libunwind-devel, numa-devel (x86_64)
|
||||||
|
- sync all patches & add 16 new patches
|
||||||
|
- add /patches-backlight folder with /scripts/apply_patches-backlight
|
||||||
|
- add a call for /scripts/apply_patches-backlight to the kernel.spec
|
||||||
|
- drop two patches as already in mainstream:
|
||||||
|
- 014-ACPI-blacklist-win8-OSI-for-ASUS-Zenbook-Prime-UX31A.patch
|
||||||
|
- cpufreq-ondemand-Change-the-calculation-of-target-frequency.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 is used for development and the experimental flavours,
|
||||||
|
- the rel -70 is merge of mainline & experimental flavours in ONE srpm
|
||||||
|
- Yin & Yang (69) release - a very complete but experimental flavours...
|
||||||
|
- ---------------------------------------------------------------------
|
||||||
|
|
||||||
* Thu Jan 16 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.10.27-1
|
* Thu Jan 16 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.10.27-1
|
||||||
+ update to 3.10.27 stable
|
+ update to 3.10.27 stable
|
||||||
- patches dropped, now in upstream:
|
- patches dropped, now in upstream:
|
|
@ -1,17 +0,0 @@
|
||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.22 (GNU/Linux)
|
|
||||||
|
|
||||||
iQIcBAABAgAGBQJS1xnyAAoJEDjbvchgkmk+BTIQAIPWD2VGXqM48leIrbTKlb/v
|
|
||||||
6ZMhb7q4SI/6T2Qvw2wzj+A24c7X68bure43RGDR4bYN+q8BriGi2KHUQ+D9NFra
|
|
||||||
MELhucH70R0B35T/aIj2QkCKhRRVY09tExQ52eCmRPanbV+qLG4FY0v5zCo3CB1e
|
|
||||||
yIOKilcnRf9anKREThnIft3Plt+AQNu4IBJYSQ1J8QhTRcZkVlq8VbVEViZmlNR3
|
|
||||||
VQvkgPCYRydT/E2GCypKUjR+AaL+niBNa1vX2DFYZlNKx7EoZFhVciHCS76+VUpz
|
|
||||||
PESuD1Udr+TG60BI2w9cZ7OVqnw9S2s5cG+AWjCQVKpREBjWm2atrUS2uVrEFO4C
|
|
||||||
MpU4TK2qGpK5G1Ji0VA5Xbhe6BGwOgbDbcO9pSW4+gKqzvwTr9U/nYWdMp9Ru5Wc
|
|
||||||
v4BpZErmeqR2HysUeib6qbUdFYKyUxstJnsL9R8Mi1nUdY85ILbZe8q05BrKd3dx
|
|
||||||
3z9vhsXmAnrmMbhO5zPx2oQ4PAOVo51/tAlOjQGCslMOhVD8hNaE1U79HN00Omax
|
|
||||||
9x6n8Q9xnczDzNF7JB5USLRgwtyatJTZ+3S+pNmadVYe/kng6J3EQCCESWMFVzza
|
|
||||||
H/3lI0eUxBm41vbAbJKK1a8F8UtAqpshiKgn+BtU4zqnEV+4ahtPjAaIz2aQF/tF
|
|
||||||
ty1LAhjuRiiAT89/It26
|
|
||||||
=NMIW
|
|
||||||
-----END PGP SIGNATURE-----
|
|
17
patch-3.10.33.sign
Normal file
17
patch-3.10.33.sign
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.22 (GNU/Linux)
|
||||||
|
|
||||||
|
iQIcBAABAgAGBQJTGWFrAAoJEDjbvchgkmk+fA0P/051lujKJNJQWCU6ki8xTFEc
|
||||||
|
1SI7/qrgPhUjz+96cAti8U0s2ozG5+kCTWaFZs2LQk+yKViSkw4dCdNFZmg/MFe5
|
||||||
|
txzXYqloKXHVEk5Dxw/7YaPgPaQSd9V4PwxhJpLn+iTORdephj9+SOwu8OIld1So
|
||||||
|
jrNYGIsXKosmGyRHiXp8UfOVBXLOLHSJArgt7jnj9w4GThro5JkfwhPsGV3aInYr
|
||||||
|
rqhFmJ9Ll5vuaE+usLz/LRfchtt5wABiafnrSaN/DNBRcIOgjUR9Z3zGF0z3OMf5
|
||||||
|
tCoe0Eh688ynjICMNN8gA02p/ilANGNvQlDCuI4SiP+UMSS3SzEQl+pAQnGpFq3I
|
||||||
|
Z+/0PWQHWTuhgo+5a8vjJtTMogC+rW1anCz9gOiQxgWLJuzjhGsFUAWcJZmXsGQj
|
||||||
|
unfNKz6mmpdQ8tICA0C8S+uf2giLxmtEKZpVaQqbkgt6JUQJrcfl01ncqkMP6DgM
|
||||||
|
9SMIulag/nLwHNnWUEy/bcZ1p2Vcrzum6xJ1SOvPI6fWbjfec0ggnLTr98Ve1yGz
|
||||||
|
wHOz+5L/ztrljtRyPA4b/7l3uofYWtQiU5gxvfj1LdZQ4k+3KI3/Z/S8+9pA7KKy
|
||||||
|
z2IDg7f2WDUCP/27fKc0ERX58lJUqn9/QAZO2livHDz8uC+8D+AMLne+AGDmeyto
|
||||||
|
fsHSCHNQmf7jD49FwrAz
|
||||||
|
=/Zhe
|
||||||
|
-----END PGP SIGNATURE-----
|
Loading…
Add table
Reference in a new issue