source: projects/specs/trunk/k/kernel/kernel-vl.spec @ 3900

Revision 3900, 109.0 KB checked in by daisuke, 13 years ago (diff)

kernel: disable PCI MSI by default (CONFIG_PCI_MSI_DEFAULT_ON)

Line 
1%define _noVersionedDependencies 1
2%define _minimum_patches 0
3%define _apply_drm_patches 1
4
5Summary: The Linux kernel (the core of the Linux operating system)
6Summary(ja): Linux カーネル (Linux オペレーティングシステムの心臓部分)
7
8# What parts do we want to build?  We must build at least one kernel.
9# These are the kernels that are built IF the architecture allows it.
10
11%define buildup 1
12%define buildpae 0
13%define builddoc 0
14%define buildsource 0
15
16%define with_headers 1
17%define with_firmware 0
18
19# Versions of various parts
20
21#
22# Polite request for people who spin their own kernel rpms:
23# please modify the "release" field in a way that identifies
24# that the kernel isn't the stock distribution kernel, for example by
25# adding some text to the end of the version number.
26#
27%define sublevel 35
28%define patchlevel 13
29%define kversion 2.6.%{sublevel}
30%define rpmversion 2.6.%{sublevel}
31%define release 18%{?_dist_release}
32
33%define make_target bzImage
34%define hdrarch %_target_cpu
35%define asmarch %_target_cpu
36
37%define KVERREL %{rpmversion}-%{release}
38
39# groups of related archs
40%define all_x86 i686
41%define all_ppc ppciseries ppcpseries ppc ppc64
42
43# Override generic defaults with per-arch defaults
44
45# don't build noarch kernels or headers
46%ifarch noarch
47%define builddoc 1
48%define buildsource 1
49%define buildup 0
50%define buildpae 0
51%define with_headers 0
52%define with_firmware 1
53%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-*.config
54%endif
55
56%ifarch i686
57%define buildpae 1
58%endif
59
60# build x86 headers on i686 build
61# build noarch package with i686 build
62%ifarch i686
63%define with_headers 1
64%define buildsource 1
65%define builddoc 1
66%define with_firmware 1
67%endif
68
69%ifarch %{all_x86}
70%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-i686*.config
71%define image_install_path boot
72%define hdrarch i386
73%define asmarch x86
74%endif
75
76%ifarch x86_64
77%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-x86_64*.config
78%define image_install_path boot
79%define asmarch x86
80%endif
81
82%ifarch ppc64
83%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-ppc64*.config
84%define image_install_path boot
85%define make_target bzImage zImage.stub
86%define hdrarch powerpc
87%define asmarch powerpc
88%endif
89
90%ifarch ppc64iseries
91%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-ppc64*.config
92%define image_install_path boot
93%define make_target bzImage
94%endif
95
96%ifarch sparc
97%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-sparc.config
98%endif
99
100%ifarch sparc64
101%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-sparc64*.config
102%define asmarch sparc
103%endif
104
105%ifarch ppc
106%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-ppc*.config
107%define image_install_path boot
108%define make_target vmlinux
109%define hdrarch powerpc
110%define asmarch powerpc
111%endif
112
113%ifarch ia64
114%define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-ia64.config
115%define image_install_path boot/efi/EFI/redhat
116%endif
117
118#
119# Three sets of minimum package version requirements in the form of Conflicts:
120# to versions below the minimum
121#
122
123#
124# First the general kernel 2.6 required versions as per
125# Documentation/Changes
126#
127%define kernel_dot_org_conflicts  ppp <= 2.3.15, pcmcia-cs <= 3.1.20, isdn4k-utils <= 3.0, mount < 2.10r-5, nfs-utils < 1.0.3, e2fsprogs < 1.29, util-linux < 2.10, jfsutils < 1.0.14, reiserfsprogs < 3.6.3, xfsprogs < 2.1.0, procps < 2.0.9, oprofile < 0.5.3
128
129#
130# Then a series of requirements that are distribution specific, either
131# because we add patches for something, or the older versions have
132# problems with the newer kernel or lack certain things that make
133# integration in the distro harder than needed.
134#
135%define package_conflicts  cipe < 1.4.5, kudzu <= 0.92, initscripts < 6.51, dev < 3.2-7, iptables < 1.2.5-3, bcm5820 < 1.81, nvidia-rh72 <= 1.0 ipw2200-firmware < 2.3 selinux-policy-targeted < 1.23.16-1
136
137#
138# Several packages had bugs in them that became obvious when the NPTL
139# threading code got integrated.
140#
141%define nptl_conflicts SysVinit < 2.84-13, pam < 0.75-48, vixie-cron < 3.0.1-73, privoxy < 3.0.0-8, spamassassin < 2.44-4.8.x,  cups < 1.1.17-13
142
143#
144# We moved the drm include files into kernel-headers, make sure there's
145# a recent enough libdrm-devel on the system that doesn't have those.
146#
147%define kernel_headers_conflicts libdrm-devel < 2.4.0-4
148
149#
150# Packages that need to be installed before the kernel is, because the %post
151# scripts use them.
152#
153%define kernel_prereq  fileutils, module-init-tools >= 3.6, initscripts >= 8.80, mkinitrd >= 6.0.93, kernel-firmware >= %{version}
154
155Name: kernel
156Group: System Environment/Kernel
157License: GPLv2
158Version: %{rpmversion}
159Release: %{release}
160ExclusiveArch: noarch i686 x86_64 %{all_ppc}
161ExclusiveOS: Linux
162Provides: kernel = %{rpmversion}
163Provides: kernel26 = %{rpmversion}
164Provides: kernel-drm = 4.3.0
165Provides: kernel-drm-nouveau = 16
166Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}
167Provides: alsa-driver = 1.0.20
168Requires(pre): %{kernel_prereq}
169Conflicts: %{kernel_dot_org_conflicts}
170Conflicts: %{package_conflicts}
171Conflicts: %{nptl_conflicts}
172# We can't let RPM do the dependencies automatic because it'll then pick up
173# a correct but undesirable perl dependency from the module headers which
174# isn't required for the kernel proper to function
175AutoReqProv: no
176#
177# List the packages used during the kernel build
178#
179BuildRequires: module-init-tools >= 3.6
180BuildRequires: patch >= 2.5.4, bash >= 2.03, sh-utils, tar
181BuildRequires: bzip2, gzip
182BuildRequires: xz-lzma-compat
183BuildRequires: findutils, m4, perl, make >= 3.78, gnupg, diffutils
184BuildRequires: net-tools
185BuildRequires: gcc >= 3.3.5, binutils >= 2.15
186
187Vendor:         Project Vine
188Distribution:   Vine Linux
189Packager:       daisuke, shaolin, iwamoto
190
191Source0: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-%{kversion}.tar.bz2
192
193Source10: COPYING.modules
194Source11: genkey
195
196Source21: kernel-%{kversion}-i686.config
197Source22: kernel-%{kversion}-i686-pae.config
198Source23: kernel-%{kversion}-x86_64.config
199Source32: kernel-%{kversion}-ppc.config
200
201
202# Source 100 - 500 for Vine Linux
203# fb boot logo
204Source100: logo_vine_clut224.ppm
205
206#
207# Patches 0 through 100 are meant for core subsystem upgrades
208#
209%if %{patchlevel}
210Patch1: patch-%{version}.%{patchlevel}.bz2
211%endif
212
213# Patches 100 through 500 are meant for architecture patches
214
215# 200 - 299   x86(-64)
216
217# atom errata
218# Patch280: linux-2.6-x86-workaround-failures-on-intel-atom.patch
219
220
221# 300 - 399   ppc(64)
222Patch350: linux-2.6.23-windtunnel-printk.patch
223
224#
225# Patches 800 through 899 are reserved for bugfixes to the core system
226# and patches related to how RPMs are build
227#
228Patch800: linux-2.6-build-nonintconfig.patch
229
230#
231# Patches 1000 to 5000 are reserved for bugfixes to drivers and filesystems
232#
233
234# NIC driver updates
235Patch1393: linux-2.6-e100-race.patch
236
237Patch1394: linux-2.6-zd1211rw-gw-us54gxs.patch
238
239# e1000e update
240Patch1400: linux-2.6-e1000e-update.patch
241
242
243# Misc bits.
244Patch1610: linux-2.6.23-atkbd-dell-multimedia.patch
245Patch1630: linux-2.6.23-module_version.patch
246Patch1650: linux-2.6-input-kill-stupid-messages.patch
247Patch1770: linux-2.6-valid-ether-addr.patch
248Patch1830: linux-2.6-w1-hush-debug.patch
249Patch1840: linux-2.6-defaults-pci_no_msi.patch
250Patch1850: linux-2.6-silence-fbcon-logo.patch
251Patch1860: linux-2.6-silence-acpi-blacklist.patch
252
253# VM bits
254Patch2001: linux-2.6-vm-silence-atomic-alloc-failures.patch
255
256# IDE
257Patch2010: linux-2.6.31-ide-piix-prefer-ata_piix.patch
258
259# SCSI
260Patch2301: linux-2.6.23-VMWare5-fix-LSI_emulation.patch
261Patch2504: linux-2.6-at76.patch
262
263# DRM
264# drm update from ubuntu maverick kernel
265Patch2700: linux-2.6.35-drm-update.patch
266# ignore invalid EDID extensions
267# https://bugs.freedesktop.org/show_bug.cgi?id=31154
268Patch2710: linux-2.6-drm-ignore-invalid-EDID-extensions.patch
269
270#
271# External drivers that are about to get accepted upstream
272#
273
274
275
276#
277# 6000 to 10000 is for Vine Linux
278#
279
280# unionfs 2.5.9.1
281# http://www.am-utils.org/project-unionfs.html
282Patch6030: unionfs-2.5.9.1_for_2.6.35.9.diff.gz
283Patch6031: unionfs-2.5.8-open-unlink-ftruncate-crash-fix.patch
284
285#
286# TuxOnIce (formerly suspend2) patch
287%define tuxonice_version 3.2-for-2.6.35
288Patch9000: tuxonice-%{tuxonice_version}.patch.bz2
289
290#
291# 10000 to 20000 is for stuff that has to come last due to the
292# amount of drivers they touch. But only these should go here.
293# Not patches you're too lazy for to put in the proper place.
294#
295Patch10000: linux-2.6-LINUX_COMPILER-LANG_C.patch
296
297# Security fix patches
298
299
300# END OF PATCH DEFINITIONS
301
302BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
303
304%description
305The kernel package contains the Linux kernel (vmlinuz), the core of any
306Linux operating system.  The kernel handles the basic functions
307of the operating system:  memory allocation, process allocation, device
308input and output, etc.
309
310%description -l ja
311kernel パッケージには、Linux オペレーティングシステムの心臓部分とも
312いえる Linux カーネル (vmlinuz) が含まれています。
313カーネルは,メモリ管理,プロセス管理,デバイスの入出力等,オペレーティング
314システムの基本的な部分を司ります。
315
316%package devel
317Summary: Development package for building kernel modules to match the kernel.
318Summary(ja): 特定のバージョンのカーネル用のモジュールを構築するための開発パッケージ
319Group: System Environment/Kernel
320AutoReqProv: no
321Provides: kernel26-devel-%{_target_cpu} = %{rpmversion}-%{release}
322
323%description devel
324This package provides kernel headers and makefiles sufficient to build modules
325against the kernel package.
326
327### kernel-source
328%package source
329Summary: The source code for the Linux kernel.
330Summary(ja): Linux カーネルのソースコード
331Group: Development/Libraries
332BuildArch: noarch
333Requires(pre): fileutils
334Requires: make >= 3.78
335Requires: gcc >= 3.2
336Requires: binutils
337# documentations
338Requires: kernel-doc = %{rpmversion}-%{release}
339# for menuconfig
340Requires: ncurses-devel readline-devel
341# for gconfig
342#Requires: gtk2-devel
343# for xconfig
344#Requires: qt-devel
345
346%description source
347The kernel-source package contains the source code files for the Linux
348kernel. The source files can be used to build a custom kernel that is
349smaller due only including drivers for your particular hardware, if you are
350so inclined (and you know what you're doing). The customisation guide in the
351documentation describes in detail how to do this. This package is neither
352needed nor usable for building external kernel modules for linking into the
353default kernel.
354
355If you use "gconfig" to configure the kernel, install gtk2-devel package.
356If you use "xconfig" to configure the kernel, install qt-devel package.
357
358%description source -l ja
359kernel-source パッケージには Linux カーネルのソースコードが含まれて
360います.カーネルのソースコードは多くの C プログラムの作成に必要です.
361カーネルのソースコードに定義されている制限に依存することがあるからです.
362このソースコードを使って,あなたのシステム向けにチューンアップした
363カスタムカーネルを作成することもできます.
364
365"gconfig" をつかってカーネルのコンフィグレーションを行う場合は、gtk2-devel
366パッケージをインストールしてください。
367"xconfig" をつかってカーネルのコンフィグレーションを行う場合は、qt-devel
368パッケージをインストールしてください。
369
370### kernel-doc
371%package doc
372Summary: Various documentation bits found in the kernel source.
373Summary(ja): カーネルソース内のさまざまなドキュメント群
374Group: Applications/Documentation
375BuildArch: noarch
376
377%description doc
378This package contains documentation files from the kernel
379source. Various bits of information about the Linux kernel and the
380device drivers shipped with it are documented in these files.
381
382You'll want to install this package if you need a reference to the
383options that can be passed to Linux kernel modules at load time.
384
385%description doc -l ja
386このパッケージにはカーネルソースに含まれているドキュメントが
387収められています.Linux カーネルやデバイスドライバに関する様々な
388情報がこのドキュメントには記されています.
389
390Linux カーネルモジュールを読み込む際の引数を調べたい場合等,
391このパッケージをインストールすると良いでしょう.
392
393### kernel-headers
394%package headers
395Summary: Header files for the Linux kernel for use by glibc
396Summary(ja): Linux カーネルのヘッダファイル
397Group: Development/System
398Obsoletes: glibc-kernheaders
399Provides: glibc-kernheaders = 3.0-46
400Conflicts: %{kernel_headers_conflicts}
401
402%description headers
403Kernel-headers includes the C header files that specify the interface
404between the Linux kernel and userspace libraries and programs.  The
405header files define structures and constants that are needed for
406building most standard programs and are also needed for rebuilding the
407glibc package.
408
409%description headers -l ja
410kernel-headers パッケージには、Linux カーネルとユーザスペースプログラムや
411ライブラリとの間のインタフェースを規定する C ヘッダファイルが収録されて
412います。ヘッダファイルではデータ構造や定数値が定義されており、多くの
413プログラムをコンパイルする際に必要となります。また、glibc パッケージを
414リビルドする際にも必要となるものです。
415
416%package firmware
417Summary: Firmware files used by the Linux kernel
418Summary(ja): Linux kernel で使用されているファームウェア
419Group: Development/System
420License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
421BuildArch: noarch
422
423%description firmware
424Kernel-firmware includes firmware files required for some devices to
425operate.
426
427%description firmware -l ja
428Kernel-firmware にはいくつかのデバイスを利用するために必要なファームウェアファイルが
429含まれています。
430
431%package pae
432Summary: The Linux kernel compiled for PAE capable machines.
433Summary(ja): PAE 対応マシン用にコンパイルされた Linux カーネル
434
435Group: System Environment/Kernel
436Provides: kernel = %{rpmversion}
437Provides: kernel26 = %{rpmversion}
438Provides: kernel-drm = 4.3.0
439Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}pae
440Provides: alsa-driver = 1.0.20
441Requires(pre): %{kernel_prereq}
442Conflicts: %{kernel_dot_org_conflicts}
443Conflicts: %{package_conflicts}
444Conflicts: %{nptl_conflicts}
445# We can't let RPM do the dependencies automatic because it'll then pick up
446# a correct but undesirable perl dependency from the module headers which
447# isn't required for the kernel proper to function
448AutoReqProv: no
449
450%description pae
451This package includes a version of the Linux kernel with support for up to
45264GB of high memory.  It requires a CPU with Physical Address Extensions
453(PAE). The non-PAE kernel can only address up to 4GB of memory.
454Install the kernel-pae package if your machine has more than 4GB of memory.
455
456%description pae -l ja
457このパッケージには 64GB までのメモリをサポートする Linux カーネルが収められて
458います.このカーネルを利用するためには PAE 対応の CPU が必要です。
459
460あなたのマシンが 4GB 以上のメモリを搭載している場合は kernel-pae パッケージを
461インストールしてください.
462
463%package pae-devel
464Summary: Development package for building kernel modules to match the PAE capable kernel.
465Summary(ja): 特定のバージョンのPAE対応カーネル用のモジュールを構築するための開発パッケージ
466Group: System Environment/Kernel
467Provides: kernel-pae-devel-%{_target_cpu} = %{rpmversion}-%{release}
468Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{release}pae
469Provides: kernel-devel = %{rpmversion}-%{release}pae
470Provides: kernel26-devel = %{rpmversion}-%{release}pae
471AutoReqProv: no
472
473%description pae-devel
474This package provides kernel headers and makefiles sufficient to build modules
475against the PAE capable kernel package.
476
477
478%prep
479
480%setup -q -n %{name}-%{kversion} -c
481cd linux-%{kversion}
482
483#
484# Patches 0 through 100 are meant for core subsystem upgrades
485#
486%if %{patchlevel}
487%patch1 -p1
488%endif
489
490#
491# Patches to back out
492#
493
494#
495# Architecture patches
496#
497
498#
499# x86(-64)
500#
501
502# %patch280 -p1
503
504#
505# ppc(64)
506#
507
508%patch350 -p1
509
510#
511# ia64
512#
513
514#
515# sparc/sparc64
516#
517
518
519#
520# Patches 500 through 1000 are reserved for bugfixes to the core system
521# and patches related to how RPMs are build
522#
523
524
525# This patch adds a "make nonint_oldconfig" which is non-interactive and
526# also gives a list of missing options at the end. Useful for automated
527# builds (as used in the buildsystem).
528%patch800 -p1
529
530#
531# Patches 1000 to 5000 are reserved for bugfixes to drivers and filesystems
532#
533
534
535#
536# Make /dev/mem a need-to-know function
537#
538
539#
540# SCSI Bits.
541#
542
543# NIC driver fixes.
544# fix race in e100 driver
545%patch1393 -p1
546# add support PLANEX GW-US54GXS
547%patch1394 -p1
548
549# e1000e
550%patch1400 -p1
551
552# Misc fixes
553# Make multimedia buttons on Dell Inspiron 8200 work.
554%patch1610 -p1
555# Add missing MODULE_VERSION tags to some modules.
556%patch1630 -p1
557# The input layer spews crap no-one cares about.
558%patch1650 -p1
559#
560%patch1770 -p1
561# Silence debug messages in w1
562%patch1830 -p1
563# disable PCI MSI by default
564%patch1840 -p1
565# dont show fbcon logo on quiet mode
566%patch1850 -p1
567# silence acpi blacklist code
568%patch1860 -p1
569
570#
571# VM related fixes.
572#
573# Silence GFP_ATOMIC failures.
574%patch2001 -p1
575
576# IDE
577# prefer ata_piix driver on ICH4+ chipset instead of IDE/piix
578%patch2010 -p1
579
580# 3w-9xxx update (2.26.02.008)
581%patch2301 -p1
582
583%patch2504 -p1
584
585# drm fixes
586%if %{_apply_drm_patches}
587%patch2700 -p1
588%patch2710 -p1
589%endif
590
591# v4l
592
593
594#
595# External drivers that are about to get accepted upstream
596#
597
598
599#
600# Patches 5000 to 6000 are reserved for new drivers that are about to
601# be merged upstream
602#
603
604
605#
606# Patches 6000 to 10000 are for Vine Linux
607#
608
609%if !%{_minimum_patches}
610# unionfs
611%patch6030 -p1
612%patch6031 -p1
613
614# tuxonice
615%patch9000 -p1
616%endif
617
618#
619# final stuff
620#
621# do not include localized version string in /proc/version
622%patch10000 -p1
623
624# security fix
625
626
627#
628# misc small stuff to make things compile or otherwise improve performance
629#
630
631# END OF PATCH APPLICATIONS
632
633cp %{SOURCE10} Documentation/
634
635# put Vine logo
636cp -f %{SOURCE100} drivers/video/logo/logo_linux_clut224.ppm
637
638#
639# install extra documentations
640#
641#
642mkdir configs
643
644cp -fv %{all_arch_configs} .
645
646
647# now run oldconfig over all the config files
648for i in *.config
649do
650        mv $i .config
651        Arch=`head -1 .config | cut -b 3-`
652        echo "# $Arch" > configs/$i
653        cat .config >> configs/$i
654done
655
656# make sure the kernel has the sublevel we know it has. This looks weird
657# but for -pre and -rc versions we need it since we only want to use
658# the higher version when the final kernel is released.
659perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{sublevel}/" Makefile
660perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -prep/" Makefile
661
662# get rid of unwanted files resulting from patch fuzz
663# find . -name "*.orig" -exec rm -fv {} \;
664# find . -name "*~" -exec rm -fv {} \;
665
666
667###
668### build
669###
670%build
671sync
672
673cd linux-%{kversion}
674
675
676BuildKernel() {
677
678    # Pick the right config file for the kernel we're building
679    if [ -n "$1" ] ; then
680        Config=kernel-%{kversion}-%{_target_cpu}-$1.config
681        DevelDir=/usr/src/kernels/%{KVERREL}-$1-%{_target_cpu}
682        DevelLink=/usr/src/kernels/%{KVERREL}$1-%{_target_cpu}
683    else
684        Config=kernel-%{kversion}-%{_target_cpu}.config
685        DevelDir=/usr/src/kernels/%{KVERREL}-%{_target_cpu}
686        DevelLink=
687    fi
688
689    KernelVer=%{rpmversion}-%{release}$1
690    echo BUILDING A KERNEL FOR $1 %{_target_cpu}...
691
692    # make sure EXTRAVERSION says what we want it to say
693    perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -%{release}$1/" Makefile
694
695    # and now to start the build process
696
697    make -s mrproper
698    cp configs/$Config .config
699
700    Arch=`head -1 .config | cut -b 3-`
701    echo USING ARCH=$Arch
702
703    make -s ARCH=$Arch nonint_oldconfig > /dev/null
704    make -s ARCH=$Arch include/linux/version.h
705
706    make -s ARCH=$Arch %{?_smp_mflags} %{make_target}
707    make -s ARCH=$Arch %{?_smp_mflags} modules || exit 1
708    #make ARCH=$Arch buildcheck
709   
710    # Start installing the results
711
712%if "%{_enable_debug_packages}" == "1"
713    mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/boot
714%endif
715    mkdir -p $RPM_BUILD_ROOT/%{image_install_path}
716    install -m 644 .config $RPM_BUILD_ROOT/boot/config-$KernelVer
717    install -m 644 System.map $RPM_BUILD_ROOT/boot/System.map-$KernelVer
718%ifarch ppc
719    cp vmlinux $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
720%else
721    cp arch/$Arch/boot/bzImage $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
722%endif
723        if [ -f arch/$Arch/boot/zImage.stub ]; then
724      cp arch/$Arch/boot/zImage.stub $RPM_BUILD_ROOT/%{image_install_path}/zImage.stub-$KernelVer || :
725        fi
726
727    mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer
728    make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT modules_install KERNELRELEASE=$KernelVer mod-fw=
729 
730    # And save the headers/makefiles etc for building modules against
731    #
732    # This all looks scary, but the end result is supposed to be:
733    # * all arch relevant include/ files
734    # * all Makefile/Kconfig files
735    # * all script/ files
736
737    rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
738    rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/source
739    mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
740    (cd $RPM_BUILD_ROOT/lib/modules/$KernelVer ; ln -s build source)
741    # first copy everything
742    cp --parents `find  -type f -name "Makefile*" -o -name "Kconfig*"` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
743    cp Module.symvers $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
744    # then drop all but the needed Makefiles/Kconfig files
745    rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Documentation
746    rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts
747    rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
748    cp .config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
749    cp -a scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
750    if [ -d arch/%{_arch}/scripts ]; then
751      cp -a arch/%{_arch}/scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch} || :
752    fi
753    if [ -f arch/%{_arch}/*lds ]; then
754      cp -a arch/%{_arch}/*lds $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/ || :
755    fi
756    rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*.o
757    rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*/*.o
758%ifarch ppc
759    if [ -f arch/powerpc/lib/crtsavres.S -a -f arch/powerpc/lib/crtsavres.o ]
760    then
761      cp -a --parents arch/powerpc/lib/crtsavres.[So] $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/
762    fi
763%endif
764    if [ -d arch/%{asmarch}/include ]; then
765      cp -a --parents arch/%{asmarch}/include $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/
766    fi
767    cp -a include $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
768
769    # Make sure the Makefile and version.h have a matching timestamp so that
770    # external modules can be built
771    touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/version.h
772    touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/.config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/autoconf.h
773    # Copy .config to include/config/auto.conf so "make prepare" is unnecessary.
774    cp $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/.config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/config/auto.conf
775
776    if test -s vmlinux.id; then
777      cp vmlinux.id $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/vmlinux.id
778    else
779      echo >&2 "*** WARNING *** no vmlinux build ID! ***"
780    fi
781
782    #
783    # save the vmlinux file for kernel debugging into the kernel-debuginfo rpm
784    #
785%if "%{_enable_debug_packages}" == "1"
786    mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
787    cp vmlinux $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
788%endif
789
790
791    # mark modules executable so that strip-to-file can strip them
792    find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name "*.ko" -type f >modnames
793    xargs --no-run-if-empty chmod u+x < modnames
794
795    # detect missing or incorrect license tags
796    for i in `find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name "*.ko" `
797        do
798                echo -n "$i "
799                /sbin/modinfo -l $i >> modinfo
800        done
801    cat modinfo |\
802                grep -v "^GPL" |
803                grep -v "^Dual BSD/GPL" |\
804                grep -v "^Dual MPL/GPL" |\
805                grep -v "^GPL and additional rights" |\
806                grep -v "^GPL v2" && exit 1
807    rm -f modinfo
808    # remove files that will be auto generated by depmod at rpm -i time
809    rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.*
810
811    # Move the devel headers out of the root file system
812    mkdir -p $RPM_BUILD_ROOT/usr/src/kernels
813    mv $RPM_BUILD_ROOT/lib/modules/$KernelVer/build $RPM_BUILD_ROOT/$DevelDir
814    ln -sf ../../..$DevelDir $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
815    [ -z "$DevelLink" ] || ln -sf `basename $DevelDir` $RPM_BUILD_ROOT/$DevelLink
816}
817
818###
819# DO it...
820###
821
822# prepare directories
823rm -rf $RPM_BUILD_ROOT
824mkdir -p $RPM_BUILD_ROOT/boot
825
826%if %{buildup}
827BuildKernel
828%endif
829
830%if %{buildpae}
831BuildKernel pae
832%endif
833
834###
835### install
836###
837
838%install
839
840cd linux-%{kversion}
841
842# build documentation package
843%if %{builddoc}
844mkdir -p $RPM_BUILD_ROOT%{_docdir}/kernel-doc-%{kversion}/Documentation
845
846# sometimes non-world-readable files sneak into the kernel source tree
847chmod -R a+r *
848# copy the source over
849tar cf - Documentation | tar xf - -C $RPM_BUILD_ROOT%{_docdir}/kernel-doc-%{kversion}
850%endif
851
852# build source package
853%if %{buildsource}
854mkdir -p $RPM_BUILD_ROOT%{_prefix}/src/linux-%{kversion}
855sync
856make -s mrproper
857sync
858tar cf - . | tar xf - -C $RPM_BUILD_ROOT%{_prefix}/src/linux-%{kversion}
859rm -rf $RPM_BUILD_ROOT%{_prefix}/src/linux-%{kversion}/Documentation
860ln -sf %{_docdir}/kernel-doc-%{kversion}/Documentation $RPM_BUILD_ROOT%{_prefix}/src/linux-%{kversion}/
861sync
862
863# set the EXTRAVERSION to <version>custom, so that people who follow a kernel building howto
864# don't accidentally overwrite their currently working moduleset and hose their system
865perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -%{release}custom/" $RPM_BUILD_ROOT/usr/src/linux-%{kversion}/Makefile
866install -m 644 %{SOURCE10}  $RPM_BUILD_ROOT/usr/src/linux-%{kversion}
867%endif
868
869%if %{with_headers}
870# Install kernel headers
871make ARCH=%{hdrarch} INSTALL_HDR_PATH=$RPM_BUILD_ROOT/usr headers_install
872
873# Do headers_check but don't die if it fails.
874make ARCH=%{hdrarch} INSTALL_HDR_PATH=$RPM_BUILD_ROOT/usr headers_check \
875     > hdrwarnings.txt || :
876if grep -q exist hdrwarnings.txt; then
877    sed s:^$RPM_BUILD_ROOT/usr/include/:: hdrwarnings.txt
878   # Temporarily cause a build failure if header inconsistencies.
879   # exit 1
880fi
881
882find $RPM_BUILD_ROOT/usr/include \
883     \( -name .install -o -name .check -o \
884        -name ..install.cmd -o -name ..check.cmd \) | xargs rm -f
885
886# glibc provides scsi headers for itself, for now
887rm -rf $RPM_BUILD_ROOT/usr/include/scsi
888rm -f $RPM_BUILD_ROOT/usr/include/asm*/atomic.h
889rm -f $RPM_BUILD_ROOT/usr/include/asm*/io.h
890rm -f $RPM_BUILD_ROOT/usr/include/asm*/irq.h
891%endif
892
893%if %{with_firmware}
894make INSTALL_FW_PATH=$RPM_BUILD_ROOT/lib/firmware firmware_install
895%endif
896
897sync
898
899
900###
901### clean
902###
903
904%clean
905rm -rf $RPM_BUILD_ROOT
906
907###
908### scripts
909###
910
911# load the loop module for upgrades...in case the old modules get removed we have
912# loopback in the kernel so that mkinitrd will work.
913%pre
914/sbin/modprobe loop 2> /dev/null > /dev/null  || :
915exit 0
916
917%pre pae
918/sbin/modprobe loop 2> /dev/null > /dev/null  || :
919exit 0
920
921%post
922[ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade
923[ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --mkinitrd --depmod --install %{KVERREL}
924
925%ifarch ppc
926for MODCONFFILE in /etc/modprobe.d/modprobe.conf.dist /etc/modprobe.conf /etc/modprobe.d/modprobe.conf
927do
928  if [ -f "$MODCONFFILE" ]; then
929    TEMPFILE=`/bin/mktemp -q /tmp/modconffile.XXXXXX`
930    sed -e 's/alias sound snd-powermac$//' $MODCONFFILE > $TEMPFILE
931    cat $TEMPFILE > $MODCONFFILE
932    rm -f $TEMPFILE
933  fi
934done
935%endif
936
937cd /boot
938# vmlinuz symlinks to new default kernel
939ln -sf vmlinuz-%{KVERREL} vmlinuz
940%ifarch ppc
941ln -sf vmlinuz-%{KVERREL} vmlinux
942%endif
943ln -sf System.map-%{KVERREL} System.map
944ln -sf initrd-%{KVERREL}.img initrd.img
945# vmlinuz.old symlink to current running kernel
946current=`uname -r`
947if [ ! -f vmlinuz-${current} ]; then
948  ln -sf vmlinuz-%{KVERREL} vmlinuz.old
949%ifarch ppc
950  ln -sf vmlinuz-%{KVERREL} vmlinux.old
951%endif
952  ln -sf System.map-%{KVERREL} System.map.old
953  ln -sf initrd-%{KVERREL}.img initrd.old.img
954else
955  ln -sf vmlinuz-${current} vmlinuz.old
956%ifarch ppc
957  ln -sf vmlinuz-${current} vmlinux.old
958%endif
959  ln -sf System.map-${current} System.map.old
960  ln -sf initrd-${current}.img initrd.old.img
961fi
962
963[ -x /sbin/mkkerneldoth ] && /sbin/mkkerneldoth
964depmod -a -F /boot/System.map-%{KVERREL} %{KVERREL}
965
966# if preffered bootloader is LILO, execute lilo.
967%ifarch i586 i686
968if [ -f /etc/sysconfig/bootloader ]; then
969  source /etc/sysconfig/bootloader
970  if [ "$BOOTLOADER" = "lilo" ]; then
971    if [ -x /sbin/lilo -a -f /etc/lilo.conf ]; then
972      /sbin/lilo > /dev/null
973      exit 0
974    fi
975  fi
976fi
977%endif
978
979# update grub/menu.lst
980GRUB_MENULST="/boot/grub/menu.lst"
981if [ -f $GRUB_MENULST ]; then
982  if ( grep -q "resume2=" $GRUB_MENULST ) ; then
983    sed -i.rpmsave 's/resume2=/resume=/g' $GRUB_MENULST
984  fi
985fi
986
987%post pae
988[ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade
989[ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --mkinitrd --depmod --install %{KVERREL}pae
990
991cd /boot
992# vmlinuz-pae symlinks to new default pae kernel
993ln -sf vmlinuz-%{KVERREL}pae vmlinuz-pae
994ln -sf System.map-%{KVERREL}pae System.map-pae
995ln -sf initrd-%{KVERREL}pae.img initrd-pae.img
996# vmlinuz.old symlink to current running kernel
997current=`uname -r`
998ln -sf vmlinuz-${current} vmlinuz.old
999ln -sf System.map-${current} System.map.old
1000ln -sf initrd-${current}.img initrd.old.img
1001
1002[ -x /sbin/mkkerneldoth ] && /sbin/mkkerneldoth
1003depmod -a -F /boot/System.map-%{KVERREL}pae %{KVERREL}pae
1004
1005# add PAE kernel entry to grub menu.list
1006GRUB_MENULST="/boot/grub/menu.lst"
1007if [ -f $GRUB_MENULST ]; then
1008  if ( ! grep -q "PAE kernel" $GRUB_MENULST ) ; then
1009    if [ -x /sbin/grubby ]; then
1010      /sbin/grubby --title="Vine Linux (PAE kernel)" \
1011                   --add-kernel=/boot/vmlinuz-pae \
1012                   --initrd=/boot/initrd-pae.img \
1013                   --copy-default \
1014                   --config-file=$GRUB_MENULST >& /dev/null ||:
1015    fi
1016  fi
1017fi
1018
1019# if preffered bootloader is LILO, execute lilo.
1020%ifarch i586 i686 x86_64
1021if [ -f /etc/sysconfig/bootloader ]; then
1022  source /etc/sysconfig/bootloader
1023  if [ "$BOOTLOADER" = "lilo" ]; then
1024    if [ -x /sbin/lilo -a -f /etc/lilo.conf ]; then
1025      /sbin/lilo > /dev/null
1026      exit 0
1027    fi
1028  fi
1029fi
1030%endif
1031
1032# update grub/menu.lst
1033GRUB_MENULST="/boot/grub/menu.lst"
1034if [ -f $GRUB_MENULST ]; then
1035  if ( grep -q "resume2=" $GRUB_MENULST ) ; then
1036    sed -i.rpmsave 's/resume2=/resume=/g' $GRUB_MENULST
1037  fi
1038fi
1039
1040%preun
1041/sbin/modprobe loop 2> /dev/null > /dev/null  || :
1042[ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}
1043
1044%preun pae
1045/sbin/modprobe loop 2> /dev/null > /dev/null  || :
1046[ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}pae
1047
1048
1049###
1050### file lists
1051###
1052
1053%if %{with_headers}
1054%files headers
1055%defattr(-,root,root)
1056/usr/include/*
1057%endif
1058
1059%if %{with_firmware}
1060%files firmware
1061%defattr(-,root,root)
1062/lib/firmware/*
1063%endif
1064
1065%if %{buildup}
1066%files
1067%defattr(-,root,root)
1068/%{image_install_path}/*-%{KVERREL}
1069/boot/System.map-%{KVERREL}
1070/boot/config-%{KVERREL}
1071%dir /lib/modules/%{KVERREL}
1072/lib/modules/%{KVERREL}/kernel
1073/lib/modules/%{KVERREL}/build
1074/lib/modules/%{KVERREL}/source
1075
1076%files devel
1077%defattr(-,root,root)
1078%verify(not mtime) /usr/src/kernels/%{KVERREL}-%{_target_cpu}
1079%endif
1080
1081%if %{buildpae}
1082%files pae
1083%defattr(-,root,root)
1084/%{image_install_path}/*-%{KVERREL}pae
1085/boot/System.map-%{KVERREL}pae
1086/boot/config-%{KVERREL}pae
1087%dir /lib/modules/%{KVERREL}pae
1088/lib/modules/%{KVERREL}pae/kernel
1089/lib/modules/%{KVERREL}pae/build
1090/lib/modules/%{KVERREL}pae/source
1091
1092%files pae-devel
1093%defattr(-,root,root)
1094%verify(not mtime) /usr/src/kernels/%{KVERREL}-pae-%{_target_cpu}
1095/usr/src/kernels/%{KVERREL}pae-%{_target_cpu}
1096%endif
1097
1098
1099
1100# only some architecture builds need kernel-source
1101%if %{buildsource}
1102%files source
1103%defattr(-,root,root)
1104%{_prefix}/src/linux-%{kversion}
1105%dir %{_prefix}/src/linux-%{kversion}
1106%endif
1107
1108# only some architecture builds need kernel-doc
1109%if %{builddoc}
1110%files doc
1111%defattr(-,root,root)
1112%{_datadir}/doc/kernel-doc-%{kversion}/Documentation/*
1113%dir %{_datadir}/doc/kernel-doc-%{kversion}/Documentation
1114%dir %{_datadir}/doc/kernel-doc-%{kversion}
1115%endif
1116
1117
1118%changelog
1119* Mon May 16 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-18
1120- update configs
1121  - disable PCI MSI by default (CONFIG_PCI_MSI_DEFAULT_ON)
1122
1123* Sun May 15 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-17
1124- update to unionfs 2.5.9.1
1125- update to tuxonice 3.2
1126- update configs
1127- remove ppc64 config
1128
1129* Sat May 14 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-16
1130- add Patch2700 to update drm
1131- add Patch2710 to ignore invalid edid extensions
1132
1133* Wed May 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-15
1134- add patch1400 to update e1000e driver
1135
1136* Sat Apr 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-14
1137- drop i586 config
1138- build kernel-{source,doc,firmware}.noarch package on i686 build
1139
1140* Sat Apr 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-13
1141- update to 2.6.35.13
1142
1143* Wed Apr 27 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-12
1144- update configs
1145  - enable CONFIG_DEVPTS_MULTIPLE_INSTANCES
1146
1147* Mon Apr 25 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-11
1148- update to unionfs to 2.5.8
1149- add patch6031 to fix open+unlink+ftruncate crash
1150  http://www.fsl.cs.sunysb.edu/pipermail/unionfs/2011-March/006091.html
1151
1152* Wed Apr 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-10
1153- disable drm update patches
1154- update x86 config
1155  - disable CONFIG_KEXEC, CONFIG_RELOCATABLE
1156
1157* Tue Apr 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-9
1158- update to 2.6.35.12
1159- update x86 configs
1160  - enable CONFIG_FTRACE, CONFIG_DYNAMIC_TRACE
1161- add drm update patches
1162
1163* Tue Mar 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-8
1164- update to 2.6.35.11
1165
1166* Sun Jan 09 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.35-7
1167- updated to 2.6.35.10
1168
1169* Mon Sep 27 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-6
1170- update to 2.6.35.6
1171  - remove patch2600 which is merged in upstream
1172
1173* Mon Sep 27 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-5
1174- add patch2600 to fix i915 modesetting failure on intel 8xx (<BTS:1039>)
1175- add BR: xz-lzma-compat, net-tools (<BTS:1038>)
1176- update unionfs to 2.5.6
1177- update tuxonice to 3.2-rc2
1178
1179* Tue Sep 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-4
1180- update to 2.6.35.5
1181
1182* Fri Sep 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-3
1183- update to 2.6.35.4
1184
1185* Sat Aug 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-2
1186- update to 2.6.35.3
1187
1188* Mon Aug 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-1
1189- update to 2.6.35.2
1190- update configs
1191- update unionfs to 2.5.5
1192- update tuxonice to 3.1.1.1
1193
1194* Wed May 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.34-1
1195- update to 2.6.34
1196- patch1850: do not show fbcon logo on quiet mode
1197- patch1860: silence acpi blacklist code
1198- update tuxonice to git snapshot
1199
1200* Fri May 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.33-5
1201- update to 2.6.33.4
1202
1203* Tue Apr 06 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.33-4
1204- update to 2.6.33.2
1205- change configs
1206  - revert PREEMPT/PREEMPT_VOLUNTARY changes of previous kernel
1207
1208* Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.33-3
1209- change configs
1210  - enable CONFIG_PREEMPT, disable CONFIG_PREEMPT_VOLUNTARY
1211- update unionfs to 2.5.4
1212
1213* Tue Mar 15 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.33-2
1214- update to 2.6.33.1
1215- remove bootsplash patch, we use plymouth
1216- change CONFIG_VGASTATE to y
1217- add patch1394 to support PLANEX GW-US54GXS (Wishes:229)
1218- update tuxonice to 3.1-for-2.6.33
1219
1220* Tue Mar 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.33-1
1221- update to 2.6.33
1222- update tuxonice to 3.0.99.48
1223- drop e1000 patch
1224- drop drm patches
1225
1226* Sat Feb 20 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-14
1227- add Patch2833 for drm-intel
1228  - do not change DRM configuration when releasing load detect pipe
1229
1230* Sat Feb 20 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-13
1231- add Patch2831,2832 for drm-intel
1232
1233* Wed Feb 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-12
1234- Requires(pre): mkinitrd >= 6.0.93
1235  - new sysfs layout needs new mkinitrd
1236- add Patch2822 for drm-intel
1237
1238* Mon Feb 15 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-11
1239- update to 2.6.32.8
1240- disable SYSFS_DEPRECATED
1241
1242* Tue Feb 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-10
1243- update to 2.6.32.7
1244- enable NUMA support on x86_64
1245
1246* Mon Feb  8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.32-9
1247- drop Patch380 (see the changelog on 2.6.26-3 below)
1248- s/^BuildPreReq/BuildRequires/, s/^Prereq/Requires(pre)/
1249
1250* Sun Feb 07 2010 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.32-8
1251- rebuilt with gcc 4.4.3
1252
1253* Tue Jan 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-7
1254- update to 2.6.32.4
1255
1256* Sat Jan 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-6
1257- update to 2.6.32.3
1258- update tuxonice to 2.0.99.44
1259- drop i586 support
1260  - build kernel-headers on i686
1261
1262* Thu Dec 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-5
1263- update tuxonice to 3.0.99.41-for-2.6.32
1264
1265* Tue Dec 15 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.32-4
1266- fix ppc.config
1267
1268* Tue Dec 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-3
1269- update to 2.6.32.1
1270- add drm related patches
1271  Patch2811: drm-radeon-fixes.patch
1272  Patch2812: drm-radeon-dp-support.patch
1273  Patch2814: drm-nouveau.patch
1274  Patch2819: drm-intel-big-hammer.patch
1275  Patch2826: drm-i915-fix-sync-to-vbl-when-vga-is-off.patch
1276  Patch2827: linux-2.6-intel-agp-clear-gtt.patch
1277  Patch2830: linux-2.6.32-drm-i915-gem-on-pae.patch
1278
1279* Sat Dec 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-2
1280- update x86 configs
1281
1282* Fri Dec 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-1
1283- update to 2.6.32
1284- drop obsolete/upstream patches
1285
1286* Tue Oct 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.31-8
1287- update to 2.6.31.3
1288- update x86 configs
1289  - set CONFIG_BLK_DEV_{SD,SR,SG} to "y"
1290
1291* Thu Oct  8 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.31-7
1292- fix ppc config (RTC_DRV_PPC -> RTC_DRV_GENERIC etc.)
1293
1294* Wed Oct  7 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.31-6
1295- add Patch360 (powerpc: Remove SMP warning from PowerMac cpufreq)
1296
1297* Sat Sep 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.31-5
1298- update to 2.6.31.1
1299- prefer ata_piix driver on ICH4+ chipset instead of IDE/piix
1300
1301* Mon Sep 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.31-4
1302- fix asm headers
1303
1304* Mon Sep 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.31-3
1305- add missing headers to kernel-devel
1306
1307* Sun Sep 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.31-2
1308- update x86/x86_64 configs
1309  - set CONFIG_{ATA,ATA_PIIX,SATA_AHCI} to "y"
1310- TODO: fix ppc config
1311
1312* Sun Sep 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.31-1
1313- update to 2.6.31
1314- drop obsolete/upstream patches
1315- update tuxonice to current-20090911-v1
1316- update unionfs-2.5.2
1317
1318* Sat Aug 15 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.27-43
1319- add patch20000 for fix CVE-2009-2692 (SOCKOPS_WRAP()) from fc10
1320
1321* Thu Aug  6 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.27-42
1322- update to 2.6.27.29 with security fixes
1323
1324* Fri Jul 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-41
1325- update to 2.6.27.27
1326- add patch4012 to load panasonic-laptop automatically
1327  (<BTS:0734>, [VineSeed:17786], http://patchwork.kernel.org/patch/2275/)
1328
1329* Fri Jul  3 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.27-40
1330- update to 2.6.27.26
1331- add patch810 for fix slub bug
1332- drop patch20000 (included in .26)
1333
1334* Thu Jul  2 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.27-39
1335- change Provides alsa-driver 1.0.19 -> 1.0.17
1336
1337* Thu Jul  2 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.27-38
1338- drop patch8000,8001 (alsa driver are provided by alsa-driver package)
1339
1340* Mon Jun 29 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.27-37
1341- 2.6.27.25
1342- drop patch280 (included in .25)
1343- add patch20000 for fix CVE-2009-1389 (r8169 driver)
1344
1345* Sat Jun 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-36
1346- add Patch280: workaround failures on intel atom
1347- add Patch140[45]: fix e1000e driver
1348- add Patch2100: fix pata_sch, notice attached slave devices
1349- add Patch2900: update synaptics driver
1350- add Patch291[012]: update toshiba acpi driver
1351- add Patch2920: update eeepc laptop driver
1352- add Patch3000: fix up v4l2 video_open function
1353
1354* Wed Jun 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-35
1355- fix x86_64 config
1356
1357* Sun May 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-34
1358- enable CONFIG_PCI_MSI
1359- add Patch1840 to disable PCI MSI by default
1360
1361* Sun May 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-33
1362- update to 2.6.27.24
1363- add Patch4011 to update panasonic-laptop
1364
1365* Sun May 17 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.27-32
1366- now ppc kernel (vmlinux) is named as vmlinuz
1367  (still keep vmlinux* symlinks for compatibility though)
1368- remove MOL-related files and patches completely
1369
1370* Sat May 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-31
1371- revert config change
1372  - re-enable CONFIG_SYSFS_DEPRECATED which is still needed by some
1373    userland utilities
1374
1375* Thu May 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-30
1376- update configs
1377  - disable CONFIG_SYSFS_DEPRECATED
1378
1379* Tue May 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-29
1380- update /boot/vmlinuz* symlink policy
1381  - vmlinuz -> newly installed kernel
1382  - vmlinuz-pae -> newly installed pae kernel
1383  - vmlinuz.old -> current running kernel
1384
1385* Mon May 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-28
1386- add Patch2812 to add missing drm definitions
1387
1388* Sun May 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-27
1389- update to 2.6.27.23
1390
1391* Tue May 05 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.27-26
1392- apply patch2811 (again) to disable GEM on PAE or 8xx
1393
1394* Tue May 05 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.27-25
1395- patch2813 - patch2819 are disabled to fix radeon dri issue
1396
1397* Mon May 04 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.27-24.1
1398- test package to fix DRI issue on radeon
1399
1400* Mon Apr 27 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.27-24
1401- modify post script for ppc (delete snd-powermac aliasing in modprobe.conf*)
1402
1403* Mon Apr 27 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.27-23
1404- Patch6030 (unionfs) updated to 2.5.1
1405
1406* Mon Apr 27 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.27-22
1407- update ppc.config (change CONFIG_RTC_DRV_PPC from m to y, and many more)
1408- s/modutils/module-init-tools/ in BuildPreReq
1409
1410* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-21
1411- change config options for tuxonice-3.0.1
1412  set following options to 'y'
1413  - CONFIG_CRYPTO_DEFLATE,CONFIG_CRYPTO_LZO
1414  - CONFIG_LZO_COMPRESS,CONFIG_LZO_DECOMPRESS
1415   
1416* Sun Apr 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-20
1417- update drm patches
1418- update configs
1419  - CONFIG_USB_OHCI_HCD_SSB change to n
1420- update tuxonice to 3.0.1-for-2.6.27
1421
1422* Sat Mar 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-19
1423- update to 2.6.27.21
1424- update tuxonice to new current snapshot (20090313-v1)
1425- update kernel_prereq
1426  - mkinitrd >= 5.1.19.6
1427  - module-init-tools >= 3.6
1428
1429* Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-18
1430- update to 2.6.27.20
1431- add PAE kernel entry to grub menu.lst
1432  - create /boot/vmlinuz-pae for latest pae kernel
1433
1434* Wed Mar 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-17
1435- update to 2.6.27.19
1436- remove r1000 driver
1437
1438* Wed Mar  4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.27-16
1439- update tuxonice to current snapshot (20090214-v1)
1440
1441* Thu Feb 19 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.27-15
1442- update Patch8001
1443
1444* Wed Feb 18 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.27-14
1445- add Patch8000 and Patch8001 (update alsa-driver to 1.0.19)
1446
1447* Fri Feb 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-13
1448- update to 2.6.27.17
1449
1450* Fri Feb 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-12
1451- update to 2.6.27.16
1452- re-add Patch1450 to support smarter relatime
1453- modify kernel config
1454  - CONFIG_RT_GROUP_SCHED=y
1455  - CONFIG_CGROUP_SCHED=y
1456  - CONFIG_USER_NS=y
1457  - CONFIG_PID_NS=y
1458  - CONFIG_DEFAULT_RELATIME=y
1459
1460* Sun Jan 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-11
1461- update to 2.6.27.13
1462- update drm-next.patch
1463  - drm-next.patch: drm/intel: fix VT switch issue harder.
1464- update drm-modesetting-radeon.patch
1465  - radeon drm: fix broken caching bits in radeon which broke AGP
1466- update to squashfs 3.4
1467
1468* Mon Jan 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-10
1469- update to 2.6.27.12
1470- drop upstream patch (patch2500)
1471
1472* Tue Jan 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-9
1473- add kernel-pae subpackage for PAE capable kernel (i686 only)
1474
1475* Sat Dec 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-8
1476- add Patch1400 to support ich9 e1000 support
1477- add Patch140[123] to support newer e1000e device
1478- add Patch1410 to update r8169
1479- add Patch250[0124] to update wireless bits
1480- add Patch260[012] to update uvcvideo
1481- add Patch2800,281[0356] to update drm
1482- add Patch4000 to add atl2 driver
1483- add Patch4010 to add panasonic laptop extras
1484
1485* Fri Dec 26 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.27-7
1486- fix header installation section (introducing asmarch macro etc.)
1487  especially for arch/powerpc/include/asm instead of include/asm-powerpc
1488  (see git commit b8b572e1015f81b4e748417be2629dfe51ab99f9)
1489
1490* Mon Dec 22 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.27-6
1491- fix broken ppc.config (maybe at 2.6.27-4 or -5?)
1492
1493* Sun Dec 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> - 2.6.27-5
1494- update to 2.6.27.10
1495- change configs
1496  - set CONFIG_RTC_DRV_CMOS=y
1497  - set CONFIG_TIO_IGNORE_LATE_INITCALL=y
1498
1499* Wed Dec 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> - 2.6.27-4
1500- update to 2.6.27.9
1501- change configs
1502  - set CONFIG_RTC_CLASS=y instead of "m"
1503  - set CONFIG_CGROUPS=y
1504
1505* Sat Dec 13 2008 Daisuke SUZUKI <daisuke@linux.or.jp> - 2.6.27-3
1506- add Conflicts: libdrm-devel < 2.4.0-4 to kernel-headers
1507- add kernel-firmware subpackage
1508
1509* Fri Dec 12 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.27-2
1510- minor treatment for creating asm symlinks
1511
1512* Thu Dec 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> - 2.6.27-1
1513- update to 2.6.27.8
1514- update tuxonice to current snapshot
1515- update unionfs to 2.5
1516- update configs
1517
1518* Sun Oct 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.26-9
1519- Requires(post): mkinitrd >= 4.2.1.10-2vl5
1520
1521* Mon Sep 15 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.26-8
1522- the first line "# powerpc" was missing on ppc.config of 2.6.26-7 - fixed.
1523
1524* Tue Sep 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.26-7
1525- update to 2.6.26.5
1526- drop patch2230 (merged in upstream)
1527
1528* Sat Aug 16 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.26-6
1529- add patch2230 to fix it821x in pass-through mode segfaults
1530  (Already this patch is merged into kernel main tree)
1531
1532* Mon Aug 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.26-5
1533- update to 2.6.26.2
1534
1535* Wed Jul 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.26-4
1536- set CONFIG_X86_PAT to n
1537  - this may cause lock or boot problem in some system
1538- set CONFIG_IDE_GENERIC to n
1539  - disable ide_generic to fix piix dma problem.
1540    ide_generic does not help in recent PCs, and may cause confusion,
1541    so it should be set 'n' now.
1542
1543* Wed Jul 22 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.26-3
1544- drop unneccesary powerpc patches
1545- re-create Patch370 and ppc.config
1546- add Patch380 and apply in reverse (until Vine goes to gcc-4.4.x)
1547
1548* Tue Jul 22 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.26-2
1549- do not override asm-powerpc/highmem.h with asm-ppc/highmem.h anymore
1550
1551* Sat Jul 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.26-1
1552- update to 2.6.26
1553- update configs
1554- drop unneeded patches
1555- update tuxonice from tuxonice-2.6.26.git
1556
1557* Thu Jul 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.25-12
1558- update to 2.6.25.10
1559- fix CONFIG_NLS_DEFAULT to utf8
1560
1561* Sat Jun 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.25-11
1562- update to 2.6.25.9
1563- add Patch2500 to implement smarter atime update support ([VineSeed:15756])
1564- change CONFIG_NLS_DEFAULT from euc-jp to utf-8
1565
1566* Tue Jun 10 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.25-10
1567- updated to 2.6.25.6
1568
1569* Mon Jun 09 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.25-9
1570- CONFIG_BLK_DEV_{IDECD,PIIX}=m to avoid piix driver to override
1571  ata_piix driver under ICH* PATA chipsets
1572
1573* Sat May 31 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.25-8
1574- add Patch2400 to support Intel 965G/965GM chipsets
1575  (0e170c72c0c55bd78213a0f5053bd9a1dde403b7)
1576
1577* Thu May 29 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.25-7
1578- add Patch2220 to fix boot suspending on recent MacBooks w/o AC adapter
1579  (see http://www.spinics.net/lists/linux-ide/msg23442.html and its thread)
1580
1581* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.25-6
1582- update to 2.6.25.4
1583- drop Patch2400 (already in upstream)
1584
1585* Fri May 16 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.25-5
1586- fix ppc.config
1587
1588* Thu May 15 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.25-4
1589- add Patch2400 (cb6716c879ecf49e2af344926c6a476821812061)
1590  to fix broken drive detection on some MacBooks
1591- disable Patch381 (no need to export copy_page symbols anymore)
1592
1593* Fri May 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.25-3
1594- update to 2.6.25.1
1595
1596* Mon Apr 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.25-2
1597- update unionfs to 2.3.3
1598- update tuxonice to 3.0-rc7
1599
1600* Wed Apr 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.25-1
1601- update to 2.6.25
1602- update unionfs to 2.3.2
1603- update configs
1604
1605* Sun Apr 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.24-7
1606- build x86 headers on i586 build
1607
1608* Fri Apr 04 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.24-6
1609- re-introduce kernel-headers subpackage again
1610  (which obsoletes pretty old glibc-kernheaders package)
1611
1612* Sun Mar 30 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.24-5
1613- fix ppc.config
1614- add buildmol (default 0)
1615
1616* Thu Mar 27 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.24-4
1617- fix include file install section for x86_64
1618
1619* Wed Mar 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.24-3
1620- drop supermount-ng patch
1621- add Patch6020 for bootsplash
1622
1623* Tue Mar 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.24-2
1624- update to 2.6.24.4
1625
1626* Mon Mar 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.24-1
1627- update to 2.6.24.3
1628- update unionfs to 2.2.4
1629- update x86/x86_64 configs
1630
1631* Fri Jan 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.23-0vl7
1632- update TuxOnIce to 3.0-rc5-2.6.23.14
1633
1634* Mon Jan 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.23-0vl6
1635- updated to 2.6.23.14
1636- update TuxOnIce to 3.0-rc4-2.6.23.14
1637
1638* Sun Dec 16 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.23-0vl5
1639- add Patch381 (unionfs won't build without this patch)
1640- rename mol-kmods to kernel-module-mol
1641
1642* Sat Dec 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.23-0vl4
1643- updated to 2.6.23.11
1644- update TuxOnIce to 3.0-rc3-2.6.23.9
1645- update unionfs to 2.1.11
1646- update squashfs to 3.3
1647
1648* Wed Dec  5 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.23-0vl3
1649- updated to 2.6.23.9
1650
1651* Sun Nov 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.23-0vl2
1652- update TuxOnIce to 3.0-rc2-2.6.23.1
1653- update ppc config
1654
1655* Sat Nov 17 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.23-0vl1
1656- update to 2.6.23.8
1657
1658* Mon Nov 05 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.23-0vl0.7
1659- update x86_64.config
1660
1661* Tue Oct 30 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.23-0vl0.6
1662- update x86 config
1663
1664* Mon Oct 29 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.23-0vl0.5
1665- update x86_64.config
1666- add patch2301 for fix a bug in the LSI emulation in VMWare 5
1667
1668* Mon Oct 22 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.23-0vl0.4
1669- unionfs updated to 2.1.7
1670
1671* Mon Oct 22 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.23-0vl0.3
1672- add Patch380 to fix symbol errors with mol-kmods
1673- fix ppc.config (CONFIG_SLUB_DEBUG{,_ON} were missing)
1674
1675* Sun Oct 21 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.23-0vl0.2
1676- require mkinitrd >= 4.2.1.8-0vl5 for tuxonice-3.0
1677- update grub/menu.lst to use "resume=" parameter instead of "resume2="
1678
1679* Sun Oct 21 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.23-0vl0.1
1680- update x86 config
1681- update ppc config (enable SLUB allocator instead of SLAB allocator)
1682
1683* Fri Oct 19 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.23-0vl0
1684- initial attempt for upgrading 2.6.23
1685- 2.6.23.1
1686- drop many "untested" or "already in upstream" patches
1687- add e1000e driver
1688- r1000 updated to 1.0.7 (with a patch to fix compile failure)
1689- drop fbsplash
1690- updated other components such as following:
1691  - TuxOnIce (formerly suspend2) 3.0-rc1
1692  - supermount-ng 2.2.2
1693  - unionfs 2.1.6
1694  - squashfs 3.2r2
1695  - Mac-On-Linux 0.9.72.1 (only on ppc)
1696- other important TODOs:
1697  - prepare correctly working i?86/x86_64 configs for the first thing!
1698  - clean up many sections in this spec file
1699  - re-organize many of the patches
1700  - include another kind of splash mechanism (usplash? splashy? etc.)
1701  - time to consider introducing xen and SELinux?
1702
1703* Thu Oct 04 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl89
1704- re-update patch1050,1060 for suspend2 2.2.8 on x86_64
1705- update patch1390 to 3.71b (wishes:128)
1706- update patch1630 (tg3 section is no needed)
1707
1708* Wed Oct 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl88
1709- Prereq: mkinitrd >= 4.2.1.8-0vl2 for new suspend2
1710
1711* Sun Sep 30 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl87
1712- update suspend2 patch to 2.2.8-for-2.6.16.21
1713
1714* Fri Sep 28 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl86
1715- add patch20390 for fix CVE-2007-4573 (Zero extend all registers)
1716
1717* Thu Sep 27 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl85
1718- add patch20370 for fix CVE-2007-3739 ("mm/mmap.c")
1719- add patch20380 for fix CVE-2007-3740 (CIFS should honor umask)
1720- update Source200, patch1050,1060 for fix function name conflict on x86_64
1721
1722* Mon Aug 27 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl84
1723- fix following configs for ppc
1724  - CONFIG_IEEE1394_EXPORT_FULL_API=y
1725  - CONFIG_IEEE1394_OHCI1394=m
1726
1727* Mon Aug 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl83
1728- add Patc2146 for libata/ahci to add new chipset(sb700,mcp7x,via) support
1729- update Patch2143
1730
1731* Sun Aug 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl82
1732- update Patch2143
1733
1734* Sun Aug 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl81
1735- add Patch2140 for libata ich9 support
1736- add Patch2141 for generic ahci class support
1737- add Patch2142 for libata/ide mcp67 support
1738- add Patch2143 for libata/ata_piix update to fix port mapping problem in ich8
1739- add Patch2144 for libata/ahci update to force SB600 as AHCI mode
1740- add Patch2145 for libata/sata_via to add new chipset support
1741- add Patch2220 for IDE/atiixp SB600 support
1742- add Patch3200 for agpgart/intel-agp intel 965 support
1743- add Patch3210 for drm/i915 intel 945gme support
1744- add Patch3010 for hda_intel ICH9/RS690/MCP6x support
1745
1746* Sat Aug 25 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl80
1747- add patch20360 for fix CVE-2007-3848 (PR_SET_PDEATHSIG)
1748- add patch20350 for fix CVE-2007-4308 (aac raid driver)
1749- add Patch20320 for fix CVE-2007-3513 (usblcd)
1750- add Patch20330 for fix CVE-2007-1353 (Bluetooth Fix L2CAP/HCI setsockopt())
1751- add Patch20340 for fix CVE-2007-3105 (random)
1752- add patch20310 for fox CVE-2006-7203(compat_sys_mount())
1753- add patch1371 for support Corega LAPCIGT NIC (R8169)
1754- renumber patch1371 -> patch1375 (linux-2.6.16-r1000-1.0.4.patch)
1755
1756* Sun Jun 10 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl79
1757- add patch20280 for fix CVE-2007-2453
1758- add patch20290 for fix CVE-2007-2875
1759- add patch20300 for fix CVE-2007-2876
1760- add Patch2300 to update 3w-9xxx driver (from 3ware)
1761
1762* Sat Jun 09 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl78
1763- add Patch1391 to update forcedeth-0.60
1764
1765* Thu May 31 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl77
1766- for VineSeed
1767
1768* Mon May 28 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl76
1769- add patch20250 for fix CVE-2007-1861 (NETLINK_FIB_LOOKUP)
1770- add patch20260 for fix CVE-2007-2172 (anout-of-bounds access)
1771- add patch20270 for fix CVE-2007-2525 (PPP Over X/Ethernet)
1772
1773* Sat Apr 14 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl75
1774- add patch20225 for fix CVE-2007-1497 (ipv6_conntrack_in())
1775- add patch20240 for fix CVE-2007-1357 (atalk_sum_skb() in AppleTalk)
1776- fix changelog typo
1777
1778* Fri Apr 06 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl74
1779- add patch20200 for fix CVE-2007-1217 (isdn capi)
1780- update config (CONFIG_CAPI_TRACE is added)
1781- add patch20220 for fix CVE-2007-1496 (nf_conntrack in netfilter)
1782- add patch20230 for fix CVE-2007-1592 (cp_v6_syn_recv_soc())
1783- remake patch20180 (for CVE-2007-1000)
1784  - old patch included CVE-2007-1388 fix
1785- add patch20210 for fix CVE-2007-1388 (do_ipv6_setsockopt())
1786  - it was separated from old patch20180
1787
1788* Wed Mar 14 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl73
1789- add patch20190 for fix CVE-2007-0958 (PT_INTERP)
1790
1791* Wed Mar 14 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl72
1792- add patch for fix CVE-2007-0005 (cm4040)
1793- add patch for fix CVE-2007-1000 (ipv6_getsockopt_sticky())
1794
1795* Wed Feb 21 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl71
1796- add patch20160 for fix CVE-2007-0772 (NFSACL DoS)
1797
1798* Thu Feb 15 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl70
1799- add patch20150 for fix CVE-2007-0006 ("key_alloc_serial()" DoS)
1800
1801* Mon Feb 05 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl69
1802- add patch20140 for fix CVE-2006-5753 (listxattr Memory Corruption)
1803
1804* Thu Jan 18 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl68
1805- add patch20120 for fix CVE-2006-4814 (mincore User Space Access Lock issue)
1806- add patch20130 for fix CVE-2006-5749 (ISDN init_timer)
1807
1808* Mon Jan 08 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl67
1809- rebuilt
1810
1811* Mon Dec 25 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl66.1
1812- test package
1813- add patch20070 for fix CVE-2006-5173
1814- add patch20080 for fix CVE-2006-5823
1815- add patch20090 for fix CVE-2006-6053
1816- add patch20100 for fix CVE-2006-6054
1817- add patch20110 for fix CVE-2006-6056
1818
1819* Wed Dec 20 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl66
1820- add patch20060 for fix CVE-2006-6106
1821
1822* Fri Dec 15 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl65
1823- update to 2.6.16.36
1824
1825* Sun Dec 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl64
1826- drop Patch2220.
1827
1828* Thu Dec 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl63
1829- update to 2.6.16.34
1830- drop patch1380,2300,200[01234]0 which are merged in 2.6.16.34
1831
1832* Thu Dec 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl62
1833- update tg3 driver to 3.66d (Patch1390)
1834- update ix86 config
1835  - set CONFIG_ACPI_BLACKLIST_YEAR to 1999 instead of 2001
1836
1837* Sun Dec 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl61
1838- add Patch2130 to use ACHI on libata suspend/resume.
1839- add Patch2220 to support DMA on ICH6M (<BTS:407>)
1840  http://marc.theaimsgroup.com/?l=linux-ide&m=114317385718285&w=2
1841
1842* Sun Nov 26 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl60.1
1843- add patch20000 for fix CVE-2006-4997
1844- add patch20010 for fix CVE-2006-4572
1845- add patch20020 for fix CVE-2006-4623
1846- add patch20030 for fix CVE-2005-4352
1847- add patch20040 for fix CVE-2006-5619
1848- add patch20050 for fix CVE-2006-5757
1849- add patch1361 for fix e1000 suspend/resume powerup and irq allocation
1850- add patch1380 for support sis900 new PHY
1851- add patch2300 for fix pppoe
1852
1853* Fri Oct 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl60
1854- add Patch1344 to fix sky2 88E803X transmit lokup problem (<BTS:309>)
1855  http://marc.theaimsgroup.com/?l=git-commits-head&m=116146456420139&w=2
1856
1857* Tue Oct 24 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl59
1858- [ppc] drop Patch351, and add/modify Patch352, Patch353 and Patch354
1859        for better offb/BootX fixes, taken from linux-2.6 git tree
1860  - Patch352: ab13446616118dc61c00ea50cc49919400717dd0 (v2.6.18-rc1)
1861  - Patch353: 98c82472e98469ef23d7c680a0d6be1429540166 (v2.6.18-rc3)
1862  - Patch354: 6cdd2bdfb9e2449f1c8a0f729cdf9cfd733dd63f (v2.6.18-rc5)
1863- [ppc] add Patch355 (eMac lockup fix)
1864  - Patch355: 5a47d749e3d067e057d276075fed1d91749d3841 (v2.6.17-rc6)
1865
1866* Fri Oct 20 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl58
1867- add Patch6025 (ad-hoc unicon revert patch for ppc)
1868- add mol-kmods subpackage (which needs fully-built kernel source to compile)
1869- fix %%post section (for snd-powermac and vmlinu[xz] symlinks)
1870
1871* Thu Oct 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl57
1872- add Patch1371 for r1000 driver 1.0.4
1873
1874* Tue Oct 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl56
1875- update x86 config
1876  - enable more drivers
1877  - disable cpufreq-nforce2
1878
1879* Sun Oct 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl55
1880- update sdhci driver to 0.12
1881
1882* Sun Oct 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl54
1883- add sdhci driver 0.11 (from mm patch)
1884
1885* Sat Oct 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl53
1886- add bcm43xx driver backported from 2.6.17
1887- fix typo in %%post
1888- update x86 config
1889
1890* Fri Oct 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl52
1891- replace Patch1880
1892  - Patch inserts PCI memory mapped config region(s) into the resource map. This
1893    will allow for the MMCCONFIG regions to be marked as busy in the iomem
1894    address space as well as the regions(s) showing up in /proc/iomem.
1895    (backported from 2.6.19-rc)
1896
1897* Thu Oct 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl51
1898- add Patch1880 (<BTS:218>)
1899  - Disable MMCONFIG on Intel SDV using DMI blacklist
1900    (see http://www.x86-64.org/lists/patches/msg03704.html)
1901- add Patch2210 to suuport Marvell PATA controller by generic ide driver.
1902- use vmlinux symlink on ppc architecture
1903
1904* Thu Oct 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl50
1905- add ivtv driver fix (Thanks to T.Adachi)
1906
1907* Sun Oct 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl49
1908- update unicon patch (<BTS:196>)
1909- fix %%post to correct modprobe.conf.dist path.
1910
1911* Tue Sep 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl48
1912- update ivtv driver to fix bug (Thanks to T.Adachi)
1913
1914* Mon Sep 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl47
1915- update unicon patch to fix broken double byte chars with gpm.
1916  - XXX: still broken on selecting strings with gpm.
1917  - We are not supporting gpm any longer, do not expect any
1918    fix for this.
1919
1920* Sat Sep 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl46
1921- add Patch3100 to use mutexes in firmware_class
1922
1923* Fri Sep 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl45
1924- update to 2.6.16.29
1925
1926* Thu Sep 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl44
1927- add Patch2120 to add vt8237a support for sata_via
1928- update Patch2110 to add SiS ahci controller's pciid
1929- add more Japanese summaries.
1930
1931* Wed Sep 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl43
1932- change Group of kernel-doc to Applications/Documentation
1933
1934* Sun Sep 17 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl42
1935- add Patch352 to fix boot with ramdisk from BootX on OldWorld PowerMac
1936  (patch derived from BenH, then appeared on Ubuntu Malone #50746)
1937
1938* Sun Sep 17 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl41
1939- disable CONFIG_SND_AOA* on ppc.config (use snd-powermac instead)
1940
1941* Sun Sep 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl40
1942- add Patch1343 to fix sky2 "phy read timeout" message flood.
1943  (<BTS:189>)
1944
1945* Sun Sep 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl39
1946- update sky2 to 1.7 (<BTS:189>)
1947- renumber sky2/skge patches
1948
1949* Sat Sep 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl38
1950- add Patch1370 to update r8169 driver
1951  - add support RTL8168*/RTL810x
1952
1953* Mon Sep 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl37
1954- add Patch2200 to support JMicron JMB36x ATA controllers
1955  by legacy IDE driver
1956- update configs
1957
1958* Sun Sep 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl36
1959- update Patch6000 to fix unicon
1960  (FIXME: bootsplash does not support unicon)
1961- add Patch2110 to add newer chipset support for AHCI
1962  (JMicron, ATI, NVIDIA)
1963   
1964* Sat Sep 09 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.16-0vl35
1965- update x86_64.config (CONFIG_SND_VXPOCKET is not set)
1966
1967* Fri Sep 08 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl34
1968- add Patch351 for offb on unsupported cards
1969
1970* Fri Sep 08 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl33
1971- fix ppc.config (CONFIG_FB_RIVA is not set, disable unneeded snd modulers)
1972- fix Patch3000 (no changes under ppc/ directory - it's broken)
1973
1974* Tue Sep 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl32
1975- update e1000 driver to 7.2.7
1976- update configs
1977
1978* Mon Sep 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl31
1979- update alsa-driver to 1.0.12
1980- update e1000 driver to 7.1.9-k4 (from 2.6.18-rc5) (<BTS:0136>)
1981- add patch10000 to remove localized version string from /proc/version
1982  (<BTS:0126>)
1983- update unionfs to 1.2 (<BTS:0131>)
1984
1985* Sun Sep 03 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl30
1986- fix ppc.config (CONFIG_XMON etc)
1987
1988* Thu Aug 31 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.16-0vl29
1989- update x86_64.config
1990
1991* Tue Aug 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl28
1992- update to 2.6.16.28
1993
1994* Fri Aug 25 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl27
1995- fix more of ppc.config (CONFIG_MD etc)
1996
1997* Wed Aug 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl26
1998- add Patch1350,1351 for sky2 update
1999  - sky2-1.5, sky2 jumbo paket fix
2000- add Patch1352 for skge update
2001- add Patch2100 to add support Promise 2037x SATA controllers with PATA ports
2002
2003* Thu Aug 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl25
2004- update x86.config, re-create i586.config from i686.config
2005- add Patch1850 from FC (add nosoftlock runtime option)
2006
2007* Wed Jul 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl24
2008- add Patch1203 to fix nfsd crash.
2009
2010* Tue Jul 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl23
2011- update to 2.6.16.27
2012
2013* Thu Jul 20 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.16-0vl22
2014- update x86_64.config
2015
2016* Tue Jul 18 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl21
2017- update to 2.6.16.26
2018
2019* Fri Jul 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl20
2020- update to 2.6.16.24
2021
2022* Sun Jul 02 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.16-0vl19
2023- update x86_64.config, add CONFIG_HPET_EMULATE_RTC=y
2024  (see [VineSeed-x86_64:00146] from s.mishima)
2025
2026* Wed Jun 28 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl18
2027- modify Patch3000 for ppc
2028- disable swsusp on ppc again
2029- update ppc.config
2030
2031* Wed Jun 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl17
2032- update to 2.6.16.22
2033- disable buildsmp, default normal kernel supports smp now.
2034
2035* Tue Jun 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl16
2036- update to 2.6.16.20
2037
2038* Sun May 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl15
2039- update to 2.6.16.18
2040- update squashfs to 3.0
2041
2042* Sun May 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl14
2043- update to 2.6.16.17
2044
2045* Tue May 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl13
2046- add Patch3000 to update alsa driver from 2.6.17-rc4
2047
2048* Tue May 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl12
2049- add saa7133gyc/ivtv driver from paken. (Patch7000)
2050  (Thanks for T.Adachi)
2051- update ix86 config
2052  add CONFIG_VIDEO_GR3DYCS=m, CONFIG_VIDEO_IVTV=m
2053
2054* Sat May 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl11
2055- update to 2.6.16.16
2056- update ix86 config
2057
2058* Wed May 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl10
2059- update to 2.6.16.13
2060- update software suspend2 to 2.2.5
2061
2062* Wed Apr 26 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl9
2063- enable swsusp2 on ppc (for testing)
2064
2065* Thu Apr 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl8
2066- update to 2.6.16.9
2067
2068* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl7
2069- update to 2.6.16.4
2070- update software suspend2 to 2.2.4
2071
2072* Tue Mar 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl6
2073- update to 2.6.16.1
2074- update software suspend2 to 2.2.2.1
2075
2076* Tue Mar 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl5
2077- XXX:temporarily back to suspend2-2.2.0.1, 2.2.1 does not work correctly.
2078
2079* Tue Mar 21 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl4
2080- fix more of ppc configs
2081
2082* Mon Mar 20 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl3
2083- update ppc configs
2084
2085* Mon Mar 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl2
2086- update x86_64 configs
2087
2088* Mon Mar 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl1
2089- update to 2.6.16
2090- update ix86*, x86_64* configs
2091  regenerate smp configs from up config
2092- update software suspend2 to 2.2.1
2093
2094* Sat Mar 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.15-0vl7
2095- fix unicon driver
2096- update x86_64 configs (still need to work)
2097- TODO: ppc* configs
2098
2099* Thu Mar 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.15-0vl6
2100- add missing files to -devel package
2101
2102* Wed Mar 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.15-0vl5
2103- add symlinks for initrd/initrd.old
2104
2105* Wed Mar 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.15-0vl4
2106- add Patch6011 to fix supermount-ng
2107- add Patch6031 to fix unionfs
2108
2109* Tue Feb 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.15-0vl3
2110- update ix86* config
2111- drop some FC patches
2112  - debug optios, execshield
2113
2114* Mon Feb 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.15-0vl2
2115- update to 2.6.16-rc5
2116- update ix86* configs
2117- update software suspend2 to 2.2.0.1
2118- update unionfs to 1.1.3.20060221
2119- TODO: unicon driver should be fixed
2120- TODO: ppc* configs and x86_64* configs not fixed yet
2121
2122* Sun Feb 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.15-0vl1
2123- update to 2.6.16-rc2
2124- update ix86* config
2125- update squashfs to 2.2-r2
2126- update software suspend2 to 2.2 (not applied yet)
2127- TODO: unicon driver should be fixed
2128
2129* Mon Oct 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.14-0vl1
2130- upated to 2.6.14.3
2131- update ix86* config
2132- update software suspend to 2.2-rc13
2133- TODO: unicon driver should be fixed
2134
2135* Thu Aug 18 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.14-0vl0
2136- based on 2.6.14-1.1636_FC4 (changelogs NOT merged yet)
2137- updated to 2.6.14.2
2138- Patch6000 (unicon) temporally disabled - TODO in top priority!
2139- updated Patch6030 (unionfs 1.1.1), with eliminating asm/segment.h inclusion
2140  (ppc* and sparc* don't have asm/segment.h - see ChangeLog-2.6.14)
2141- TODO: ix86* configs not fixed yet
2142
2143* Thu Aug 18 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.12-0vl11
2144- added Patch313 for better fan control on recent PowerBooks
2145  (http://lists.debian.org/debian-powerpc/2005/08/msg00478.html)
2146
2147* Thu Aug 18 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.12-0vl10
2148- added Patch1920
2149  (http://lists.debian.org/debian-powerpc/2005/01/msg00219.html)
2150
2151* Thu Aug 18 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.12-0vl9
2152- some more fixes for ppc.config and ppc-smp.config (THERM_* to y)
2153- updated Patch6030 (unionfs 1.0.3)
2154- added Patch312 to supress CPU-temp messages from therm_windtunnel module
2155
2156* Sun Aug 14 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.12-0vl7
2157- more fixes for ppc.config and ppc-smp.config
2158
2159* Thu Jul 14 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.12-0vl6
2160- initial attempt for ppc archtecture (ppc64 not yet)
2161
2162* Fri Jun 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.12-0vl5
2163- update to 2.6.12.1 (was not applied in 2.6.12-0vl4)
2164- add suquashfs-2.1-r2 (Patch6030)
2165- update configs
2166  - change to 'y' for BLK_DEV_LOOP, CRAMFS, SQUASHFS
2167  - set samba default codepage to cp932
2168  - set vfat default codepage to cp932, default iocharset to euc-jp
2169  - set NLS_DEFAULT to cp932 instead of utf-8
2170
2171* Wed Jun 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.12-0vl4
2172- add requires: kernel-doc instead of kernel26-doc
2173
2174* Tue Jun 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.12-0vl3
2175- rename kernel26 to kernel
2176
2177* Mon Jun 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.12-0vl2
2178- update configs
2179  - enable CONFIG_INPUT_MOUSEDEV_PSAUX for compatibility
2180
2181* Sat Jun 18 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.12-0vl1
2182- update to 2.6.12
2183- remove tux http accelerator
2184
2185* Sat Jun 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.11-0vl7
2186- fix saa7133gyc driver
2187- add Patch200 to add no_timer_check hack for i386 kernel.
2188  (thanks to NAKAMURA Kenta)
2189- update configs
2190  - enable IO_APIC in UP kernel.
2191
2192* Fri Jun 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.11-0vl6
2193- update to 2.6.12-rc6
2194- add software suspend 2.1.9 ( not applyed yet )
2195- add Patch6030 for unionfs-1.0.12a
2196- update configs
2197
2198* Wed Jun 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.11-0vl5
2199- add kernel-source package.
2200
2201* Sun Jun 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.11-0vl4
2202- fix and update bootsplash to 3.1.6
2203- add Patch6010 for supermount-ng-2.0.8
2204
2205* Sun May 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.11-0vl3
2206- add Patch6010 for bootsplash-3.1.4
2207
2208* Sun May 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.11-0vl2
2209- port unicon patch(Patch6000) from 2.6.9 ppc kernel.
2210
2211* Sat May 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.11-0vl1
2212- initial build of kernel26 package for Vine Linux
2213  (partially based on FC kernel)
2214- update to kernel-2.6.12-rc5
2215- use Vine Logo for fb console.
2216
2217* Tue May 24 2005 Dave Jones <davej@redhat.com>
2218- Update various cpufreq drivers.
2219
2220* Mon May 23 2005 Dave Jones <davej@redhat.com>
2221- Add extra id to SATA Sil driver. (#155748)
2222- Fix oops on rmmod of lanai & ms558 drivers when no hardware present.
2223
2224* Mon May 23 2005 Dave Jones <davej@redhat.com>
2225- Fix double unlock of spinlock on tulip. (#158522)
2226
2227* Mon May 23 2005 David Woodhouse <dwmw2@redhat.com>
2228- audit updates: log serial # in user messages, escape comm= in syscalls
2229
2230* Mon May 23 2005 Dave Jones <davej@redhat.com>
2231- 2.6.12-rc4-git6
2232  MMC update, reiserfs fixes, AIO fix.
2233- Fix absolute symlink in -devel (#158582)
2234- 2.6.12-rc4-git7
2235  PPC64 & i2c fixes
2236- Fix another divide by zero in ipw2100 (#158406)
2237- Fix dir ownership in kernel-doc rpm (#158478)
2238
2239* Sun May 22 2005 Dave Jones <davej@redhat.com>
2240- Fix divide by zero in ipw2100 driver. (#158406)
2241- 2.6.12-rc4-git5
2242  More x86-64 updates, Further pktcdvd frobbing,
2243  yet more dvb updates, x86(64) ioremap fixes,
2244  ppc updates, IPMI sysfs support (reverted for now due to breakage),
2245  various SCSI fixes (aix7xxx, spi transport), vmalloc improvements
2246
2247* Sat May 21 2005 David Woodhouse <dwmw2@redhat.com>
2248- Fix oops in avc_audit() (#158377)
2249- Include serial numbers in non-syscall audit messages
2250
2251* Sat May 21 2005 Bill Nottingham <notting@redhat.com>
2252- bump ipw2200 conflict
2253
2254* Sat May 21 2005 Dave Jones <davej@redhat.com> [2.6.11-1.1334_FC4]
2255- driver core: restore event order for device_add()
2256
2257* Sat May 21 2005 David Woodhouse <dwmw2@redhat.com>
2258- More audit updates. Including a fix for AVC_USER messages.
2259
2260* Fri May 20 2005 Dave Jones <davej@redhat.com>
2261- 2.6.12-rc4-git4
2262  networking fixes (netlink, pkt_sched, ipsec, netfilter,
2263  ip_vs, af_unix, ipv4/6, xfrm). TG3 driver improvements.
2264
2265* Thu May 19 2005 Dave Jones <davej@redhat.com> [2.6.11-1.1327_FC4]
2266- 2.6.12-rc4-git3
2267  Further fixing to raw driver. More DVB updates,
2268  driver model updates, power management improvements,
2269  ext3 fixes. 
2270- Radeon on thinkpad backlight power-management goodness.
2271  (Peter Jones owes me two tacos).
2272- Fix ieee1394 smp init.
2273
2274* Thu May 19 2005 Rik van Riel <riel@redhat.com>
2275- Xen: disable TLS warning (#156414)
2276
2277* Thu May 19 2005 David Woodhouse <dwmw2@redhat.com>
2278- Update audit patches
2279
2280* Thu May 19 2005 Dave Jones <davej@redhat.com> [2.6.11-1.1325_FC4]
2281- Fix up missing symbols in ipw2200 driver.
2282- Reenable debugfs / usbmon. SELinux seems to cope ok now.
2283  (Needs selinux-targeted-policy >= 1.23.16-1)
2284
2285* Wed May 18 2005 Dave Jones <davej@redhat.com>
2286- Fix up some warnings in the IDE patches.
2287- 2.6.12-rc4-git2
2288  Further pktcdvd fixing, DVB update, Lots of x86-64 updates,
2289  ptrace fixes, ieee1394 changes, input layer tweaks,
2290  md layer fixes, PCI hotplug improvements, PCMCIA fixes,
2291  libata fixes, serial layer, usb core, usbnet, VM fixes,
2292  SELinux tweaks.
2293- Update ipw2100 driver to 1.1.0
2294- Update ipw2200 driver to 1.0.4 (#158073)
2295
2296* Tue May 17 2005 Dave Jones <davej@redhat.com>
2297- 2.6.12-rc4-git1
2298  ARM, ioctl security fixes, mmc driver update,
2299  ibm_emac & tulip netdriver fixes, serial updates
2300  ELF loader security fix.
2301
2302* Mon May 16 2005 Rik van Riel <riel@redhat.com>
2303- enable Xen again (not tested yet)
2304- fix a typo in the EXPORT_SYMBOL patch
2305
2306* Sat May 14 2005 Dave Jones <davej@redhat.com>
2307- Update E1000 driver from netdev-2.6 tree.
2308- Add some missing EXPORT_SYMBOLs.
2309
2310* Fri May 13 2005 Dave Jones <davej@redhat.com>
2311- Bump maximum supported CPUs on x86-64 to 32.
2312- Tickle the NMI watchdog when we're doing serial writes.
2313- SCSI CAM geometry fix.
2314- Slab debug single-bit error improvement.
2315
2316* Thu May 12 2005 David Woodhouse <dwmw2@redhat.com>
2317- Enable CONFIG_ISA on ppc32 to make the RS/6000 user happy.
2318- Update audit patches
2319
2320* Wed May 11 2005 Dave Jones <davej@redhat.com>
2321- Add Ingo's patch to detect soft lockups.
2322- Thread exits silently via __RESTORE_ALL exception for iret. (#154369)
2323
2324* Wed May 11 2005 David Woodhouse <dwmw2@redhat.com>
2325- Import post-rc4 audit fixes from git, including ppc syscall auditing
2326
2327* Wed May 11 2005 Dave Jones <davej@redhat.com>
2328- Revert NMI watchdog changes.
2329
2330* Tue May 10 2005 Dave Jones <davej@redhat.com>
2331- Enable PNP on x86-64
2332
2333* Tue May 10 2005 Jeremy Katz <katzj@redhat.com>
2334- make other -devel packages provide kernel-devel so they get
2335  installed instead of upgraded (#155988)
2336
2337* Mon May  9 2005 Dave Jones <davej@redhat.com>
2338- Rebase to 2.6.12-rc4
2339  | Xen builds are temporarily disabled again.
2340- Conflict if old version of ipw firmware is present.
2341
2342* Fri May  6 2005 Dave Jones <davej@redhat.com>
2343- Add PCI ID for new sundance driver. (#156859)
2344
2345* Thu May  5 2005 David Woodhouse <dwmw2@redhat.com>
2346- Import audit fixes from upstream
2347
2348* Wed May  4 2005 Jeremy Katz <katzj@redhat.com>
2349- enable radeonfb and agp on ppc64 to fix X on the G5
2350
2351* Tue May  3 2005 Dave Jones <davej@redhat.com>
2352- Disable usbmon/debugfs again for now until SELinux policy is fixed.
2353
2354* Mon May  2 2005 David Woodhouse <dwmw2@redhat.com>
2355- Make kallsyms include platform-specific symbols
2356- Fix might_sleep warning in pbook clock-spreading fix
2357
2358* Sun May  1 2005 Dave Jones <davej@redhat.com>
2359- Fix yesterdays IDE fixes.
2360- Blacklist another brainless SCSI scanner. (#155457)
2361
2362* Sun May  1 2005 David Woodhouse <dwmw2@redhat.com>
2363- Fix EHCI port power switching
2364
2365* Sun May  1 2005 Dave Jones <davej@redhat.com>
2366- Enable usbmon & debugfs. (#156489)
2367
2368* Sat Apr 30 2005 Dave Jones <davej@redhat.com>
2369- Numerous IDE layer fixes from Alan Cox.
2370- Kill off some stupid messages from the input layer.
2371
2372* Fri Apr 29 2005 Roland McGrath <roland@redhat.com>
2373- Fix the 32bit emulation on x86-64 segfaults.
2374
2375* Wed Apr 27 2005 Dave Jones <davej@redhat.com>
2376- Hopefully fix the random reboots some folks saw on x86-64.
2377
2378* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com>
2379- fix prereqs for -devel packages
2380
2381* Wed Apr 27 2005 Rik van Riel <riel@redhat.com>
2382- Fix up the vdso stuff so kernel-xen* compile again
2383- Import upstream bugfix so xenU domains can be started again
2384
2385* Tue Apr 26 2005 Dave Jones <davej@redhat.com>
2386- Fix up the vdso again, which broke on the last rebase to -rc3
2387- Fix the put_user() fix. (#155999)
2388
2389* Mon Apr 25 2005 Dave Jones <davej@redhat.com>
2390- Fix x86-64 put_user()
2391- Fix serio oops.
2392- Fix ipv6_skip_exthdr() invocation causing OOPS.
2393- Fix up some permissions on some /proc files.
2394- Support PATA drives on Promise SATA. (#147303)
2395
2396* Mon Apr 25 2005 Rik van Riel <riel@redhat.com>
2397- upgrade to the latest version of xenolinux patches
2398- reenable xen (it boots, ship it!)
2399
2400* Sat Apr 23 2005 David Woodhouse <dwmw2@redhat.com>
2401- Enable adt746x and windtunnel thermal modules
2402- Disable clock spreading on certain pbooks before sleep
2403- Sound support for Mac Mini
2404
2405* Fri Apr 22 2005 Dave Jones <davej@redhat.com>
2406- Reenable i2c-viapro on x86-64.
2407
2408* Fri Apr 22 2005 Dave Jones <davej@redhat.com>
2409- Don't build powernow-k6 on anything other than 586 kernels.
2410- Temporarily disable Xen again.
2411
2412* Wed Apr 20 2005 Dave Jones <davej@redhat.com>
2413- 2.6.12rc3
2414
2415* Wed Apr 20 2005 Dave Jones <davej@redhat.com>
2416- Adjust struct dentry 'padding' based on 64bit'ness.
2417
2418* Tue Apr 19 2005 Dave Jones <davej@redhat.com>
2419- Print stack trace when we panic.
2420  Might give more clues for some of the wierd panics being seen right now.
2421- Blacklist another 'No C2/C3 states' Thinkpad R40e BIOS. (#155236)
2422
2423* Mon Apr 18 2005 Dave Jones <davej@redhat.com>
2424- Make ISDN ICN driver not oops when probed with no hardware present.
2425- Add missing MODULE_LICENSE to mac_modes.ko
2426
2427* Sat Apr 16 2005 Dave Jones <davej@redhat.com>
2428- Make some i2c drivers arch dependant.
2429- Make multimedia buttons on Dell inspiron 8200 work. (#126148)
2430- Add diffutils buildreq (#155121)
2431
2432* Thu Apr 14 2005 Dave Jones <davej@redhat.com>
2433- Build DRM modular. (#154769)
2434
2435* Wed Apr 13 2005 Rik van Riel <riel@redhat.com>
2436- fix up Xen for 2.6.12-rc2
2437- drop arch/xen/i386/signal.c, thanks to Roland's vdso patch (yay!)
2438- reenable xen compile - this kernel test boots on my system
2439
2440* Tue Apr 12 2005 Dave Jones <davej@redhat.com>
2441- Further vdso work from Roland.
2442
2443* Mon Apr 11 2005 David Woodhouse <dwmw2@redhat.com>
2444- Disable PPC cpufreq/sleep patches which make sleep less reliable
2445- Add TIMEOUT to hotplug environment when requesting firmware (#153993)
2446
2447* Sun Apr 10 2005 Dave Jones <davej@redhat.com>
2448- Integrate Roland McGrath's changes to make exec-shield
2449  and vdso play nicely together.
2450
2451* Fri Apr  8 2005 Dave Jones <davej@redhat.com>
2452- Disable Longhaul driver (again).
2453
2454* Wed Apr  6 2005 Dave Jones <davej@redhat.com>
2455- 2.6.12rc2
2456  - netdump/netconsole currently broken.
2457  - Xen temporarily disabled.
2458
2459* Fri Apr  1 2005 Dave Jones <davej@redhat.com>
2460- Make the CFQ elevator the default again.
2461
2462* Thu Mar 31 2005 Rik van Riel <riel@redhat.com>
2463- upgrade to new upstream Xen code, twice
2464- for performance reasons, disable CONFIG_DEBUG_PAGEALLOC for FC4t2
2465
2466* Wed Mar 30 2005 Rik van Riel <riel@redhat.com>
2467- fix Xen kernel compilation (pci, page table, put_user, execshield, ...)
2468- reenable Xen kernel compilation
2469
2470* Tue Mar 29 2005 Rik van Riel <riel@redhat.com>
2471- apply Xen patches again (they don't compile yet, though)
2472- Use uname in kernel-devel directories (#145914)
2473- add uname-based kernel-devel provisions (#152357)
2474- make sure /usr/share/doc/kernel-doc-%%{kversion} is owned by a
2475  package, so it will get removed again on uninstall/upgrade (#130667)
2476
2477* Mon Mar 28 2005 Dave Jones <davej@redhat.com>
2478- Don't generate debuginfo files if %%_enable_debug_packages isnt set. (#152268)
2479
2480* Sun Mar 27 2005 Dave Jones <davej@redhat.com>
2481- 2.6.12rc1-bk2
2482- Disable NVidia FB driver for time being, it isn't stable.
2483
2484* Thu Mar 24 2005 Dave Jones <davej@redhat.com>
2485- rebuild
2486
2487* Tue Mar 22 2005 Dave Jones <davej@redhat.com>
2488- Fix several instances of swapped arguments to memset()
2489- 2.6.12rc1-bk1
2490
2491* Fri Mar 18 2005 Dave Jones <davej@redhat.com>
2492- kjournald release race. (#146344)
2493- 2.6.12rc1
2494
2495* Thu Mar 17 2005 Rik van Riel <riel@redhat.com>
2496- upgrade to latest upstream Xen code
2497
2498* Tue Mar 15 2005 Rik van Riel <riel@redhat.com>
2499- add Provides: headers for external kernel modules (#149249)
2500- move build & source symlinks from kernel-*-devel to kernel-* (#149210)
2501- fix xen0 and xenU devel %%post scripts to use /usr/src/kernels (#149210)
2502
2503* Thu Mar 10 2005 Dave Jones <davej@redhat.com>
2504- Reenable advansys driver for x86
2505
2506* Tue Mar  8 2005 Dave Jones <davej@redhat.com>
2507- Change SELinux execute-related permission checking. (#149819)
2508
2509* Sun Mar  6 2005 Dave Jones <davej@redhat.com>
2510- Forward port some FC3 patches that got lost.
2511
2512* Fri Mar  4 2005 Dave Jones <davej@redhat.com>
2513- Fix up ACPI vs keyboard controller problem.
2514- Fix up Altivec usage on PPC/PPC64.
2515
2516* Fri Mar  4 2005 Dave Jones <davej@redhat.com>
2517- Finger the programs that try to read from /dev/mem.
2518- Improve spinlock debugging a little.
2519
2520* Thu Mar  3 2005 Dave Jones <davej@redhat.com>
2521- Fix up the unresolved symbols problem.
2522
2523* Thu Mar  3 2005 Rik van Riel <riel@redhat.com>
2524- upgrade to new Xen snapshot (requires new xen RPM, too)
2525
2526* Wed Mar  2 2005 Dave Jones <davej@redhat.com>
2527- 2.6.11
2528
2529* Tue Mar 1 2005 David Woodhouse <dwmw2@redhat.com>
2530- Building is nice. Booting would be better. Work around GCC -Os bug which
2531  which makes the PPC kernel die when extracting its initramfs. (#150020)
2532- Update include/linux/compiler-gcc+.h
2533
2534* Tue Mar 1 2005 Dave Jones <davej@redhat.com>
2535- 802.11b/ipw2100/ipw2200 update.
2536- 2.6.11-rc5-bk4
2537
2538* Tue Mar 1 2005 David Woodhouse <dwmw2@redhat.com>
2539- Fix ppc/ppc64/ppc64iseries builds for gcc 4.0
2540- Fix Xen build too
2541
2542* Mon Feb 28 2005 Dave Jones <davej@redhat.com>
2543- 2.6.11-rc5-bk3
2544- Various compile fixes for building with gcc-4.0
2545
2546* Sat Feb 26 2005 Dave Jones <davej@redhat.com>
2547- 2.6.11-rc5-bk1
2548
2549* Fri Feb 25 2005 Dave Jones <davej@redhat.com>
2550- Hopefully fix the zillion unresolved symbols. (#149758)
2551
2552* Thu Feb 24 2005 Dave Jones <davej@redhat.com>
2553- 2.6.11-rc5
2554
2555* Wed Feb 23 2005 Rik van Riel <riel@redhat.com>
2556- get rid of unknown symbols in kernel-xen0 (#149495)
2557
2558* Wed Feb 23 2005 Dave Jones <davej@redhat.com>
2559- 2.6.11-rc4-bk11
2560
2561* Mon Feb 21 2005 Dave Jones <davej@redhat.com>
2562- 2.6.11-rc4-bk9
2563
2564* Sat Feb 19 2005 Dave Jones <davej@redhat.com>
2565- 2.6.11-rc4-bk7
2566
2567* Sat Feb 19 2005 Rik van Riel <riel@redhat.com>
2568- upgrade to newer Xen code, needs xen-20050218 to run
2569
2570* Sat Feb 19 2005 Dave Jones <davej@redhat.com>
2571- 2.6.11-rc4-bk6
2572
2573* Fri Feb 18 2005 David Woodhouse <dwmw2@redhat.com>
2574- Add SMP kernel for PPC32
2575
2576* Fri Feb 18 2005 Dave Jones <davej@redhat.com>
2577- 2.6.11-rc4-bk5
2578
2579* Tue Feb 15 2005 Dave Jones <davej@redhat.com>
2580- 2.6.11-rc4-bk3
2581
2582* Mon Feb 14 2005 Dave Jones <davej@redhat.com>
2583- 2.6.11-rc4-bk2
2584
2585* Sun Feb 13 2005 Dave Jones <davej@redhat.com>
2586- 2.6.11-rc4-bk1
2587
2588* Sat Feb 12 2005 Dave Jones <davej@redhat.com>
2589- 2.6.11-rc4
2590
2591* Fri Feb 11 2005 Dave Jones <davej@redhat.com>
2592- 2.6.11-rc3-bk8
2593
2594* Thu Feb 10 2005 Dave Jones <davej@redhat.com>
2595- 2.6.11-rc3-bk7
2596
2597* Wed Feb  9 2005 Dave Jones <davej@redhat.com>
2598- 2.6.11-rc3-bk6
2599
2600* Tue Feb  8 2005 Dave Jones <davej@redhat.com>
2601- Enable old style and new style USB initialisation.
2602- More PPC jiggery pokery hackery.
2603- 2.6.11-rc3-bk5
2604
2605* Mon Feb  7 2005 Dave Jones <davej@redhat.com>
2606- 2.6.11-rc3-bk4
2607- Various patches to unbork PPC.
2608- Display taint bits on VM error.
2609
2610* Mon Feb  7 2005 Rik van Riel <riel@redhat.com>
2611- upgrade to latest upstream Xen bits, upgrade those to 2.6.11-rc3-bk2
2612
2613* Sat Feb  5 2005 Dave Jones <davej@redhat.com>
2614- 2.6.11-rc3-bk2
2615
2616* Fri Feb  4 2005 Dave Jones <davej@redhat.com>
2617- 2.6.11-rc3-bk1
2618
2619* Wed Feb  2 2005 Dave Jones <davej@redhat.com>
2620- Stop the input layer spamming the console. (#146906)
2621- 2.6.11-rc3
2622
2623* Tue Feb  1 2005 Dave Jones <davej@redhat.com>
2624- 2.6.11-rc2-bk10
2625- Reenable periodic slab checker.
2626
2627* Tue Feb  1 2005 Rik van Riel <riel@redhat.com>
2628- update to latest xen-unstable source snapshot
2629- add agpgart patch from upstream xen tree
2630- port Ingo's latest execshield updates to Xen
2631
2632* Mon Jan 31 2005 Rik van Riel <riel@redhat.com>
2633- enable SMP support in xenU kernel, use the xen0 kernel for the
2634  unprivileged domains if the SMP xenU breaks on your system
2635
2636* Thu Jan 27 2005 Dave Jones <davej@redhat.com>
2637- Drop VM hack that broke in yesterdays rebase.
2638
2639* Wed Jan 26 2005 Dave Jones <davej@redhat.com>
2640- Drop 586-SMP kernels.  These are a good candidate for
2641  fedora-extras when it appears. The number of people
2642  actually using this variant is likely to be very very small.
2643- 2.6.11-rc2-bk4
2644
2645* Tue Jan 25 2005 Dave Jones <davej@redhat.com>
2646- 2.6.11-rc2-bk3
2647
2648* Sun Jan 23 2005 Dave Jones <davej@redhat.com>
2649- Updated periodic slab debug check from Manfred.
2650- Enable PAGE_ALLOC debugging again, it should now be fixed.
2651- 2.6.11-rc2-bk1
2652
2653* Fri Jan 21 2005 Dave Jones <davej@redhat.com>
2654- Rebase to 2.6.11-rc2
2655
2656* Fri Jan 21 2005 Rik van Riel <riel@redhat.com>
2657- make exec-shield segment limits work inside the xen kernels
2658
2659* Thu Jan 20 2005 Dave Jones <davej@redhat.com>
2660- Rebase to -bk8
2661
2662* Wed Jan 19 2005 Dave Jones <davej@redhat.com>
2663- Re-add diskdump/netdump based on Jeff Moyers patches.
2664- Rebase to -bk7
2665
2666* Tue Jan 18 2005 Jeremy Katz <katzj@redhat.com>
2667- fixup xen0 %%post to use new grubby features for multiboot kernels
2668- conflict with older mkinitrd for kernel-xen0
2669
2670* Tue Jan 18 2005 Dave Jones <davej@redhat.com>
2671- -bk6
2672
2673* Mon Jan 17 2005 Dave Jones <davej@redhat.com>
2674- First stab at kernel-devel packages. (David Woodhouse).
2675
2676* Mon Jan 17 2005 Rik van Riel <riel@redhat.com>
2677- apply dmi fix, now xenU boots again
2678
2679* Fri Jan 14 2005 Dave Jones <davej@redhat.com>
2680- Rebase to 2.6.11-bk2
2681
2682* Thu Jan 13 2005 Dave Jones <davej@redhat.com>
2683- Rebase to 2.6.11-bk1
2684
2685* Wed Jan 12 2005 Dave Jones <davej@redhat.com>
2686- Rebase to 2.6.11rc1
2687
2688* Tue Jan 11 2005 Rik van Riel <riel@redhat.com>
2689- fix Xen compile with -bk14
2690
2691* Tue Jan 11 2005 Dave Jones <davej@redhat.com>
2692- Update to -bk14
2693- Print tainted information in slab corruption messages.
2694
2695* Tue Jan 11 2005 Rik van Riel <riel@redhat.com>
2696- merge fix for the Xen TLS segment fixup issue
2697
2698* Tue Jan 11 2005 Dave Jones <davej@redhat.com>
2699- Depend on hardlink, not kernel-utils.
2700
2701* Mon Jan 10 2005 Dave Jones <davej@redhat.com>
2702- Update to -bk13, reinstate GFP_ZERO patch which hopefully
2703  is now fixed.
2704- Add another Lexar card reader to the whitelist. (#143600)
2705- Package asm-m68k for asm-ppc includes. (don't ask). (#144604)
2706
2707* Sat Jan  8 2005 Dave Jones <davej@redhat.com>
2708- Periodic slab debug is incompatable with pagealloc debug.
2709  Disable the latter.
2710
2711* Fri Jan  7 2005 Dave Jones <davej@redhat.com>
2712- Santa came to Notting's house too. (another new card reader)
2713- Rebase to 2.6.10-bk10
2714
2715* Thu Jan  6 2005 Rik van Riel <riel@redhat.com>
2716- update to latest xen-unstable tree
2717- fix up Xen compile with -bk9, mostly pudding
2718
2719* Thu Jan  6 2005 Dave Jones <davej@redhat.com>
2720- Rebase to 2.6.10-bk9
2721
2722* Tue Jan  4 2005 Dave Jones <davej@redhat.com>
2723- Rebase to 2.6.10-bk7
2724- Add periodic slab debug checker.
2725
2726* Sun Jan  2 2005 Dave Jones <davej@redhat.com>
2727- Rebase to 2.6.10-bk5
2728
2729* Sat Jan  1 2005 Dave Jones <davej@redhat.com>
2730- Fix probing of vesafb. (#125890)
2731- Reenable EDD.
2732- Don't assume existance of ~/.gnupg (#142201)
2733
2734* Fri Dec 31 2004 Dave Jones <davej@redhat.com>
2735- Rebase to 2.6.10-bk4
2736
2737* Thu Dec 30 2004 Dave Jones <davej@redhat.com>
2738- Rebase to 2.6.10-bk3
2739
2740* Tue Dec 28 2004 Dave Jones <davej@redhat.com>
2741- Drop bogus ethernet slab cache.
2742
2743* Sun Dec 26 2004 Dave Jones <davej@redhat.com>
2744- Santa brought a new card reader that needs whitelisting.
2745
2746* Fri Dec 24 2004 Dave Jones <davej@redhat.com>
2747- Rebase to 2.6.10
2748
2749* Wed Dec 22 2004 Dave Jones <davej@redhat.com>
2750- Re-add missing part of the exit() race fix. (#142505, #141896)
2751
2752* Tue Dec 21 2004 Dave Jones <davej@redhat.com>
2753- Fix two silly bugs in the AGP posting fixes.
2754
2755* Fri Dec 17 2004 Dave Jones <davej@redhat.com>
2756- Fix bio error propagation.
2757- Clear ebp on sysenter return.
2758- Extra debugging info on OOM kill.
2759- exit() race fix.
2760- Fix refcounting order in sd/sr, fixing cable pulls on USB storage.
2761- IGMP source filter fixes.
2762- Fix ext2/3 leak on umount.
2763- fix missing wakeup in ipc/sem
2764- Fix another tux corner case bug.
2765- NULL out ptrs in airo driver after kfree'ing them.
2766
2767* Thu Dec 16 2004 Dave Jones <davej@redhat.com>
2768- Better version of the PCI Posting fixes for AGPGART.
2769- Add missing cache flush to the AGP code.
2770- Drop netdump and common crashdump code.
2771
2772* Mon Dec 13 2004 Dave Jones <davej@redhat.com>
2773- Drop diskdump. Aiming for a better kexec based solution for FC4.
2774
2775* Sun Dec 12 2004 Dave Jones <davej@redhat.com>
2776- fix false ECHILD result from wait* with zombie group leader.
2777
2778* Sat Dec 11 2004 Dave Jones <davej@redhat.com>
2779- Workaround broken pci posting in AGPGART.
2780- Compile 686 kernel tuned for pentium4.
2781  | Needs benchmarking across various CPUs under
2782  | various workloads to find out if its worth keeping.
2783- Make sure VC resizing fits in s16.
2784
2785* Fri Dec 10 2004 Dave Jones <davej@redhat.com>
2786- Prevent block device queues from being shared in viocd. (#139018)
2787- Libata updates. (#132848, #138405)
2788- aacraid: remove aac_handle_aif (#135527)
2789- fix uninitialized variable in waitid(2). (#142505)
2790- Fix CMSG validation checks wrt. signedness.
2791- Fix memory leak in ip_conntrack_ftp
2792- [IPV4]: Do not leak IP options.
2793- ppc64: Align PACA buffer for hypervisor's use. (#141817)
2794- ppc64: Indicate that the veth link is always up. (#135402)
2795- ppc64: Quiesce OpenFirmware stdin device at boot. (#142009)
2796- SELinux: Fix avc_node_update oops. (#142353)
2797- Fix CCISS ioctl return code.
2798- Make ppc64's pci_alloc_consistent() conform to documentation. (#140047)
2799- Enable EDD
2800- Enable ETH1394. (#138497)
2801- Workaround E1000 post-maturely writing back to TX descriptors. (#133261)
2802- Fix the previous E1000 errata workaround.
2803- Several IDE fixes from 2.6.9-ac
2804- vm pageout throttling. (#133858)
2805- Fix Tux from oopsing. (#140918)
2806- Fix Tux/SELinux incompatability (#140916)
2807- Fix Tux/IPV6 problem. (#140916)
2808- ide: Fix possible oops on boot.
2809- Make spinlock debugging panic instead of printk.
2810- Update Emulex lpfc driver to 8.0.16
2811- Selected patches from 2.6.9-ac12
2812- ppc64: Fix inability to find space for TCE table (#138844)
2813- Fix compat fcntl F_GETLK{,64} (#141680)
2814- blkdev_get_blocks(): handle eof
2815- Another card reader for the whitelist. (#134094)
2816- Disable tiglusb module. (#142102)
2817- E1000 64k-alignment fix. (#140047)
2818- Disable tiglusb module. (#142102)
2819- ID updates for cciss driver.
2820- Fix overflows in USB Edgeport-IO driver. (#142258)
2821- Fix wrong TASK_SIZE for 32bit processes on x86-64. (#141737)
2822- Fix ext2/ext3 xattr/mbcache race. (#138951)
2823- Fix bug where __getblk_slow can loop forever when pages are partially mapped. (#140424)
2824- Add missing cache flushes in agpgart code.
2825
2826* Thu Dec  9 2004 Dave Jones <davej@redhat.com>
2827- Drop the 4g/4g hugemem kernel completely.
2828
2829* Wed Dec  8 2004 Rik van Riel <riel@redhat.com>
2830- make Xen inherit config options from x86
2831
2832* Mon Dec  6 2004 Rik van Riel <riel@redhat.com>
2833- apparently Xen works better without serial drivers in domain0 (#141497)
2834
2835* Sun Dec  5 2004 Rik van Riel <riel@redhat.com>
2836- Fix up and reenable Xen compile.
2837- Fix bug in install part of BuildKernel.
2838
2839* Sat Dec  4 2004 Dave Jones <davej@redhat.com>
2840- Enable both old and new megaraid drivers.
2841- Add yet another card reader to usb scsi whitelist. (#141367)
2842
2843* Fri Dec  3 2004 Dave Jones <davej@redhat.com>
2844- Sync all patches with latest updates in FC3.
2845- Fix up xen0/xenU uninstall.
2846- Temporarily disable xen builds.
2847
2848* Wed Dec  1 2004 Rik van Riel <riel@redhat.com>
2849- replace VM hack with the upstream version
2850- more Xen bugfixes
2851
2852* Tue Nov 30 2004 Rik van Riel <riel@redhat.com>
2853- upgrade to later Xen sources, with upstream bugfixes
2854- export direct_remap_area_pages for Xen
2855
2856* Mon Nov 29 2004 Dave Jones <davej@redhat.com>
2857- Add another card reader to whitelist. (#141022)
2858
2859* Fri Nov 26 2004 Rik van Riel <riel@redhat.com>
2860- add Xen kernels for i686, plus various bits and pieces to make them work
2861
2862* Mon Nov 15 2004 Dave Jones <davej@redhat.com>
2863- Rebase to 2.6.9-ac9
2864
2865* Sat Nov 13 2004 Dave Jones <davej@redhat.com>
2866- Drop some bogus patches.
2867
2868* Thu Nov 11 2004 Dave Jones <davej@redhat.com>
2869- NFS: Fix dentry refcount accounting error
2870- Fix single-stepping on PPC64
2871- Integrate kernel-devel changes
2872- SELinux: netif fixes.
2873- SELinux: add DAC check to setxattr() hook.
2874- SELinux: sidtab locking fix.
2875- SELinux: mediate send_sigurg().
2876- SELinux: fix setscheduler hook deadlock.
2877- ide-floppy: Supresses error messages resulting from Medium not present
2878- Various IA64 updates from 2.6.10rc1
2879- nfsd: make sure getxattr inode op is non-NULL before calling it.
2880- Handle NULL dev->dev_addr in SIOCGIFHWADDR correctly. (#137648)
2881- Fix NFSD domainname size limit.
2882- nfsd4: nfsd oopsed when encountering a conflict with a local lock
2883- nfsd4: fix putrootfh return
2884- nfsd: Insecure port warning shows decimal IPv4 address
2885- Disable sw irqbalance/irqaffinity for e7520/e7320/e7525 (#136419)
2886- Fix exec-shield non-PIE/non-prelinked bug
2887- ext3 reservations: fix goal hit accounting.
2888- Fix problems with non-power-of-two sector size discs. (#135094)
2889- Fix possible oops in netpoll (#132153)
2890- Add missing MODULE_VERSION tags to various modules. (#136399)
2891- Add USB card reader de jour. (#124048)
2892- Remove SG_IO deprecation warning (#136179)
2893- Make sure that modules get signed with the right key.
2894- Remove SG_IO deprecation warning (#136179)
2895- s390: Fix fake_ll for qeth device. (#136175)
2896- s390: zfcp: Kernel stack frame for zfcp_cfdc_dev_ioctl() is too big
2897- s390: Use slab allocator for DASD I/O pages.
2898- PPC64: HVSI udbg support
2899- PPC64: Make HVSI console survive FSP reset
2900- PPC64: Make PCI hostbridge hotplugging work
2901- PPC64: Fix IBM VSCSI problems (#138124)
2902- Rebase -ac patch to 2.6.9-ac8.
2903
2904* Wed Nov  3 2004 Dave Jones <davej@redhat.com>
2905- Reenable token-ring drivers (#122602)
2906
2907* Tue Nov  2 2004 Dave Jones <davej@redhat.com>
2908- Reenable SLIP. (#124223)
2909- Add USB card reader de jour. (#124048)
2910
2911* Mon Nov  1 2004 Dave Jones <davej@redhat.com>
2912- Fix memory leak on x86-64 in mixed 32/64 mode. (#132947)
2913- Yet another USB card reader for the whitelist. (#137722)
2914
2915* Fri Oct 29 2004 Dave Jones <davej@redhat.com>
2916- Fix raid5 oops (#127862)
2917- Stop E820 BIOS entries being corrupted by EDID info. (#137510)
2918
2919* Thu Oct 28 2004 Dave Jones <davej@redhat.com>
2920- Remove the possibility of some false OOM kills. (#131251)
2921- Add more USB card readers to SCSI whitelist (#131546)
2922- Disable CONFIG_SCHED_SMT for iseries.
2923
2924* Wed Oct 27 2004 Dave Jones <davej@redhat.com>
2925- Reenable ISA NIC support (#136569)
2926
2927* Tue Oct 26 2004 Dave Jones <davej@redhat.com>
2928- Reenable Initio 9100U(W) SCSI driver. (#137153)
2929
2930* Mon Oct 25 2004 Dave Jones <davej@redhat.com>
2931- Add another USB card reader to SCSI whitelist (#132923)
2932
2933* Fri Oct 22 2004 Dave Jones <davej@redhat.com>
2934- Fix PPC NUMA (#130716).
2935- Fix autoraid for S390 (#123842/#130339)
2936- Selected bits from 2.6.9-ac3
2937  - Fix syncppp/async ppp problems with new hangup
2938  - Fix broken parport_pc unload
2939  - Stop i8xx_tco making some boxes reboot on load
2940  - Fix cpia/module tools deadlock
2941  - Security fix for smbfs leak/overrun
2942
2943* Thu Oct 21 2004 Dave Jones <davej@redhat.com>
2944- Misc security fixes from 2.6.9-ac2
2945
2946* Wed Oct 20 2004 Dave Jones <davej@redhat.com>
2947- Fix ia64 module loading. (#136365)
2948- Enable discontigmem for PPC64
2949- Disable a bunch of useless PPC config options
2950- Enable PACK_STACK on s390.
2951
2952* Tue Oct 19 2004 Dave Jones <davej@redhat.com>
2953- Fix NFS badness (#132726)
2954- Drop bogus USB workaround. (#131127)
2955
2956* Mon Oct 18 2004 Dave Jones <davej@redhat.com>
2957- Rebase to 2.6.9
2958- Speedtouch USB DSL modem driver update.
2959- Cleanup some iseries config options.
2960
2961* Fri Oct 15 2004 Dave Jones <davej@redhat.com>
2962- 2.6.9-rc4-bk3
2963- Fix up a bunch of unresolved symbols that crept in recently.
2964- Remove bogus O_NONBLOCK patch which broke lots of userspace.
2965- Fix booting on PPC64 by reserving initrd pages.
2966
2967* Thu Oct 14 2004 Dave Jones <davej@redhat.com>
2968- Rebase to 2.6.9-rc4-bk2
2969- librtas needs to work around the /dev/mem restrictions.
2970- EXT3 reservations use-before-initialised bugfix.
2971- support O_NONBLOCK for read,pread,readv of regular files.
2972- EDD blows up some x86-64's. Disable again.
2973
2974* Wed Oct 13 2004 Dave Jones <davej@redhat.com>
2975- Make EDD driver modular on x86-64 too.
2976- Various mkinitrd spec changes (Jeremy Katz)
2977- Enable a bunch more PPC64 config options. (Dave Howells)
2978- Enable ACPI cpufreq driver for x86-64 too.
2979
2980* Tue Oct 12 2004 Dave Jones <davej@redhat.com>
2981- Rebase to 2.6.9-rc4-bk1
2982- Tux update.
2983- Update netdump/diskdump patches
2984- PowerPC 64 netboot changes.
2985- Various CONFIG_ option diddling.
2986- Fix up the find_isa_irq_pin() oops on reboot for x86-64 too.
2987
2988* Mon Oct 11 2004 Dave Jones <davej@redhat.com>
2989- Rebase to 2.6.9-rc4
2990- Enable CONFIG_MICROCODE for x86-64
2991
2992* Fri Oct  8 2004 Dave Jones <davej@redhat.com>
2993- Rebase to 2.6.9-rc3-bk8
2994
2995* Thu Oct  7 2004 Dave Jones <davej@redhat.com>
2996- Rebase to 2.6.9-rc3-bk7
2997- Fix up PPC/PPC64 compilation failures due to new binutils. (David Woodhouse)
2998
2999* Wed Oct  6 2004 Dave Jones <davej@redhat.com>
3000- Rebase to 2.6.9-rc3-bk6
3001- Add xattr support for tmpfs.
3002
3003* Mon Oct  4 2004 Stephen C. Tweedie <sct@redhat.com>
3004- Update ext3 online resize to 2.6.9-rc3-mm2 upstream
3005- Reenable ext3 online resize in .spec
3006
3007* Tue Sep 28 2004 Jeremy Katz <katzj@redhat.com>
3008- add patch from Roland McGrath/James Morris to fix mprotect hook bug (#133505)
3009
3010* Mon Sep 20 2004 Arjan van de Ven <arjanv@redhat.com>
3011- 2.6.9-rc2-bk5
3012
3013* Thu Sep 16 2004 Arjan van de Ven <arjanv@redhat.com>
3014- fix tux for x86-64 and ppc64
3015
3016* Tue Sep 14 2004 Arjan van de Ven <arjanv@redhat.com>
3017- 2.6.9-rc2
3018- add diskdump
3019
3020* Fri Sep 10 2004 Arjan van de Ven <arjanv@redhat.com>
3021- 2.6.9-rc1-bk17 ; make ppc32 build
3022
3023* Tue Sep 07 2004 Arjan van de Ven <arjanv@redhat.com>
3024- 2.6.9-rc1-bk13
3025
3026* Mon Sep 06 2004 Arjan van de Ven <arjanv@redhat.com>
3027- disable online resize again
3028- hopefully fix Quake3 interaction with execshield
3029- add Alan's borken-bios-IRQ workaround patch
3030
3031* Sat Sep 04 2004 Arjan van de Ven <arjanv@redhat.com>
3032- 2.6.9-rc1-bk11
3033
3034* Tue Aug 31 2004 Arjan van de Ven <arjanv@redhat.com>
3035- fix execshield buglet with legacy binaries
3036- 2.6.9-rc1-bk7
3037
3038* Mon Aug 30 2004 Arjan van de Ven <arjanv@redhat.com>
3039- 2.6.9-rc1-bk6
3040
3041* Sat Aug 28 2004 Arjan van de Ven <arjanv@redhat.com>
3042- 2.6.9-rc1-bk4, now with i915 DRM driver
3043
3044* Fri Aug 27 2004 Arjan van de Ven <arjanv@redhat.com>
3045- 2.6.9-rc1-bk2
3046
3047* Mon Aug 23 2004 Arjan van de Ven <arjanv@redhat.com>
3048- 2.6.8.1-bk2
3049
3050* Sat Aug 21 2004 Arjan van de Ven <arjanv@redhat.com>
3051- attempt to fix early-udev bug
3052
3053* Fri Aug 13 2004 Arjan van de Ven <arjanv@redhat.com>
3054- 2.6.8-rc4-bk3
3055- split execshield up some more
3056
3057* Fri Aug 13 2004 Dave Jones <davej@redhat.com>
3058- Update SCSI whitelist again with some more card readers.
3059
3060* Mon Aug 9 2004 Arjan van de Ven <arjanv@redhat.com>
3061- 2.6.8-rc3-bk3
3062
3063* Wed Aug 4 2004 Arjan van de Ven <arjanv@redhat.com>
3064- Add the flex-mmap bits for s390/s390x (Pete Zaitcev)
3065- Add flex-mmap for x86-64 32 bit emulation
3066- 2.6.8-rc3
3067
3068* Mon Aug 2 2004 Arjan van de Ven <arjanv@redhat.com>
3069- Add Rik's token trashing control patch
3070
3071* Sun Aug 1 2004 Arjan van de Ven <arjanv@redhat.com>
3072- 2.6.8-rc2-bk11
3073
3074* Fri Jul 30 2004 Arjan van de Ven <arjanv@redhat.com>
3075- 2.6.8-rc2-bk8
3076
3077* Wed Jul 28 2004 Arjan van de Ven <arjanv@redhat.com>
3078- 2.6.8-rc2-bk6
3079- make a start at splitting up the execshield patchkit
3080
3081* Fri Jul 16 2004 Arjan van de Ven <arjanv@redhat.com>
3082- ppc32 embedded updates
3083
3084* Thu Jul 15 2004 Arjan van de Ven <arjanv@redhat.com>
3085- make USB modules again and add Alan's real fix for the SMM-meets-USB bug
3086- 2.6.8-rc1-bk4
3087
3088* Wed Jul 14 2004 Arjan van de Ven <arjanv@redhat.com>
3089- 2.6.8-rc1-bk3
3090
3091* Tue Jul 13 2004 Arjan van de Ven <arjanv@redhat.com>
3092- add "enforcemodulesig" boot option to make the kernel load signed modules only
3093
3094* Mon Jul 12 2004 Arjan van de Ven <arjanv@redhat.com>
3095- updated voluntary preempt
3096- 2.6.8-rc1
3097
3098* Wed Jul 7 2004 Arjan van de Ven <arjanv@redhat.com>
3099- fix boot breakage that was hitting lots of people (Dave Jones)
3100
3101* Tue Jul 6 2004 Arjan van de Ven <arjanv@redhat.com>
3102- add voluntary preemption patch from Ingo
3103- 2.6.7-bk19
3104
3105* Tue Jun 29 2004 Arjan van de Ven <arjanv@redhat.com>
3106- make a start at gpg signed modules support
3107
3108* Sat Jun 27 2004 Arjan van de Ven <arjanv@redhat.com>
3109- experiment with making the hardlink call in post more efficient
3110- 2.6.7-bk9
3111
3112* Thu Jun 24 2004 Arjan van de Ven <arjanv@redhat.com>
3113- 2.6.7-bk7
3114- Add wli's patch to allocate memory bottom up not top down
3115- change some config options in the kernel-sourcecode package that are
3116  good for rpm kernel builds but not for custom user builds to more appropriate
3117  default values.
3118- reenable kernel-sourcecode again for a few builds
3119
3120* Wed Jun 23 2004 Arjan van de Ven <arjanv@redhat.com>
3121- 2.6.7-bk5
3122- fix tux unresolved symbols (#126532)
3123
3124* Mon Jun 21 2004 Arjan van de Ven <arjanv@redhat.com>
3125- make kernel-doc and kernel-sourcecode builds independent of eachother
3126- disable kernel-sourcecode builds entirely, we'll be replacing it with documentation
3127  on how to use the src.rpm instead for building your own kernel.
3128
3129* Sat Jun 19 2004 Arjan van de Ven <arjanv@redhat.com>
3130- 2.6.7-bk2
3131
3132* Sun Jun 13 2004 Arjan van de Ven <arjanv@redhat.com>
3133- add patch from DaveM to fix the ppp-keeps-iface-busy bug
3134
3135* Sat Jun 12 2004 Arjan van de Ven <arjanv@redhat.com>
3136- add fix from Andi Kleen/Linus for the fpu-DoS
3137
3138* Thu Jun 10 2004 Arjan van de Ven <arjanv@redhat.com>
3139- disable mlock-uses-rlimit patch, it has a security hole and needs more thought
3140- revert airo driver to the FC2 one since the new one breaks
3141
3142* Tue Jun 8 2004 Dave Jones <davej@redhat.com>
3143- Update to 2.6.7rc3
3144
3145* Fri Jun 4 2004 Arjan van de Ven <arjanv@redhat.com>
3146- fix the mlock-uses-rlimit patch
3147
3148* Wed Jun 2 2004 David Woodhouse <dwmw2@redhat.com>
3149- Add ppc64 (Mac G5)
3150
3151* Wed Jun 2 2004 Arjan van de Ven <arjanv@redhat.com>
3152- add a forward port of the mlock-uses-rlimit patch
3153- add NX support for x86 (Intel, Ingo)
3154
3155* Tue Jun 1 2004 Arjan van de Ven <arjanv@redhat.com>
3156- refresh ext3 reservation patch
3157
3158* Sun May 30 2004 Arjan van de Ven <arjanv@redhat.com>
3159- 2.6.7-rc2
3160- set the ACPI OS name to "Microsoft Windows XP" for better compatibility
3161
3162* Thu May 27 2004 Pete Zaitcev <zaitcev@redhat.com>
3163- Fix qeth and zfcp (s390 drivers): align qib by 256, embedded into qdio_irq.
3164
3165* Thu May 27 2004 Dave Jones <davej@redhat.com>
3166- Fix the crashes on boot on Asus P4P800 boards. (#121819)
3167
3168* Wed May 26 2004 Dave Jones <davej@redhat.com>
3169- Lots more updates to the SCSI whitelist for various
3170  USB card readers. (#112778, among others..)
3171
3172* Wed May 26 2004 Arjan van de Ven <arjanv@redhat.com>
3173- back out ehci suspend/resume patch, it breaks
3174- add fix for 3c59x-meets-kudzu bug from Alan
3175
3176* Tue May 25 2004 Arjan van de Ven <arjanv@redhat.com>
3177- try improving suspend/resume by restoring more PCI state
3178- 2.6.7-rc1-bk1
3179
3180* Mon May 24 2004 Dave Jones <davej@redhat.com>
3181- Add yet another multi-card reader to the whitelist (#85851)
3182
3183* Sun May 23 2004 Dave Jones <davej@redhat.com>
3184- Add another multi-card reader to the whitelist (#124048)
3185
3186* Wed May 19 2004 Arjan van de Ven <arjanv@redhat.com>
3187- put firewire race fix in (datacorruptor)
3188
3189* Tue May 18 2004 Dave Jones <davej@redhat.com>
3190- Fix typo in ibmtr driver preventing compile (#123391)
3191
3192* Mon May 17 2004 Arjan van de Ven <arjanv@redhat.com>
3193- update to 2.6.6-bk3
3194- made kernel-source and kernel-doc noarch.rpm's since they are not
3195  architecture specific.
3196
3197* Sat May 08 2004 Arjan van de Ven <arjanv@redhat.com>
3198- fix non-booting on Transmeta cpus (Peter Anvin)
3199- fix count leak in message queues
3200
3201* Fri May 07 2004 Arjan van de Ven <arjanv@redhat.com>
3202- more ide cache flush work
3203- patch from scsi-bk to fix sd refcounting
3204
3205* Thu May 06 2004 Arjan van de Ven <arjanv@redhat.com>
3206- some more ide cache flush fixes
3207
3208* Wed May 05 2004 Arjan van de Ven <arjanv@redhat.com>
3209- fix bug 122504
3210- convert b44 to ethtool ops (jgarzik)
3211- make IDE do a cache-flush on shutdown (me/Alan)
3212
3213* Tue May 04 2004 Arjan van de Ven <arjanv@redhat.com>
3214- work around i810/i830 DRM issue
3215
3216* Fri Apr 30 2004 Arjan van de Ven <arjanv@redhat.com>
3217- 2.6.6-rc3-bk1
3218- make amd64 boot again
3219- fix vm86-vs-4g4g interaction (Ingo)
3220
3221* Thu Apr 22 2004 Arjan van de Ven <arjanv@redhat.com>
3222- 2.6.6-rc2
3223 
3224* Tue Apr 20 2004 Arjan van de Ven <arjanv@redhat.com>
3225- add the ext3 online resize patch
3226
3227* Mon Apr 19 2004 Arjan van de Ven <arjanv@redhat.com>
3228- 2.6.6-rc1-bk3
3229- add the objrmap vm from the -mm tree; it needs testing
3230
3231* Thu Apr 15 2004 Arjan van de Ven <arjanv@redhat.com>
3232- 2.6.5-bk2
3233- disable DISCONTIGMEM on ia64 for performance
3234- fix sleep_on use in reiserfs (Chris Mason)
3235
3236* Tue Apr 13 2004 Arjan van de Ven <arjanv@redhat.com>
3237- 2.6.5-mc4
3238- reenable sg driver for scsi tape changers and such
3239- the sk98lin driver oopses on module unload, preven that
3240
3241* Mon Apr 12 2004 Arjan van de Ven <arjanv@redhat.com>
3242- fix "bad pmd" bug with patch from Ingo
3243
3244* Fri Apr 09 2004 Arjan van de Ven <arjanv@redhat.com>
3245- 2.6.5-mc3
3246- finish up the -mc2 merge
3247- latest 4g/4g patch from Ingo
3248- latest execshield patch from Ingo
3249- fix a few framebuffer bugs
3250
3251* Thu Apr 08 2004 Arjan van de Ven <arjanv@redhat.com>
3252- first attempt at a 2.6.5-mc2 merge
3253
3254* Thu Apr 08 2004 Dave Jones <davej@redhat.com>
3255- Add in missing SiS AGP fix.
3256
3257* Tue Apr 06 2004 Dave Jones <davej@redhat.com>
3258- More agpgart fixes.
3259
3260* Fri Apr 02 2004 Arjan van de Ven <arjanv@redhat.com>
3261- fix another 4g/4g-vs-resume bug
3262
3263* Tue Mar 30 2004 Arjan van de Ven <arjanv@redhat.com>
3264- 2.6.5-rc3
3265- fix PCI posting bug in i830 DRM
3266
3267* Mon Mar 29 2004 Arjan van de Ven <arjanv@redhat.com>
3268- 2.6.5-rc2-bk8
3269
3270* Mon Mar 29 2004 Dave Jones <davej@redhat.com>
3271- Include latest agpgart fixes.
3272
3273* Thu Mar 25 2004 Arjan van de Ven <arjanv@redhat.com>
3274- more DRM fixes
3275- add the fsync patches from akpm
3276
3277* Tue Mar 23 2004 Arjan van de Ven <arjanv@redhat.com>
3278- 2.6.5-rc2-bk3
3279- fix direct userspace memory access in i830 drm driver
3280
3281* Mon Mar 22 2004 Arjan van de Ven <arjanv@redhat.com>
3282- 2.6.5-rc2-bk2
3283- some stackbloat reductions from Dave and me
3284
3285* Sat Mar 20 2004 Arjan van de Ven <arjanv@redhat.com>
3286- 2.6.5-rc2
3287
3288* Tue Mar 16 2004 Dave Jones <davej@redhat.com>
3289- 2.6.5-rc1
3290
3291* Mon Mar 15 2004 Arjan van de Ven <arjanv@redhat.com>
3292- 2.6.4-bk3
3293- fix oops in toshiba_acpi (Barry K. Nathan)
3294
3295* Sat Mar 13 2004 Arjan van de Ven <arjanv@redhat.com>
3296- 2.6.4-bk2 merge
3297
3298* Thu Mar 11 2004 Arjan van de Ven <arjanv@redhat.com>
3299- renable sonypi driver that was off accidentally
3300- 2.6.4-final
3301- fix the oops on alsa module unloads
3302
3303* Wed Mar 10 2004 Arjan van de Ven <arjanv@redhat.com>
3304- add ppc64/iseries, ppc32 (powermac/ibook) and ia64 architectures
3305- 2.6.4-rc3
3306
3307* Tue Mar 09 2004 Arjan van de Ven <arjanv@redhat.com>
3308- 2.6.4-rc2-bk5
3309- fix nfs-vs-selinux issue
3310- fix typo in URL as per #117849
3311
3312* Mon Mar 08 2004 Arjan van de Ven <arjanv@redhat.com>
3313- fix race in lp.c (#117710)
3314- 2.6.4-rc2-bk3
3315- attempt to fix S3 suspend-to-ram with 4g/4g split
3316
3317* Sat Mar 06 2004 Arjan van de Ven <arjanv@redhat.com>
3318- fix reiserfs
3319- set HZ to 1000 again for some tests
3320
3321* Wed Feb 25 2004 Arjan van de Ven <arjanv@redhat.com>
3322- merge back a bunch of fedora fixes
3323- disable audit
3324
3325* Tue Feb 24 2004 Arjan van de Ven <arjanv@redhat.com>
3326- audit bugfixes
3327- update tux to a working version
3328- 2.6.3-bk5 merge
3329
3330* Fri Feb 20 2004 Arjan van de Ven <arjanv@redhat.com>
3331- re-add and enable the Auditing patch
3332- switch several cpufreq modules to built in since detecting in userspace
3333  which to use is unpleasant
3334
3335* Thu Jul 03 2003 Arjan van de Ven <arjanv@redhat.com>
3336- 2.6 start
3337
Note: See TracBrowser for help on using the repository browser.