/[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 187274 by tmb, Sat Dec 24 17:28:42 2011 UTC revision 469190 by tmb, Wed Aug 21 22:04:56 2013 UTC
# Line 2  Line 2 
2  # *tmb* series kernels now use kernel.org versioning  # *tmb* series kernels now use kernel.org versioning
3  #  #
4  %define kernelversion   3  %define kernelversion   3
5  %define patchlevel      1  %define patchlevel      10
6  # sublevel is now used for -stable patches  # sublevel is now used for -stable patches
7  %define sublevel        6  %define sublevel        9
8    # extstable is for extended stable patches
9    %define extstable       0
10    
11  # Package release  # Package release
12  %define mgarel          1  %define mgarel          1
# Line 38  Line 40 
40  %define fakerel         %mkrel 1  %define fakerel         %mkrel 1
41    
42  # version defines  # version defines
43    %if %extstable
44    %define kversion        %{kernelversion}.%{patchlevel}.%{sublevel}.%{extstable}
45    %else
46  %define kversion        %{kernelversion}.%{patchlevel}.%{sublevel}  %define kversion        %{kernelversion}.%{patchlevel}.%{sublevel}
47    %endif
48  %define kverrel         %{kversion}-%{rpmrel}  %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
# Line 82  Line 88 
88  %define build_devel             1  %define build_devel             1
89  %define build_debug             0  %define build_debug             0
90    
91    # xz compress modules
92    %define build_modxz             1
93    
94  # Build desktop586 (i586 / 4GB)  # Build desktop586 (i586 / 4GB)
95  %ifarch %{ix86}  %ifarch %{ix86}
96  %define build_desktop586        1  %define build_desktop586        1
# Line 101  Line 110 
110  # Build server (i686 / 64GB)/x86_64  # Build server (i686 / 64GB)/x86_64
111  %define build_server            1  %define build_server            1
112    
 # compress modules with xz  
 %define build_modxz             0  
   
113  # End of user definitions  # End of user definitions
114  %{?_without_desktop586: %global build_desktop586 0}  %{?_without_desktop586: %global build_desktop586 0}
115  %{?_without_desktop: %global build_desktop 0}  %{?_without_desktop: %global build_desktop 0}
# Line 114  Line 120 
120  %{?_without_source: %global build_source 0}  %{?_without_source: %global build_source 0}
121  %{?_without_devel: %global build_devel 0}  %{?_without_devel: %global build_devel 0}
122  %{?_without_debug: %global build_debug 0}  %{?_without_debug: %global build_debug 0}
 %{?_without_modxz: %global build_modxz 0}  
123    
124  %{?_with_desktop586: %global build_desktop586 1}  %{?_with_desktop586: %global build_desktop586 1}
125  %{?_with_desktop: %global build_desktop 1}  %{?_with_desktop: %global build_desktop 1}
# Line 125  Line 130 
130  %{?_with_source: %global build_source 1}  %{?_with_source: %global build_source 1}
131  %{?_with_devel: %global build_devel 1}  %{?_with_devel: %global build_devel 1}
132  %{?_with_debug: %global build_debug 1}  %{?_with_debug: %global build_debug 1}
 %{?_with_modxz: %global build_modxz 1}  
133    
134  # For the .nosrc.rpm  # For the .nosrc.rpm
135  %define build_nosrc     0  %define build_nosrc     0
# Line 204  Patch1:                ftp://ftp.kernel.org/pub/linux/ Line 208  Patch1:                ftp://ftp.kernel.org/pub/linux/
208  Source10:       ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/patch-%{kernelversion}.%{patchlevel}.%{prev_sublevel}.sign  Source10:       ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/patch-%{kernelversion}.%{patchlevel}.%{prev_sublevel}.sign
209  %endif  %endif
210  %else  %else
211  Patch1:         ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/patch-%{kversion}.xz  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-%{kversion}.sign  Source10:       ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/patch-%{kernelversion}.%{patchlevel}.%{sublevel}.sign
213    %endif
214  %endif  %endif
215    %if %extstable
216    Patch3:         patch-%{kernelversion}.%{patchlevel}.%{sublevel}.%{extstable}.patch
217  %endif  %endif
218    
219  #END  #END
# Line 220  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 >= 20110703-2  %define requires4       sysfsutils >= 2.1.0-16
234    %define requires5       kernel-firmware >= 20130624-1
235  %define kprovides       %{kname} = %{kverrel}, kernel = %{tar_ver}, drbd-api = 88  
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    
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 241  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 256  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 506  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 546  cd %src_dir Line 587  cd %src_dir
587  %if %kgit  %if %kgit
588  %patch2 -p1  %patch2 -p1
589  %endif  %endif
590    %if %extstable
591    %patch3 -p1
592    %endif
593    
594  %{patches_dir}/scripts/apply_patches  %{patches_dir}/scripts/apply_patches
595    
# Line 563  cd %src_dir Line 607  cd %src_dir
607  %define debug --no-debug  %define debug --no-debug
608  %endif  %endif
609    
 # enable xz module compression  
 %if %build_modxz  
 sed -i  's/^CONFIG_MODULE_COMPRESS_GZIP=y/# CONFIG_MODULE_COMPRESS_GZIP is not set/' \  
         %{patches_dir}/configs/*.config  
 sed -i  's/^# CONFIG_MODULE_COMPRESS_XZ is not set/CONFIG_MODULE_COMPRESS_XZ=y/' \  
         %{patches_dir}/configs/*.config  
 %endif  
   
610  %{patches_dir}/scripts/create_configs %debug --user_cpu="%{_arch}"  %{patches_dir}/scripts/create_configs %debug --user_cpu="%{_arch}"
611    
612  # make sure the kernel has the sublevel we know it has...  # make sure the kernel has the sublevel we know it has...
# Line 606  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 %extstable
646            LC_ALL=C perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = .%{extstable}-$extension/" Makefile
647            %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
650    
651          %smake oldconfig          %smake oldconfig
652  }  }
# Line 648  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 664  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 openrisc parisc powerpc ppc s390 sh sh64 score sparc tile \                   microblaze mips m32r m68k m68knommu metag mn10300 openrisc parisc \
723                   unicore32 v850 xtensa; do                   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 722  $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 959  chmod -R a+rX %{target_source} Line 1007  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 openrisc parisc powerpc ppc s390 sh sh64 score sparc tile \           microblaze mips m32r m68k m68knommu metag mn10300 openrisc parisc \
1012           v850 xtensa unicore32; do           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 976  rm -rf %{target_source}/.tmp_depmod/ Line 1024  rm -rf %{target_source}/.tmp_depmod/
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 $?
1046          modules=`find . -name "*.ko.gz"`  done
1047          echo $modules | %kxargs /sbin/modinfo \  
1048          | perl -lne 'print "$name\t$1" if $name && /^description:\s*(.*)/; $name = $1 if m!^filename:\s*(.*)\.k?o!; $name =~ s!.*/!!' > modules.description  # create modules.description
1049          popd  for i in *; do
1050            pushd $i
1051            echo "Creating modules.description for $i"
1052            modules=`find . -name "*.ko.[g,x]z"`
1053            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  done
1057  popd  popd
1058    
# Line 1023  popd Line 1085  popd
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 1073  popd Line 1140  popd
1140  %endif  %endif
1141    
1142  %changelog  %changelog
1143  * Thu Dec 22 2011 Thomas Backlund <tmb@mandriva.org> 3.1.6-1.mga2  * Thu Aug 22 2013 Thomas Backlund <tmb@mageia.org> 3.10.9-1.mga4
1144    - update to 3.10.9
1145    - add patches:
1146      * DG01: drm/radeon: fix WREG32_OR macro setting bits in a register
1147      * DG02: drm/radeon/r7xx: fix copy paste typo in golden register setup
1148      * NM01: mac80211: add a flag to indicate CCK support for HT clients
1149      * NS01: net_sched: psched_ratecfg_precompute() improvements
1150      * NS02: net_sched: restore "linklayer atm" handling
1151      * NW01: ath9k: Enable PLL fix only for AR9340/AR9330
1152    
1153    * Sat Aug 17 2013 Thomas Backlund <tmb@mageia.org> 3.10.7-1.mga4
1154    - update to 3.10.7
1155    - drop merged/obsolete patches:
1156      * AA01-AA17: stable queue fixes
1157      * DN01-DN04: alx backport
1158      * DN22: carl9170 fix
1159    - update patches:
1160      * CK01: -ck patchset including BFS 0.440
1161      * FO01-FO09: overlayfs support
1162      * FR01: Reiser4 support
1163      * KP01: TuxOnIce support
1164    - add patches:
1165      * MB14: ndiswrapper kernel 3.10 buildfix
1166    - add support for extended stable builds
1167    - update requires on firmwares and tools
1168    - add conflicts on too old dkms, firmware and
1169      tools to get better upgrade transactions
1170    - update defconfigs
1171    - update filelists
1172    
1173    * Fri Jun 28 2013 Thomas Backlund <tmb@mageia.org> 3.9.8-1.mga4
1174    - update to 3.9.8
1175    - add patches:
1176      * AA01-AA17: -stable queue fixes
1177      * DN40: bcma: add support for BCM43142 (mga#9378, mga#10611)
1178    - drop merged patches:
1179      * DN10, DN21, DN30
1180    
1181    * Fri Jun 21 2013 Thomas Backlund <tmb@mageia.org> 3.9.7-1.mga4
1182    - update to 3.9.7
1183    - drop merged patches:
1184      * AA01-AA82 (stable queue fixes)
1185    - add patches:
1186      * DN10: ath9k_htc: Handle IDLE state transition properly
1187      * DN30: rtl8192cu: Fix problem in connecting to WEP or WPA(1) networks
1188    
1189    * Sun Jun  2 2013 Thomas Backlund <tmb@mageia.org> 3.9.4-1.mga4
1190    - update to 3.9.4
1191    - drop merged patches:
1192      * DI01, DI10-DI12, DI20-DI22, DI30-DI31, DI40-DI41
1193      * DI50-DI64, DI70-DI75, DM10, DN10-DN14, DS10
1194    - update patches:
1195      * CK01: -ck1 patchset including BFS 0.430
1196      * FR01: Reiser4 support for kernel 3.9
1197      * KP01: TuxOnIce 3.3 for kernel 3.9
1198    - rediff patches:
1199      * FO01, FO04: overlayfs support
1200      * MB02: 3rdparty tree merge
1201    - add patches:
1202      * DN04: fix up alx AR8161 breakage (mga #10079)
1203      * MB13: ndiswrapper buildfix for kernel 3.9
1204    - update filelists
1205    - update defconfigs
1206    
1207    * Sun May 12 2013 Thomas Backlund <tmb@mageia.org> 3.8.13-1.mga3
1208    - update to 3.8.13
1209    - drop merged patches:
1210      * BD01: block discard fix
1211      * DG01-DG03: drm/radeon fixes
1212      * DG12: drm/cirrus fix
1213      * DG21-DG25: drm/i915 fixes
1214    - add patches:
1215      * DI20-DI22: Input: Cypress PS2 support
1216      * DI30-DI31: Input: Cypress APA support
1217      * DI40-DI41: Input: Synaptics bugfixes
1218      * DI50-DI64: Input: ALPS Rushmore and Dolphin V1 support
1219      * DI70-DI75: Input: Wacom: DTH-2242 and 0x10d support
1220    
1221    * Wed May  8 2013 Thomas Backlund <tmb@mageia.org> 3.8.12-1.mga3
1222    - update to 3.8.12
1223    - update patches:
1224      * DN01-DN03: alx ethernet support including BigFoot e2200
1225    - add patches:
1226      * DG11: drm/cirrus: Correct register values for 16bpp
1227      * DG12: drm/cirrus: deal with bo reserve fail in dirty update path
1228      * DG21: Fix detection of base of stolen memory
1229      * DG22: Use MLC (l3$) for context objects
1230      * DG23: Add no-lvds quirk for Fujitsu Esprimo Q900
1231      * DG24: Fixup Oops in the pipe config computation
1232      * DG25: set CPT FDI RX polarity bits based on VBT
1233      * DN21: carl9170: fix frame drop and WARN due to minstrel_ht change
1234      * DN22: carl9170: remove fast channel change feature (unreliable)
1235    - drop merged patches:
1236      * AA01: TTY fix
1237      * DN04: alx fix
1238    
1239    * Wed May  1 2013 Thomas Backlund <tmb@mageia.org> 3.8.11-1.mga3
1240    - update to 3.8.11
1241    - drop merged patches:
1242      * AA01-AA03: stable queue fixes
1243    - add patch:
1244      * DT01: tty: fix up atime/mtime mess, take three (Linus, upstream)
1245    
1246    * Sat Apr 27 2013 Thomas Backlund <tmb@mageia.org> 3.8.10-1.mga3
1247    - update to 3.8.10
1248    - drop merged / obsolete patches:
1249      * AA01-AA20: 3.8.6+ stable fixes (merged)
1250      * DP01: disable-aspm-link check for ath5k (obsolete)
1251    - add patches:
1252      * AA01: aio: fix possible invalid memory access when DEBUG is enabled
1253      * AA02: TTY: do not update atime/mtime on read/write (CVE-2013-0160)
1254      * AA03: TTY: fix atime/mtime regression
1255      * BD01: block: fix max discard sectors limit
1256      * DG01: drm/radeon: don't use get_engine_clock() on APUs (mga #8077, fdo #62493)
1257      * DG02: drm/radeon: add some new SI PCI ids
1258      * DG03: drm/radeon: add new richland pci ids
1259      * DI10-DI12: intel_idle: add Haswell support
1260    - make EFI_VARS builtin on x86_64
1261    - set DEFAULT_NLS to utf8
1262    
1263    * Sun Apr  7 2013 Thomas Backlund <tmb@mageia.org> 3.8.6-1.mga3
1264    - update to 3.8.6
1265    - update patches:
1266      * CK01: -ck patchset inclunding BFS 0.428
1267      * DN01-DN02: alx ethernet driver
1268      * F01-F13: overlayfs
1269      * KP01: TuxOnIce 3.3
1270      * MB10: ndiswrapper 1.58
1271    - drop merged/obsolete patches:
1272      * AA01-AA16: stable queue fixes for 3.6 series
1273      * CK02: BFS boot fix
1274      * DM50: DVB-S builfix
1275      * DM60: rttrack buildfix
1276      * MB13, MB14: ndiswrapper buildfixes
1277    - add patches:
1278      * AA01-AA20: 3.8 -stable queue fixes
1279      * DI01: Intel Wellsburg PCH i2c support
1280      * DM10: Intel Wellsburg PCH lpc support
1281      * DN03-DN04: alx buildfixes
1282      * DN10: net: asix: init ASIX AX88772B MAC from EEPROM
1283      * DN11: net: asix: handle packets crossing URB boundaries
1284      * DN12: usb/net/asix_devices: Add USBNET HG20F9 ethernet dongle (coling)
1285      * DN13: asix cleanup
1286      * DN14: net: ax88179_178a: add ASIX AX88179_178A USB 3.0/2.0 to gigabit
1287              ethernet adapter support
1288      * DP01: PCI: Remove not needed check in disable aspm link (fixes ath5k)
1289      * DS10: Intel Wellsburg PCH alsa support
1290      * FR01: Reiser4 support
1291    - update defconfigs
1292    
1293    * Thu Nov  1 2012 Thomas Backlund <tmb@mageia.org> 3.6.5-3.mga3
1294    - add patch:
1295      * DN01, DN02: alx network driver
1296    
1297    * Thu Nov  1 2012 Thomas Backlund <tmb@mageia.org> 3.6.5-2.mga3
1298    - add patch:
1299      * CK02: fix some booting issues with BFS sceduler
1300    
1301    * Thu Nov  1 2012 Thomas Backlund <tmb@mageia.org> 3.6.5-1.mga3
1302    - update to 3.6.5
1303    - move -doc to Documentation group
1304    - add patches:
1305      * AA01-AA16: stable queue fixes
1306      * FE01: ext4: fix unjournaled inode bitmap modification
1307              (fixes possible data corruption bug)
1308      * NI14: ipt_IFWLOG buildfix
1309    - update patches:
1310      * CK01: -ck1 patchset
1311      * FO01-FO13: overlayfs
1312      * KP01: TyxOnIce
1313    - disable patches:
1314      * DA20: acpi shuttle-wmi video blacklist (broken)
1315    - enable ZRAM support
1316    - update filelists
1317    - update defconfigs
1318    
1319    * Sat Sep 15 2012 Thomas Backlund <tmb@mageia.org> 3.5.4-1.mga3
1320    - update to 3.5.4
1321    - drop merged patches:
1322      * AA01-AA85, FE01, FU01
1323    
1324    * Tue Sep 11 2012 Thomas Backlund <tmb@mageia.org> 3.5.3-2.mga3
1325    - add patches:
1326      * AA01-AA85: stable queue fixes
1327      * FO01-FO13: overlayfs support (from ubuntu)
1328      * FE01: ext3: Fix fdatasync() for files with only i_size changes (mga #7343)
1329      * FU01: udf: Fix data corruption for files in ICB
1330    - drop patches:
1331      * FU01-FU04: unionfs support (broken)
1332    - update defconfigs
1333    
1334    * Mon Aug 27 2012 Thomas Backlund <tmb@mageia.org> 3.5.3-1.mga3
1335    - update to 3.5.3
1336    
1337    * Thu Aug 16 2012 Thomas Backlund <tmb@mageia.org> 3.5.2-1.mga3
1338    - update to 3.5.2
1339    - update patches:
1340      * CK01: ck1 patchset for 3.5 series kernels including BFS 0.424
1341      * KP01: TuxOnIce 3.3 for 3.5 series kernels
1342    - drop merged patches:
1343      * AA01-AA13: (stable queue fixes)
1344      * BS01: silencing useless scsi ioctl warnings
1345      * CK02: BFS buildfix
1346    - add patches:
1347      * FU03, FU04: unionfs buildfixes for 3.5 series kernels
1348    - update filelists
1349    - update defconfigs
1350    
1351    * Sat Jul 21 2012 Thomas Backlund <tmb@mageia.org> 3.4.6-2.mga3
1352    - make CONFIG_ATA_PIIX, CONFIG_BLK_DEV_SD and CONFIG_CRC_T10DIF
1353      builtin too, so it actually can boot without initrd
1354    - disable CONFIG_LOGO for less screen flickering during boot
1355    
1356    * Fri Jul 20 2012 Thomas Backlund <tmb@mageia.org> 3.4.6-1.mga3
1357    - update to 3.4.6
1358    - drop patch:
1359      * DN25: ipw2x00: add support for nl80211 clients (merged)
1360    - update patch:
1361      * CK01: -ck3 patchset including BFS v0.424
1362    - add patches:
1363      * AA01-AA13: stable queue fixes
1364      * BS01: silence useless scsi ioctl warnings
1365      * CK02: fix BFS build with sched-nohz-rewrite added in 3.4.6
1366    - make theese config options builtin in order to be able to
1367      test booting without initrd:
1368      (see: https://wiki.mageia.org/en/Feature:BootSansRamdisk)
1369      CONFIG_SCSI_MOD, CONFIG_SCSI, CONFIG_ATA, CONFIG_SATA_AHCI,
1370      CONFIG_EXT3_FS, CONFIG_EXT4_FS, CONFIG_JBD, CONFIG_JBD2,
1371      CONFIG_BTRFS_FS, CONFIG_CRYPTO_CRC32C, CONFIG_CRC16,
1372      CONFIG_LIBCRC32C, CONFIG_ZLIB_DEFLATE
1373    
1374    * Sun Jul  1 2012 Thomas Backlund <tmb@mageia.org> 3.4.4-2.mga3
1375    - enable EFI_STUB support (#6598)
1376    
1377    * Wed Jun 27 2012 Thomas Backlund <tmb@mageia.org> 3.4.4-1.mga3
1378    - update to 3.4.4
1379    - drop patch:
1380      * AA01: 3.4.4-rc1 (merged)
1381    
1382    * Wed Jun 20 2012 Thomas Backlund <tmb@mageia.org> 3.4.3-1.mga3
1383    - update to 3.4.3
1384    - add patch:
1385      * AA01: 3.4.4-rc1
1386    - drop patch:
1387      * FE01: ext4 uninit_bg fix (merged)
1388    - update patch:
1389      * CK01: ck2 patchset including BFS 0.423
1390    
1391    * Sat Jun  9 2012 Thomas Backlund <tmb@mageia.org> 3.4.2-1.mga3
1392    - update to 3.4.2
1393    - add patch:
1394      * FE01: ext4: fix the free blocks calculation for ext3
1395              file systems w/ uninit_bg
1396    
1397    * Mon Jun  4 2012 Thomas Backlund <tmb@mageia.org> 3.4.1-1.mga3
1398    - update to 3.4.1
1399    - drop merged patches:
1400      * DA60, DA61: ahci/ata ids
1401      * DG01-DG04, DG20-DG21, DG40-DG44, DG60: drm backports
1402      * DN10-DN11: ath5k stablilty fixes
1403      * DS20-DS24: sound fixes
1404    - update patches:
1405      * CK01: ck1 patchset including BFS 0.422
1406      * FU01: unionfs 2.5.11
1407      * KP01: tuxonice 3.2.1
1408      * NI10-NI11: netfilter IFWLOG support
1409      * NI16: netfilter psd support
1410    - add patches:
1411      * DM60: radio-rttrack buildfix
1412      * FU02: unionfs buildfix for kernel-3.4
1413    - drop patches:
1414      * DA50: prefer ata over ide hack, needs to be fixed properly
1415      * DN20: disabling powersave on rt2800usb
1416      * LK01: lib/Kconfig.debug text update
1417    - update defconfigs
1418    - update filelists
1419    
1420    * Thu May 17 2012 Thomas Backlund <tmb@mageia.org> 3.3.6-2.mga2
1421    - revert switching server kernels to SLAB allocator at it fails to boot
1422      with BFS scheduler (reported/confirmed by Charles A Edwards.on -dev ml)
1423    - add patches:
1424      * DN25: ipw2x00: add support for nl80211 clients like Network Manager (#5720)
1425      * DS20: ALSA: echoaudio: Remove incorrect part of assertion
1426      * DS21: ALSA: HDA: Lessen CPU usage when waiting for chip to respond
1427      * DS22: ALSA: hda/realtek - Add missing CD-input pin for MSI-7350 mobo
1428      * DS23: ALSA: hda/idt - Fix power-map for speaker-pins with some HP laptops
1429    
1430    * Sat May 12 2012 Thomas Backlund <tmb@mageia.org> 3.3.6-1.mga2
1431    - update to 3.3.6
1432    - drop merged patches:
1433      * AA01-AA32: stable queue fixes
1434      * DP10-DP13: samsung-laptop dmitable addons
1435    - switch server kernels back to SLAB allocator as it performs better
1436      on bigger server hardware and workloads
1437    
1438    * Thu May 10 2012 Thomas Backlund <tmb@mageia.org> 3.3.5-1.mga2
1439    - update to 3.3.5
1440    - drop merged patches:
1441      * DN15-DN17: iwlwifi fixes
1442    - add patches from stable queue
1443      * AA01-AA32: fixes all over
1444    
1445    * Sat Apr 28 2012 Thomas Backlund <tmb@mageia.org> 3.3.4-1.mga2
1446    - update to 3.3.4
1447    - require dracut >= 017-9
1448    - add patches:
1449      * DN16: iwlwifi: use 6000G2B for 6030 device series
1450      * DN17: iwlwifi: fix hardware queue programming
1451    
1452    * Mon Apr 23 2012 Thomas Backlund <tmb@mageia.org> 3.3.3-1.mga2
1453    - update to 3.3.3
1454    - add patches:
1455      * BF01: floppy: disable pnp autoloading
1456      * DN10: ath5k: do not stop queues for full calibration
1457      * DN11: ath5k: do not re-run AGC calibration periodically
1458      * DN15: iwlwifi: use correct released ucode version
1459    - update patch:
1460      * KP01: TuxOnIce 3.2.1 for kernel-3.3
1461    
1462    * Tue Apr 03 2012 Thomas Backlund <tmb@mageia.org> 3.3.1-1.mga2
1463    - update to 3.3.1
1464    - drop merged patches:
1465      * DM51, SR01-SR03
1466    - update patch:
1467      * CK01: -ck1 patchset including BFS v0.420
1468    - add patches:
1469      * DA50: ata: prefer ata drivers over ide drivers when both are built (Anssi)
1470      * DA60-DA61: ata: add ide/ahci/raid mode support for Intel Lynx Point chipset
1471      * DG01-DG04: drm: add upstream drm changes to support gpu driver backports
1472      * DG20, DG21: drm/radeon: backport support for Southern Islands (HD7xxx)
1473                    GPUs and Trinity APUs
1474      * DG40-DG44: drm/nouveau: backport Kepler (GTX6xx) support
1475      * DG60: drm/i915: add Ivy Bridge GT2 Server entries
1476    - update defconfigs
1477    
1478    * Mon Mar 19 2012 Thomas Backlund <tmb@mageia.org> 3.3.0-1.mga2
1479    - update to 3.3 final
1480    - add patches:
1481        * DM50: media: fix initialization on Hauppauge WinTV Nova HD-S2
1482                and similar hardware
1483        * DM51: media/tda10071: correct delivery system to DVB-S/S2
1484    - update defconfigs
1485    
1486    * Sun Mar 11 2012 Thomas Backlund <tmb@mageia.org> 3.3.0-0.rc7.1.mga2
1487    - update to 3.3-rc7
1488    
1489    * Wed Mar  7 2012 Thomas Backlund <tmb@mageia.org> 3.3.0-0.rc6.1.mga2
1490    - update to 3.3-rc6
1491    - update patches:
1492        * FU01: unionfs 2.5.11
1493        * MB10, MB13, MB14: ndiswrapper 1.57
1494    - rediff patches:
1495        * NI15, NI16: netfilter psd support
1496        * patch disabling mrproper in -devel rpms
1497    - disable patch:
1498        * CK01: -ck1 patchset including BFS sceduler (needs update to 3.3 series)
1499    - update defconfigs
1500    - update filelists
1501    
1502    * Thu Mar  1 2012 Thomas Backlund <tmb@mageia.org> 3.2.9-1.mga2
1503    - update to 3.2.9
1504    - require dracut >= 017-1
1505    - drop merged patches:
1506        * DG01, DP01, DU01, NM01
1507    - add patches:
1508        * SR01-SR03: fix nonworking r8172u wireless driver in staging (#4491)
1509    
1510    * Sat Feb 25 2012 Thomas Backlund <tmb@mageia.org> 3.2.7-1.mga2
1511    - update to 3.2.7
1512    - drop merged patches AA01-AA28
1513    - add patches:
1514        * DG01: drm/radeon/kms: fix MSI re-arm on rv370+
1515        * DP01: PCI: workaround hard-wired bus number
1516        * DS20, DS21: fix nonworking r8172u wireless driver in staging (#4491)
1517        * DU01: xhci: Fix oops caused by more USB2 ports than USB3 ports
1518        * NM01: mac80211: Fix a rwlock bad magic bug
1519    
1520    * Thu Feb 16 2012 Thomas Backlund <tmb@mageia.org> 3.2.6-1.mga2
1521    - update to 3.2.6
1522    - add current stable queue (28 fixes, AA01-AA28)
1523    - require dracut >= 016-1 for xz compressed modules support and
1524      other needed fixes
1525    - compress modules with xz
1526    
1527    * Tue Feb  7 2012 Thomas Backlund <tmb@mageia.org> 3.2.5-1.mga2
1528    - update to 3.2.5
1529    - drop merged patch
1530        * DP01: ASPM rework
1531    
1532    * Thu Jan 26 2012 Thomas Backlund <tmb@mageia.org> 3.2.2-1.mga2
1533    - update to 3.2.2 (CVE-2012-0056)
1534    - update patches:
1535        * CK01: Con Kolivas 3.2-ck1 patchset
1536        * KP01: TuxOnIce 3.2.1
1537    - require dracut instead of mkinitrd
1538    - require module-init-tools >= 3.6-14 for xz support
1539    
1540    * Sun Jan 15 2012 Thomas Backlund <tmb@mageia.org> 3.2.1-1.mga2
1541    - update to 3.2.1
1542    
1543    * Thu Jan  5 2012 Thomas Backlund <tmb@mageia.org> 3.2.0-1.mga2
1544    - update to 3.2
1545    - add patches:
1546        * FU02: fix unionfs build with 3.2 series kernels
1547        * MB13: fix ndiswrapper build with 3.2 series kernels
1548    - update patches:
1549        * CK01: BFS scheduler 0.416
1550    - rediff patches:
1551        * DP11, MB02, NI11, NI16, Source2
1552    - drop patches:
1553        * FB01: btrfs fix, merged
1554    - update filelists and defconfigs
1555    
1556    * Thu Dec 22 2011 Thomas Backlund <tmb@mageia.org> 3.1.6-1.mga2
1557  - update to 3.1.6  - update to 3.1.6
1558  - drop patch DS01 (merged)  - drop patch DS01 (merged)
1559  - trigger dkms build in posttrans so modules get built at kernel install  - trigger dkms build in posttrans so modules get built at kernel install
# Line 1085  popd Line 1565  popd
1565    for apps that requests it), as it fixes desktop freeze when accessing    for apps that requests it), as it fixes desktop freeze when accessing
1566    slow media such as usb (thanks to fbui/mdv mail on @cooker ml).    slow media such as usb (thanks to fbui/mdv mail on @cooker ml).
1567    
1568  * Fri Dec  9 2011 Thomas Backlund <tmb@mandriva.org> 3.1.5-1.mga2  * Fri Dec  9 2011 Thomas Backlund <tmb@mageia.org> 3.1.5-1.mga2
1569  - update to 3.1.5  - update to 3.1.5
1570  - drop merged patches:  - drop merged patches:
1571      * DG01-DG06, FX01-FX06      * DG01-DG06, FX01-FX06
# Line 1093  popd Line 1573  popd
1573      * DS01: ALSA: hda/realtek - Fix Oops in alc_mux_select()      * DS01: ALSA: hda/realtek - Fix Oops in alc_mux_select()
1574  - clean spec: drop buildroot and defattr  - clean spec: drop buildroot and defattr
1575    
1576  * Tue Dec  6 2011 Thomas Backlund <tmb@mandriva.org> 3.1.4-3.mga2  * Tue Dec  6 2011 Thomas Backlund <tmb@mageia.org> 3.1.4-3.mga2
1577  - fix patch NI12: IFWLOG: fix return value of checkentry  - fix patch NI12: IFWLOG: fix return value of checkentry
1578    (not properly modified in 2.6.35+ patch, blino, #3594)    (not properly modified in 2.6.35+ patch, blino, #3594)
1579  - rebuild with GCC-4.6.2  - rebuild with GCC-4.6.2
1580    
1581  * Wed Nov 30 2011 Thomas Backlund <tmb@mandriva.org> 3.1.4-2.mga2  * Wed Nov 30 2011 Thomas Backlund <tmb@mageia.org> 3.1.4-2.mga2
1582  - update patch:  - update patch:
1583    * CK01: upstream 3.1.0-ck2 including BFS 0.415    * CK01: upstream 3.1.0-ck2 including BFS 0.415
1584    
1585  * Tue Nov 29 2011 Thomas Backlund <tmb@mandriva.org> 3.1.4-1.mga2  * Tue Nov 29 2011 Thomas Backlund <tmb@mageia.org> 3.1.4-1.mga2
1586  - update to 3.1.4  - update to 3.1.4
1587    * reverts usb patch that broke isochronous devices    * reverts usb patch that broke isochronous devices
1588      (i.e. webcam, audio, or other streaming devices)      (i.e. webcam, audio, or other streaming devices)
1589    
1590  * Mon Nov 28 2011 Thomas Backlund <tmb@mandriva.org> 3.1.3-1.mga2  * Mon Nov 28 2011 Thomas Backlund <tmb@mageia.org> 3.1.3-1.mga2
1591  - update to 3.1.3  - update to 3.1.3
1592  - add patches:  - add patches:
1593    * DG01: i915: Fix inconsistent backlight level during disabled    * DG01: i915: Fix inconsistent backlight level during disabled
# Line 1137  popd Line 1617  popd
1617  - dont ship openrisc arch files  - dont ship openrisc arch files
1618  - update defconfigs  - update defconfigs
1619    
1620  * Tue Oct 25 2011 Thomas Backlund <tmb@mandriva.org> 3.0.8-1.mga2  * Tue Oct 25 2011 Thomas Backlund <tmb@mageia.org> 3.0.8-1.mga2
1621  - update to 3.0.8  - update to 3.0.8
1622    * drop merged patch: DM20    * drop merged patch: DM20
1623  - enable PM_RUNTIME and USB_SUSPEND  - enable PM_RUNTIME and USB_SUSPEND
1624    
1625  * Tue Oct 18 2011 Thomas Backlund <tmb@mandriva.org> 3.0.7-1.mga2  * Tue Oct 18 2011 Thomas Backlund <tmb@mageia.org> 3.0.7-1.mga2
1626  - update to 3.0.7  - update to 3.0.7
1627  - update patch:  - update patch:
1628      * CK01: 3.0.7-ck1 including BFS 0.413      * CK01: 3.0.7-ck1 including BFS 0.413
1629  - re-enable usblp as it is needed by both usb-pp adapters and some printers  - re-enable usblp as it is needed by both usb-pp adapters and some printers
1630    (mga #2240, #2264) (cups is patched to work with both usblp and libusb)    (mga #2240, #2264) (cups is patched to work with both usblp and libusb)
1631    
1632  * Tue Oct 04 2011 Thomas Backlund <tmb@mandriva.org> 3.0.6-1.mga2  * Tue Oct 04 2011 Thomas Backlund <tmb@mageia.org> 3.0.6-1.mga2
1633  - update to 3.0.6  - update to 3.0.6
1634  - add patch:  - add patch:
1635      * DM20: fix boot hang on uvc webcam init (mga #2425)      * DM20: fix boot hang on uvc webcam init (mga #2425)
1636    
1637  * Tue Aug 30 2011 Thomas Backlund <tmb@mandriva.org> 3.0.4-1.mga2  * Tue Aug 30 2011 Thomas Backlund <tmb@mageia.org> 3.0.4-1.mga2
1638  - update to 3.0.4  - update to 3.0.4
1639  - drop merged patch: AA01  - drop merged patch: AA01
1640    
1641  * Fri Aug 19 2011 Thomas Backlund <tmb@mandriva.org> 3.0.3-1.mga2  * Fri Aug 19 2011 Thomas Backlund <tmb@mageia.org> 3.0.3-1.mga2
1642  - update to 3.0.3  - update to 3.0.3
1643  - update patches:  - update patches:
1644      * CK01: Con Kolivas -ck patchset including BFS      * CK01: Con Kolivas -ck patchset including BFS
# Line 1184  popd Line 1664  popd
1664  - build with -s(ilent) to only log varnings and errors  - build with -s(ilent) to only log varnings and errors
1665  - update defconfigs  - update defconfigs
1666    
1667  * Sun Jun 19 2011 Thomas Backlund <tmb@mandriva.org> 2.6.38.8-1.mga1  * Sun Jun 19 2011 Thomas Backlund <tmb@mageia.org> 2.6.38.8-1.mga1
1668  - update to 2.6.38.8 (CVE-2011-1017)  - update to 2.6.38.8 (CVE-2011-1017)
1669  - drop merged patches:  - drop merged patches:
1670      * AA01, DP15      * AA01, DP15
# Line 1193  popd Line 1673  popd
1673      * MK01: ksm: fix race between ksmd and exiting task (CVE-2011-2183)      * MK01: ksm: fix race between ksmd and exiting task (CVE-2011-2183)
1674  - add mgaver to 'uname -r'  - add mgaver to 'uname -r'
1675    
1676  * Sun May 22 2011 Thomas Backlund <tmb@mandriva.org> 2.6.38.7-1.mga1  * Sun May 22 2011 Thomas Backlund <tmb@mageia.org> 2.6.38.7-1.mga1
1677  - update to 2.6.38.7 (CVE-2011-1770, CVE-2011-1776, CVE-2011-1927)  - update to 2.6.38.7 (CVE-2011-1770, CVE-2011-1776, CVE-2011-1927)
1678  - drop merged patches:  - drop merged patches:
1679      * DG20-DG24      * DG20-DG24
# Line 1205  popd Line 1685  popd
1685      * DN18: r8169: add a new chip for RTL8168DP      * DN18: r8169: add a new chip for RTL8168DP
1686      * DN19: r8169: add support for RTL8168E/RTL8111E      * DN19: r8169: add support for RTL8168E/RTL8111E
1687    
1688  * Wed May 18 2011 Thomas Backlund <tmb@mandriva.org> 2.6.38.6-2.mga1  * Wed May 18 2011 Thomas Backlund <tmb@mageia.org> 2.6.38.6-2.mga1
1689  - disable xz module compression again as not all tools/utils can cope  - disable xz module compression again as not all tools/utils can cope
1690    with it (can be enabled with '--with modxz' buildtime flag)    with it (can be enabled with '--with modxz' buildtime flag)
1691    
1692  * Thu May 12 2011 Thomas Backlund <tmb@mandriva.org> 2.6.38.6-1.mga1  * Thu May 12 2011 Thomas Backlund <tmb@mageia.org> 2.6.38.6-1.mga1
1693  - enable xz module compression on 2011.0  - enable xz module compression on 2011.0
1694  - update to 2.6.38.6  - update to 2.6.38.6
1695  - drop merged patches:  - drop merged patches:
# Line 1228  popd Line 1708  popd
1708  - drop hardcoded vendor references from summarys and descriptions (#1161)  - drop hardcoded vendor references from summarys and descriptions (#1161)
1709  - drop warnings about being experimental kernel  - drop warnings about being experimental kernel
1710    
1711  * Wed May  5 2011 Thomas Backlund <tmb@mandriva.org> 2.6.38.5-1.mga1  * Wed May  5 2011 Thomas Backlund <tmb@mageia.org> 2.6.38.5-1.mga1
1712  - update to 2.6.38.5  - update to 2.6.38.5
1713  - add patches:  - add patches:
1714      * 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 1244  popd Line 1724  popd
1724      * FU03: unionfs oops fix (obsolete)      * FU03: unionfs oops fix (obsolete)
1725  - enable DEBUG_RODATA and DEBUG_SET_MODULE_RONX (tv)  - enable DEBUG_RODATA and DEBUG_SET_MODULE_RONX (tv)
1726    
1727  * 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
1728  - update to 2.6.38.4  - update to 2.6.38.4
1729  - update patches:  - update patches:
1730      * DG10: drm/i915: Fix tiling corruption from pipelined fencing      * DG10: drm/i915: Fix tiling corruption from pipelined fencing
# Line 1260  popd Line 1740  popd
1740      * DM01: add dm-raid45 aliases to the new dm-raid target      * DM01: add dm-raid45 aliases to the new dm-raid target
1741      * DP15: intel_ips: fix monitor thread to use TASK_INTERRUPTIBLE      * DP15: intel_ips: fix monitor thread to use TASK_INTERRUPTIBLE
1742    
1743  * 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
1744  - update to 2.6.38.3  - update to 2.6.38.3
1745  - drop merged patches  - drop merged patches
1746    
1747  * 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
1748  - add -stable queue patches (31 fixes)  - add -stable queue patches (31 fixes)
1749  - update patches:  - update patches:
1750      * CK01: Con Kolivas -ck3 patchset including bfs 0.400      * CK01: Con Kolivas -ck3 patchset including bfs 0.400
# Line 1272  popd Line 1752  popd
1752  - drop patches:  - drop patches:
1753      * FR02: reiser4 buildfix (merged)      * FR02: reiser4 buildfix (merged)
1754    
1755  * 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
1756  - update to 2.6.38.2  - update to 2.6.38.2
1757  - drop merged patches:  - drop merged patches:
1758      * AX01, AX10, FS01-FS03, LD01-LD02 (xz support)      * AX01, AX10, FS01-FS03, LD01-LD02 (xz support)
# Line 1303  popd Line 1783  popd
1783      * MB16: ndiswrapper buildfix      * MB16: ndiswrapper buildfix
1784  - update defconfigs and filelists  - update defconfigs and filelists
1785    
1786  * 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
1787  - 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)
1788  - drop merged patch:  - drop merged patch:
1789      * NI01      * NI01
# Line 1316  popd Line 1796  popd
1796      * DG02: drm/i915: Fix calculation of backlight value in combined mode      * DG02: drm/i915: Fix calculation of backlight value in combined mode
1797  - drop S5, not needed anymore as we ship unprepared kernel-source  - drop S5, not needed anymore as we ship unprepared kernel-source
1798    
1799  * 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
1800  - update to 2.6.37.2  - update to 2.6.37.2
1801  - rediff patch:  - rediff patch:
1802      * CK01: Con Kolivas -ck1 patchset including BFS      * CK01: Con Kolivas -ck1 patchset including BFS
# Line 1610  popd Line 2090  popd
2090              (fixes a regression and improves writeback ~3 times on big files)              (fixes a regression and improves writeback ~3 times on big files)
2091      * NI01: netfilter: fix CONFIG_COMPAT support      * NI01: netfilter: fix CONFIG_COMPAT support
2092    
2093  * 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
2094  - update to 2.6.35.4 (CVE-2010-2803)  - update to 2.6.35.4 (CVE-2010-2803)
2095    * drop merged patches:    * drop merged patches:
2096        AX01, FS20        AX01, FS20

Legend:
Removed from v.187274  
changed lines
  Added in v.469190

  ViewVC Help
Powered by ViewVC 1.1.30