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

Revision 3428, 109.5 KB checked in by daisuke, 13 years ago (diff)

kernel:

  • disable drm update patches
  • update x86 config
    • disable CONFIG_KEXEC, CONFIG_RELOCATABLE


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