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

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