source: projects/specs/branches/6/k/kernel/kernel44-vl.spec @ 11156

Revision 11156, 134.6 KB checked in by iwamoto, 7 years ago (diff)

kernel: update to 4.4.87

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