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

Revision 1753, 106.5 KB checked in by daisuke, 14 years ago (diff)

kernel: update to 2.6.35.4

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