/[packages]/cauldron/kernel-tmb/pristine/SPECS/kernel-tmb.spec
ViewVC logotype

Diff of /cauldron/kernel-tmb/pristine/SPECS/kernel-tmb.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 95167 by tmb, Thu May 5 16:50:36 2011 UTC revision 491034 by tmb, Thu Oct 3 19:56:22 2013 UTC
# Line 1  Line 1 
1  #  #
2  # *tmb* series kernels now use kernel.org versioning  # *tmb* series kernels now use kernel.org versioning
3  #  #
4  %define kernelversion   2  %define kernelversion   3
5  %define patchlevel      6  %define patchlevel      10
6  %define sublevel        38  # sublevel is now used for -stable patches
7    %define sublevel        15
8    # extstable is for extended stable patches
9    %define extstable       0
10    
11    # Package release
12    %define mgarel          1
13    
14  # kernel Makefile extraversion is substituted by  # kernel Makefile extraversion is substituted by
15  # kpatch/kgit/kstable wich are either 0 (empty), rc (kpatch),  # kpatch/kgit wich are either 0 (empty), rc (kpatch), git (kgit)
 # git (kgit, only the number after "git"), or stable release (kstable)  
16  %define kpatch          0  %define kpatch          0
17    # kernel.org -gitX patch (only the number after "git")
18  %define kgit            0  %define kgit            0
 %define kstable         5  
   
 # this is the releaseversion  
 %define kbuild          1  
19    
20  %define ktag            tmb  # Patch tarball tag
21  %define kname           kernel-%{ktag}  %define ktag            tmb
22    # kernel base name (also name of srpm)
23    %define kname           kernel-%{ktag}
24    
25  %define rpmtag          %distsuffix  # release defines
26    %define rpmtag          %{distsuffix}%{mgaver}
27  %if %kpatch  %if %kpatch
28  %if %kgit  %if %kgit
29  %define rpmrel          %mkrel 0.%{kpatch}.%{kgit}.%{kbuild}  %define rpmrel          %mkrel 0.%{kpatch}.%{kgit}.%{mgarel}
30  %else  %else
31  %define rpmrel          %mkrel 0.%{kpatch}.%{kbuild}  %define rpmrel          %mkrel 0.%{kpatch}.%{mgarel}
32  %endif  %endif
33  %else  %else
34  %define rpmrel          %mkrel %{kbuild}  %define rpmrel          %mkrel %{mgarel}
35  %endif  %endif
36    
37  # theese two never change, they are used to fool rpm/urpmi/smart  # fakerel and fakever never change, they are used to fool
38    # rpm/urpmi/smart
39  %define fakever         1  %define fakever         1
40  %define fakerel         %mkrel 1  %define fakerel         %mkrel 1
41    
42    # version defines
43    %if %extstable
44    %define kversion        %{kernelversion}.%{patchlevel}.%{sublevel}.%{extstable}
45    %else
46    %define kversion        %{kernelversion}.%{patchlevel}.%{sublevel}
47    %endif
48    %define kverrel         %{kversion}-%{rpmrel}
49    
50  # When we are using a pre/rc patch, the tarball is a sublevel -1  # When we are using a pre/rc patch, the tarball is a sublevel -1
51  %if %kpatch  %if %kpatch
52  %define kversion        %{kernelversion}.%{patchlevel}.%{sublevel}  %if %sublevel
53  %define tar_ver         %{kernelversion}.%{patchlevel}.%(expr %{sublevel} - 1)  %define tar_ver         %{kernelversion}.%{patchlevel}
 %define patch_ver       %{kversion}-%{kpatch}-%{ktag}%{kbuild}  
 %else  
 %if %kstable  
 %define kversion        %{kernelversion}.%{patchlevel}.%{sublevel}.%{kstable}  
 %define tar_ver         %{kernelversion}.%{patchlevel}.%{sublevel}  
54  %else  %else
55  %define kversion        %{kernelversion}.%{patchlevel}.%{sublevel}  %define tar_ver         %{kernelversion}.%(expr %{patchlevel} - 1)
 %define tar_ver         %{kversion}  
56  %endif  %endif
57  %define patch_ver       %{kversion}-%{ktag}%{kbuild}  %define patch_ver       %{kversion}-%{kpatch}-%{ktag}%{mgarel}
58    %else
59    %define tar_ver         %{kernelversion}.%{patchlevel}
60    %define patch_ver       %{kversion}-%{ktag}%{mgarel}
61  %endif  %endif
 %define kverrel         %{kversion}-%{rpmrel}  
62    
63  # used for not making too long names for rpms or search paths  # Used for not making too long names for rpms or search paths
64  %if %kpatch  %if %kpatch
65  %if %kgit  %if %kgit
66  %define buildrpmrel     0.%{kpatch}.%{kgit}.%{kbuild}%{rpmtag}  %define buildrpmrel     0.%{kpatch}.%{kgit}.%{mgarel}%{rpmtag}
67  %else  %else
68  %define buildrpmrel     0.%{kpatch}.%{kbuild}%{rpmtag}  %define buildrpmrel     0.%{kpatch}.%{mgarel}%{rpmtag}
69  %endif  %endif
70  %else  %else
71  %define buildrpmrel     %{kbuild}%{rpmtag}  %define buildrpmrel     %{mgarel}%{rpmtag}
72  %endif  %endif
73  %define buildrel        %{kversion}-%{buildrpmrel}  %define buildrel        %{kversion}-%{buildrpmrel}
74    
75  # having different top level names for packges means that you have to remove them by hard :(  # having different top level names for packges means that you have to remove them by hard :(
76  %define top_dir_name    %{kname}-%{_arch}  %define top_dir_name    %{kname}-%{_arch}
77    
78  %define build_dir       ${RPM_BUILD_DIR}/%{top_dir_name}  %define build_dir       ${RPM_BUILD_DIR}/%{top_dir_name}
79  %define src_dir         %{build_dir}/linux-%{tar_ver}  %define src_dir         %{build_dir}/linux-%{tar_ver}
80    
81  # disable useless debug rpms...  # disable useless debug rpms...
82  %define _enable_debug_packages  %{nil}  %define _enable_debug_packages  %{nil}
83  %define debug_package           %{nil}  %define debug_package           %{nil}
84    
85  # Build defines  # Build defines
86  %define build_doc               0  %define build_doc               0
87  %define build_source            1  %define build_source            1
88  %define build_devel             1  %define build_devel             1
89  %define build_debug             0  %define build_debug             0
90    
91  # Build desktop i586 / 4GB  # xz compress modules
92    %define build_modxz             1
93    
94    # Build desktop586 (i586 / 4GB)
95  %ifarch %{ix86}  %ifarch %{ix86}
96  %define build_desktop586        1  %define build_desktop586        1
97  %endif  %endif
98    
99  # Build mm (i686 / 4GB) / x86_64  # Build desktop (i686 / 4GB) / x86_64
100  %define build_desktop           1  %define build_desktop           1
101    
102  # Build laptop (i686 / 4GB)/ x86_64  # Build laptop (i686 / 4GB)/ x86_64
# Line 119  Line 132 
132  %{?_with_debug: %global build_debug 1}  %{?_with_debug: %global build_debug 1}
133    
134  # For the .nosrc.rpm  # For the .nosrc.rpm
135  %define build_nosrc     0  %define build_nosrc     0
136  %{?_with_nosrc: %global build_nosrc 1}  %{?_with_nosrc: %global build_nosrc 1}
137    
138  %define kmake %make  %define kmake %make
# Line 149  URL:           http://www.kernel.org Line 162  URL:           http://www.kernel.org
162  # Sources  # Sources
163  #  #
164  ### This is for full SRC RPM  ### This is for full SRC RPM
165  Source0:        ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/linux-%{tar_ver}.tar.bz2  Source0:        ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/linux-%{tar_ver}.tar.xz
166  Source1:        ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/linux-%{tar_ver}.tar.bz2.sign  Source1:        ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/linux-%{tar_ver}.tar.sign
167  ### This is for stripped SRC RPM  ### This is for stripped SRC RPM
168  %if %build_nosrc  %if %build_nosrc
169  NoSource: 0  NoSource: 0
# Line 172  Source102:     %{kname}.patchlist Line 185  Source102:     %{kname}.patchlist
185  # Patch0 to Patch100 are for core kernel upgrades.  # Patch0 to Patch100 are for core kernel upgrades.
186  #  #
187    
188  # Pre linus patch: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing  # Pre linus patch: ftp://ftp.kernel.org/pub/linux/kernel/v3.0/testing
189    
190  %if %kpatch  %if %kpatch
191  Patch1:         ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/testing/patch-%{kernelversion}.%{patchlevel}.%{sublevel}-%{kpatch}.bz2  %if %sublevel
192  Source10:       ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/testing/patch-%{kernelversion}.%{patchlevel}.%{sublevel}-%{kpatch}.bz2.sign  Patch2:         ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/stable-review/patch-%{kversion}-%{kpatch}.xz
193    Source11:       ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/stable-review/patch-%{kversion}-%{kpatch}.sign
194    %else
195    Patch1:         ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/testing/patch-%{kernelversion}.%{patchlevel}-%{kpatch}.xz
196    Source10:       ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/testing/patch-%{kernelversion}.%{patchlevel}-%{kpatch}.sign
197    %endif
198  %endif  %endif
199  %if %kgit  %if %kgit
200  Patch2:         ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/snapshots/patch-%{kernelversion}.%{patchlevel}.%{sublevel}-%{kpatch}-git%{kgit}.bz2  Patch2:         ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/snapshots/patch-%{kernelversion}.%{patchlevel}-%{kpatch}-git%{kgit}.xz
201  Source11:       ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/snapshots/patch-%{kernelversion}.%{patchlevel}.%{sublevel}-%{kpatch}-git%{kgit}.bz2.sign  Source11:       ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/snapshots/patch-%{kernelversion}.%{patchlevel}-%{kpatch}-git%{kgit}.sign
202    %endif
203    %if %sublevel
204    %if %kpatch
205    %define prev_sublevel %(expr %{sublevel} - 1)
206    %if %prev_sublevel
207    Patch1:         ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/patch-%{kernelversion}.%{patchlevel}.%{prev_sublevel}.xz
208    Source10:       ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/patch-%{kernelversion}.%{patchlevel}.%{prev_sublevel}.sign
209    %endif
210    %else
211    Patch1:         ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/patch-%{kernelversion}.%{patchlevel}.%{sublevel}.xz
212    Source10:       ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/patch-%{kernelversion}.%{patchlevel}.%{sublevel}.sign
213    %endif
214  %endif  %endif
215  %if %kstable  %if %extstable
216  Patch1:         ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/patch-%{kversion}.bz2  Patch3:         patch-%{kernelversion}.%{patchlevel}.%{sublevel}.%{extstable}.patch
 Source10:       ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/patch-%{kversion}.bz2.sign  
217  %endif  %endif
218    
219  #END  #END
# Line 198  of the operating system:  memory allocat Line 227  of the operating system:  memory allocat
227  input and output, etc.  input and output, etc.
228    
229  ### Global Requires/Provides  ### Global Requires/Provides
230  %define requires1       mkinitrd >= 6.0.92-12  %define requires1       bootloader-utils >= 1.16-1
231  %define requires2       bootloader-utils >= 1.12-1  %define requires2       dracut >= 025-8
232  %define requires3       sysfsutils >= 1.3.0-1 module-init-tools >= 3.6-10  %define requires3       kmod >= 12-2
233  %define requires4       kernel-firmware >= 20100217-1  %define requires4       sysfsutils >= 2.1.0-16
234    %define requires5       kernel-firmware >= 20130624-1
235    
236    %define kprovides1      %{kname} = %{kverrel}
237    %define kprovides2      kernel = %{tar_ver}
238    %define kprovides3      alsa = 1.0.26
239    %define kprovides_server drbd-api = 88
240    
241    # conflict dkms packages that dont support kernel-3.10
242    %define kconflicts1     dkms-broadcom-wl < 5.100.82.112-13
243    %define kconflicts1     dkms-fglrx < 13.101-0.3
244    %define kconflicts2     dkms-nvidia-current < 319.32-2
245    %define kconflicts3     dkms-nvidia304 < 304.88-4
246    %define kconflicts4     dkms-nvidia173 < 173.14.37-4
247    # (tmb) nvidia96xx does not support this kernel or x11-server-1.13
248    %define kconflicts5     dkms-nvidia96xx <= 96.43.23
249    %define kconflicts6     dmms-xtables-addons < 2.3-1
250    # (tmb) conflict too old lvm2 rules to make upgrades work (tv, mga #9536)
251    %define kconflicts7     lvm2 < 2.02.98-3
252    # (tmb) conflict too old drakxtools-backend to avoid bogus root=/dev/ (#9536)
253    %define kconflicts8     drakxtools-backend < 15.37-1
254    # (tmb) conflict older btrfs-progs to get the new in same transaction and in initrd
255    %define kconflicts9     btrfs-progs < 0.20-0.rc1.20130607.2
256    # (tmb) conflict too old plymouth (#10128)
257    %define kconflicts10    plymouth < 0.8.6.1-8
258    # (tmb) conflict too old radeon-firmware to get the uvd firmwares in initrd
259    %define kconflicts11    radeon-firmware < 20130626-1
260    
 %define kprovides       %{kname} = %{kverrel}, kernel = %{tar_ver}, drbd-api = 88  
   
 BuildRoot:              %{_tmppath}/%{kname}-%{kversion}-%{_arch}-build  
 %define buildroot       %{_tmppath}/%{kname}-%{kversion}-%{_arch}-build  
261  Autoreqprov:            no  Autoreqprov:            no
262  BuildRequires:          gcc >= 4.0.1-5 module-init-tools >= 3.2-0.pre8.2  BuildRequires:          gcc >= 4.0.1-5 kmod >= 7-6 bc
263    
264  %description  %description
265  %common_description_kernel  %common_description_kernel
# Line 221  BuildRequires:                 gcc >= 4.0.1-5 module-i Line 272  BuildRequires:                 gcc >= 4.0.1-5 module-i
272  %package -n %{kname}-%{1}-%{buildrel}                   \  %package -n %{kname}-%{1}-%{buildrel}                   \
273  Version:        %{fakever}                              \  Version:        %{fakever}                              \
274  Release:        %{fakerel}                              \  Release:        %{fakerel}                              \
275  Provides:       %kprovides                              \  Summary:        %{expand:%{summary_%(echo %{1})}}       \
276  Provides:       should-restart = system                 \  Group:          System/Kernel and hardware              \
277  Requires(pre):  %requires1 %requires2 %requires3 %requires4 \  Provides:       %{kname}-%{1}                           \
278    Provides:       %kprovides1 %kprovides2 %kprovides3     \
279    %{expand:%%{?kprovides_%{1}:Provides: %{kprovides_%{1}}}} \
280    Provides:       should-restart = system                 \
281    Requires(pre):  %requires1 %requires2 %requires3 %requires4 \
282    Requires:       %requires2 %requires5                   \
283    Conflicts:      %kconflicts1 %kconflicts2 %kconflicts3  \
284    Conflicts:      %kconflicts4 %kconflicts5 %kconflicts6  \
285    Conflicts:      %kconflicts7 %kconflicts8 %kconflicts9  \
286    Conflicts:      %kconflicts10 %kconflicts11             \
287    Suggests:       crda iw cpupower                        \
288    Suggests:       %{kname}-%{1}-latest                    \
289  %ifarch %{ix86}                                         \  %ifarch %{ix86}                                         \
290  Conflicts:      arch(x86_64)                            \  Conflicts:      arch(x86_64)                            \
291  %endif                                                  \  %endif                                                  \
 Summary:        %{expand:%{summary_%(echo %{1})}}       \  
 Group:          System/Kernel and hardware              \  
292  %description -n %{kname}-%{1}-%{buildrel}               \  %description -n %{kname}-%{1}-%{buildrel}               \
293  %common_description_kernel %{expand:%{info_%(echo %{1})}} \  %common_description_kernel %{expand:%{info_%(echo %{1})}} \
294                                                          \                                                          \
# Line 236  Group:         System/Kernel and hardware              \ Line 296  Group:         System/Kernel and hardware              \
296  %package -n     %{kname}-%{1}-devel-%{buildrel}         \  %package -n     %{kname}-%{1}-devel-%{buildrel}         \
297  Version:        %{fakever}                              \  Version:        %{fakever}                              \
298  Release:        %{fakerel}                              \  Release:        %{fakerel}                              \
299    Summary:        The kernel-devel files for %{kname}-%{1}-%{buildrel} \
300    Group:          Development/Kernel                      \
301  Requires:       glibc-devel ncurses-devel make gcc perl \  Requires:       glibc-devel ncurses-devel make gcc perl \
302  %ifarch %{ix86}                                         \  %ifarch %{ix86}                                         \
303  Conflicts:      arch(x86_64)                            \  Conflicts:      arch(x86_64)                            \
304  %endif                                                  \  %endif                                                  \
 Summary:        The kernel-devel files for %{kname}-%{1}-%{buildrel} \  
 Group:          Development/Kernel                      \  
305  Provides:       kernel-devel = %{kverrel}               \  Provides:       kernel-devel = %{kverrel}               \
306    Suggests:       %{kname}-%{1}-devel-latest              \
307  %description -n %{kname}-%{1}-devel-%{buildrel}         \  %description -n %{kname}-%{1}-devel-%{buildrel}         \
308  This package contains the kernel-devel files that should be enough to build \  This package contains the kernel-devel files that should be enough to build \
309  3rdparty drivers against for use with %{kname}-%{1}-%{buildrel}. \  3rdparty drivers against for use with %{kname}-%{1}-%{buildrel}. \
# Line 282  latest %{kname}-%{1}-devel installed... Line 343  latest %{kname}-%{1}-devel installed...
343  %endif                                                  \  %endif                                                  \
344                                                          \                                                          \
345  %post -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1}-post \  %post -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1}-post \
346    %posttrans -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1}-posttrans \
347  %preun -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1}-preun \  %preun -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1}-preun \
348  %postun -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1}-postun \  %postun -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1}-postun \
349                                                          \                                                          \
# Line 292  latest %{kname}-%{1}-devel installed... Line 354  latest %{kname}-%{1}-devel installed...
354                                                          \                                                          \
355  %files -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1} \  %files -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1} \
356  %files -n %{kname}-%{1}-latest                          \  %files -n %{kname}-%{1}-latest                          \
 %defattr(-,root,root)                                   \  
357                                                          \                                                          \
358  %if %build_devel                                        \  %if %build_devel                                        \
359  %files -n %{kname}-%{1}-devel-%{buildrel} -f kernel_devel_files.%{1} \  %files -n %{kname}-%{1}-devel-%{buildrel} -f kernel_devel_files.%{1} \
360  %files -n %{kname}-%{1}-devel-latest                    \  %files -n %{kname}-%{1}-devel-latest                    \
 %defattr(-,root,root)                                   \  
361  %endif  %endif
362    
363    
# Line 306  latest %{kname}-%{1}-devel installed... Line 366  latest %{kname}-%{1}-devel installed...
366  #  #
367  %ifarch %{ix86}  %ifarch %{ix86}
368  %if %build_desktop586  %if %build_desktop586
369  %define summary_desktop586 Linux kernel for desktop use with i586 & 4GB RAM  %define summary_desktop586 Linux kernel for desktop use with i586 and up to 4GB RAM
370  %define info_desktop586 This kernel is compiled for desktop use, single or \  %define info_desktop586 This kernel is compiled for desktop use, single or \
371  multiple i586 processor(s)/core(s) and less than 4GB RAM, using full \  multiple i586 processor(s)/core(s) and less than 4GB RAM (usually 3-3.5GB \
372  preempt, BFS cpu scheduler and cfq i/o scheduler. \  detected, if you need/want to use all 4GB or more, install %{kname}-server),\
373     using full preempt, BFS cpu scheduler and cfq i/o scheduler. \
374  This kernel relies on in-kernel smp alternatives to switch between up & smp \  This kernel relies on in-kernel smp alternatives to switch between up & smp \
375  mode depending on detected hardware. To force the kernel to boot in single \  mode depending on detected hardware. To force the kernel to boot in single \
376  processor mode, use the "nosmp" boot parameter.  processor mode, use the "nosmp" boot parameter.
# Line 322  processor mode, use the "nosmp" boot par Line 383  processor mode, use the "nosmp" boot par
383  #  #
384  %if %build_desktop  %if %build_desktop
385  %ifarch %{ix86}  %ifarch %{ix86}
386  %define summary_desktop Linux Kernel for desktop use with i686 & 4GB RAM  %define summary_desktop Linux Kernel for desktop use with i686 and up to 4GB RAM
387  %define info_desktop This kernel is compiled for desktop use, single or \  %define info_desktop This kernel is compiled for desktop use, single or \
388  multiple i686 processor(s)/core(s) and less than 4GB RAM, using full \  multiple i686 processor(s)/core(s) and less than 4GB RAM (usually 3-3.5GB \
389  preempt, BFS cpu scheduler and cfq i/o scheduler. \  detected, if you need/want to use all 4GB or more, install %{kname}-server), \
390    using full preempt, BFS cpu scheduler and cfq i/o scheduler. \
391  This kernel relies on in-kernel smp alternatives to switch between up & smp \  This kernel relies on in-kernel smp alternatives to switch between up & smp \
392  mode depending on detected hardware. To force the kernel to boot in single \  mode depending on detected hardware. To force the kernel to boot in single \
393  processor mode, use the "nosmp" boot parameter.  processor mode, use the "nosmp" boot parameter.
# Line 346  processor mode, use the "nosmp" boot par Line 408  processor mode, use the "nosmp" boot par
408  #  #
409  %if %build_laptop  %if %build_laptop
410  %ifarch %{ix86}  %ifarch %{ix86}
411  %define summary_laptop Linux kernel for laptop use with i686-up/smp-4GB  %define summary_laptop Linux kernel for laptop use with i686 and up to 4GB
412  %define info_laptop This kernel is compiled for laptop use, single or \  %define info_laptop This kernel is compiled for laptop use, single or \
413  multiple i686 processor(s)/core(s) and less than 4GB RAM, using HZ_250 \  multiple i686 processor(s)/core(s) and less than 4GB RAM (usually 3-3.5GB \
414  to save battery, voluntary preempt, BFS cpu scheduler, cfq i/o scheduler \  detected, if you need/want to use all 4GB or more, install %{kname}-server), \
415  and some other laptop-specific optimizations. If you want to sacrifice \  using HZ_250 to save battery, voluntary preempt, BFS cpu scheduler, \
416  battery life for performance, you better use the %{kname}-desktop. \  cfq i/o scheduler and some other laptop-specific optimizations. \
417    If you want to sacrifice battery life for performance, you better use the \
418    %{kname}-desktop. \
419  This kernel relies on in-kernel smp alternatives to switch between up & smp \  This kernel relies on in-kernel smp alternatives to switch between up & smp \
420  mode depending on detected hardware. To force the kernel to boot in single \  mode depending on detected hardware. To force the kernel to boot in single \
421  processor mode, use the "nosmp" boot parameter. \  processor mode, use the "nosmp" boot parameter. \
# Line 427  Requires:      glibc-devel, ncurses-devel, m Line 491  Requires:      glibc-devel, ncurses-devel, m
491  Summary:        The Linux source code for %{kname}-%{buildrel}  Summary:        The Linux source code for %{kname}-%{buildrel}
492  Group:          Development/Kernel  Group:          Development/Kernel
493  Autoreqprov:    no  Autoreqprov:    no
494  Provides:       kernel-source = %{kverrel}, kernel-devel = %{kverrel}  Provides:       kernel-source = %{kverrel}
495  %ifarch %{ix86}  Buildarch:      noarch
 Conflicts:      arch(x86_64)  
 %endif  
496    
497  %description -n %{kname}-source-%{buildrel}  %description -n %{kname}-source-%{buildrel}
498  The %{kname}-source package contains the source code files for the %{ktag}  The %{kname}-source package contains the source code files for the %{ktag}
# Line 470  Release:       %{rpmrel} Line 532  Release:       %{rpmrel}
532  Summary:        Virtual rpm for latest %{kname}-source  Summary:        Virtual rpm for latest %{kname}-source
533  Group:          Development/Kernel  Group:          Development/Kernel
534  Requires:       %{kname}-source-%{buildrel}  Requires:       %{kname}-source-%{buildrel}
535  %ifarch %{ix86}  Buildarch:      noarch
 Conflicts:      arch(x86_64)  
 %endif  
536    
537  %description -n %{kname}-source-latest  %description -n %{kname}-source-latest
538  This package is a virtual rpm that aims to make sure you always have the  This package is a virtual rpm that aims to make sure you always have the
# Line 487  latest %{kname}-source installed... Line 547  latest %{kname}-source installed...
547  Version:        %{kversion}  Version:        %{kversion}
548  Release:        %{rpmrel}  Release:        %{rpmrel}
549  Summary:        Various documentation bits found in the %{kname} source  Summary:        Various documentation bits found in the %{kname} source
550  Group:          Books/Computer books  Group:          Documentation
551  Buildarch:      noarch  Buildarch:      noarch
552    
553  %description -n %{kname}-doc  %description -n %{kname}-doc
# Line 509  Linux kernel modules at load time. Line 569  Linux kernel modules at load time.
569  %define patches_dir ../%{patch_ver}/  %define patches_dir ../%{patch_ver}/
570    
571  cd %src_dir  cd %src_dir
572    
573    %if %sublevel
574  %if %kpatch  %if %kpatch
575    %if %prev_sublevel
576  %patch1 -p1  %patch1 -p1
577  %endif  %endif
 %if %kgit  
578  %patch2 -p1  %patch2 -p1
579    %else
580    %patch1 -p1
581  %endif  %endif
582  %if %kstable  %else
583    %if %kpatch
584  %patch1 -p1  %patch1 -p1
585  %endif  %endif
586    %endif
587    %if %kgit
588    %patch2 -p1
589    %endif
590    %if %extstable
591    %patch3 -p1
592    %endif
593    
594  %{patches_dir}/scripts/apply_patches  %{patches_dir}/scripts/apply_patches
595    
# Line 570  PrepareKernel() { Line 642  PrepareKernel() {
642          fi          fi
643    
644          # make sure EXTRAVERSION says what we want it to say          # make sure EXTRAVERSION says what we want it to say
645          %if %kstable          %if %extstable
646                  LC_ALL=C perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = .%{kstable}-$extension/" Makefile          LC_ALL=C perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = .%{extstable}-$extension/" Makefile
647          %else          %else
648                  LC_ALL=C perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -$extension/" Makefile          LC_ALL=C perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -$extension/" Makefile
649          %endif          %endif
650    
651          %smake oldconfig          %smake oldconfig
# Line 584  BuildKernel() { Line 656  BuildKernel() {
656          KernelVer=$1          KernelVer=$1
657          echo "Building kernel $KernelVer"          echo "Building kernel $KernelVer"
658    
659          %kmake all          %kmake -s all
660    
661          # Start installing stuff          # Start installing stuff
662          install -d %{temp_boot}          install -d %{temp_boot}
# Line 616  SaveDevel() { Line 688  SaveDevel() {
688          %ifarch %{ix86} x86_64          %ifarch %{ix86} x86_64
689                  cp -fR arch/x86/kernel/asm-offsets.{c,s} $TempDevelRoot/arch/x86/kernel/                  cp -fR arch/x86/kernel/asm-offsets.{c,s} $TempDevelRoot/arch/x86/kernel/
690                  cp -fR arch/x86/kernel/asm-offsets_{32,64}.c $TempDevelRoot/arch/x86/kernel/                  cp -fR arch/x86/kernel/asm-offsets_{32,64}.c $TempDevelRoot/arch/x86/kernel/
691                    cp -fR arch/x86/syscalls/syscall* $TempDevelRoot/arch/x86/syscalls/
692                  cp -fR arch/x86/include $TempDevelRoot/arch/x86/                  cp -fR arch/x86/include $TempDevelRoot/arch/x86/
693                    cp -fR arch/x86/tools $TempDevelRoot/arch/x86/
694          %else          %else
695                  cp -fR arch/%{_arch}/kernel/asm-offsets.{c,s} $TempDevelRoot/arch/%{_arch}/kernel/                  cp -fR arch/%{_arch}/kernel/asm-offsets.{c,s} $TempDevelRoot/arch/%{_arch}/kernel/
696                  cp -fR arch/%{_arch}/include $TempDevelRoot/arch/%{_arch}/                  cp -fR arch/%{_arch}/include $TempDevelRoot/arch/%{_arch}/
697          %endif          %endif
698          cp -fR kernel/bounds.c $TempDevelRoot/kernel/          cp -fR kernel/bounds.c $TempDevelRoot/kernel/
699            cp -fR tools/include $TempDevelRoot/tools/
700          cp -fR .config Module.symvers $TempDevelRoot          cp -fR .config Module.symvers $TempDevelRoot
701          cp -fR 3rdparty/mkbuild.pl $TempDevelRoot/3rdparty/          cp -fR 3rdparty/mkbuild.pl $TempDevelRoot/3rdparty/
702    
# Line 632  SaveDevel() { Line 707  SaveDevel() {
707          cp -fR drivers/lguest/lg.h $TempDevelRoot/drivers/lguest/          cp -fR drivers/lguest/lg.h $TempDevelRoot/drivers/lguest/
708    
709          # Needed for lirc_gpio (Anssi Hannula, #39004, #54907)          # Needed for lirc_gpio (Anssi Hannula, #39004, #54907)
710          cp -fR drivers/media/video/bt8xx/bttv{,p}.h $TempDevelRoot/drivers/media/video/bt8xx/          cp -fR drivers/media/pci/bt8xx/bttv{,p}.h $TempDevelRoot/drivers/media/pci/bt8xx/
711          cp -fR drivers/media/video/bt8xx/bt848.h $TempDevelRoot/drivers/media/video/bt8xx/          cp -fR drivers/media/pci/bt8xx/bt848.h $TempDevelRoot/drivers/media/pci/bt8xx/
712          cp -fR drivers/media/video/btcx-risc.h $TempDevelRoot/drivers/media/video/          cp -fR drivers/media/common/btcx-risc.h $TempDevelRoot/drivers/media/common/
713    
714          # Needed for external dvb tree (#41418)          # Needed for external dvb tree (#41418)
715          cp -fR drivers/media/dvb/dvb-core/*.h $TempDevelRoot/drivers/media/dvb/dvb-core/          cp -fR drivers/media/dvb-core/*.h $TempDevelRoot/drivers/media/dvb-core/
716          cp -fR drivers/media/dvb/frontends/lgdt330x.h $TempDevelRoot/drivers/media/dvb/frontends/          cp -fR drivers/media/dvb-frontends/lgdt330x.h $TempDevelRoot/drivers/media/dvb-frontends/
717    
718          # add acpica header files, needed for fglrx build          # add acpica header files, needed for fglrx build
719          cp -fR drivers/acpi/acpica/*.h $TempDevelRoot/drivers/acpi/acpica/          cp -fR drivers/acpi/acpica/*.h $TempDevelRoot/drivers/acpi/acpica/
720    
721          for i in alpha arm arm26 avr32 blackfin cris frv h8300 ia64 microblaze mips m32r m68k \          for i in alpha arc arm arm26 arm64 avr32 blackfin c6x cris frv h8300 hexagon ia64 \
722                   m68knommu mn10300 parisc powerpc ppc s390 sh sh64 score sparc tile v850 xtensa; do                   microblaze mips m32r m68k m68knommu metag mn10300 openrisc parisc \
723                     powerpc ppc s390 sh sh64 score sparc tile unicore32 v850 xtensa; do
724                  rm -rf $TempDevelRoot/arch/$i                  rm -rf $TempDevelRoot/arch/$i
725          done          done
726    
# Line 671  SaveDevel() { Line 747  SaveDevel() {
747    
748  ### Create the kernel_devel_files.*  ### Create the kernel_devel_files.*
749  cat > $kernel_devel_files <<EOF  cat > $kernel_devel_files <<EOF
 %defattr(-,root,root)  
750  %dir $DevelRoot  %dir $DevelRoot
751  %dir $DevelRoot/arch  %dir $DevelRoot/arch
752  %dir $DevelRoot/include  %dir $DevelRoot/include
# Line 690  $DevelRoot/fs Line 765  $DevelRoot/fs
765  $DevelRoot/include/Kbuild  $DevelRoot/include/Kbuild
766  $DevelRoot/include/acpi  $DevelRoot/include/acpi
767  $DevelRoot/include/asm-generic  $DevelRoot/include/asm-generic
768    $DevelRoot/include/clocksource
769  $DevelRoot/include/config  $DevelRoot/include/config
770  $DevelRoot/include/crypto  $DevelRoot/include/crypto
771  $DevelRoot/include/drm  $DevelRoot/include/drm
772    $DevelRoot/include/dt-bindings
773  $DevelRoot/include/generated  $DevelRoot/include/generated
774  $DevelRoot/include/keys  $DevelRoot/include/keys
775  $DevelRoot/include/linux  $DevelRoot/include/linux
776  $DevelRoot/include/math-emu  $DevelRoot/include/math-emu
777  $DevelRoot/include/media  $DevelRoot/include/media
778  $DevelRoot/include/mtd  $DevelRoot/include/memory
779    $DevelRoot/include/misc
780  $DevelRoot/include/net  $DevelRoot/include/net
781  $DevelRoot/include/pcmcia  $DevelRoot/include/pcmcia
782    $DevelRoot/include/ras
783  $DevelRoot/include/rdma  $DevelRoot/include/rdma
784  $DevelRoot/include/rxrpc  $DevelRoot/include/rxrpc
785  $DevelRoot/include/scsi  $DevelRoot/include/scsi
786  $DevelRoot/include/sound  $DevelRoot/include/sound
787  $DevelRoot/include/target  $DevelRoot/include/target
788  $DevelRoot/include/trace  $DevelRoot/include/trace
789    $DevelRoot/include/uapi
790  $DevelRoot/include/video  $DevelRoot/include/video
791  $DevelRoot/include/xen  $DevelRoot/include/xen
792  $DevelRoot/init  $DevelRoot/init
# Line 762  CreateFiles() { Line 842  CreateFiles() {
842    
843  ### Create the kernel_files.*  ### Create the kernel_files.*
844  cat > $kernel_files <<EOF  cat > $kernel_files <<EOF
 %defattr(-,root,root)  
845  %{_bootdir}/System.map-%{kversion}-%{ktag}-$kernel_flavour-%{buildrpmrel}  %{_bootdir}/System.map-%{kversion}-%{ktag}-$kernel_flavour-%{buildrpmrel}
846  %{_bootdir}/config-%{kversion}-%{ktag}-$kernel_flavour-%{buildrpmrel}  %{_bootdir}/config-%{kversion}-%{ktag}-$kernel_flavour-%{buildrpmrel}
847  %{_bootdir}/vmlinuz-%{kversion}-%{ktag}-$kernel_flavour-%{buildrpmrel}  %{_bootdir}/vmlinuz-%{kversion}-%{ktag}-$kernel_flavour-%{buildrpmrel}
# Line 804  fi Line 883  fi
883  %endif  %endif
884  EOF  EOF
885    
886    ### Create kernel Posttran script
887    cat > $kernel_files-posttrans <<EOF
888    if [ -x /usr/sbin/dkms_autoinstaller -a -d /usr/src/%{kversion}-%{ktag}-$kernel_flavour-%{buildrpmrel} ]; then
889        /usr/sbin/dkms_autoinstaller start %{kversion}-%{ktag}-$kernel_flavour-%{buildrpmrel}
890    fi
891    EOF
892    
893  ### Create kernel Preun script on the fly  ### Create kernel Preun script on the fly
894  cat > $kernel_files-preun <<EOF  cat > $kernel_files-preun <<EOF
# Line 835  EOF Line 920  EOF
920  ### Create kernel Postun script on the fly  ### Create kernel Postun script on the fly
921  cat > $kernel_files-postun <<EOF  cat > $kernel_files-postun <<EOF
922  /sbin/kernel_remove_initrd %{kversion}-%{ktag}-$kernel_flavour-%{buildrpmrel}  /sbin/kernel_remove_initrd %{kversion}-%{ktag}-$kernel_flavour-%{buildrpmrel}
923    rm -rf /lib/modules/%{kversion}-%{ktag}-$kernel_flavour-%{buildrpmrel} > /dev/null
924  EOF  EOF
925  }  }
926    
# Line 914  cp -a %{temp_root} %{buildroot} Line 1000  cp -a %{temp_root} %{buildroot}
1000    
1001  # Create directories infastructure  # Create directories infastructure
1002  %if %build_source  %if %build_source
1003  install -d %{target_source}  install -d %{target_source}
1004    
1005  tar cf - . | tar xf - -C %{target_source}  tar cf - . | tar xf - -C %{target_source}
1006  chmod -R a+rX %{target_source}  chmod -R a+rX %{target_source}
1007    
1008  # we remove all the source files that we don't ship  # we remove all the source files that we don't ship
1009  # first architecture files  # first architecture files
1010  for i in alpha arm arm26 avr32 blackfin cris frv h8300 ia64 microblaze mips m32r m68k \  for i in alpha arc arm arm26 arm64 avr32 blackfin c6x cris frv h8300 hexagon ia64 \
1011           m68knommu mn10300 parisc powerpc ppc s390 sh sh64 score sparc tile v850 xtensa; do           microblaze mips m32r m68k m68knommu metag mn10300 openrisc parisc \
1012             powerpc ppc s390 sh sh64 score sparc tile v850 xtensa unicore32; do
1013          rm -rf %{target_source}/arch/$i          rm -rf %{target_source}/arch/$i
1014  done  done
1015    
# Line 932  done Line 1019  done
1019    
1020  # other misc files  # other misc files
1021  rm -f %{target_source}/{.config.old,.config.cmd,.mailmap,.missing-syscalls.d,arch/.gitignore}  rm -f %{target_source}/{.config.old,.config.cmd,.mailmap,.missing-syscalls.d,arch/.gitignore}
1022    rm -rf %{target_source}/.tmp_depmod/
1023    
1024  #endif %build_source  #endif %build_source
1025  %endif  %endif
1026    
1027    # compressing modules
1028    %if %{build_modxz}
1029    find %{target_modules} -name "*.ko" | %kxargs xz -6e
1030    %else
1031    find %{target_modules} -name "*.ko" | %kxargs gzip -9
1032    %endif
1033    
1034  # We used to have a copy of PrepareKernel here  # We used to have a copy of PrepareKernel here
1035  # Now, we make sure that the thing in the linux dir is what we want it to be  # Now, we make sure that the thing in the linux dir is what we want it to be
1036  for i in %{target_modules}/*; do  for i in %{target_modules}/*; do
1037      rm -f $i/build $i/source          rm -f $i/build $i/source
1038  done  done
1039    
1040  # Create modules.description  # sniff, if we compressed all the modules, we change the stamp :(
1041    # we really need the depmod -ae here
1042  pushd %{target_modules}  pushd %{target_modules}
1043  for i in *; do  for i in *; do
1044          pushd $i          /sbin/depmod -ae -b %{buildroot} -F %{target_boot}/System.map-$i $i
1045          echo "Creating modules.description for $i"          echo $?
         modules=`find . -name "*.ko.gz"`  
         echo $modules | %kxargs /sbin/modinfo \  
         | perl -lne 'print "$name\t$1" if $name && /^description:\s*(.*)/; $name = $1 if m!^filename:\s*(.*)\.k?o!; $name =~ s!.*/!!' > modules.description  
         popd  
1046  done  done
 popd  
1047    
1048    # create modules.description
1049  ###  for i in *; do
1050  ### clean          pushd $i
1051  ###          echo "Creating modules.description for $i"
1052  %clean          modules=`find . -name "*.ko.[g,x]z"`
1053  rm -rf %{buildroot}          echo $modules | %kxargs /sbin/modinfo \
1054            | perl -lne 'print "$name\t$1" if $name && /^description:\s*(.*)/; $name = $1 if m!^filename:\s*(.*)\.k?o!; $name =~ s!.*/!!' > modules.description
1055            popd
1056    done
1057    popd
1058    
1059    
1060  # We don't want to remove this, the whole reason of its existence is to be  # We don't want to remove this, the whole reason of its existence is to be
# Line 972  rm -rf %{buildroot} Line 1067  rm -rf %{buildroot}
1067  ###  ###
1068  %if %build_source  %if %build_source
1069  %files -n %{kname}-source-%{buildrel}  %files -n %{kname}-source-%{buildrel}
 %defattr(-,root,root)  
1070  %dir %{_kerneldir}  %dir %{_kerneldir}
1071  %dir %{_kerneldir}/arch  %dir %{_kerneldir}/arch
1072  %dir %{_kerneldir}/include  %dir %{_kerneldir}/include
# Line 991  rm -rf %{buildroot} Line 1085  rm -rf %{buildroot}
1085  %{_kerneldir}/include/Kbuild  %{_kerneldir}/include/Kbuild
1086  %{_kerneldir}/include/acpi  %{_kerneldir}/include/acpi
1087  %{_kerneldir}/include/asm-generic  %{_kerneldir}/include/asm-generic
1088    %{_kerneldir}/include/clocksource
1089  %{_kerneldir}/include/crypto  %{_kerneldir}/include/crypto
1090  %{_kerneldir}/include/drm  %{_kerneldir}/include/drm
1091    %{_kerneldir}/include/dt-bindings
1092  %{_kerneldir}/include/keys  %{_kerneldir}/include/keys
1093  %{_kerneldir}/include/linux  %{_kerneldir}/include/linux
1094  %{_kerneldir}/include/math-emu  %{_kerneldir}/include/math-emu
1095  %{_kerneldir}/include/media  %{_kerneldir}/include/media
1096  %{_kerneldir}/include/mtd  %{_kerneldir}/include/memory
1097    %{_kerneldir}/include/misc
1098  %{_kerneldir}/include/net  %{_kerneldir}/include/net
1099  %{_kerneldir}/include/pcmcia  %{_kerneldir}/include/pcmcia
1100    %{_kerneldir}/include/ras
1101  %{_kerneldir}/include/rdma  %{_kerneldir}/include/rdma
1102  %{_kerneldir}/include/rxrpc  %{_kerneldir}/include/rxrpc
1103  %{_kerneldir}/include/scsi  %{_kerneldir}/include/scsi
1104  %{_kerneldir}/include/sound  %{_kerneldir}/include/sound
1105  %{_kerneldir}/include/target  %{_kerneldir}/include/target
1106  %{_kerneldir}/include/trace  %{_kerneldir}/include/trace
1107    %{_kerneldir}/include/uapi
1108  %{_kerneldir}/include/video  %{_kerneldir}/include/video
1109  %{_kerneldir}/include/xen  %{_kerneldir}/include/xen
1110  %{_kerneldir}/init  %{_kerneldir}/init
# Line 1033  rm -rf %{buildroot} Line 1132  rm -rf %{buildroot}
1132  %doc README.kernel-%{ktag}-sources  %doc README.kernel-%{ktag}-sources
1133    
1134  %files -n %{kname}-source-latest  %files -n %{kname}-source-latest
 %defattr(-,root,root)  
1135  %endif  %endif
1136    
1137  %if %build_doc  %if %build_doc
1138  %files -n %{kname}-doc  %files -n %{kname}-doc
 %defattr(-,root,root)  
1139  %doc linux-%{tar_ver}/Documentation/*  %doc linux-%{tar_ver}/Documentation/*
1140  %endif  %endif
1141    
1142  %changelog  %changelog
1143  * Wed May  5 2011 Thomas Backlund <tmb@mandriva.org> 2.6.38.5-1.mga1  * Thu Oct 3 2013 Thomas Backlund <tmb@mageia.org> 3.10.15-1.mga4
1144    - update to 3.10.15
1145    - drop merged patches:
1146      * DG01, DG02, NM01, NS01, NS02, NW01
1147    
1148    * Thu Aug 22 2013 Thomas Backlund <tmb@mageia.org> 3.10.9-1.mga4
1149    - update to 3.10.9
1150    - add patches:
1151      * DG01: drm/radeon: fix WREG32_OR macro setting bits in a register
1152      * DG02: drm/radeon/r7xx: fix copy paste typo in golden register setup
1153      * NM01: mac80211: add a flag to indicate CCK support for HT clients
1154      * NS01: net_sched: psched_ratecfg_precompute() improvements
1155      * NS02: net_sched: restore "linklayer atm" handling
1156      * NW01: ath9k: Enable PLL fix only for AR9340/AR9330
1157    
1158    * Sat Aug 17 2013 Thomas Backlund <tmb@mageia.org> 3.10.7-1.mga4
1159    - update to 3.10.7
1160    - drop merged/obsolete patches:
1161      * AA01-AA17: stable queue fixes
1162      * DN01-DN04: alx backport
1163      * DN22: carl9170 fix
1164    - update patches:
1165      * CK01: -ck patchset including BFS 0.440
1166      * FO01-FO09: overlayfs support
1167      * FR01: Reiser4 support
1168      * KP01: TuxOnIce support
1169    - add patches:
1170      * MB14: ndiswrapper kernel 3.10 buildfix
1171    - add support for extended stable builds
1172    - update requires on firmwares and tools
1173    - add conflicts on too old dkms, firmware and
1174      tools to get better upgrade transactions
1175    - update defconfigs
1176    - update filelists
1177    
1178    * Fri Jun 28 2013 Thomas Backlund <tmb@mageia.org> 3.9.8-1.mga4
1179    - update to 3.9.8
1180    - add patches:
1181      * AA01-AA17: -stable queue fixes
1182      * DN40: bcma: add support for BCM43142 (mga#9378, mga#10611)
1183    - drop merged patches:
1184      * DN10, DN21, DN30
1185    
1186    * Fri Jun 21 2013 Thomas Backlund <tmb@mageia.org> 3.9.7-1.mga4
1187    - update to 3.9.7
1188    - drop merged patches:
1189      * AA01-AA82 (stable queue fixes)
1190    - add patches:
1191      * DN10: ath9k_htc: Handle IDLE state transition properly
1192      * DN30: rtl8192cu: Fix problem in connecting to WEP or WPA(1) networks
1193    
1194    * Sun Jun  2 2013 Thomas Backlund <tmb@mageia.org> 3.9.4-1.mga4
1195    - update to 3.9.4
1196    - drop merged patches:
1197      * DI01, DI10-DI12, DI20-DI22, DI30-DI31, DI40-DI41
1198      * DI50-DI64, DI70-DI75, DM10, DN10-DN14, DS10
1199    - update patches:
1200      * CK01: -ck1 patchset including BFS 0.430
1201      * FR01: Reiser4 support for kernel 3.9
1202      * KP01: TuxOnIce 3.3 for kernel 3.9
1203    - rediff patches:
1204      * FO01, FO04: overlayfs support
1205      * MB02: 3rdparty tree merge
1206    - add patches:
1207      * DN04: fix up alx AR8161 breakage (mga #10079)
1208      * MB13: ndiswrapper buildfix for kernel 3.9
1209    - update filelists
1210    - update defconfigs
1211    
1212    * Sun May 12 2013 Thomas Backlund <tmb@mageia.org> 3.8.13-1.mga3
1213    - update to 3.8.13
1214    - drop merged patches:
1215      * BD01: block discard fix
1216      * DG01-DG03: drm/radeon fixes
1217      * DG12: drm/cirrus fix
1218      * DG21-DG25: drm/i915 fixes
1219    - add patches:
1220      * DI20-DI22: Input: Cypress PS2 support
1221      * DI30-DI31: Input: Cypress APA support
1222      * DI40-DI41: Input: Synaptics bugfixes
1223      * DI50-DI64: Input: ALPS Rushmore and Dolphin V1 support
1224      * DI70-DI75: Input: Wacom: DTH-2242 and 0x10d support
1225    
1226    * Wed May  8 2013 Thomas Backlund <tmb@mageia.org> 3.8.12-1.mga3
1227    - update to 3.8.12
1228    - update patches:
1229      * DN01-DN03: alx ethernet support including BigFoot e2200
1230    - add patches:
1231      * DG11: drm/cirrus: Correct register values for 16bpp
1232      * DG12: drm/cirrus: deal with bo reserve fail in dirty update path
1233      * DG21: Fix detection of base of stolen memory
1234      * DG22: Use MLC (l3$) for context objects
1235      * DG23: Add no-lvds quirk for Fujitsu Esprimo Q900
1236      * DG24: Fixup Oops in the pipe config computation
1237      * DG25: set CPT FDI RX polarity bits based on VBT
1238      * DN21: carl9170: fix frame drop and WARN due to minstrel_ht change
1239      * DN22: carl9170: remove fast channel change feature (unreliable)
1240    - drop merged patches:
1241      * AA01: TTY fix
1242      * DN04: alx fix
1243    
1244    * Wed May  1 2013 Thomas Backlund <tmb@mageia.org> 3.8.11-1.mga3
1245    - update to 3.8.11
1246    - drop merged patches:
1247      * AA01-AA03: stable queue fixes
1248    - add patch:
1249      * DT01: tty: fix up atime/mtime mess, take three (Linus, upstream)
1250    
1251    * Sat Apr 27 2013 Thomas Backlund <tmb@mageia.org> 3.8.10-1.mga3
1252    - update to 3.8.10
1253    - drop merged / obsolete patches:
1254      * AA01-AA20: 3.8.6+ stable fixes (merged)
1255      * DP01: disable-aspm-link check for ath5k (obsolete)
1256    - add patches:
1257      * AA01: aio: fix possible invalid memory access when DEBUG is enabled
1258      * AA02: TTY: do not update atime/mtime on read/write (CVE-2013-0160)
1259      * AA03: TTY: fix atime/mtime regression
1260      * BD01: block: fix max discard sectors limit
1261      * DG01: drm/radeon: don't use get_engine_clock() on APUs (mga #8077, fdo #62493)
1262      * DG02: drm/radeon: add some new SI PCI ids
1263      * DG03: drm/radeon: add new richland pci ids
1264      * DI10-DI12: intel_idle: add Haswell support
1265    - make EFI_VARS builtin on x86_64
1266    - set DEFAULT_NLS to utf8
1267    
1268    * Sun Apr  7 2013 Thomas Backlund <tmb@mageia.org> 3.8.6-1.mga3
1269    - update to 3.8.6
1270    - update patches:
1271      * CK01: -ck patchset inclunding BFS 0.428
1272      * DN01-DN02: alx ethernet driver
1273      * F01-F13: overlayfs
1274      * KP01: TuxOnIce 3.3
1275      * MB10: ndiswrapper 1.58
1276    - drop merged/obsolete patches:
1277      * AA01-AA16: stable queue fixes for 3.6 series
1278      * CK02: BFS boot fix
1279      * DM50: DVB-S builfix
1280      * DM60: rttrack buildfix
1281      * MB13, MB14: ndiswrapper buildfixes
1282    - add patches:
1283      * AA01-AA20: 3.8 -stable queue fixes
1284      * DI01: Intel Wellsburg PCH i2c support
1285      * DM10: Intel Wellsburg PCH lpc support
1286      * DN03-DN04: alx buildfixes
1287      * DN10: net: asix: init ASIX AX88772B MAC from EEPROM
1288      * DN11: net: asix: handle packets crossing URB boundaries
1289      * DN12: usb/net/asix_devices: Add USBNET HG20F9 ethernet dongle (coling)
1290      * DN13: asix cleanup
1291      * DN14: net: ax88179_178a: add ASIX AX88179_178A USB 3.0/2.0 to gigabit
1292              ethernet adapter support
1293      * DP01: PCI: Remove not needed check in disable aspm link (fixes ath5k)
1294      * DS10: Intel Wellsburg PCH alsa support
1295      * FR01: Reiser4 support
1296    - update defconfigs
1297    
1298    * Thu Nov  1 2012 Thomas Backlund <tmb@mageia.org> 3.6.5-3.mga3
1299    - add patch:
1300      * DN01, DN02: alx network driver
1301    
1302    * Thu Nov  1 2012 Thomas Backlund <tmb@mageia.org> 3.6.5-2.mga3
1303    - add patch:
1304      * CK02: fix some booting issues with BFS sceduler
1305    
1306    * Thu Nov  1 2012 Thomas Backlund <tmb@mageia.org> 3.6.5-1.mga3
1307    - update to 3.6.5
1308    - move -doc to Documentation group
1309    - add patches:
1310      * AA01-AA16: stable queue fixes
1311      * FE01: ext4: fix unjournaled inode bitmap modification
1312              (fixes possible data corruption bug)
1313      * NI14: ipt_IFWLOG buildfix
1314    - update patches:
1315      * CK01: -ck1 patchset
1316      * FO01-FO13: overlayfs
1317      * KP01: TyxOnIce
1318    - disable patches:
1319      * DA20: acpi shuttle-wmi video blacklist (broken)
1320    - enable ZRAM support
1321    - update filelists
1322    - update defconfigs
1323    
1324    * Sat Sep 15 2012 Thomas Backlund <tmb@mageia.org> 3.5.4-1.mga3
1325    - update to 3.5.4
1326    - drop merged patches:
1327      * AA01-AA85, FE01, FU01
1328    
1329    * Tue Sep 11 2012 Thomas Backlund <tmb@mageia.org> 3.5.3-2.mga3
1330    - add patches:
1331      * AA01-AA85: stable queue fixes
1332      * FO01-FO13: overlayfs support (from ubuntu)
1333      * FE01: ext3: Fix fdatasync() for files with only i_size changes (mga #7343)
1334      * FU01: udf: Fix data corruption for files in ICB
1335    - drop patches:
1336      * FU01-FU04: unionfs support (broken)
1337    - update defconfigs
1338    
1339    * Mon Aug 27 2012 Thomas Backlund <tmb@mageia.org> 3.5.3-1.mga3
1340    - update to 3.5.3
1341    
1342    * Thu Aug 16 2012 Thomas Backlund <tmb@mageia.org> 3.5.2-1.mga3
1343    - update to 3.5.2
1344    - update patches:
1345      * CK01: ck1 patchset for 3.5 series kernels including BFS 0.424
1346      * KP01: TuxOnIce 3.3 for 3.5 series kernels
1347    - drop merged patches:
1348      * AA01-AA13: (stable queue fixes)
1349      * BS01: silencing useless scsi ioctl warnings
1350      * CK02: BFS buildfix
1351    - add patches:
1352      * FU03, FU04: unionfs buildfixes for 3.5 series kernels
1353    - update filelists
1354    - update defconfigs
1355    
1356    * Sat Jul 21 2012 Thomas Backlund <tmb@mageia.org> 3.4.6-2.mga3
1357    - make CONFIG_ATA_PIIX, CONFIG_BLK_DEV_SD and CONFIG_CRC_T10DIF
1358      builtin too, so it actually can boot without initrd
1359    - disable CONFIG_LOGO for less screen flickering during boot
1360    
1361    * Fri Jul 20 2012 Thomas Backlund <tmb@mageia.org> 3.4.6-1.mga3
1362    - update to 3.4.6
1363    - drop patch:
1364      * DN25: ipw2x00: add support for nl80211 clients (merged)
1365    - update patch:
1366      * CK01: -ck3 patchset including BFS v0.424
1367    - add patches:
1368      * AA01-AA13: stable queue fixes
1369      * BS01: silence useless scsi ioctl warnings
1370      * CK02: fix BFS build with sched-nohz-rewrite added in 3.4.6
1371    - make theese config options builtin in order to be able to
1372      test booting without initrd:
1373      (see: https://wiki.mageia.org/en/Feature:BootSansRamdisk)
1374      CONFIG_SCSI_MOD, CONFIG_SCSI, CONFIG_ATA, CONFIG_SATA_AHCI,
1375      CONFIG_EXT3_FS, CONFIG_EXT4_FS, CONFIG_JBD, CONFIG_JBD2,
1376      CONFIG_BTRFS_FS, CONFIG_CRYPTO_CRC32C, CONFIG_CRC16,
1377      CONFIG_LIBCRC32C, CONFIG_ZLIB_DEFLATE
1378    
1379    * Sun Jul  1 2012 Thomas Backlund <tmb@mageia.org> 3.4.4-2.mga3
1380    - enable EFI_STUB support (#6598)
1381    
1382    * Wed Jun 27 2012 Thomas Backlund <tmb@mageia.org> 3.4.4-1.mga3
1383    - update to 3.4.4
1384    - drop patch:
1385      * AA01: 3.4.4-rc1 (merged)
1386    
1387    * Wed Jun 20 2012 Thomas Backlund <tmb@mageia.org> 3.4.3-1.mga3
1388    - update to 3.4.3
1389    - add patch:
1390      * AA01: 3.4.4-rc1
1391    - drop patch:
1392      * FE01: ext4 uninit_bg fix (merged)
1393    - update patch:
1394      * CK01: ck2 patchset including BFS 0.423
1395    
1396    * Sat Jun  9 2012 Thomas Backlund <tmb@mageia.org> 3.4.2-1.mga3
1397    - update to 3.4.2
1398    - add patch:
1399      * FE01: ext4: fix the free blocks calculation for ext3
1400              file systems w/ uninit_bg
1401    
1402    * Mon Jun  4 2012 Thomas Backlund <tmb@mageia.org> 3.4.1-1.mga3
1403    - update to 3.4.1
1404    - drop merged patches:
1405      * DA60, DA61: ahci/ata ids
1406      * DG01-DG04, DG20-DG21, DG40-DG44, DG60: drm backports
1407      * DN10-DN11: ath5k stablilty fixes
1408      * DS20-DS24: sound fixes
1409    - update patches:
1410      * CK01: ck1 patchset including BFS 0.422
1411      * FU01: unionfs 2.5.11
1412      * KP01: tuxonice 3.2.1
1413      * NI10-NI11: netfilter IFWLOG support
1414      * NI16: netfilter psd support
1415    - add patches:
1416      * DM60: radio-rttrack buildfix
1417      * FU02: unionfs buildfix for kernel-3.4
1418    - drop patches:
1419      * DA50: prefer ata over ide hack, needs to be fixed properly
1420      * DN20: disabling powersave on rt2800usb
1421      * LK01: lib/Kconfig.debug text update
1422    - update defconfigs
1423    - update filelists
1424    
1425    * Thu May 17 2012 Thomas Backlund <tmb@mageia.org> 3.3.6-2.mga2
1426    - revert switching server kernels to SLAB allocator at it fails to boot
1427      with BFS scheduler (reported/confirmed by Charles A Edwards.on -dev ml)
1428    - add patches:
1429      * DN25: ipw2x00: add support for nl80211 clients like Network Manager (#5720)
1430      * DS20: ALSA: echoaudio: Remove incorrect part of assertion
1431      * DS21: ALSA: HDA: Lessen CPU usage when waiting for chip to respond
1432      * DS22: ALSA: hda/realtek - Add missing CD-input pin for MSI-7350 mobo
1433      * DS23: ALSA: hda/idt - Fix power-map for speaker-pins with some HP laptops
1434    
1435    * Sat May 12 2012 Thomas Backlund <tmb@mageia.org> 3.3.6-1.mga2
1436    - update to 3.3.6
1437    - drop merged patches:
1438      * AA01-AA32: stable queue fixes
1439      * DP10-DP13: samsung-laptop dmitable addons
1440    - switch server kernels back to SLAB allocator as it performs better
1441      on bigger server hardware and workloads
1442    
1443    * Thu May 10 2012 Thomas Backlund <tmb@mageia.org> 3.3.5-1.mga2
1444    - update to 3.3.5
1445    - drop merged patches:
1446      * DN15-DN17: iwlwifi fixes
1447    - add patches from stable queue
1448      * AA01-AA32: fixes all over
1449    
1450    * Sat Apr 28 2012 Thomas Backlund <tmb@mageia.org> 3.3.4-1.mga2
1451    - update to 3.3.4
1452    - require dracut >= 017-9
1453    - add patches:
1454      * DN16: iwlwifi: use 6000G2B for 6030 device series
1455      * DN17: iwlwifi: fix hardware queue programming
1456    
1457    * Mon Apr 23 2012 Thomas Backlund <tmb@mageia.org> 3.3.3-1.mga2
1458    - update to 3.3.3
1459    - add patches:
1460      * BF01: floppy: disable pnp autoloading
1461      * DN10: ath5k: do not stop queues for full calibration
1462      * DN11: ath5k: do not re-run AGC calibration periodically
1463      * DN15: iwlwifi: use correct released ucode version
1464    - update patch:
1465      * KP01: TuxOnIce 3.2.1 for kernel-3.3
1466    
1467    * Tue Apr 03 2012 Thomas Backlund <tmb@mageia.org> 3.3.1-1.mga2
1468    - update to 3.3.1
1469    - drop merged patches:
1470      * DM51, SR01-SR03
1471    - update patch:
1472      * CK01: -ck1 patchset including BFS v0.420
1473    - add patches:
1474      * DA50: ata: prefer ata drivers over ide drivers when both are built (Anssi)
1475      * DA60-DA61: ata: add ide/ahci/raid mode support for Intel Lynx Point chipset
1476      * DG01-DG04: drm: add upstream drm changes to support gpu driver backports
1477      * DG20, DG21: drm/radeon: backport support for Southern Islands (HD7xxx)
1478                    GPUs and Trinity APUs
1479      * DG40-DG44: drm/nouveau: backport Kepler (GTX6xx) support
1480      * DG60: drm/i915: add Ivy Bridge GT2 Server entries
1481    - update defconfigs
1482    
1483    * Mon Mar 19 2012 Thomas Backlund <tmb@mageia.org> 3.3.0-1.mga2
1484    - update to 3.3 final
1485    - add patches:
1486        * DM50: media: fix initialization on Hauppauge WinTV Nova HD-S2
1487                and similar hardware
1488        * DM51: media/tda10071: correct delivery system to DVB-S/S2
1489    - update defconfigs
1490    
1491    * Sun Mar 11 2012 Thomas Backlund <tmb@mageia.org> 3.3.0-0.rc7.1.mga2
1492    - update to 3.3-rc7
1493    
1494    * Wed Mar  7 2012 Thomas Backlund <tmb@mageia.org> 3.3.0-0.rc6.1.mga2
1495    - update to 3.3-rc6
1496    - update patches:
1497        * FU01: unionfs 2.5.11
1498        * MB10, MB13, MB14: ndiswrapper 1.57
1499    - rediff patches:
1500        * NI15, NI16: netfilter psd support
1501        * patch disabling mrproper in -devel rpms
1502    - disable patch:
1503        * CK01: -ck1 patchset including BFS sceduler (needs update to 3.3 series)
1504    - update defconfigs
1505    - update filelists
1506    
1507    * Thu Mar  1 2012 Thomas Backlund <tmb@mageia.org> 3.2.9-1.mga2
1508    - update to 3.2.9
1509    - require dracut >= 017-1
1510    - drop merged patches:
1511        * DG01, DP01, DU01, NM01
1512    - add patches:
1513        * SR01-SR03: fix nonworking r8172u wireless driver in staging (#4491)
1514    
1515    * Sat Feb 25 2012 Thomas Backlund <tmb@mageia.org> 3.2.7-1.mga2
1516    - update to 3.2.7
1517    - drop merged patches AA01-AA28
1518    - add patches:
1519        * DG01: drm/radeon/kms: fix MSI re-arm on rv370+
1520        * DP01: PCI: workaround hard-wired bus number
1521        * DS20, DS21: fix nonworking r8172u wireless driver in staging (#4491)
1522        * DU01: xhci: Fix oops caused by more USB2 ports than USB3 ports
1523        * NM01: mac80211: Fix a rwlock bad magic bug
1524    
1525    * Thu Feb 16 2012 Thomas Backlund <tmb@mageia.org> 3.2.6-1.mga2
1526    - update to 3.2.6
1527    - add current stable queue (28 fixes, AA01-AA28)
1528    - require dracut >= 016-1 for xz compressed modules support and
1529      other needed fixes
1530    - compress modules with xz
1531    
1532    * Tue Feb  7 2012 Thomas Backlund <tmb@mageia.org> 3.2.5-1.mga2
1533    - update to 3.2.5
1534    - drop merged patch
1535        * DP01: ASPM rework
1536    
1537    * Thu Jan 26 2012 Thomas Backlund <tmb@mageia.org> 3.2.2-1.mga2
1538    - update to 3.2.2 (CVE-2012-0056)
1539    - update patches:
1540        * CK01: Con Kolivas 3.2-ck1 patchset
1541        * KP01: TuxOnIce 3.2.1
1542    - require dracut instead of mkinitrd
1543    - require module-init-tools >= 3.6-14 for xz support
1544    
1545    * Sun Jan 15 2012 Thomas Backlund <tmb@mageia.org> 3.2.1-1.mga2
1546    - update to 3.2.1
1547    
1548    * Thu Jan  5 2012 Thomas Backlund <tmb@mageia.org> 3.2.0-1.mga2
1549    - update to 3.2
1550    - add patches:
1551        * FU02: fix unionfs build with 3.2 series kernels
1552        * MB13: fix ndiswrapper build with 3.2 series kernels
1553    - update patches:
1554        * CK01: BFS scheduler 0.416
1555    - rediff patches:
1556        * DP11, MB02, NI11, NI16, Source2
1557    - drop patches:
1558        * FB01: btrfs fix, merged
1559    - update filelists and defconfigs
1560    
1561    * Thu Dec 22 2011 Thomas Backlund <tmb@mageia.org> 3.1.6-1.mga2
1562    - update to 3.1.6
1563    - drop patch DS01 (merged)
1564    - trigger dkms build in posttrans so modules get built at kernel install
1565      instead of at boot (speeds up boot time with new kernel)
1566    - update desktop(586) & laptop summaries and descriptions to point out that
1567      only 3-3.5GB RAM is detected on 32bit, and that server kernel is needed to
1568      fully support 4GB or more
1569    - switch transparent hugepages from on by default to madvise (only enabled
1570      for apps that requests it), as it fixes desktop freeze when accessing
1571      slow media such as usb (thanks to fbui/mdv mail on @cooker ml).
1572    
1573    * Fri Dec  9 2011 Thomas Backlund <tmb@mageia.org> 3.1.5-1.mga2
1574    - update to 3.1.5
1575    - drop merged patches:
1576        * DG01-DG06, FX01-FX06
1577    - add patch:
1578        * DS01: ALSA: hda/realtek - Fix Oops in alc_mux_select()
1579    - clean spec: drop buildroot and defattr
1580    
1581    * Tue Dec  6 2011 Thomas Backlund <tmb@mageia.org> 3.1.4-3.mga2
1582    - fix patch NI12: IFWLOG: fix return value of checkentry
1583      (not properly modified in 2.6.35+ patch, blino, #3594)
1584    - rebuild with GCC-4.6.2
1585    
1586    * Wed Nov 30 2011 Thomas Backlund <tmb@mageia.org> 3.1.4-2.mga2
1587    - update patch:
1588      * CK01: upstream 3.1.0-ck2 including BFS 0.415
1589    
1590    * Tue Nov 29 2011 Thomas Backlund <tmb@mageia.org> 3.1.4-1.mga2
1591    - update to 3.1.4
1592      * reverts usb patch that broke isochronous devices
1593        (i.e. webcam, audio, or other streaming devices)
1594    
1595    * Mon Nov 28 2011 Thomas Backlund <tmb@mageia.org> 3.1.3-1.mga2
1596    - update to 3.1.3
1597    - add patches:
1598      * DG01: i915: Fix inconsistent backlight level during disabled
1599      * DG02: drm: fix integer overflow in drm_mode_dirtyfb_ioctl()
1600      * DG03: radeon/kms: fix up gpio i2c mask bits for r4xx for real
1601      * DG04: i915: Ivybridge still has fences
1602      * DG05: i915: Turn on a required 3D clock gating bit on Sandybridge
1603      * DG06: i915: Turn on another required clock gating bit on Sandybridge
1604      * DP01: pci: rework ASPM disable code (brings power usage back down
1605                   to 2.6.37 level)
1606      * FX01: don't serialise direct IO reads on page cache checks
1607              (fixes performance regression introduced in 2.6.38)
1608      * FX02: avoid direct I/O write vs buffered I/O race
1609      * FX03: return -EIO when xfs_vn_getattr() failed
1610      * FX04: fix buffer flushing during unmount
1611      * FX05: fix possible memory corruption in xfs_readlink
1612      * FX06: use doalloc flag in xfs_qm_dqattach_one()
1613    - update patches:
1614      * FU01: unionfs 2.5.10 for 3.1.3
1615      * MB02: merge 3rdparty support
1616      * MB10-MB12: ndiswrapper 1.57-rc1
1617    - drop patches:
1618      * DS15: its replaced by SND_HDA_PREALLOC_SIZE config option
1619      * MB13-MB17: ndiswrapper fixes, merged
1620    - disable patches:
1621      * KP01: TuxOnIce support, currently broken
1622    - dont ship openrisc arch files
1623    - update defconfigs
1624    
1625    * Tue Oct 25 2011 Thomas Backlund <tmb@mageia.org> 3.0.8-1.mga2
1626    - update to 3.0.8
1627      * drop merged patch: DM20
1628    - enable PM_RUNTIME and USB_SUSPEND
1629    
1630    * Tue Oct 18 2011 Thomas Backlund <tmb@mageia.org> 3.0.7-1.mga2
1631    - update to 3.0.7
1632    - update patch:
1633        * CK01: 3.0.7-ck1 including BFS 0.413
1634    - re-enable usblp as it is needed by both usb-pp adapters and some printers
1635      (mga #2240, #2264) (cups is patched to work with both usblp and libusb)
1636    
1637    * Tue Oct 04 2011 Thomas Backlund <tmb@mageia.org> 3.0.6-1.mga2
1638    - update to 3.0.6
1639    - add patch:
1640        * DM20: fix boot hang on uvc webcam init (mga #2425)
1641    
1642    * Tue Aug 30 2011 Thomas Backlund <tmb@mageia.org> 3.0.4-1.mga2
1643    - update to 3.0.4
1644    - drop merged patch: AA01
1645    
1646    * Fri Aug 19 2011 Thomas Backlund <tmb@mageia.org> 3.0.3-1.mga2
1647    - update to 3.0.3
1648    - update patches:
1649        * CK01: Con Kolivas -ck patchset including BFS
1650        * FU01: unionfs 2.5.9.2
1651        * KP01: TuxonIce 3.2
1652    - drop merged patches:
1653        * CK02, DA60-DA61, DG10-DG14, DN08, DN15-DN19, DP05-DP08
1654        * DP20-DP26, DP30, DV11, FU02-FU03, MK01, NI30-NI31
1655    - add patches:
1656        * AA01: genirq: Fix wrong bit operation
1657        * DP10-DP12: samsung-laptop: support nc110, nc210, r700, x520
1658        * DP13: samsung-laptop: fix support for older N150, N210, N220
1659        * FB01: btrfs: btrfs_calc_avail_data_space: cope with no read_write devices
1660        * MB17: ndiswrapper buildfix for 3.0
1661        * MC84: viahss buildfix for 3.0
1662    - rediff patches:
1663        * NI16: netfilter psd mdv/mga modifications
1664    - disable patches:
1665        * DV01-DV02: framebuffer oops fixes (should not be needed anymore)
1666        * FR01: reiser4 support (broken)
1667    - adapt spec for 3.0 series version changes
1668    - change kernel-tmb-source to noarch
1669    - build with -s(ilent) to only log varnings and errors
1670    - update defconfigs
1671    
1672    * Sun Jun 19 2011 Thomas Backlund <tmb@mageia.org> 2.6.38.8-1.mga1
1673    - update to 2.6.38.8 (CVE-2011-1017)
1674    - drop merged patches:
1675        * AA01, DP15
1676    - add patches:
1677        * CK02: update bfs scheduler to 0.406
1678        * MK01: ksm: fix race between ksmd and exiting task (CVE-2011-2183)
1679    - add mgaver to 'uname -r'
1680    
1681    * Sun May 22 2011 Thomas Backlund <tmb@mageia.org> 2.6.38.7-1.mga1
1682    - update to 2.6.38.7 (CVE-2011-1770, CVE-2011-1776, CVE-2011-1927)
1683    - drop merged patches:
1684        * DG20-DG24
1685    - update patches:
1686        * FU01, FU03: rollback unionfs to a working 2.5.8
1687    - add patches:
1688        * AA01: block: rescan partitions on invalidated devices on -ENOMEDIA too
1689        * DN17: r8169: add a new chip for RTL8105
1690        * DN18: r8169: add a new chip for RTL8168DP
1691        * DN19: r8169: add support for RTL8168E/RTL8111E
1692    
1693    * Wed May 18 2011 Thomas Backlund <tmb@mageia.org> 2.6.38.6-2.mga1
1694    - disable xz module compression again as not all tools/utils can cope
1695      with it (can be enabled with '--with modxz' buildtime flag)
1696    
1697    * Thu May 12 2011 Thomas Backlund <tmb@mageia.org> 2.6.38.6-1.mga1
1698    - enable xz module compression on 2011.0
1699    - update to 2.6.38.6
1700    - drop merged patches:
1701        * AX01
1702    - add patches:
1703        * DG20: drm/radeon/kms: add pci id to acer travelmate quirk for 5730
1704        * DG21: drm/radeon/kms: fix gart setup on fusion parts (v2) backport
1705        * DG22: drm/i915/dp: Be paranoid in case we disable a DP before it is attached
1706        * DG23: drm/i915/lvds: Only act on lid notify when the device is on
1707        * DG24: drm/i915: Release object along create user fb error path
1708        * DP30: revert: "dell-laptop: Toggle the unsupported hardware killswitch"
1709                as it causes regressions on existing hw (reported by Colin Guthrie)
1710        * SM02: add support for compressing modules with xz
1711    - clean /lib/modules tree on uninstall
1712    - disable ACPI_PROCFS_POWER as its obsoleted by the sysfs interface
1713    - drop hardcoded vendor references from summarys and descriptions (#1161)
1714    - drop warnings about being experimental kernel
1715    
1716    * Wed May  5 2011 Thomas Backlund <tmb@mageia.org> 2.6.38.5-1.mga1
1717  - update to 2.6.38.5  - update to 2.6.38.5
1718  - add patches:  - add patches:
1719      * AX01: x86, AMD: K8 Rev.A-E processors are subject to erratum 400      * AX01: x86, AMD: K8 Rev.A-E processors are subject to erratum 400
# Line 1059  rm -rf %{buildroot} Line 1729  rm -rf %{buildroot}
1729      * FU03: unionfs oops fix (obsolete)      * FU03: unionfs oops fix (obsolete)
1730  - enable DEBUG_RODATA and DEBUG_SET_MODULE_RONX (tv)  - enable DEBUG_RODATA and DEBUG_SET_MODULE_RONX (tv)
1731    
1732  * Sun Apr 24 2011 Thomas Backlund <tmb@mandriva.org> 2.6.38.4-1.mga1  * Sun Apr 24 2011 Thomas Backlund <tmb@mageia.org> 2.6.38.4-1.mga1
1733  - update to 2.6.38.4  - update to 2.6.38.4
1734  - update patches:  - update patches:
1735      * DG10: drm/i915: Fix tiling corruption from pipelined fencing      * DG10: drm/i915: Fix tiling corruption from pipelined fencing
# Line 1075  rm -rf %{buildroot} Line 1745  rm -rf %{buildroot}
1745      * DM01: add dm-raid45 aliases to the new dm-raid target      * DM01: add dm-raid45 aliases to the new dm-raid target
1746      * DP15: intel_ips: fix monitor thread to use TASK_INTERRUPTIBLE      * DP15: intel_ips: fix monitor thread to use TASK_INTERRUPTIBLE
1747    
1748  * Sat Apr 16 2011 Thomas Backlund <tmb@mandriva.org> 2.6.38.3-1.mga1  * Sat Apr 16 2011 Thomas Backlund <tmb@mageia.org> 2.6.38.3-1.mga1
1749  - update to 2.6.38.3  - update to 2.6.38.3
1750  - drop merged patches  - drop merged patches
1751    
1752  * Mon Apr 11 2011 Thomas Backlund <tmb@mandriva.org> 2.6.38.2-2.mga1  * Mon Apr 11 2011 Thomas Backlund <tmb@mageia.org> 2.6.38.2-2.mga1
1753  - add -stable queue patches (31 fixes)  - add -stable queue patches (31 fixes)
1754  - update patches:  - update patches:
1755      * CK01: Con Kolivas -ck3 patchset including bfs 0.400      * CK01: Con Kolivas -ck3 patchset including bfs 0.400
# Line 1087  rm -rf %{buildroot} Line 1757  rm -rf %{buildroot}
1757  - drop patches:  - drop patches:
1758      * FR02: reiser4 buildfix (merged)      * FR02: reiser4 buildfix (merged)
1759    
1760  * Tue Mar 29 2011 Thomas Backlund <tmb@mandriva.org> 2.6.38.2-1.mga1  * Tue Mar 29 2011 Thomas Backlund <tmb@mageia.org> 2.6.38.2-1.mga1
1761  - update to 2.6.38.2  - update to 2.6.38.2
1762  - drop merged patches:  - drop merged patches:
1763      * AX01, AX10, FS01-FS03, LD01-LD02 (xz support)      * AX01, AX10, FS01-FS03, LD01-LD02 (xz support)
# Line 1118  rm -rf %{buildroot} Line 1788  rm -rf %{buildroot}
1788      * MB16: ndiswrapper buildfix      * MB16: ndiswrapper buildfix
1789  - update defconfigs and filelists  - update defconfigs and filelists
1790    
1791  * Sun Mar 20 2011 Thomas Backlund <tmb@mandriva.org> 2.6.37.4-1.mga1  * Sun Mar 20 2011 Thomas Backlund <tmb@mageia.org> 2.6.37.4-1.mga1
1792  - update to 2.6.37.4 (CVE-2011-1013, CVE-2011-1019, CVE-2011-1076)  - update to 2.6.37.4 (CVE-2011-1013, CVE-2011-1019, CVE-2011-1076)
1793  - drop merged patch:  - drop merged patch:
1794      * NI01      * NI01
# Line 1131  rm -rf %{buildroot} Line 1801  rm -rf %{buildroot}
1801      * DG02: drm/i915: Fix calculation of backlight value in combined mode      * DG02: drm/i915: Fix calculation of backlight value in combined mode
1802  - drop S5, not needed anymore as we ship unprepared kernel-source  - drop S5, not needed anymore as we ship unprepared kernel-source
1803    
1804  * Sat Jan 26 2011 Thomas Backlund <tmb@mandriva.org> 2.6.37.2-1.mga1  * Sat Jan 22 2011 Thomas Backlund <tmb@mageia.org> 2.6.37.2-1.mga1
1805  - update to 2.6.37.2  - update to 2.6.37.2
1806  - rediff patch:  - rediff patch:
1807      * CK01: Con Kolivas -ck1 patchset including BFS      * CK01: Con Kolivas -ck1 patchset including BFS
# Line 1425  rm -rf %{buildroot} Line 2095  rm -rf %{buildroot}
2095              (fixes a regression and improves writeback ~3 times on big files)              (fixes a regression and improves writeback ~3 times on big files)
2096      * NI01: netfilter: fix CONFIG_COMPAT support      * NI01: netfilter: fix CONFIG_COMPAT support
2097    
2098  * Fri Aug 26 2010 Thomas Backlund <tmb@mandriva.org> 2.6.35.4-1mdv  * Fri Aug 27 2010 Thomas Backlund <tmb@mandriva.org> 2.6.35.4-1mdv
2099  - update to 2.6.35.4 (CVE-2010-2803)  - update to 2.6.35.4 (CVE-2010-2803)
2100    * drop merged patches:    * drop merged patches:
2101        AX01, FS20        AX01, FS20

Legend:
Removed from v.95167  
changed lines
  Added in v.491034

  ViewVC Help
Powered by ViewVC 1.1.30