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

Revision 4244, 109.7 KB checked in by daisuke, 13 years ago (diff)

kernel:

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