/[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 408961 by tmb, Sun Apr 7 19:49:29 2013 UTC revision 491034 by tmb, Thu Oct 3 19:56:22 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      8  %define patchlevel      10
6  # sublevel is now used for -stable patches  # sublevel is now used for -stable patches
7  %define sublevel        6  %define sublevel        15
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 202  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 218  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       dracut >= 017-9  %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 kmod >= 7-6  %define requires3       kmod >= 12-2
233  %define requires4       kernel-firmware >= 20111229-1  %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 kmod >= 7-6  BuildRequires:          gcc >= 4.0.1-5 kmod >= 7-6 bc
263    
264  %description  %description
265  %common_description_kernel  %common_description_kernel
# Line 239  BuildRequires:                 gcc >= 4.0.1-5 kmod >= Line 272  BuildRequires:                 gcc >= 4.0.1-5 kmod >=
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 254  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 544  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 596  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 640  SaveDevel() { Line 690  SaveDevel() {
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/                  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/relocs.c $TempDevelRoot/arch/x86/tools/                  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}/
# Line 657  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/pci/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/pci/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/i2c/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-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/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 arm64 avr32 blackfin c6x cris frv h8300 hexagon ia64 \          for i in alpha arc arm arm26 arm64 avr32 blackfin c6x cris frv h8300 hexagon ia64 \
722                   microblaze mips m32r m68k m68knommu mn10300 openrisc parisc \                   microblaze mips m32r m68k m68knommu metag mn10300 openrisc parisc \
723                   powerpc ppc s390 sh sh64 score sparc tile 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
# Line 719  $DevelRoot/include/clocksource Line 769  $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
# Line 956  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 arm64avr32 blackfin c6x cris frv h8300 hexagon ia64 \  for i in alpha arc arm arm26 arm64 avr32 blackfin c6x cris frv h8300 hexagon ia64 \
1011           microblaze mips m32r m68k m68knommu mn10300 openrisc parisc \           microblaze mips m32r m68k m68knommu metag mn10300 openrisc parisc \
1012           powerpc ppc s390 sh sh64 score sparc tile 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
# Line 1037  popd Line 1088  popd
1088  %{_kerneldir}/include/clocksource  %{_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
# Line 1088  popd Line 1140  popd
1140  %endif  %endif
1141    
1142  %changelog  %changelog
1143    * 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  * Sun Apr  7 2013 Thomas Backlund <tmb@mageia.org> 3.8.6-1.mga3
1269  - update to 3.8.6  - update to 3.8.6
1270  - update patches:  - update patches:
# Line 1624  popd Line 1801  popd
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@mageia.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 1918  popd Line 2095  popd
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.408961  
changed lines
  Added in v.491034

  ViewVC Help
Powered by ViewVC 1.1.30