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

Revision 3890, 108.9 KB checked in by daisuke, 13 years ago (diff)

kernel:

  • add Patch2700 to update drm
  • add Patch2710 to ignore invalid edid extensions
  • update to unionfs 2.5.9.1
  • update to tuxonice 3.2
  • update configs
  • remove ppc64 config
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 17%{?_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 -b .drm-update
588%patch2710 -p1 -b .ignore-invalid-edid-extensions
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 -b .unionfs
612%patch6031 -p1 -b .open-unlink-ftruncate-crash-fix
613
614# tuxonice
615%patch9000 -p1 -b .tuxonice
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* Sun May 15 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-17
1120- update to unionfs 2.5.9.1
1121- update to tuxonice 3.2
1122- update configs
1123- remove ppc64 config
1124
1125* Sat May 14 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-16
1126- add Patch2700 to update drm
1127- add Patch2710 to ignore invalid edid extensions
1128
1129* Wed May 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-15
1130- add patch1400 to update e1000e driver
1131
1132* Sat Apr 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-14
1133- drop i586 config
1134- build kernel-{source,doc,firmware}.noarch package on i686 build
1135
1136* Sat Apr 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-13
1137- update to 2.6.35.13
1138
1139* Wed Apr 27 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-12
1140- update configs
1141  - enable CONFIG_DEVPTS_MULTIPLE_INSTANCES
1142
1143* Mon Apr 25 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-11
1144- update to unionfs to 2.5.8
1145- add patch6031 to fix open+unlink+ftruncate crash
1146  http://www.fsl.cs.sunysb.edu/pipermail/unionfs/2011-March/006091.html
1147
1148* Wed Apr 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-10
1149- disable drm update patches
1150- update x86 config
1151  - disable CONFIG_KEXEC, CONFIG_RELOCATABLE
1152
1153* Tue Apr 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-9
1154- update to 2.6.35.12
1155- update x86 configs
1156  - enable CONFIG_FTRACE, CONFIG_DYNAMIC_TRACE
1157- add drm update patches
1158
1159* Tue Mar 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-8
1160- update to 2.6.35.11
1161
1162* Sun Jan 09 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.35-7
1163- updated to 2.6.35.10
1164
1165* Mon Sep 27 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-6
1166- update to 2.6.35.6
1167  - remove patch2600 which is merged in upstream
1168
1169* Mon Sep 27 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-5
1170- add patch2600 to fix i915 modesetting failure on intel 8xx (<BTS:1039>)
1171- add BR: xz-lzma-compat, net-tools (<BTS:1038>)
1172- update unionfs to 2.5.6
1173- update tuxonice to 3.2-rc2
1174
1175* Tue Sep 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-4
1176- update to 2.6.35.5
1177
1178* Fri Sep 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-3
1179- update to 2.6.35.4
1180
1181* Sat Aug 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-2
1182- update to 2.6.35.3
1183
1184* Mon Aug 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.35-1
1185- update to 2.6.35.2
1186- update configs
1187- update unionfs to 2.5.5
1188- update tuxonice to 3.1.1.1
1189
1190* Wed May 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.34-1
1191- update to 2.6.34
1192- patch1850: do not show fbcon logo on quiet mode
1193- patch1860: silence acpi blacklist code
1194- update tuxonice to git snapshot
1195
1196* Fri May 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.33-5
1197- update to 2.6.33.4
1198
1199* Tue Apr 06 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.33-4
1200- update to 2.6.33.2
1201- change configs
1202  - revert PREEMPT/PREEMPT_VOLUNTARY changes of previous kernel
1203
1204* Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.33-3
1205- change configs
1206  - enable CONFIG_PREEMPT, disable CONFIG_PREEMPT_VOLUNTARY
1207- update unionfs to 2.5.4
1208
1209* Tue Mar 15 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.33-2
1210- update to 2.6.33.1
1211- remove bootsplash patch, we use plymouth
1212- change CONFIG_VGASTATE to y
1213- add patch1394 to support PLANEX GW-US54GXS (Wishes:229)
1214- update tuxonice to 3.1-for-2.6.33
1215
1216* Tue Mar 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.33-1
1217- update to 2.6.33
1218- update tuxonice to 3.0.99.48
1219- drop e1000 patch
1220- drop drm patches
1221
1222* Sat Feb 20 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-14
1223- add Patch2833 for drm-intel
1224  - do not change DRM configuration when releasing load detect pipe
1225
1226* Sat Feb 20 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-13
1227- add Patch2831,2832 for drm-intel
1228
1229* Wed Feb 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-12
1230- Requires(pre): mkinitrd >= 6.0.93
1231  - new sysfs layout needs new mkinitrd
1232- add Patch2822 for drm-intel
1233
1234* Mon Feb 15 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-11
1235- update to 2.6.32.8
1236- disable SYSFS_DEPRECATED
1237
1238* Tue Feb 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-10
1239- update to 2.6.32.7
1240- enable NUMA support on x86_64
1241
1242* Mon Feb  8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.32-9
1243- drop Patch380 (see the changelog on 2.6.26-3 below)
1244- s/^BuildPreReq/BuildRequires/, s/^Prereq/Requires(pre)/
1245
1246* Sun Feb 07 2010 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.32-8
1247- rebuilt with gcc 4.4.3
1248
1249* Tue Jan 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-7
1250- update to 2.6.32.4
1251
1252* Sat Jan 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-6
1253- update to 2.6.32.3
1254- update tuxonice to 2.0.99.44
1255- drop i586 support
1256  - build kernel-headers on i686
1257
1258* Thu Dec 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-5
1259- update tuxonice to 3.0.99.41-for-2.6.32
1260
1261* Tue Dec 15 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.32-4
1262- fix ppc.config
1263
1264* Tue Dec 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-3
1265- update to 2.6.32.1
1266- add drm related patches
1267  Patch2811: drm-radeon-fixes.patch
1268  Patch2812: drm-radeon-dp-support.patch
1269  Patch2814: drm-nouveau.patch
1270  Patch2819: drm-intel-big-hammer.patch
1271  Patch2826: drm-i915-fix-sync-to-vbl-when-vga-is-off.patch
1272  Patch2827: linux-2.6-intel-agp-clear-gtt.patch
1273  Patch2830: linux-2.6.32-drm-i915-gem-on-pae.patch
1274
1275* Sat Dec 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-2
1276- update x86 configs
1277
1278* Fri Dec 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.32-1
1279- update to 2.6.32
1280- drop obsolete/upstream patches
1281
1282* Tue Oct 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.31-8
1283- update to 2.6.31.3
1284- update x86 configs
1285  - set CONFIG_BLK_DEV_{SD,SR,SG} to "y"
1286
1287* Thu Oct  8 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.31-7
1288- fix ppc config (RTC_DRV_PPC -> RTC_DRV_GENERIC etc.)
1289
1290* Wed Oct  7 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.31-6
1291- add Patch360 (powerpc: Remove SMP warning from PowerMac cpufreq)
1292
1293* Sat Sep 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.31-5
1294- update to 2.6.31.1
1295- prefer ata_piix driver on ICH4+ chipset instead of IDE/piix
1296
1297* Mon Sep 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.31-4
1298- fix asm headers
1299
1300* Mon Sep 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.31-3
1301- add missing headers to kernel-devel
1302
1303* Sun Sep 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.31-2
1304- update x86/x86_64 configs
1305  - set CONFIG_{ATA,ATA_PIIX,SATA_AHCI} to "y"
1306- TODO: fix ppc config
1307
1308* Sun Sep 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.31-1
1309- update to 2.6.31
1310- drop obsolete/upstream patches
1311- update tuxonice to current-20090911-v1
1312- update unionfs-2.5.2
1313
1314* Sat Aug 15 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.27-43
1315- add patch20000 for fix CVE-2009-2692 (SOCKOPS_WRAP()) from fc10
1316
1317* Thu Aug  6 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.27-42
1318- update to 2.6.27.29 with security fixes
1319
1320* Fri Jul 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-41
1321- update to 2.6.27.27
1322- add patch4012 to load panasonic-laptop automatically
1323  (<BTS:0734>, [VineSeed:17786], http://patchwork.kernel.org/patch/2275/)
1324
1325* Fri Jul  3 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.27-40
1326- update to 2.6.27.26
1327- add patch810 for fix slub bug
1328- drop patch20000 (included in .26)
1329
1330* Thu Jul  2 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.27-39
1331- change Provides alsa-driver 1.0.19 -> 1.0.17
1332
1333* Thu Jul  2 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.27-38
1334- drop patch8000,8001 (alsa driver are provided by alsa-driver package)
1335
1336* Mon Jun 29 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.27-37
1337- 2.6.27.25
1338- drop patch280 (included in .25)
1339- add patch20000 for fix CVE-2009-1389 (r8169 driver)
1340
1341* Sat Jun 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-36
1342- add Patch280: workaround failures on intel atom
1343- add Patch140[45]: fix e1000e driver
1344- add Patch2100: fix pata_sch, notice attached slave devices
1345- add Patch2900: update synaptics driver
1346- add Patch291[012]: update toshiba acpi driver
1347- add Patch2920: update eeepc laptop driver
1348- add Patch3000: fix up v4l2 video_open function
1349
1350* Wed Jun 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-35
1351- fix x86_64 config
1352
1353* Sun May 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-34
1354- enable CONFIG_PCI_MSI
1355- add Patch1840 to disable PCI MSI by default
1356
1357* Sun May 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-33
1358- update to 2.6.27.24
1359- add Patch4011 to update panasonic-laptop
1360
1361* Sun May 17 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.27-32
1362- now ppc kernel (vmlinux) is named as vmlinuz
1363  (still keep vmlinux* symlinks for compatibility though)
1364- remove MOL-related files and patches completely
1365
1366* Sat May 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-31
1367- revert config change
1368  - re-enable CONFIG_SYSFS_DEPRECATED which is still needed by some
1369    userland utilities
1370
1371* Thu May 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-30
1372- update configs
1373  - disable CONFIG_SYSFS_DEPRECATED
1374
1375* Tue May 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-29
1376- update /boot/vmlinuz* symlink policy
1377  - vmlinuz -> newly installed kernel
1378  - vmlinuz-pae -> newly installed pae kernel
1379  - vmlinuz.old -> current running kernel
1380
1381* Mon May 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-28
1382- add Patch2812 to add missing drm definitions
1383
1384* Sun May 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-27
1385- update to 2.6.27.23
1386
1387* Tue May 05 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.27-26
1388- apply patch2811 (again) to disable GEM on PAE or 8xx
1389
1390* Tue May 05 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.27-25
1391- patch2813 - patch2819 are disabled to fix radeon dri issue
1392
1393* Mon May 04 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.27-24.1
1394- test package to fix DRI issue on radeon
1395
1396* Mon Apr 27 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.27-24
1397- modify post script for ppc (delete snd-powermac aliasing in modprobe.conf*)
1398
1399* Mon Apr 27 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.27-23
1400- Patch6030 (unionfs) updated to 2.5.1
1401
1402* Mon Apr 27 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.27-22
1403- update ppc.config (change CONFIG_RTC_DRV_PPC from m to y, and many more)
1404- s/modutils/module-init-tools/ in BuildPreReq
1405
1406* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-21
1407- change config options for tuxonice-3.0.1
1408  set following options to 'y'
1409  - CONFIG_CRYPTO_DEFLATE,CONFIG_CRYPTO_LZO
1410  - CONFIG_LZO_COMPRESS,CONFIG_LZO_DECOMPRESS
1411   
1412* Sun Apr 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-20
1413- update drm patches
1414- update configs
1415  - CONFIG_USB_OHCI_HCD_SSB change to n
1416- update tuxonice to 3.0.1-for-2.6.27
1417
1418* Sat Mar 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-19
1419- update to 2.6.27.21
1420- update tuxonice to new current snapshot (20090313-v1)
1421- update kernel_prereq
1422  - mkinitrd >= 5.1.19.6
1423  - module-init-tools >= 3.6
1424
1425* Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-18
1426- update to 2.6.27.20
1427- add PAE kernel entry to grub menu.lst
1428  - create /boot/vmlinuz-pae for latest pae kernel
1429
1430* Wed Mar 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-17
1431- update to 2.6.27.19
1432- remove r1000 driver
1433
1434* Wed Mar  4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.27-16
1435- update tuxonice to current snapshot (20090214-v1)
1436
1437* Thu Feb 19 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.27-15
1438- update Patch8001
1439
1440* Wed Feb 18 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.27-14
1441- add Patch8000 and Patch8001 (update alsa-driver to 1.0.19)
1442
1443* Fri Feb 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-13
1444- update to 2.6.27.17
1445
1446* Fri Feb 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-12
1447- update to 2.6.27.16
1448- re-add Patch1450 to support smarter relatime
1449- modify kernel config
1450  - CONFIG_RT_GROUP_SCHED=y
1451  - CONFIG_CGROUP_SCHED=y
1452  - CONFIG_USER_NS=y
1453  - CONFIG_PID_NS=y
1454  - CONFIG_DEFAULT_RELATIME=y
1455
1456* Sun Jan 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-11
1457- update to 2.6.27.13
1458- update drm-next.patch
1459  - drm-next.patch: drm/intel: fix VT switch issue harder.
1460- update drm-modesetting-radeon.patch
1461  - radeon drm: fix broken caching bits in radeon which broke AGP
1462- update to squashfs 3.4
1463
1464* Mon Jan 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-10
1465- update to 2.6.27.12
1466- drop upstream patch (patch2500)
1467
1468* Tue Jan 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-9
1469- add kernel-pae subpackage for PAE capable kernel (i686 only)
1470
1471* Sat Dec 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.27-8
1472- add Patch1400 to support ich9 e1000 support
1473- add Patch140[123] to support newer e1000e device
1474- add Patch1410 to update r8169
1475- add Patch250[0124] to update wireless bits
1476- add Patch260[012] to update uvcvideo
1477- add Patch2800,281[0356] to update drm
1478- add Patch4000 to add atl2 driver
1479- add Patch4010 to add panasonic laptop extras
1480
1481* Fri Dec 26 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.27-7
1482- fix header installation section (introducing asmarch macro etc.)
1483  especially for arch/powerpc/include/asm instead of include/asm-powerpc
1484  (see git commit b8b572e1015f81b4e748417be2629dfe51ab99f9)
1485
1486* Mon Dec 22 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.27-6
1487- fix broken ppc.config (maybe at 2.6.27-4 or -5?)
1488
1489* Sun Dec 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> - 2.6.27-5
1490- update to 2.6.27.10
1491- change configs
1492  - set CONFIG_RTC_DRV_CMOS=y
1493  - set CONFIG_TIO_IGNORE_LATE_INITCALL=y
1494
1495* Wed Dec 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> - 2.6.27-4
1496- update to 2.6.27.9
1497- change configs
1498  - set CONFIG_RTC_CLASS=y instead of "m"
1499  - set CONFIG_CGROUPS=y
1500
1501* Sat Dec 13 2008 Daisuke SUZUKI <daisuke@linux.or.jp> - 2.6.27-3
1502- add Conflicts: libdrm-devel < 2.4.0-4 to kernel-headers
1503- add kernel-firmware subpackage
1504
1505* Fri Dec 12 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.27-2
1506- minor treatment for creating asm symlinks
1507
1508* Thu Dec 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> - 2.6.27-1
1509- update to 2.6.27.8
1510- update tuxonice to current snapshot
1511- update unionfs to 2.5
1512- update configs
1513
1514* Sun Oct 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.26-9
1515- Requires(post): mkinitrd >= 4.2.1.10-2vl5
1516
1517* Mon Sep 15 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.26-8
1518- the first line "# powerpc" was missing on ppc.config of 2.6.26-7 - fixed.
1519
1520* Tue Sep 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.26-7
1521- update to 2.6.26.5
1522- drop patch2230 (merged in upstream)
1523
1524* Sat Aug 16 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.26-6
1525- add patch2230 to fix it821x in pass-through mode segfaults
1526  (Already this patch is merged into kernel main tree)
1527
1528* Mon Aug 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.26-5
1529- update to 2.6.26.2
1530
1531* Wed Jul 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.26-4
1532- set CONFIG_X86_PAT to n
1533  - this may cause lock or boot problem in some system
1534- set CONFIG_IDE_GENERIC to n
1535  - disable ide_generic to fix piix dma problem.
1536    ide_generic does not help in recent PCs, and may cause confusion,
1537    so it should be set 'n' now.
1538
1539* Wed Jul 22 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.26-3
1540- drop unneccesary powerpc patches
1541- re-create Patch370 and ppc.config
1542- add Patch380 and apply in reverse (until Vine goes to gcc-4.4.x)
1543
1544* Tue Jul 22 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.26-2
1545- do not override asm-powerpc/highmem.h with asm-ppc/highmem.h anymore
1546
1547* Sat Jul 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.26-1
1548- update to 2.6.26
1549- update configs
1550- drop unneeded patches
1551- update tuxonice from tuxonice-2.6.26.git
1552
1553* Thu Jul 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.25-12
1554- update to 2.6.25.10
1555- fix CONFIG_NLS_DEFAULT to utf8
1556
1557* Sat Jun 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.25-11
1558- update to 2.6.25.9
1559- add Patch2500 to implement smarter atime update support ([VineSeed:15756])
1560- change CONFIG_NLS_DEFAULT from euc-jp to utf-8
1561
1562* Tue Jun 10 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.25-10
1563- updated to 2.6.25.6
1564
1565* Mon Jun 09 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.25-9
1566- CONFIG_BLK_DEV_{IDECD,PIIX}=m to avoid piix driver to override
1567  ata_piix driver under ICH* PATA chipsets
1568
1569* Sat May 31 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.25-8
1570- add Patch2400 to support Intel 965G/965GM chipsets
1571  (0e170c72c0c55bd78213a0f5053bd9a1dde403b7)
1572
1573* Thu May 29 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.25-7
1574- add Patch2220 to fix boot suspending on recent MacBooks w/o AC adapter
1575  (see http://www.spinics.net/lists/linux-ide/msg23442.html and its thread)
1576
1577* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.25-6
1578- update to 2.6.25.4
1579- drop Patch2400 (already in upstream)
1580
1581* Fri May 16 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.25-5
1582- fix ppc.config
1583
1584* Thu May 15 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.25-4
1585- add Patch2400 (cb6716c879ecf49e2af344926c6a476821812061)
1586  to fix broken drive detection on some MacBooks
1587- disable Patch381 (no need to export copy_page symbols anymore)
1588
1589* Fri May 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.25-3
1590- update to 2.6.25.1
1591
1592* Mon Apr 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.25-2
1593- update unionfs to 2.3.3
1594- update tuxonice to 3.0-rc7
1595
1596* Wed Apr 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.25-1
1597- update to 2.6.25
1598- update unionfs to 2.3.2
1599- update configs
1600
1601* Sun Apr 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.24-7
1602- build x86 headers on i586 build
1603
1604* Fri Apr 04 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.24-6
1605- re-introduce kernel-headers subpackage again
1606  (which obsoletes pretty old glibc-kernheaders package)
1607
1608* Sun Mar 30 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.24-5
1609- fix ppc.config
1610- add buildmol (default 0)
1611
1612* Thu Mar 27 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.24-4
1613- fix include file install section for x86_64
1614
1615* Wed Mar 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.24-3
1616- drop supermount-ng patch
1617- add Patch6020 for bootsplash
1618
1619* Tue Mar 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.24-2
1620- update to 2.6.24.4
1621
1622* Mon Mar 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.24-1
1623- update to 2.6.24.3
1624- update unionfs to 2.2.4
1625- update x86/x86_64 configs
1626
1627* Fri Jan 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.23-0vl7
1628- update TuxOnIce to 3.0-rc5-2.6.23.14
1629
1630* Mon Jan 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.23-0vl6
1631- updated to 2.6.23.14
1632- update TuxOnIce to 3.0-rc4-2.6.23.14
1633
1634* Sun Dec 16 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.23-0vl5
1635- add Patch381 (unionfs won't build without this patch)
1636- rename mol-kmods to kernel-module-mol
1637
1638* Sat Dec 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.23-0vl4
1639- updated to 2.6.23.11
1640- update TuxOnIce to 3.0-rc3-2.6.23.9
1641- update unionfs to 2.1.11
1642- update squashfs to 3.3
1643
1644* Wed Dec  5 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.23-0vl3
1645- updated to 2.6.23.9
1646
1647* Sun Nov 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.23-0vl2
1648- update TuxOnIce to 3.0-rc2-2.6.23.1
1649- update ppc config
1650
1651* Sat Nov 17 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.23-0vl1
1652- update to 2.6.23.8
1653
1654* Mon Nov 05 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.23-0vl0.7
1655- update x86_64.config
1656
1657* Tue Oct 30 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.23-0vl0.6
1658- update x86 config
1659
1660* Mon Oct 29 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.23-0vl0.5
1661- update x86_64.config
1662- add patch2301 for fix a bug in the LSI emulation in VMWare 5
1663
1664* Mon Oct 22 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.23-0vl0.4
1665- unionfs updated to 2.1.7
1666
1667* Mon Oct 22 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.23-0vl0.3
1668- add Patch380 to fix symbol errors with mol-kmods
1669- fix ppc.config (CONFIG_SLUB_DEBUG{,_ON} were missing)
1670
1671* Sun Oct 21 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.23-0vl0.2
1672- require mkinitrd >= 4.2.1.8-0vl5 for tuxonice-3.0
1673- update grub/menu.lst to use "resume=" parameter instead of "resume2="
1674
1675* Sun Oct 21 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.23-0vl0.1
1676- update x86 config
1677- update ppc config (enable SLUB allocator instead of SLAB allocator)
1678
1679* Fri Oct 19 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.23-0vl0
1680- initial attempt for upgrading 2.6.23
1681- 2.6.23.1
1682- drop many "untested" or "already in upstream" patches
1683- add e1000e driver
1684- r1000 updated to 1.0.7 (with a patch to fix compile failure)
1685- drop fbsplash
1686- updated other components such as following:
1687  - TuxOnIce (formerly suspend2) 3.0-rc1
1688  - supermount-ng 2.2.2
1689  - unionfs 2.1.6
1690  - squashfs 3.2r2
1691  - Mac-On-Linux 0.9.72.1 (only on ppc)
1692- other important TODOs:
1693  - prepare correctly working i?86/x86_64 configs for the first thing!
1694  - clean up many sections in this spec file
1695  - re-organize many of the patches
1696  - include another kind of splash mechanism (usplash? splashy? etc.)
1697  - time to consider introducing xen and SELinux?
1698
1699* Thu Oct 04 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl89
1700- re-update patch1050,1060 for suspend2 2.2.8 on x86_64
1701- update patch1390 to 3.71b (wishes:128)
1702- update patch1630 (tg3 section is no needed)
1703
1704* Wed Oct 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl88
1705- Prereq: mkinitrd >= 4.2.1.8-0vl2 for new suspend2
1706
1707* Sun Sep 30 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl87
1708- update suspend2 patch to 2.2.8-for-2.6.16.21
1709
1710* Fri Sep 28 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl86
1711- add patch20390 for fix CVE-2007-4573 (Zero extend all registers)
1712
1713* Thu Sep 27 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl85
1714- add patch20370 for fix CVE-2007-3739 ("mm/mmap.c")
1715- add patch20380 for fix CVE-2007-3740 (CIFS should honor umask)
1716- update Source200, patch1050,1060 for fix function name conflict on x86_64
1717
1718* Mon Aug 27 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl84
1719- fix following configs for ppc
1720  - CONFIG_IEEE1394_EXPORT_FULL_API=y
1721  - CONFIG_IEEE1394_OHCI1394=m
1722
1723* Mon Aug 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl83
1724- add Patc2146 for libata/ahci to add new chipset(sb700,mcp7x,via) support
1725- update Patch2143
1726
1727* Sun Aug 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl82
1728- update Patch2143
1729
1730* Sun Aug 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl81
1731- add Patch2140 for libata ich9 support
1732- add Patch2141 for generic ahci class support
1733- add Patch2142 for libata/ide mcp67 support
1734- add Patch2143 for libata/ata_piix update to fix port mapping problem in ich8
1735- add Patch2144 for libata/ahci update to force SB600 as AHCI mode
1736- add Patch2145 for libata/sata_via to add new chipset support
1737- add Patch2220 for IDE/atiixp SB600 support
1738- add Patch3200 for agpgart/intel-agp intel 965 support
1739- add Patch3210 for drm/i915 intel 945gme support
1740- add Patch3010 for hda_intel ICH9/RS690/MCP6x support
1741
1742* Sat Aug 25 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl80
1743- add patch20360 for fix CVE-2007-3848 (PR_SET_PDEATHSIG)
1744- add patch20350 for fix CVE-2007-4308 (aac raid driver)
1745- add Patch20320 for fix CVE-2007-3513 (usblcd)
1746- add Patch20330 for fix CVE-2007-1353 (Bluetooth Fix L2CAP/HCI setsockopt())
1747- add Patch20340 for fix CVE-2007-3105 (random)
1748- add patch20310 for fox CVE-2006-7203(compat_sys_mount())
1749- add patch1371 for support Corega LAPCIGT NIC (R8169)
1750- renumber patch1371 -> patch1375 (linux-2.6.16-r1000-1.0.4.patch)
1751
1752* Sun Jun 10 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl79
1753- add patch20280 for fix CVE-2007-2453
1754- add patch20290 for fix CVE-2007-2875
1755- add patch20300 for fix CVE-2007-2876
1756- add Patch2300 to update 3w-9xxx driver (from 3ware)
1757
1758* Sat Jun 09 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl78
1759- add Patch1391 to update forcedeth-0.60
1760
1761* Thu May 31 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl77
1762- for VineSeed
1763
1764* Mon May 28 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl76
1765- add patch20250 for fix CVE-2007-1861 (NETLINK_FIB_LOOKUP)
1766- add patch20260 for fix CVE-2007-2172 (anout-of-bounds access)
1767- add patch20270 for fix CVE-2007-2525 (PPP Over X/Ethernet)
1768
1769* Sat Apr 14 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl75
1770- add patch20225 for fix CVE-2007-1497 (ipv6_conntrack_in())
1771- add patch20240 for fix CVE-2007-1357 (atalk_sum_skb() in AppleTalk)
1772- fix changelog typo
1773
1774* Fri Apr 06 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl74
1775- add patch20200 for fix CVE-2007-1217 (isdn capi)
1776- update config (CONFIG_CAPI_TRACE is added)
1777- add patch20220 for fix CVE-2007-1496 (nf_conntrack in netfilter)
1778- add patch20230 for fix CVE-2007-1592 (cp_v6_syn_recv_soc())
1779- remake patch20180 (for CVE-2007-1000)
1780  - old patch included CVE-2007-1388 fix
1781- add patch20210 for fix CVE-2007-1388 (do_ipv6_setsockopt())
1782  - it was separated from old patch20180
1783
1784* Wed Mar 14 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl73
1785- add patch20190 for fix CVE-2007-0958 (PT_INTERP)
1786
1787* Wed Mar 14 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl72
1788- add patch for fix CVE-2007-0005 (cm4040)
1789- add patch for fix CVE-2007-1000 (ipv6_getsockopt_sticky())
1790
1791* Wed Feb 21 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl71
1792- add patch20160 for fix CVE-2007-0772 (NFSACL DoS)
1793
1794* Thu Feb 15 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl70
1795- add patch20150 for fix CVE-2007-0006 ("key_alloc_serial()" DoS)
1796
1797* Mon Feb 05 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl69
1798- add patch20140 for fix CVE-2006-5753 (listxattr Memory Corruption)
1799
1800* Thu Jan 18 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl68
1801- add patch20120 for fix CVE-2006-4814 (mincore User Space Access Lock issue)
1802- add patch20130 for fix CVE-2006-5749 (ISDN init_timer)
1803
1804* Mon Jan 08 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl67
1805- rebuilt
1806
1807* Mon Dec 25 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl66.1
1808- test package
1809- add patch20070 for fix CVE-2006-5173
1810- add patch20080 for fix CVE-2006-5823
1811- add patch20090 for fix CVE-2006-6053
1812- add patch20100 for fix CVE-2006-6054
1813- add patch20110 for fix CVE-2006-6056
1814
1815* Wed Dec 20 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl66
1816- add patch20060 for fix CVE-2006-6106
1817
1818* Fri Dec 15 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl65
1819- update to 2.6.16.36
1820
1821* Sun Dec 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl64
1822- drop Patch2220.
1823
1824* Thu Dec 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl63
1825- update to 2.6.16.34
1826- drop patch1380,2300,200[01234]0 which are merged in 2.6.16.34
1827
1828* Thu Dec 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl62
1829- update tg3 driver to 3.66d (Patch1390)
1830- update ix86 config
1831  - set CONFIG_ACPI_BLACKLIST_YEAR to 1999 instead of 2001
1832
1833* Sun Dec 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl61
1834- add Patch2130 to use ACHI on libata suspend/resume.
1835- add Patch2220 to support DMA on ICH6M (<BTS:407>)
1836  http://marc.theaimsgroup.com/?l=linux-ide&m=114317385718285&w=2
1837
1838* Sun Nov 26 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.16-0vl60.1
1839- add patch20000 for fix CVE-2006-4997
1840- add patch20010 for fix CVE-2006-4572
1841- add patch20020 for fix CVE-2006-4623
1842- add patch20030 for fix CVE-2005-4352
1843- add patch20040 for fix CVE-2006-5619
1844- add patch20050 for fix CVE-2006-5757
1845- add patch1361 for fix e1000 suspend/resume powerup and irq allocation
1846- add patch1380 for support sis900 new PHY
1847- add patch2300 for fix pppoe
1848
1849* Fri Oct 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl60
1850- add Patch1344 to fix sky2 88E803X transmit lokup problem (<BTS:309>)
1851  http://marc.theaimsgroup.com/?l=git-commits-head&m=116146456420139&w=2
1852
1853* Tue Oct 24 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl59
1854- [ppc] drop Patch351, and add/modify Patch352, Patch353 and Patch354
1855        for better offb/BootX fixes, taken from linux-2.6 git tree
1856  - Patch352: ab13446616118dc61c00ea50cc49919400717dd0 (v2.6.18-rc1)
1857  - Patch353: 98c82472e98469ef23d7c680a0d6be1429540166 (v2.6.18-rc3)
1858  - Patch354: 6cdd2bdfb9e2449f1c8a0f729cdf9cfd733dd63f (v2.6.18-rc5)
1859- [ppc] add Patch355 (eMac lockup fix)
1860  - Patch355: 5a47d749e3d067e057d276075fed1d91749d3841 (v2.6.17-rc6)
1861
1862* Fri Oct 20 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl58
1863- add Patch6025 (ad-hoc unicon revert patch for ppc)
1864- add mol-kmods subpackage (which needs fully-built kernel source to compile)
1865- fix %%post section (for snd-powermac and vmlinu[xz] symlinks)
1866
1867* Thu Oct 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl57
1868- add Patch1371 for r1000 driver 1.0.4
1869
1870* Tue Oct 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl56
1871- update x86 config
1872  - enable more drivers
1873  - disable cpufreq-nforce2
1874
1875* Sun Oct 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl55
1876- update sdhci driver to 0.12
1877
1878* Sun Oct 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl54
1879- add sdhci driver 0.11 (from mm patch)
1880
1881* Sat Oct 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl53
1882- add bcm43xx driver backported from 2.6.17
1883- fix typo in %%post
1884- update x86 config
1885
1886* Fri Oct 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl52
1887- replace Patch1880
1888  - Patch inserts PCI memory mapped config region(s) into the resource map. This
1889    will allow for the MMCCONFIG regions to be marked as busy in the iomem
1890    address space as well as the regions(s) showing up in /proc/iomem.
1891    (backported from 2.6.19-rc)
1892
1893* Thu Oct 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl51
1894- add Patch1880 (<BTS:218>)
1895  - Disable MMCONFIG on Intel SDV using DMI blacklist
1896    (see http://www.x86-64.org/lists/patches/msg03704.html)
1897- add Patch2210 to suuport Marvell PATA controller by generic ide driver.
1898- use vmlinux symlink on ppc architecture
1899
1900* Thu Oct 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl50
1901- add ivtv driver fix (Thanks to T.Adachi)
1902
1903* Sun Oct 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl49
1904- update unicon patch (<BTS:196>)
1905- fix %%post to correct modprobe.conf.dist path.
1906
1907* Tue Sep 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl48
1908- update ivtv driver to fix bug (Thanks to T.Adachi)
1909
1910* Mon Sep 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl47
1911- update unicon patch to fix broken double byte chars with gpm.
1912  - XXX: still broken on selecting strings with gpm.
1913  - We are not supporting gpm any longer, do not expect any
1914    fix for this.
1915
1916* Sat Sep 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl46
1917- add Patch3100 to use mutexes in firmware_class
1918
1919* Fri Sep 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl45
1920- update to 2.6.16.29
1921
1922* Thu Sep 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl44
1923- add Patch2120 to add vt8237a support for sata_via
1924- update Patch2110 to add SiS ahci controller's pciid
1925- add more Japanese summaries.
1926
1927* Wed Sep 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl43
1928- change Group of kernel-doc to Applications/Documentation
1929
1930* Sun Sep 17 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl42
1931- add Patch352 to fix boot with ramdisk from BootX on OldWorld PowerMac
1932  (patch derived from BenH, then appeared on Ubuntu Malone #50746)
1933
1934* Sun Sep 17 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl41
1935- disable CONFIG_SND_AOA* on ppc.config (use snd-powermac instead)
1936
1937* Sun Sep 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl40
1938- add Patch1343 to fix sky2 "phy read timeout" message flood.
1939  (<BTS:189>)
1940
1941* Sun Sep 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl39
1942- update sky2 to 1.7 (<BTS:189>)
1943- renumber sky2/skge patches
1944
1945* Sat Sep 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl38
1946- add Patch1370 to update r8169 driver
1947  - add support RTL8168*/RTL810x
1948
1949* Mon Sep 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl37
1950- add Patch2200 to support JMicron JMB36x ATA controllers
1951  by legacy IDE driver
1952- update configs
1953
1954* Sun Sep 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl36
1955- update Patch6000 to fix unicon
1956  (FIXME: bootsplash does not support unicon)
1957- add Patch2110 to add newer chipset support for AHCI
1958  (JMicron, ATI, NVIDIA)
1959   
1960* Sat Sep 09 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.16-0vl35
1961- update x86_64.config (CONFIG_SND_VXPOCKET is not set)
1962
1963* Fri Sep 08 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl34
1964- add Patch351 for offb on unsupported cards
1965
1966* Fri Sep 08 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl33
1967- fix ppc.config (CONFIG_FB_RIVA is not set, disable unneeded snd modulers)
1968- fix Patch3000 (no changes under ppc/ directory - it's broken)
1969
1970* Tue Sep 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl32
1971- update e1000 driver to 7.2.7
1972- update configs
1973
1974* Mon Sep 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl31
1975- update alsa-driver to 1.0.12
1976- update e1000 driver to 7.1.9-k4 (from 2.6.18-rc5) (<BTS:0136>)
1977- add patch10000 to remove localized version string from /proc/version
1978  (<BTS:0126>)
1979- update unionfs to 1.2 (<BTS:0131>)
1980
1981* Sun Sep 03 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl30
1982- fix ppc.config (CONFIG_XMON etc)
1983
1984* Thu Aug 31 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.16-0vl29
1985- update x86_64.config
1986
1987* Tue Aug 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl28
1988- update to 2.6.16.28
1989
1990* Fri Aug 25 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl27
1991- fix more of ppc.config (CONFIG_MD etc)
1992
1993* Wed Aug 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl26
1994- add Patch1350,1351 for sky2 update
1995  - sky2-1.5, sky2 jumbo paket fix
1996- add Patch1352 for skge update
1997- add Patch2100 to add support Promise 2037x SATA controllers with PATA ports
1998
1999* Thu Aug 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl25
2000- update x86.config, re-create i586.config from i686.config
2001- add Patch1850 from FC (add nosoftlock runtime option)
2002
2003* Wed Jul 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl24
2004- add Patch1203 to fix nfsd crash.
2005
2006* Tue Jul 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl23
2007- update to 2.6.16.27
2008
2009* Thu Jul 20 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.16-0vl22
2010- update x86_64.config
2011
2012* Tue Jul 18 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl21
2013- update to 2.6.16.26
2014
2015* Fri Jul 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl20
2016- update to 2.6.16.24
2017
2018* Sun Jul 02 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.16-0vl19
2019- update x86_64.config, add CONFIG_HPET_EMULATE_RTC=y
2020  (see [VineSeed-x86_64:00146] from s.mishima)
2021
2022* Wed Jun 28 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl18
2023- modify Patch3000 for ppc
2024- disable swsusp on ppc again
2025- update ppc.config
2026
2027* Wed Jun 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl17
2028- update to 2.6.16.22
2029- disable buildsmp, default normal kernel supports smp now.
2030
2031* Tue Jun 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl16
2032- update to 2.6.16.20
2033
2034* Sun May 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl15
2035- update to 2.6.16.18
2036- update squashfs to 3.0
2037
2038* Sun May 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl14
2039- update to 2.6.16.17
2040
2041* Tue May 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl13
2042- add Patch3000 to update alsa driver from 2.6.17-rc4
2043
2044* Tue May 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl12
2045- add saa7133gyc/ivtv driver from paken. (Patch7000)
2046  (Thanks for T.Adachi)
2047- update ix86 config
2048  add CONFIG_VIDEO_GR3DYCS=m, CONFIG_VIDEO_IVTV=m
2049
2050* Sat May 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl11
2051- update to 2.6.16.16
2052- update ix86 config
2053
2054* Wed May 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl10
2055- update to 2.6.16.13
2056- update software suspend2 to 2.2.5
2057
2058* Wed Apr 26 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl9
2059- enable swsusp2 on ppc (for testing)
2060
2061* Thu Apr 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl8
2062- update to 2.6.16.9
2063
2064* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl7
2065- update to 2.6.16.4
2066- update software suspend2 to 2.2.4
2067
2068* Tue Mar 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl6
2069- update to 2.6.16.1
2070- update software suspend2 to 2.2.2.1
2071
2072* Tue Mar 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl5
2073- XXX:temporarily back to suspend2-2.2.0.1, 2.2.1 does not work correctly.
2074
2075* Tue Mar 21 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl4
2076- fix more of ppc configs
2077
2078* Mon Mar 20 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl3
2079- update ppc configs
2080
2081* Mon Mar 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl2
2082- update x86_64 configs
2083
2084* Mon Mar 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-0vl1
2085- update to 2.6.16
2086- update ix86*, x86_64* configs
2087  regenerate smp configs from up config
2088- update software suspend2 to 2.2.1
2089
2090* Sat Mar 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.15-0vl7
2091- fix unicon driver
2092- update x86_64 configs (still need to work)
2093- TODO: ppc* configs
2094
2095* Thu Mar 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.15-0vl6
2096- add missing files to -devel package
2097
2098* Wed Mar 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.15-0vl5
2099- add symlinks for initrd/initrd.old
2100
2101* Wed Mar 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.15-0vl4
2102- add Patch6011 to fix supermount-ng
2103- add Patch6031 to fix unionfs
2104
2105* Tue Feb 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.15-0vl3
2106- update ix86* config
2107- drop some FC patches
2108  - debug optios, execshield
2109
2110* Mon Feb 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.15-0vl2
2111- update to 2.6.16-rc5
2112- update ix86* configs
2113- update software suspend2 to 2.2.0.1
2114- update unionfs to 1.1.3.20060221
2115- TODO: unicon driver should be fixed
2116- TODO: ppc* configs and x86_64* configs not fixed yet
2117
2118* Sun Feb 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.15-0vl1
2119- update to 2.6.16-rc2
2120- update ix86* config
2121- update squashfs to 2.2-r2
2122- update software suspend2 to 2.2 (not applied yet)
2123- TODO: unicon driver should be fixed
2124
2125* Mon Oct 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.14-0vl1
2126- upated to 2.6.14.3
2127- update ix86* config
2128- update software suspend to 2.2-rc13
2129- TODO: unicon driver should be fixed
2130
2131* Thu Aug 18 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.14-0vl0
2132- based on 2.6.14-1.1636_FC4 (changelogs NOT merged yet)
2133- updated to 2.6.14.2
2134- Patch6000 (unicon) temporally disabled - TODO in top priority!
2135- updated Patch6030 (unionfs 1.1.1), with eliminating asm/segment.h inclusion
2136  (ppc* and sparc* don't have asm/segment.h - see ChangeLog-2.6.14)
2137- TODO: ix86* configs not fixed yet
2138
2139* Thu Aug 18 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.12-0vl11
2140- added Patch313 for better fan control on recent PowerBooks
2141  (http://lists.debian.org/debian-powerpc/2005/08/msg00478.html)
2142
2143* Thu Aug 18 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.12-0vl10
2144- added Patch1920
2145  (http://lists.debian.org/debian-powerpc/2005/01/msg00219.html)
2146
2147* Thu Aug 18 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.12-0vl9
2148- some more fixes for ppc.config and ppc-smp.config (THERM_* to y)
2149- updated Patch6030 (unionfs 1.0.3)
2150- added Patch312 to supress CPU-temp messages from therm_windtunnel module
2151
2152* Sun Aug 14 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.12-0vl7
2153- more fixes for ppc.config and ppc-smp.config
2154
2155* Thu Jul 14 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.12-0vl6
2156- initial attempt for ppc archtecture (ppc64 not yet)
2157
2158* Fri Jun 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.12-0vl5
2159- update to 2.6.12.1 (was not applied in 2.6.12-0vl4)
2160- add suquashfs-2.1-r2 (Patch6030)
2161- update configs
2162  - change to 'y' for BLK_DEV_LOOP, CRAMFS, SQUASHFS
2163  - set samba default codepage to cp932
2164  - set vfat default codepage to cp932, default iocharset to euc-jp
2165  - set NLS_DEFAULT to cp932 instead of utf-8
2166
2167* Wed Jun 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.12-0vl4
2168- add requires: kernel-doc instead of kernel26-doc
2169
2170* Tue Jun 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.12-0vl3
2171- rename kernel26 to kernel
2172
2173* Mon Jun 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.12-0vl2
2174- update configs
2175  - enable CONFIG_INPUT_MOUSEDEV_PSAUX for compatibility
2176
2177* Sat Jun 18 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.12-0vl1
2178- update to 2.6.12
2179- remove tux http accelerator
2180
2181* Sat Jun 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.11-0vl7
2182- fix saa7133gyc driver
2183- add Patch200 to add no_timer_check hack for i386 kernel.
2184  (thanks to NAKAMURA Kenta)
2185- update configs
2186  - enable IO_APIC in UP kernel.
2187
2188* Fri Jun 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.11-0vl6
2189- update to 2.6.12-rc6
2190- add software suspend 2.1.9 ( not applyed yet )
2191- add Patch6030 for unionfs-1.0.12a
2192- update configs
2193
2194* Wed Jun 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.11-0vl5
2195- add kernel-source package.
2196
2197* Sun Jun 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.11-0vl4
2198- fix and update bootsplash to 3.1.6
2199- add Patch6010 for supermount-ng-2.0.8
2200
2201* Sun May 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.11-0vl3
2202- add Patch6010 for bootsplash-3.1.4
2203
2204* Sun May 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.11-0vl2
2205- port unicon patch(Patch6000) from 2.6.9 ppc kernel.
2206
2207* Sat May 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.11-0vl1
2208- initial build of kernel26 package for Vine Linux
2209  (partially based on FC kernel)
2210- update to kernel-2.6.12-rc5
2211- use Vine Logo for fb console.
2212
2213* Tue May 24 2005 Dave Jones <davej@redhat.com>
2214- Update various cpufreq drivers.
2215
2216* Mon May 23 2005 Dave Jones <davej@redhat.com>
2217- Add extra id to SATA Sil driver. (#155748)
2218- Fix oops on rmmod of lanai & ms558 drivers when no hardware present.
2219
2220* Mon May 23 2005 Dave Jones <davej@redhat.com>
2221- Fix double unlock of spinlock on tulip. (#158522)
2222
2223* Mon May 23 2005 David Woodhouse <dwmw2@redhat.com>
2224- audit updates: log serial # in user messages, escape comm= in syscalls
2225
2226* Mon May 23 2005 Dave Jones <davej@redhat.com>
2227- 2.6.12-rc4-git6
2228  MMC update, reiserfs fixes, AIO fix.
2229- Fix absolute symlink in -devel (#158582)
2230- 2.6.12-rc4-git7
2231  PPC64 & i2c fixes
2232- Fix another divide by zero in ipw2100 (#158406)
2233- Fix dir ownership in kernel-doc rpm (#158478)
2234
2235* Sun May 22 2005 Dave Jones <davej@redhat.com>
2236- Fix divide by zero in ipw2100 driver. (#158406)
2237- 2.6.12-rc4-git5
2238  More x86-64 updates, Further pktcdvd frobbing,
2239  yet more dvb updates, x86(64) ioremap fixes,
2240  ppc updates, IPMI sysfs support (reverted for now due to breakage),
2241  various SCSI fixes (aix7xxx, spi transport), vmalloc improvements
2242
2243* Sat May 21 2005 David Woodhouse <dwmw2@redhat.com>
2244- Fix oops in avc_audit() (#158377)
2245- Include serial numbers in non-syscall audit messages
2246
2247* Sat May 21 2005 Bill Nottingham <notting@redhat.com>
2248- bump ipw2200 conflict
2249
2250* Sat May 21 2005 Dave Jones <davej@redhat.com> [2.6.11-1.1334_FC4]
2251- driver core: restore event order for device_add()
2252
2253* Sat May 21 2005 David Woodhouse <dwmw2@redhat.com>
2254- More audit updates. Including a fix for AVC_USER messages.
2255
2256* Fri May 20 2005 Dave Jones <davej@redhat.com>
2257- 2.6.12-rc4-git4
2258  networking fixes (netlink, pkt_sched, ipsec, netfilter,
2259  ip_vs, af_unix, ipv4/6, xfrm). TG3 driver improvements.
2260
2261* Thu May 19 2005 Dave Jones <davej@redhat.com> [2.6.11-1.1327_FC4]
2262- 2.6.12-rc4-git3
2263  Further fixing to raw driver. More DVB updates,
2264  driver model updates, power management improvements,
2265  ext3 fixes. 
2266- Radeon on thinkpad backlight power-management goodness.
2267  (Peter Jones owes me two tacos).
2268- Fix ieee1394 smp init.
2269
2270* Thu May 19 2005 Rik van Riel <riel@redhat.com>
2271- Xen: disable TLS warning (#156414)
2272
2273* Thu May 19 2005 David Woodhouse <dwmw2@redhat.com>
2274- Update audit patches
2275
2276* Thu May 19 2005 Dave Jones <davej@redhat.com> [2.6.11-1.1325_FC4]
2277- Fix up missing symbols in ipw2200 driver.
2278- Reenable debugfs / usbmon. SELinux seems to cope ok now.
2279  (Needs selinux-targeted-policy >= 1.23.16-1)
2280
2281* Wed May 18 2005 Dave Jones <davej@redhat.com>
2282- Fix up some warnings in the IDE patches.
2283- 2.6.12-rc4-git2
2284  Further pktcdvd fixing, DVB update, Lots of x86-64 updates,
2285  ptrace fixes, ieee1394 changes, input layer tweaks,
2286  md layer fixes, PCI hotplug improvements, PCMCIA fixes,
2287  libata fixes, serial layer, usb core, usbnet, VM fixes,
2288  SELinux tweaks.
2289- Update ipw2100 driver to 1.1.0
2290- Update ipw2200 driver to 1.0.4 (#158073)
2291
2292* Tue May 17 2005 Dave Jones <davej@redhat.com>
2293- 2.6.12-rc4-git1
2294  ARM, ioctl security fixes, mmc driver update,
2295  ibm_emac & tulip netdriver fixes, serial updates
2296  ELF loader security fix.
2297
2298* Mon May 16 2005 Rik van Riel <riel@redhat.com>
2299- enable Xen again (not tested yet)
2300- fix a typo in the EXPORT_SYMBOL patch
2301
2302* Sat May 14 2005 Dave Jones <davej@redhat.com>
2303- Update E1000 driver from netdev-2.6 tree.
2304- Add some missing EXPORT_SYMBOLs.
2305
2306* Fri May 13 2005 Dave Jones <davej@redhat.com>
2307- Bump maximum supported CPUs on x86-64 to 32.
2308- Tickle the NMI watchdog when we're doing serial writes.
2309- SCSI CAM geometry fix.
2310- Slab debug single-bit error improvement.
2311
2312* Thu May 12 2005 David Woodhouse <dwmw2@redhat.com>
2313- Enable CONFIG_ISA on ppc32 to make the RS/6000 user happy.
2314- Update audit patches
2315
2316* Wed May 11 2005 Dave Jones <davej@redhat.com>
2317- Add Ingo's patch to detect soft lockups.
2318- Thread exits silently via __RESTORE_ALL exception for iret. (#154369)
2319
2320* Wed May 11 2005 David Woodhouse <dwmw2@redhat.com>
2321- Import post-rc4 audit fixes from git, including ppc syscall auditing
2322
2323* Wed May 11 2005 Dave Jones <davej@redhat.com>
2324- Revert NMI watchdog changes.
2325
2326* Tue May 10 2005 Dave Jones <davej@redhat.com>
2327- Enable PNP on x86-64
2328
2329* Tue May 10 2005 Jeremy Katz <katzj@redhat.com>
2330- make other -devel packages provide kernel-devel so they get
2331  installed instead of upgraded (#155988)
2332
2333* Mon May  9 2005 Dave Jones <davej@redhat.com>
2334- Rebase to 2.6.12-rc4
2335  | Xen builds are temporarily disabled again.
2336- Conflict if old version of ipw firmware is present.
2337
2338* Fri May  6 2005 Dave Jones <davej@redhat.com>
2339- Add PCI ID for new sundance driver. (#156859)
2340
2341* Thu May  5 2005 David Woodhouse <dwmw2@redhat.com>
2342- Import audit fixes from upstream
2343
2344* Wed May  4 2005 Jeremy Katz <katzj@redhat.com>
2345- enable radeonfb and agp on ppc64 to fix X on the G5
2346
2347* Tue May  3 2005 Dave Jones <davej@redhat.com>
2348- Disable usbmon/debugfs again for now until SELinux policy is fixed.
2349
2350* Mon May  2 2005 David Woodhouse <dwmw2@redhat.com>
2351- Make kallsyms include platform-specific symbols
2352- Fix might_sleep warning in pbook clock-spreading fix
2353
2354* Sun May  1 2005 Dave Jones <davej@redhat.com>
2355- Fix yesterdays IDE fixes.
2356- Blacklist another brainless SCSI scanner. (#155457)
2357
2358* Sun May  1 2005 David Woodhouse <dwmw2@redhat.com>
2359- Fix EHCI port power switching
2360
2361* Sun May  1 2005 Dave Jones <davej@redhat.com>
2362- Enable usbmon & debugfs. (#156489)
2363
2364* Sat Apr 30 2005 Dave Jones <davej@redhat.com>
2365- Numerous IDE layer fixes from Alan Cox.
2366- Kill off some stupid messages from the input layer.
2367
2368* Fri Apr 29 2005 Roland McGrath <roland@redhat.com>
2369- Fix the 32bit emulation on x86-64 segfaults.
2370
2371* Wed Apr 27 2005 Dave Jones <davej@redhat.com>
2372- Hopefully fix the random reboots some folks saw on x86-64.
2373
2374* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com>
2375- fix prereqs for -devel packages
2376
2377* Wed Apr 27 2005 Rik van Riel <riel@redhat.com>
2378- Fix up the vdso stuff so kernel-xen* compile again
2379- Import upstream bugfix so xenU domains can be started again
2380
2381* Tue Apr 26 2005 Dave Jones <davej@redhat.com>
2382- Fix up the vdso again, which broke on the last rebase to -rc3
2383- Fix the put_user() fix. (#155999)
2384
2385* Mon Apr 25 2005 Dave Jones <davej@redhat.com>
2386- Fix x86-64 put_user()
2387- Fix serio oops.
2388- Fix ipv6_skip_exthdr() invocation causing OOPS.
2389- Fix up some permissions on some /proc files.
2390- Support PATA drives on Promise SATA. (#147303)
2391
2392* Mon Apr 25 2005 Rik van Riel <riel@redhat.com>
2393- upgrade to the latest version of xenolinux patches
2394- reenable xen (it boots, ship it!)
2395
2396* Sat Apr 23 2005 David Woodhouse <dwmw2@redhat.com>
2397- Enable adt746x and windtunnel thermal modules
2398- Disable clock spreading on certain pbooks before sleep
2399- Sound support for Mac Mini
2400
2401* Fri Apr 22 2005 Dave Jones <davej@redhat.com>
2402- Reenable i2c-viapro on x86-64.
2403
2404* Fri Apr 22 2005 Dave Jones <davej@redhat.com>
2405- Don't build powernow-k6 on anything other than 586 kernels.
2406- Temporarily disable Xen again.
2407
2408* Wed Apr 20 2005 Dave Jones <davej@redhat.com>
2409- 2.6.12rc3
2410
2411* Wed Apr 20 2005 Dave Jones <davej@redhat.com>
2412- Adjust struct dentry 'padding' based on 64bit'ness.
2413
2414* Tue Apr 19 2005 Dave Jones <davej@redhat.com>
2415- Print stack trace when we panic.
2416  Might give more clues for some of the wierd panics being seen right now.
2417- Blacklist another 'No C2/C3 states' Thinkpad R40e BIOS. (#155236)
2418
2419* Mon Apr 18 2005 Dave Jones <davej@redhat.com>
2420- Make ISDN ICN driver not oops when probed with no hardware present.
2421- Add missing MODULE_LICENSE to mac_modes.ko
2422
2423* Sat Apr 16 2005 Dave Jones <davej@redhat.com>
2424- Make some i2c drivers arch dependant.
2425- Make multimedia buttons on Dell inspiron 8200 work. (#126148)
2426- Add diffutils buildreq (#155121)
2427
2428* Thu Apr 14 2005 Dave Jones <davej@redhat.com>
2429- Build DRM modular. (#154769)
2430
2431* Wed Apr 13 2005 Rik van Riel <riel@redhat.com>
2432- fix up Xen for 2.6.12-rc2
2433- drop arch/xen/i386/signal.c, thanks to Roland's vdso patch (yay!)
2434- reenable xen compile - this kernel test boots on my system
2435
2436* Tue Apr 12 2005 Dave Jones <davej@redhat.com>
2437- Further vdso work from Roland.
2438
2439* Mon Apr 11 2005 David Woodhouse <dwmw2@redhat.com>
2440- Disable PPC cpufreq/sleep patches which make sleep less reliable
2441- Add TIMEOUT to hotplug environment when requesting firmware (#153993)
2442
2443* Sun Apr 10 2005 Dave Jones <davej@redhat.com>
2444- Integrate Roland McGrath's changes to make exec-shield
2445  and vdso play nicely together.
2446
2447* Fri Apr  8 2005 Dave Jones <davej@redhat.com>
2448- Disable Longhaul driver (again).
2449
2450* Wed Apr  6 2005 Dave Jones <davej@redhat.com>
2451- 2.6.12rc2
2452  - netdump/netconsole currently broken.
2453  - Xen temporarily disabled.
2454
2455* Fri Apr  1 2005 Dave Jones <davej@redhat.com>
2456- Make the CFQ elevator the default again.
2457
2458* Thu Mar 31 2005 Rik van Riel <riel@redhat.com>
2459- upgrade to new upstream Xen code, twice
2460- for performance reasons, disable CONFIG_DEBUG_PAGEALLOC for FC4t2
2461
2462* Wed Mar 30 2005 Rik van Riel <riel@redhat.com>
2463- fix Xen kernel compilation (pci, page table, put_user, execshield, ...)
2464- reenable Xen kernel compilation
2465
2466* Tue Mar 29 2005 Rik van Riel <riel@redhat.com>
2467- apply Xen patches again (they don't compile yet, though)
2468- Use uname in kernel-devel directories (#145914)
2469- add uname-based kernel-devel provisions (#152357)
2470- make sure /usr/share/doc/kernel-doc-%%{kversion} is owned by a
2471  package, so it will get removed again on uninstall/upgrade (#130667)
2472
2473* Mon Mar 28 2005 Dave Jones <davej@redhat.com>
2474- Don't generate debuginfo files if %%_enable_debug_packages isnt set. (#152268)
2475
2476* Sun Mar 27 2005 Dave Jones <davej@redhat.com>
2477- 2.6.12rc1-bk2
2478- Disable NVidia FB driver for time being, it isn't stable.
2479
2480* Thu Mar 24 2005 Dave Jones <davej@redhat.com>
2481- rebuild
2482
2483* Tue Mar 22 2005 Dave Jones <davej@redhat.com>
2484- Fix several instances of swapped arguments to memset()
2485- 2.6.12rc1-bk1
2486
2487* Fri Mar 18 2005 Dave Jones <davej@redhat.com>
2488- kjournald release race. (#146344)
2489- 2.6.12rc1
2490
2491* Thu Mar 17 2005 Rik van Riel <riel@redhat.com>
2492- upgrade to latest upstream Xen code
2493
2494* Tue Mar 15 2005 Rik van Riel <riel@redhat.com>
2495- add Provides: headers for external kernel modules (#149249)
2496- move build & source symlinks from kernel-*-devel to kernel-* (#149210)
2497- fix xen0 and xenU devel %%post scripts to use /usr/src/kernels (#149210)
2498
2499* Thu Mar 10 2005 Dave Jones <davej@redhat.com>
2500- Reenable advansys driver for x86
2501
2502* Tue Mar  8 2005 Dave Jones <davej@redhat.com>
2503- Change SELinux execute-related permission checking. (#149819)
2504
2505* Sun Mar  6 2005 Dave Jones <davej@redhat.com>
2506- Forward port some FC3 patches that got lost.
2507
2508* Fri Mar  4 2005 Dave Jones <davej@redhat.com>
2509- Fix up ACPI vs keyboard controller problem.
2510- Fix up Altivec usage on PPC/PPC64.
2511
2512* Fri Mar  4 2005 Dave Jones <davej@redhat.com>
2513- Finger the programs that try to read from /dev/mem.
2514- Improve spinlock debugging a little.
2515
2516* Thu Mar  3 2005 Dave Jones <davej@redhat.com>
2517- Fix up the unresolved symbols problem.
2518
2519* Thu Mar  3 2005 Rik van Riel <riel@redhat.com>
2520- upgrade to new Xen snapshot (requires new xen RPM, too)
2521
2522* Wed Mar  2 2005 Dave Jones <davej@redhat.com>
2523- 2.6.11
2524
2525* Tue Mar 1 2005 David Woodhouse <dwmw2@redhat.com>
2526- Building is nice. Booting would be better. Work around GCC -Os bug which
2527  which makes the PPC kernel die when extracting its initramfs. (#150020)
2528- Update include/linux/compiler-gcc+.h
2529
2530* Tue Mar 1 2005 Dave Jones <davej@redhat.com>
2531- 802.11b/ipw2100/ipw2200 update.
2532- 2.6.11-rc5-bk4
2533
2534* Tue Mar 1 2005 David Woodhouse <dwmw2@redhat.com>
2535- Fix ppc/ppc64/ppc64iseries builds for gcc 4.0
2536- Fix Xen build too
2537
2538* Mon Feb 28 2005 Dave Jones <davej@redhat.com>
2539- 2.6.11-rc5-bk3
2540- Various compile fixes for building with gcc-4.0
2541
2542* Sat Feb 26 2005 Dave Jones <davej@redhat.com>
2543- 2.6.11-rc5-bk1
2544
2545* Fri Feb 25 2005 Dave Jones <davej@redhat.com>
2546- Hopefully fix the zillion unresolved symbols. (#149758)
2547
2548* Thu Feb 24 2005 Dave Jones <davej@redhat.com>
2549- 2.6.11-rc5
2550
2551* Wed Feb 23 2005 Rik van Riel <riel@redhat.com>
2552- get rid of unknown symbols in kernel-xen0 (#149495)
2553
2554* Wed Feb 23 2005 Dave Jones <davej@redhat.com>
2555- 2.6.11-rc4-bk11
2556
2557* Mon Feb 21 2005 Dave Jones <davej@redhat.com>
2558- 2.6.11-rc4-bk9
2559
2560* Sat Feb 19 2005 Dave Jones <davej@redhat.com>
2561- 2.6.11-rc4-bk7
2562
2563* Sat Feb 19 2005 Rik van Riel <riel@redhat.com>
2564- upgrade to newer Xen code, needs xen-20050218 to run
2565
2566* Sat Feb 19 2005 Dave Jones <davej@redhat.com>
2567- 2.6.11-rc4-bk6
2568
2569* Fri Feb 18 2005 David Woodhouse <dwmw2@redhat.com>
2570- Add SMP kernel for PPC32
2571
2572* Fri Feb 18 2005 Dave Jones <davej@redhat.com>
2573- 2.6.11-rc4-bk5
2574
2575* Tue Feb 15 2005 Dave Jones <davej@redhat.com>
2576- 2.6.11-rc4-bk3
2577
2578* Mon Feb 14 2005 Dave Jones <davej@redhat.com>
2579- 2.6.11-rc4-bk2
2580
2581* Sun Feb 13 2005 Dave Jones <davej@redhat.com>
2582- 2.6.11-rc4-bk1
2583
2584* Sat Feb 12 2005 Dave Jones <davej@redhat.com>
2585- 2.6.11-rc4
2586
2587* Fri Feb 11 2005 Dave Jones <davej@redhat.com>
2588- 2.6.11-rc3-bk8
2589
2590* Thu Feb 10 2005 Dave Jones <davej@redhat.com>
2591- 2.6.11-rc3-bk7
2592
2593* Wed Feb  9 2005 Dave Jones <davej@redhat.com>
2594- 2.6.11-rc3-bk6
2595
2596* Tue Feb  8 2005 Dave Jones <davej@redhat.com>
2597- Enable old style and new style USB initialisation.
2598- More PPC jiggery pokery hackery.
2599- 2.6.11-rc3-bk5
2600
2601* Mon Feb  7 2005 Dave Jones <davej@redhat.com>
2602- 2.6.11-rc3-bk4
2603- Various patches to unbork PPC.
2604- Display taint bits on VM error.
2605
2606* Mon Feb  7 2005 Rik van Riel <riel@redhat.com>
2607- upgrade to latest upstream Xen bits, upgrade those to 2.6.11-rc3-bk2
2608
2609* Sat Feb  5 2005 Dave Jones <davej@redhat.com>
2610- 2.6.11-rc3-bk2
2611
2612* Fri Feb  4 2005 Dave Jones <davej@redhat.com>
2613- 2.6.11-rc3-bk1
2614
2615* Wed Feb  2 2005 Dave Jones <davej@redhat.com>
2616- Stop the input layer spamming the console. (#146906)
2617- 2.6.11-rc3
2618
2619* Tue Feb  1 2005 Dave Jones <davej@redhat.com>
2620- 2.6.11-rc2-bk10
2621- Reenable periodic slab checker.
2622
2623* Tue Feb  1 2005 Rik van Riel <riel@redhat.com>
2624- update to latest xen-unstable source snapshot
2625- add agpgart patch from upstream xen tree
2626- port Ingo's latest execshield updates to Xen
2627
2628* Mon Jan 31 2005 Rik van Riel <riel@redhat.com>
2629- enable SMP support in xenU kernel, use the xen0 kernel for the
2630  unprivileged domains if the SMP xenU breaks on your system
2631
2632* Thu Jan 27 2005 Dave Jones <davej@redhat.com>
2633- Drop VM hack that broke in yesterdays rebase.
2634
2635* Wed Jan 26 2005 Dave Jones <davej@redhat.com>
2636- Drop 586-SMP kernels.  These are a good candidate for
2637  fedora-extras when it appears. The number of people
2638  actually using this variant is likely to be very very small.
2639- 2.6.11-rc2-bk4
2640
2641* Tue Jan 25 2005 Dave Jones <davej@redhat.com>
2642- 2.6.11-rc2-bk3
2643
2644* Sun Jan 23 2005 Dave Jones <davej@redhat.com>
2645- Updated periodic slab debug check from Manfred.
2646- Enable PAGE_ALLOC debugging again, it should now be fixed.
2647- 2.6.11-rc2-bk1
2648
2649* Fri Jan 21 2005 Dave Jones <davej@redhat.com>
2650- Rebase to 2.6.11-rc2
2651
2652* Fri Jan 21 2005 Rik van Riel <riel@redhat.com>
2653- make exec-shield segment limits work inside the xen kernels
2654
2655* Thu Jan 20 2005 Dave Jones <davej@redhat.com>
2656- Rebase to -bk8
2657
2658* Wed Jan 19 2005 Dave Jones <davej@redhat.com>
2659- Re-add diskdump/netdump based on Jeff Moyers patches.
2660- Rebase to -bk7
2661
2662* Tue Jan 18 2005 Jeremy Katz <katzj@redhat.com>
2663- fixup xen0 %%post to use new grubby features for multiboot kernels
2664- conflict with older mkinitrd for kernel-xen0
2665
2666* Tue Jan 18 2005 Dave Jones <davej@redhat.com>
2667- -bk6
2668
2669* Mon Jan 17 2005 Dave Jones <davej@redhat.com>
2670- First stab at kernel-devel packages. (David Woodhouse).
2671
2672* Mon Jan 17 2005 Rik van Riel <riel@redhat.com>
2673- apply dmi fix, now xenU boots again
2674
2675* Fri Jan 14 2005 Dave Jones <davej@redhat.com>
2676- Rebase to 2.6.11-bk2
2677
2678* Thu Jan 13 2005 Dave Jones <davej@redhat.com>
2679- Rebase to 2.6.11-bk1
2680
2681* Wed Jan 12 2005 Dave Jones <davej@redhat.com>
2682- Rebase to 2.6.11rc1
2683
2684* Tue Jan 11 2005 Rik van Riel <riel@redhat.com>
2685- fix Xen compile with -bk14
2686
2687* Tue Jan 11 2005 Dave Jones <davej@redhat.com>
2688- Update to -bk14
2689- Print tainted information in slab corruption messages.
2690
2691* Tue Jan 11 2005 Rik van Riel <riel@redhat.com>
2692- merge fix for the Xen TLS segment fixup issue
2693
2694* Tue Jan 11 2005 Dave Jones <davej@redhat.com>
2695- Depend on hardlink, not kernel-utils.
2696
2697* Mon Jan 10 2005 Dave Jones <davej@redhat.com>
2698- Update to -bk13, reinstate GFP_ZERO patch which hopefully
2699  is now fixed.
2700- Add another Lexar card reader to the whitelist. (#143600)
2701- Package asm-m68k for asm-ppc includes. (don't ask). (#144604)
2702
2703* Sat Jan  8 2005 Dave Jones <davej@redhat.com>
2704- Periodic slab debug is incompatable with pagealloc debug.
2705  Disable the latter.
2706
2707* Fri Jan  7 2005 Dave Jones <davej@redhat.com>
2708- Santa came to Notting's house too. (another new card reader)
2709- Rebase to 2.6.10-bk10
2710
2711* Thu Jan  6 2005 Rik van Riel <riel@redhat.com>
2712- update to latest xen-unstable tree
2713- fix up Xen compile with -bk9, mostly pudding
2714
2715* Thu Jan  6 2005 Dave Jones <davej@redhat.com>
2716- Rebase to 2.6.10-bk9
2717
2718* Tue Jan  4 2005 Dave Jones <davej@redhat.com>
2719- Rebase to 2.6.10-bk7
2720- Add periodic slab debug checker.
2721
2722* Sun Jan  2 2005 Dave Jones <davej@redhat.com>
2723- Rebase to 2.6.10-bk5
2724
2725* Sat Jan  1 2005 Dave Jones <davej@redhat.com>
2726- Fix probing of vesafb. (#125890)
2727- Reenable EDD.
2728- Don't assume existance of ~/.gnupg (#142201)
2729
2730* Fri Dec 31 2004 Dave Jones <davej@redhat.com>
2731- Rebase to 2.6.10-bk4
2732
2733* Thu Dec 30 2004 Dave Jones <davej@redhat.com>
2734- Rebase to 2.6.10-bk3
2735
2736* Tue Dec 28 2004 Dave Jones <davej@redhat.com>
2737- Drop bogus ethernet slab cache.
2738
2739* Sun Dec 26 2004 Dave Jones <davej@redhat.com>
2740- Santa brought a new card reader that needs whitelisting.
2741
2742* Fri Dec 24 2004 Dave Jones <davej@redhat.com>
2743- Rebase to 2.6.10
2744
2745* Wed Dec 22 2004 Dave Jones <davej@redhat.com>
2746- Re-add missing part of the exit() race fix. (#142505, #141896)
2747
2748* Tue Dec 21 2004 Dave Jones <davej@redhat.com>
2749- Fix two silly bugs in the AGP posting fixes.
2750
2751* Fri Dec 17 2004 Dave Jones <davej@redhat.com>
2752- Fix bio error propagation.
2753- Clear ebp on sysenter return.
2754- Extra debugging info on OOM kill.
2755- exit() race fix.
2756- Fix refcounting order in sd/sr, fixing cable pulls on USB storage.
2757- IGMP source filter fixes.
2758- Fix ext2/3 leak on umount.
2759- fix missing wakeup in ipc/sem
2760- Fix another tux corner case bug.
2761- NULL out ptrs in airo driver after kfree'ing them.
2762
2763* Thu Dec 16 2004 Dave Jones <davej@redhat.com>
2764- Better version of the PCI Posting fixes for AGPGART.
2765- Add missing cache flush to the AGP code.
2766- Drop netdump and common crashdump code.
2767
2768* Mon Dec 13 2004 Dave Jones <davej@redhat.com>
2769- Drop diskdump. Aiming for a better kexec based solution for FC4.
2770
2771* Sun Dec 12 2004 Dave Jones <davej@redhat.com>
2772- fix false ECHILD result from wait* with zombie group leader.
2773
2774* Sat Dec 11 2004 Dave Jones <davej@redhat.com>
2775- Workaround broken pci posting in AGPGART.
2776- Compile 686 kernel tuned for pentium4.
2777  | Needs benchmarking across various CPUs under
2778  | various workloads to find out if its worth keeping.
2779- Make sure VC resizing fits in s16.
2780
2781* Fri Dec 10 2004 Dave Jones <davej@redhat.com>
2782- Prevent block device queues from being shared in viocd. (#139018)
2783- Libata updates. (#132848, #138405)
2784- aacraid: remove aac_handle_aif (#135527)
2785- fix uninitialized variable in waitid(2). (#142505)
2786- Fix CMSG validation checks wrt. signedness.
2787- Fix memory leak in ip_conntrack_ftp
2788- [IPV4]: Do not leak IP options.
2789- ppc64: Align PACA buffer for hypervisor's use. (#141817)
2790- ppc64: Indicate that the veth link is always up. (#135402)
2791- ppc64: Quiesce OpenFirmware stdin device at boot. (#142009)
2792- SELinux: Fix avc_node_update oops. (#142353)
2793- Fix CCISS ioctl return code.
2794- Make ppc64's pci_alloc_consistent() conform to documentation. (#140047)
2795- Enable EDD
2796- Enable ETH1394. (#138497)
2797- Workaround E1000 post-maturely writing back to TX descriptors. (#133261)
2798- Fix the previous E1000 errata workaround.
2799- Several IDE fixes from 2.6.9-ac
2800- vm pageout throttling. (#133858)
2801- Fix Tux from oopsing. (#140918)
2802- Fix Tux/SELinux incompatability (#140916)
2803- Fix Tux/IPV6 problem. (#140916)
2804- ide: Fix possible oops on boot.
2805- Make spinlock debugging panic instead of printk.
2806- Update Emulex lpfc driver to 8.0.16
2807- Selected patches from 2.6.9-ac12
2808- ppc64: Fix inability to find space for TCE table (#138844)
2809- Fix compat fcntl F_GETLK{,64} (#141680)
2810- blkdev_get_blocks(): handle eof
2811- Another card reader for the whitelist. (#134094)
2812- Disable tiglusb module. (#142102)
2813- E1000 64k-alignment fix. (#140047)
2814- Disable tiglusb module. (#142102)
2815- ID updates for cciss driver.
2816- Fix overflows in USB Edgeport-IO driver. (#142258)
2817- Fix wrong TASK_SIZE for 32bit processes on x86-64. (#141737)
2818- Fix ext2/ext3 xattr/mbcache race. (#138951)
2819- Fix bug where __getblk_slow can loop forever when pages are partially mapped. (#140424)
2820- Add missing cache flushes in agpgart code.
2821
2822* Thu Dec  9 2004 Dave Jones <davej@redhat.com>
2823- Drop the 4g/4g hugemem kernel completely.
2824
2825* Wed Dec  8 2004 Rik van Riel <riel@redhat.com>
2826- make Xen inherit config options from x86
2827
2828* Mon Dec  6 2004 Rik van Riel <riel@redhat.com>
2829- apparently Xen works better without serial drivers in domain0 (#141497)
2830
2831* Sun Dec  5 2004 Rik van Riel <riel@redhat.com>
2832- Fix up and reenable Xen compile.
2833- Fix bug in install part of BuildKernel.
2834
2835* Sat Dec  4 2004 Dave Jones <davej@redhat.com>
2836- Enable both old and new megaraid drivers.
2837- Add yet another card reader to usb scsi whitelist. (#141367)
2838
2839* Fri Dec  3 2004 Dave Jones <davej@redhat.com>
2840- Sync all patches with latest updates in FC3.
2841- Fix up xen0/xenU uninstall.
2842- Temporarily disable xen builds.
2843
2844* Wed Dec  1 2004 Rik van Riel <riel@redhat.com>
2845- replace VM hack with the upstream version
2846- more Xen bugfixes
2847
2848* Tue Nov 30 2004 Rik van Riel <riel@redhat.com>
2849- upgrade to later Xen sources, with upstream bugfixes
2850- export direct_remap_area_pages for Xen
2851
2852* Mon Nov 29 2004 Dave Jones <davej@redhat.com>
2853- Add another card reader to whitelist. (#141022)
2854
2855* Fri Nov 26 2004 Rik van Riel <riel@redhat.com>
2856- add Xen kernels for i686, plus various bits and pieces to make them work
2857
2858* Mon Nov 15 2004 Dave Jones <davej@redhat.com>
2859- Rebase to 2.6.9-ac9
2860
2861* Sat Nov 13 2004 Dave Jones <davej@redhat.com>
2862- Drop some bogus patches.
2863
2864* Thu Nov 11 2004 Dave Jones <davej@redhat.com>
2865- NFS: Fix dentry refcount accounting error
2866- Fix single-stepping on PPC64
2867- Integrate kernel-devel changes
2868- SELinux: netif fixes.
2869- SELinux: add DAC check to setxattr() hook.
2870- SELinux: sidtab locking fix.
2871- SELinux: mediate send_sigurg().
2872- SELinux: fix setscheduler hook deadlock.
2873- ide-floppy: Supresses error messages resulting from Medium not present
2874- Various IA64 updates from 2.6.10rc1
2875- nfsd: make sure getxattr inode op is non-NULL before calling it.
2876- Handle NULL dev->dev_addr in SIOCGIFHWADDR correctly. (#137648)
2877- Fix NFSD domainname size limit.
2878- nfsd4: nfsd oopsed when encountering a conflict with a local lock
2879- nfsd4: fix putrootfh return
2880- nfsd: Insecure port warning shows decimal IPv4 address
2881- Disable sw irqbalance/irqaffinity for e7520/e7320/e7525 (#136419)
2882- Fix exec-shield non-PIE/non-prelinked bug
2883- ext3 reservations: fix goal hit accounting.
2884- Fix problems with non-power-of-two sector size discs. (#135094)
2885- Fix possible oops in netpoll (#132153)
2886- Add missing MODULE_VERSION tags to various modules. (#136399)
2887- Add USB card reader de jour. (#124048)
2888- Remove SG_IO deprecation warning (#136179)
2889- Make sure that modules get signed with the right key.
2890- Remove SG_IO deprecation warning (#136179)
2891- s390: Fix fake_ll for qeth device. (#136175)
2892- s390: zfcp: Kernel stack frame for zfcp_cfdc_dev_ioctl() is too big
2893- s390: Use slab allocator for DASD I/O pages.
2894- PPC64: HVSI udbg support
2895- PPC64: Make HVSI console survive FSP reset
2896- PPC64: Make PCI hostbridge hotplugging work
2897- PPC64: Fix IBM VSCSI problems (#138124)
2898- Rebase -ac patch to 2.6.9-ac8.
2899
2900* Wed Nov  3 2004 Dave Jones <davej@redhat.com>
2901- Reenable token-ring drivers (#122602)
2902
2903* Tue Nov  2 2004 Dave Jones <davej@redhat.com>
2904- Reenable SLIP. (#124223)
2905- Add USB card reader de jour. (#124048)
2906
2907* Mon Nov  1 2004 Dave Jones <davej@redhat.com>
2908- Fix memory leak on x86-64 in mixed 32/64 mode. (#132947)
2909- Yet another USB card reader for the whitelist. (#137722)
2910
2911* Fri Oct 29 2004 Dave Jones <davej@redhat.com>
2912- Fix raid5 oops (#127862)
2913- Stop E820 BIOS entries being corrupted by EDID info. (#137510)
2914
2915* Thu Oct 28 2004 Dave Jones <davej@redhat.com>
2916- Remove the possibility of some false OOM kills. (#131251)
2917- Add more USB card readers to SCSI whitelist (#131546)
2918- Disable CONFIG_SCHED_SMT for iseries.
2919
2920* Wed Oct 27 2004 Dave Jones <davej@redhat.com>
2921- Reenable ISA NIC support (#136569)
2922
2923* Tue Oct 26 2004 Dave Jones <davej@redhat.com>
2924- Reenable Initio 9100U(W) SCSI driver. (#137153)
2925
2926* Mon Oct 25 2004 Dave Jones <davej@redhat.com>
2927- Add another USB card reader to SCSI whitelist (#132923)
2928
2929* Fri Oct 22 2004 Dave Jones <davej@redhat.com>
2930- Fix PPC NUMA (#130716).
2931- Fix autoraid for S390 (#123842/#130339)
2932- Selected bits from 2.6.9-ac3
2933  - Fix syncppp/async ppp problems with new hangup
2934  - Fix broken parport_pc unload
2935  - Stop i8xx_tco making some boxes reboot on load
2936  - Fix cpia/module tools deadlock
2937  - Security fix for smbfs leak/overrun
2938
2939* Thu Oct 21 2004 Dave Jones <davej@redhat.com>
2940- Misc security fixes from 2.6.9-ac2
2941
2942* Wed Oct 20 2004 Dave Jones <davej@redhat.com>
2943- Fix ia64 module loading. (#136365)
2944- Enable discontigmem for PPC64
2945- Disable a bunch of useless PPC config options
2946- Enable PACK_STACK on s390.
2947
2948* Tue Oct 19 2004 Dave Jones <davej@redhat.com>
2949- Fix NFS badness (#132726)
2950- Drop bogus USB workaround. (#131127)
2951
2952* Mon Oct 18 2004 Dave Jones <davej@redhat.com>
2953- Rebase to 2.6.9
2954- Speedtouch USB DSL modem driver update.
2955- Cleanup some iseries config options.
2956
2957* Fri Oct 15 2004 Dave Jones <davej@redhat.com>
2958- 2.6.9-rc4-bk3
2959- Fix up a bunch of unresolved symbols that crept in recently.
2960- Remove bogus O_NONBLOCK patch which broke lots of userspace.
2961- Fix booting on PPC64 by reserving initrd pages.
2962
2963* Thu Oct 14 2004 Dave Jones <davej@redhat.com>
2964- Rebase to 2.6.9-rc4-bk2
2965- librtas needs to work around the /dev/mem restrictions.
2966- EXT3 reservations use-before-initialised bugfix.
2967- support O_NONBLOCK for read,pread,readv of regular files.
2968- EDD blows up some x86-64's. Disable again.
2969
2970* Wed Oct 13 2004 Dave Jones <davej@redhat.com>
2971- Make EDD driver modular on x86-64 too.
2972- Various mkinitrd spec changes (Jeremy Katz)
2973- Enable a bunch more PPC64 config options. (Dave Howells)
2974- Enable ACPI cpufreq driver for x86-64 too.
2975
2976* Tue Oct 12 2004 Dave Jones <davej@redhat.com>
2977- Rebase to 2.6.9-rc4-bk1
2978- Tux update.
2979- Update netdump/diskdump patches
2980- PowerPC 64 netboot changes.
2981- Various CONFIG_ option diddling.
2982- Fix up the find_isa_irq_pin() oops on reboot for x86-64 too.
2983
2984* Mon Oct 11 2004 Dave Jones <davej@redhat.com>
2985- Rebase to 2.6.9-rc4
2986- Enable CONFIG_MICROCODE for x86-64
2987
2988* Fri Oct  8 2004 Dave Jones <davej@redhat.com>
2989- Rebase to 2.6.9-rc3-bk8
2990
2991* Thu Oct  7 2004 Dave Jones <davej@redhat.com>
2992- Rebase to 2.6.9-rc3-bk7
2993- Fix up PPC/PPC64 compilation failures due to new binutils. (David Woodhouse)
2994
2995* Wed Oct  6 2004 Dave Jones <davej@redhat.com>
2996- Rebase to 2.6.9-rc3-bk6
2997- Add xattr support for tmpfs.
2998
2999* Mon Oct  4 2004 Stephen C. Tweedie <sct@redhat.com>
3000- Update ext3 online resize to 2.6.9-rc3-mm2 upstream
3001- Reenable ext3 online resize in .spec
3002
3003* Tue Sep 28 2004 Jeremy Katz <katzj@redhat.com>
3004- add patch from Roland McGrath/James Morris to fix mprotect hook bug (#133505)
3005
3006* Mon Sep 20 2004 Arjan van de Ven <arjanv@redhat.com>
3007- 2.6.9-rc2-bk5
3008
3009* Thu Sep 16 2004 Arjan van de Ven <arjanv@redhat.com>
3010- fix tux for x86-64 and ppc64
3011
3012* Tue Sep 14 2004 Arjan van de Ven <arjanv@redhat.com>
3013- 2.6.9-rc2
3014- add diskdump
3015
3016* Fri Sep 10 2004 Arjan van de Ven <arjanv@redhat.com>
3017- 2.6.9-rc1-bk17 ; make ppc32 build
3018
3019* Tue Sep 07 2004 Arjan van de Ven <arjanv@redhat.com>
3020- 2.6.9-rc1-bk13
3021
3022* Mon Sep 06 2004 Arjan van de Ven <arjanv@redhat.com>
3023- disable online resize again
3024- hopefully fix Quake3 interaction with execshield
3025- add Alan's borken-bios-IRQ workaround patch
3026
3027* Sat Sep 04 2004 Arjan van de Ven <arjanv@redhat.com>
3028- 2.6.9-rc1-bk11
3029
3030* Tue Aug 31 2004 Arjan van de Ven <arjanv@redhat.com>
3031- fix execshield buglet with legacy binaries
3032- 2.6.9-rc1-bk7
3033
3034* Mon Aug 30 2004 Arjan van de Ven <arjanv@redhat.com>
3035- 2.6.9-rc1-bk6
3036
3037* Sat Aug 28 2004 Arjan van de Ven <arjanv@redhat.com>
3038- 2.6.9-rc1-bk4, now with i915 DRM driver
3039
3040* Fri Aug 27 2004 Arjan van de Ven <arjanv@redhat.com>
3041- 2.6.9-rc1-bk2
3042
3043* Mon Aug 23 2004 Arjan van de Ven <arjanv@redhat.com>
3044- 2.6.8.1-bk2
3045
3046* Sat Aug 21 2004 Arjan van de Ven <arjanv@redhat.com>
3047- attempt to fix early-udev bug
3048
3049* Fri Aug 13 2004 Arjan van de Ven <arjanv@redhat.com>
3050- 2.6.8-rc4-bk3
3051- split execshield up some more
3052
3053* Fri Aug 13 2004 Dave Jones <davej@redhat.com>
3054- Update SCSI whitelist again with some more card readers.
3055
3056* Mon Aug 9 2004 Arjan van de Ven <arjanv@redhat.com>
3057- 2.6.8-rc3-bk3
3058
3059* Wed Aug 4 2004 Arjan van de Ven <arjanv@redhat.com>
3060- Add the flex-mmap bits for s390/s390x (Pete Zaitcev)
3061- Add flex-mmap for x86-64 32 bit emulation
3062- 2.6.8-rc3
3063
3064* Mon Aug 2 2004 Arjan van de Ven <arjanv@redhat.com>
3065- Add Rik's token trashing control patch
3066
3067* Sun Aug 1 2004 Arjan van de Ven <arjanv@redhat.com>
3068- 2.6.8-rc2-bk11
3069
3070* Fri Jul 30 2004 Arjan van de Ven <arjanv@redhat.com>
3071- 2.6.8-rc2-bk8
3072
3073* Wed Jul 28 2004 Arjan van de Ven <arjanv@redhat.com>
3074- 2.6.8-rc2-bk6
3075- make a start at splitting up the execshield patchkit
3076
3077* Fri Jul 16 2004 Arjan van de Ven <arjanv@redhat.com>
3078- ppc32 embedded updates
3079
3080* Thu Jul 15 2004 Arjan van de Ven <arjanv@redhat.com>
3081- make USB modules again and add Alan's real fix for the SMM-meets-USB bug
3082- 2.6.8-rc1-bk4
3083
3084* Wed Jul 14 2004 Arjan van de Ven <arjanv@redhat.com>
3085- 2.6.8-rc1-bk3
3086
3087* Tue Jul 13 2004 Arjan van de Ven <arjanv@redhat.com>
3088- add "enforcemodulesig" boot option to make the kernel load signed modules only
3089
3090* Mon Jul 12 2004 Arjan van de Ven <arjanv@redhat.com>
3091- updated voluntary preempt
3092- 2.6.8-rc1
3093
3094* Wed Jul 7 2004 Arjan van de Ven <arjanv@redhat.com>
3095- fix boot breakage that was hitting lots of people (Dave Jones)
3096
3097* Tue Jul 6 2004 Arjan van de Ven <arjanv@redhat.com>
3098- add voluntary preemption patch from Ingo
3099- 2.6.7-bk19
3100
3101* Tue Jun 29 2004 Arjan van de Ven <arjanv@redhat.com>
3102- make a start at gpg signed modules support
3103
3104* Sat Jun 27 2004 Arjan van de Ven <arjanv@redhat.com>
3105- experiment with making the hardlink call in post more efficient
3106- 2.6.7-bk9
3107
3108* Thu Jun 24 2004 Arjan van de Ven <arjanv@redhat.com>
3109- 2.6.7-bk7
3110- Add wli's patch to allocate memory bottom up not top down
3111- change some config options in the kernel-sourcecode package that are
3112  good for rpm kernel builds but not for custom user builds to more appropriate
3113  default values.
3114- reenable kernel-sourcecode again for a few builds
3115
3116* Wed Jun 23 2004 Arjan van de Ven <arjanv@redhat.com>
3117- 2.6.7-bk5
3118- fix tux unresolved symbols (#126532)
3119
3120* Mon Jun 21 2004 Arjan van de Ven <arjanv@redhat.com>
3121- make kernel-doc and kernel-sourcecode builds independent of eachother
3122- disable kernel-sourcecode builds entirely, we'll be replacing it with documentation
3123  on how to use the src.rpm instead for building your own kernel.
3124
3125* Sat Jun 19 2004 Arjan van de Ven <arjanv@redhat.com>
3126- 2.6.7-bk2
3127
3128* Sun Jun 13 2004 Arjan van de Ven <arjanv@redhat.com>
3129- add patch from DaveM to fix the ppp-keeps-iface-busy bug
3130
3131* Sat Jun 12 2004 Arjan van de Ven <arjanv@redhat.com>
3132- add fix from Andi Kleen/Linus for the fpu-DoS
3133
3134* Thu Jun 10 2004 Arjan van de Ven <arjanv@redhat.com>
3135- disable mlock-uses-rlimit patch, it has a security hole and needs more thought
3136- revert airo driver to the FC2 one since the new one breaks
3137
3138* Tue Jun 8 2004 Dave Jones <davej@redhat.com>
3139- Update to 2.6.7rc3
3140
3141* Fri Jun 4 2004 Arjan van de Ven <arjanv@redhat.com>
3142- fix the mlock-uses-rlimit patch
3143
3144* Wed Jun 2 2004 David Woodhouse <dwmw2@redhat.com>
3145- Add ppc64 (Mac G5)
3146
3147* Wed Jun 2 2004 Arjan van de Ven <arjanv@redhat.com>
3148- add a forward port of the mlock-uses-rlimit patch
3149- add NX support for x86 (Intel, Ingo)
3150
3151* Tue Jun 1 2004 Arjan van de Ven <arjanv@redhat.com>
3152- refresh ext3 reservation patch
3153
3154* Sun May 30 2004 Arjan van de Ven <arjanv@redhat.com>
3155- 2.6.7-rc2
3156- set the ACPI OS name to "Microsoft Windows XP" for better compatibility
3157
3158* Thu May 27 2004 Pete Zaitcev <zaitcev@redhat.com>
3159- Fix qeth and zfcp (s390 drivers): align qib by 256, embedded into qdio_irq.
3160
3161* Thu May 27 2004 Dave Jones <davej@redhat.com>
3162- Fix the crashes on boot on Asus P4P800 boards. (#121819)
3163
3164* Wed May 26 2004 Dave Jones <davej@redhat.com>
3165- Lots more updates to the SCSI whitelist for various
3166  USB card readers. (#112778, among others..)
3167
3168* Wed May 26 2004 Arjan van de Ven <arjanv@redhat.com>
3169- back out ehci suspend/resume patch, it breaks
3170- add fix for 3c59x-meets-kudzu bug from Alan
3171
3172* Tue May 25 2004 Arjan van de Ven <arjanv@redhat.com>
3173- try improving suspend/resume by restoring more PCI state
3174- 2.6.7-rc1-bk1
3175
3176* Mon May 24 2004 Dave Jones <davej@redhat.com>
3177- Add yet another multi-card reader to the whitelist (#85851)
3178
3179* Sun May 23 2004 Dave Jones <davej@redhat.com>
3180- Add another multi-card reader to the whitelist (#124048)
3181
3182* Wed May 19 2004 Arjan van de Ven <arjanv@redhat.com>
3183- put firewire race fix in (datacorruptor)
3184
3185* Tue May 18 2004 Dave Jones <davej@redhat.com>
3186- Fix typo in ibmtr driver preventing compile (#123391)
3187
3188* Mon May 17 2004 Arjan van de Ven <arjanv@redhat.com>
3189- update to 2.6.6-bk3
3190- made kernel-source and kernel-doc noarch.rpm's since they are not
3191  architecture specific.
3192
3193* Sat May 08 2004 Arjan van de Ven <arjanv@redhat.com>
3194- fix non-booting on Transmeta cpus (Peter Anvin)
3195- fix count leak in message queues
3196
3197* Fri May 07 2004 Arjan van de Ven <arjanv@redhat.com>
3198- more ide cache flush work
3199- patch from scsi-bk to fix sd refcounting
3200
3201* Thu May 06 2004 Arjan van de Ven <arjanv@redhat.com>
3202- some more ide cache flush fixes
3203
3204* Wed May 05 2004 Arjan van de Ven <arjanv@redhat.com>
3205- fix bug 122504
3206- convert b44 to ethtool ops (jgarzik)
3207- make IDE do a cache-flush on shutdown (me/Alan)
3208
3209* Tue May 04 2004 Arjan van de Ven <arjanv@redhat.com>
3210- work around i810/i830 DRM issue
3211
3212* Fri Apr 30 2004 Arjan van de Ven <arjanv@redhat.com>
3213- 2.6.6-rc3-bk1
3214- make amd64 boot again
3215- fix vm86-vs-4g4g interaction (Ingo)
3216
3217* Thu Apr 22 2004 Arjan van de Ven <arjanv@redhat.com>
3218- 2.6.6-rc2
3219 
3220* Tue Apr 20 2004 Arjan van de Ven <arjanv@redhat.com>
3221- add the ext3 online resize patch
3222
3223* Mon Apr 19 2004 Arjan van de Ven <arjanv@redhat.com>
3224- 2.6.6-rc1-bk3
3225- add the objrmap vm from the -mm tree; it needs testing
3226
3227* Thu Apr 15 2004 Arjan van de Ven <arjanv@redhat.com>
3228- 2.6.5-bk2
3229- disable DISCONTIGMEM on ia64 for performance
3230- fix sleep_on use in reiserfs (Chris Mason)
3231
3232* Tue Apr 13 2004 Arjan van de Ven <arjanv@redhat.com>
3233- 2.6.5-mc4
3234- reenable sg driver for scsi tape changers and such
3235- the sk98lin driver oopses on module unload, preven that
3236
3237* Mon Apr 12 2004 Arjan van de Ven <arjanv@redhat.com>
3238- fix "bad pmd" bug with patch from Ingo
3239
3240* Fri Apr 09 2004 Arjan van de Ven <arjanv@redhat.com>
3241- 2.6.5-mc3
3242- finish up the -mc2 merge
3243- latest 4g/4g patch from Ingo
3244- latest execshield patch from Ingo
3245- fix a few framebuffer bugs
3246
3247* Thu Apr 08 2004 Arjan van de Ven <arjanv@redhat.com>
3248- first attempt at a 2.6.5-mc2 merge
3249
3250* Thu Apr 08 2004 Dave Jones <davej@redhat.com>
3251- Add in missing SiS AGP fix.
3252
3253* Tue Apr 06 2004 Dave Jones <davej@redhat.com>
3254- More agpgart fixes.
3255
3256* Fri Apr 02 2004 Arjan van de Ven <arjanv@redhat.com>
3257- fix another 4g/4g-vs-resume bug
3258
3259* Tue Mar 30 2004 Arjan van de Ven <arjanv@redhat.com>
3260- 2.6.5-rc3
3261- fix PCI posting bug in i830 DRM
3262
3263* Mon Mar 29 2004 Arjan van de Ven <arjanv@redhat.com>
3264- 2.6.5-rc2-bk8
3265
3266* Mon Mar 29 2004 Dave Jones <davej@redhat.com>
3267- Include latest agpgart fixes.
3268
3269* Thu Mar 25 2004 Arjan van de Ven <arjanv@redhat.com>
3270- more DRM fixes
3271- add the fsync patches from akpm
3272
3273* Tue Mar 23 2004 Arjan van de Ven <arjanv@redhat.com>
3274- 2.6.5-rc2-bk3
3275- fix direct userspace memory access in i830 drm driver
3276
3277* Mon Mar 22 2004 Arjan van de Ven <arjanv@redhat.com>
3278- 2.6.5-rc2-bk2
3279- some stackbloat reductions from Dave and me
3280
3281* Sat Mar 20 2004 Arjan van de Ven <arjanv@redhat.com>
3282- 2.6.5-rc2
3283
3284* Tue Mar 16 2004 Dave Jones <davej@redhat.com>
3285- 2.6.5-rc1
3286
3287* Mon Mar 15 2004 Arjan van de Ven <arjanv@redhat.com>
3288- 2.6.4-bk3
3289- fix oops in toshiba_acpi (Barry K. Nathan)
3290
3291* Sat Mar 13 2004 Arjan van de Ven <arjanv@redhat.com>
3292- 2.6.4-bk2 merge
3293
3294* Thu Mar 11 2004 Arjan van de Ven <arjanv@redhat.com>
3295- renable sonypi driver that was off accidentally
3296- 2.6.4-final
3297- fix the oops on alsa module unloads
3298
3299* Wed Mar 10 2004 Arjan van de Ven <arjanv@redhat.com>
3300- add ppc64/iseries, ppc32 (powermac/ibook) and ia64 architectures
3301- 2.6.4-rc3
3302
3303* Tue Mar 09 2004 Arjan van de Ven <arjanv@redhat.com>
3304- 2.6.4-rc2-bk5
3305- fix nfs-vs-selinux issue
3306- fix typo in URL as per #117849
3307
3308* Mon Mar 08 2004 Arjan van de Ven <arjanv@redhat.com>
3309- fix race in lp.c (#117710)
3310- 2.6.4-rc2-bk3
3311- attempt to fix S3 suspend-to-ram with 4g/4g split
3312
3313* Sat Mar 06 2004 Arjan van de Ven <arjanv@redhat.com>
3314- fix reiserfs
3315- set HZ to 1000 again for some tests
3316
3317* Wed Feb 25 2004 Arjan van de Ven <arjanv@redhat.com>
3318- merge back a bunch of fedora fixes
3319- disable audit
3320
3321* Tue Feb 24 2004 Arjan van de Ven <arjanv@redhat.com>
3322- audit bugfixes
3323- update tux to a working version
3324- 2.6.3-bk5 merge
3325
3326* Fri Feb 20 2004 Arjan van de Ven <arjanv@redhat.com>
3327- re-add and enable the Auditing patch
3328- switch several cpufreq modules to built in since detecting in userspace
3329  which to use is unpleasant
3330
3331* Thu Jul 03 2003 Arjan van de Ven <arjanv@redhat.com>
3332- 2.6 start
3333
Note: See TracBrowser for help on using the repository browser.