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

Revision 11278, 58.6 KB checked in by iwamoto, 7 years ago (diff)

kernel44: update to 4.4.106

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 106
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.103_update_realtek_codec_headers.patch
291Patch3001: linux-4.4.103_update_realtek_codec_code.patch.xz
292
293#
294# External drivers that are about to get accepted upstream
295#
296
297
298
299#
300# 6000 to 10000 is for Vine Linux
301#
302
303# aufs4
304%define aufs_version 4.4-20160615
305Patch6100: aufs%{aufs_version}.patch
306Source6100: aufs%{aufs_version}.tar.xz
307
308#
309# TuxOnIce (formerly suspend2) patch
310%define tuxonice_version 4.4.23-2016-04-21
311Patch9000: tuxonice-for-linux-%{tuxonice_version}.patch.xz
312Patch9001: 0001-toi-4.1-attempt-to-fix-compiling-without-TOI.patch
313
314#
315# 10000 to 20000 is for stuff that has to come last due to the
316# amount of drivers they touch. But only these should go here.
317# Not patches you're too lazy for to put in the proper place.
318#
319Patch10000: linux-3.18-LINUX_COMPILER-LANG_C.patch
320
321# Security fix patches
322
323# END OF PATCH DEFINITIONS
324
325BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
326
327%description
328The kernel package contains the Linux kernel (vmlinuz), the core of any
329Linux operating system.  The kernel handles the basic functions
330of the operating system:  memory allocation, process allocation, device
331input and output, etc.
332
333%description -l ja
334kernel パッケージには、Linux オペレーティングシステムの心臓部分とも
335いえる Linux カーネル (vmlinuz) が含まれています。
336カーネルは,メモリ管理,プロセス管理,デバイスの入出力等,オペレーティング
337システムの基本的な部分を司ります。
338
339%package devel
340Summary: Development package for building kernel modules to match the kernel.
341Summary(ja): 特定のバージョンのカーネル用のモジュールを構築するための開発パッケージ
342Group: System Environment/Kernel
343AutoReqProv: no
344Provides: kernel26-devel-%{_target_cpu} = %{rpmversion}-%{release}
345
346%description devel
347This package provides kernel headers and makefiles sufficient to build modules
348against the kernel package.
349
350### kernel-source
351%package source
352Summary: The source code for the Linux kernel.
353Summary(ja): Linux カーネルのソースコード
354Group: Development/Libraries
355BuildArch: noarch
356Requires(pre): fileutils
357Requires: make >= 3.78
358Requires: gcc >= 3.2
359Requires: binutils
360# documentations
361Requires: kernel-doc = %{rpmversion}-%{release}
362# for menuconfig
363Requires: ncurses-devel readline-devel
364# for gconfig
365#Requires: gtk2-devel
366# for xconfig
367#Requires: qt-devel
368
369%description source
370The kernel-source package contains the source code files for the Linux
371kernel. The source files can be used to build a custom kernel that is
372smaller due only including drivers for your particular hardware, if you are
373so inclined (and you know what you're doing). The customisation guide in the
374documentation describes in detail how to do this. This package is neither
375needed nor usable for building external kernel modules for linking into the
376default kernel.
377
378If you use "gconfig" to configure the kernel, install gtk2-devel package.
379If you use "xconfig" to configure the kernel, install qt-devel package.
380
381%description source -l ja
382kernel-source パッケージには Linux カーネルのソースコードが含まれて
383います.カーネルのソースコードは多くの C プログラムの作成に必要です.
384カーネルのソースコードに定義されている制限に依存することがあるからです.
385このソースコードを使って,あなたのシステム向けにチューンアップした
386カスタムカーネルを作成することもできます.
387
388"gconfig" をつかってカーネルのコンフィグレーションを行う場合は、gtk2-devel
389パッケージをインストールしてください。
390"xconfig" をつかってカーネルのコンフィグレーションを行う場合は、qt-devel
391パッケージをインストールしてください。
392
393### kernel-doc
394%package doc
395Summary: Various documentation bits found in the kernel source.
396Summary(ja): カーネルソース内のさまざまなドキュメント群
397Group: Applications/Documentation
398BuildArch: noarch
399
400%description doc
401This package contains documentation files from the kernel
402source. Various bits of information about the Linux kernel and the
403device drivers shipped with it are documented in these files.
404
405You'll want to install this package if you need a reference to the
406options that can be passed to Linux kernel modules at load time.
407
408%description doc -l ja
409このパッケージにはカーネルソースに含まれているドキュメントが
410収められています.Linux カーネルやデバイスドライバに関する様々な
411情報がこのドキュメントには記されています.
412
413Linux カーネルモジュールを読み込む際の引数を調べたい場合等,
414このパッケージをインストールすると良いでしょう.
415
416### kernel-headers
417%package headers
418Summary: Header files for the Linux kernel for use by glibc
419Summary(ja): Linux カーネルのヘッダファイル
420Group: Development/System
421Obsoletes: glibc-kernheaders
422Provides: glibc-kernheaders = 3.0-46
423Conflicts: %{kernel_headers_conflicts}
424
425%description headers
426Kernel-headers includes the C header files that specify the interface
427between the Linux kernel and userspace libraries and programs.  The
428header files define structures and constants that are needed for
429building most standard programs and are also needed for rebuilding the
430glibc package.
431
432%description headers -l ja
433kernel-headers パッケージには、Linux カーネルとユーザスペースプログラムや
434ライブラリとの間のインタフェースを規定する C ヘッダファイルが収録されて
435います。ヘッダファイルではデータ構造や定数値が定義されており、多くの
436プログラムをコンパイルする際に必要となります。また、glibc パッケージを
437リビルドする際にも必要となるものです。
438
439%package firmware
440Summary: Firmware files used by the Linux kernel
441Summary(ja): Linux kernel で使用されているファームウェア
442Group: Development/System
443License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
444BuildArch: noarch
445
446%description firmware
447Kernel-firmware includes firmware files required for some devices to
448operate.
449
450%description firmware -l ja
451Kernel-firmware にはいくつかのデバイスを利用するために必要なファームウェアファイルが
452含まれています。
453
454%package pae
455Summary: The Linux kernel compiled for PAE capable machines.
456Summary(ja): PAE 対応マシン用にコンパイルされた Linux カーネル
457
458Group: System Environment/Kernel
459Provides: kernel = %{rpmversion}
460Provides: kernel26 = %{rpmversion}
461Provides: kernel-drm = 4.3.0
462Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}pae
463Provides: alsa-driver = 1.0.20
464Requires(pre): %{kernel_prereq}
465Conflicts: %{kernel_dot_org_conflicts}
466Conflicts: %{package_conflicts}
467Conflicts: %{nptl_conflicts}
468# We can't let RPM do the dependencies automatic because it'll then pick up
469# a correct but undesirable perl dependency from the module headers which
470# isn't required for the kernel proper to function
471AutoReqProv: no
472
473%description pae
474This package includes a version of the Linux kernel with support for up to
47564GB of high memory.  It requires a CPU with Physical Address Extensions
476(PAE). The non-PAE kernel can only address up to 4GB of memory.
477Install the kernel-pae package if your machine has more than 4GB of memory.
478
479%description pae -l ja
480このパッケージには 64GB までのメモリをサポートする Linux カーネルが収められて
481います.このカーネルを利用するためには PAE 対応の CPU が必要です。
482
483あなたのマシンが 4GB 以上のメモリを搭載している場合は kernel-pae パッケージを
484インストールしてください.
485
486%package pae-devel
487Summary: Development package for building kernel modules to match the PAE capable kernel.
488Summary(ja): 特定のバージョンのPAE対応カーネル用のモジュールを構築するための開発パッケージ
489Group: System Environment/Kernel
490Provides: kernel-pae-devel-%{_target_cpu} = %{rpmversion}-%{release}
491Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{release}pae
492Provides: kernel-devel = %{rpmversion}-%{release}pae
493Provides: kernel26-devel = %{rpmversion}-%{release}pae
494AutoReqProv: no
495
496%description pae-devel
497This package provides kernel headers and makefiles sufficient to build modules
498against the PAE capable kernel package.
499
500
501%prep
502
503%setup -q -n %{name}-%{version} -c
504cd linux-%{kversion}
505
506#
507# Patches 0 through 100 are meant for core subsystem upgrades
508#
509%if %{patchlevel}
510%patch1 -p1
511%endif
512# rc
513# %patch2 -p1
514# %patch3 -p1
515
516#
517# Patches to back out
518#
519
520#
521# Architecture patches
522#
523
524#
525# x86(-64)
526#
527
528# %patch280 -p1
529
530#
531# ppc(64)
532#
533
534%patch350 -p1
535
536#
537# ia64
538#
539
540#
541# sparc/sparc64
542#
543
544
545#
546# Patches 500 through 1000 are reserved for bugfixes to the core system
547# and patches related to how RPMs are build
548#
549
550
551# This patch adds a "make nonint_oldconfig" which is non-interactive and
552# also gives a list of missing options at the end. Useful for automated
553# builds (as used in the buildsystem).
554##VINE## %patch800 -p1
555
556#
557# Patches 1000 to 5000 are reserved for bugfixes to drivers and filesystems
558#
559
560
561#
562# Make /dev/mem a need-to-know function
563#
564
565#
566# SCSI Bits.
567#
568
569# NIC driver fixes.
570# add support PLANEX GW-US54GXS
571##VINE## %patch1394 -p1
572
573# tg3
574%patch1430 -p1
575# e1000e
576%patch1460 -p1
577# fmv-j182a
578%patch1470 -p1 -b .fmvj18x_cs
579
580# Misc fixes
581# Make multimedia buttons on Dell Inspiron 8200 work.
582%patch1610 -p1
583# Add missing MODULE_VERSION tags to some modules.
584##VINE## %patch1630 -p1
585# The input layer spews crap no-one cares about.
586%patch1650 -p1
587#
588%patch1770 -p1
589# dont show fbcon logo on quiet mode
590%patch1850 -p1
591# add quirk for ricoh mmc (e823)
592# http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-maverick.git;a=commit;h=be04c161614e57f31deae7505afcdec220a7dd1f
593##VINE## %patch1880 -p1
594# update sdhci driver
595# add support ricoh mmc host controller (843/e823/e822)
596##VINE## %patch1890 -p1
597# add quirk for Lenove's TPM device to autodetect
598# https://lkml.org/lkml/2011/2/15/605
599##VINE## %patch1900 -p1
600
601# initial MBA Mid2011 hacky support
602%patch1910 -p1
603
604# pt1fix
605%patch1920 -p1
606
607# IDE
608# prefer ata_piix driver on ICH4+ chipset instead of IDE/piix
609%patch2010 -p1
610
611# 3w-9xxx update (2.26.02.008)
612%patch2301 -p1
613
614%patch2504 -p1
615
616# drm fixes
617%if %{_apply_drm_patches}
618##VINE## %patch2700 -p1
619##VINE## %patch2710 -p1
620%endif
621
622# realtek codecs
623%patch3000 -p1 -b .realtek_codec_header
624%patch3001 -p1 -b .realtek_codec
625
626# v4l
627
628
629#
630# External drivers that are about to get accepted upstream
631#
632
633
634#
635# Patches 5000 to 6000 are reserved for new drivers that are about to
636# be merged upstream
637#
638
639
640#
641# Patches 6000 to 10000 are for Vine Linux
642#
643
644%if !%{_minimum_patches}
645# aufs
646%__tar xf %{SOURCE6100}
647%patch6100 -p1 -b .aufs4
648echo "header-y += aufs_type.h" >> include/uapi/linux/Kbuild
649
650# tuxonice
651%patch9000 -p1
652%patch9001 -p1
653
654%endif
655
656#
657# final stuff
658#
659# do not include localized version string in /proc/version
660%patch10000 -p1
661
662# security fix
663
664
665#
666# misc small stuff to make things compile or otherwise improve performance
667#
668
669# END OF PATCH APPLICATIONS
670
671cp %{SOURCE10} Documentation/
672
673# put Vine logo
674cp -f %{SOURCE100} drivers/video/logo/logo_linux_clut224.ppm
675
676#
677# install extra documentations
678#
679#
680mkdir configs
681
682cp -fv %{all_arch_configs} .
683
684
685# now run oldconfig over all the config files
686for i in *.config
687do
688        mv $i .config
689        Arch=`head -1 .config | cut -b 3-`
690        make ARCH=$Arch oldnoconfig
691        echo "# $Arch" > configs/$i
692        cat .config >> configs/$i
693done
694
695# make sure the kernel has the sublevel we know it has. This looks weird
696# but for -pre and -rc versions we need it since we only want to use
697# the higher version when the final kernel is released.
698perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{patchlevel}/" Makefile
699perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -prep/" Makefile
700
701# get rid of unwanted files resulting from patch fuzz
702# find . -name "*.orig" -exec rm -fv {} \;
703# find . -name "*~" -exec rm -fv {} \;
704
705
706###
707### build
708###
709%build
710sync
711
712cd linux-%{kversion}
713
714
715BuildKernel() {
716
717    # Pick the right config file for the kernel we're building
718    if [ -n "$1" ] ; then
719        Config=kernel-%{kversion}-%{_target_cpu}-$1.config
720        DevelDir=/usr/src/kernels/%{KVERREL}-$1-%{_target_cpu}
721        DevelLink=/usr/src/kernels/%{KVERREL}$1-%{_target_cpu}
722    else
723        Config=kernel-%{kversion}-%{_target_cpu}.config
724        DevelDir=/usr/src/kernels/%{KVERREL}-%{_target_cpu}
725        DevelLink=
726    fi
727
728    KernelVer=%{rpmversion}-%{release}$1
729    echo BUILDING A KERNEL FOR $1 %{_target_cpu}...
730
731    # make sure EXTRAVERSION says what we want it to say
732    perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -%{release}$1/" Makefile
733
734    # and now to start the build process
735
736    make -s mrproper
737    cp configs/$Config .config
738
739    Arch=`head -1 .config | cut -b 3-`
740    echo USING ARCH=$Arch
741
742    echo CHECKING NEW CONFIG OPTIONS...
743    make ARCH=$Arch listnewconfig | grep -E '^CONFIG_' > .newoptions || true
744    if [ -s .newoptions ]; then
745      echo NEW CONFIG OPTION FOUND.
746      cat .newoptions
747    else
748      echo NO NEW CONFIG OPTION FOUND.
749    fi
750    rm -f .newoptions
751   
752    make -s ARCH=$Arch oldnoconfig > /dev/null
753
754    make -s ARCH=$Arch %{?_smp_mflags} %{make_target}
755    make -s ARCH=$Arch %{?_smp_mflags} modules || exit 1
756    #make ARCH=$Arch buildcheck
757   
758    # Start installing the results
759
760%if "%{_enable_debug_packages}" == "1"
761    mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/boot
762%endif
763    mkdir -p $RPM_BUILD_ROOT/%{image_install_path}
764    install -m 644 .config $RPM_BUILD_ROOT/boot/config-$KernelVer
765    install -m 644 System.map $RPM_BUILD_ROOT/boot/System.map-$KernelVer
766%ifarch ppc
767    cp vmlinux $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
768%else
769    cp arch/$Arch/boot/bzImage $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
770%endif
771        if [ -f arch/$Arch/boot/zImage.stub ]; then
772      cp arch/$Arch/boot/zImage.stub $RPM_BUILD_ROOT/%{image_install_path}/zImage.stub-$KernelVer || :
773        fi
774
775    mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer
776    make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT modules_install KERNELRELEASE=$KernelVer mod-fw=
777    cp modules.{order,builtin} $RPM_BUILD_ROOT/lib/modules/$KernelVer/
778 
779    # And save the headers/makefiles etc for building modules against
780    #
781    # This all looks scary, but the end result is supposed to be:
782    # * all arch relevant include/ files
783    # * all Makefile/Kconfig files
784    # * all script/ files
785
786    rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
787    rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/source
788    mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
789    (cd $RPM_BUILD_ROOT/lib/modules/$KernelVer ; ln -s build source)
790    # dirs for additional modules per module-init-tools, kbuild/modules.txt
791    mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/extra
792    mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/updates
793    # first copy everything
794    cp --parents `find  -type f -name "Makefile*" -o -name "Kconfig*"` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
795    cp Module.symvers $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
796    # then drop all but the needed Makefiles/Kconfig files
797    rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Documentation
798    rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts
799    rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
800    cp .config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
801    cp -a scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
802    if [ -d arch/%{_arch}/scripts ]; then
803      cp -a arch/%{_arch}/scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch} || :
804    fi
805    if [ -f arch/%{_arch}/*lds ]; then
806      cp -a arch/%{_arch}/*lds $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/ || :
807    fi
808    rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*.o
809    rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*/*.o
810%ifarch ppc
811    if [ -f arch/powerpc/lib/crtsavres.S -a -f arch/powerpc/lib/crtsavres.o ]
812    then
813      cp -a --parents arch/powerpc/lib/crtsavres.[So] $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/
814    fi
815%endif
816    if [ -d arch/%{asmarch}/include ]; then
817      cp -a --parents arch/%{asmarch}/include $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/
818    fi
819    cp -a include $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
820
821    # Make sure the Makefile and version.h have a matching timestamp so that
822    # external modules can be built
823    touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile \
824             $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/generated/uapi/linux/version.h
825    touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/.config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/autoconf.h
826    # Copy .config to include/config/auto.conf so "make prepare" is unnecessary.
827    cp $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/.config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/config/auto.conf
828
829    if test -s vmlinux.id; then
830      cp vmlinux.id $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/vmlinux.id
831    else
832      echo >&2 "*** WARNING *** no vmlinux build ID! ***"
833    fi
834
835    #
836    # save the vmlinux file for kernel debugging into the kernel-debuginfo rpm
837    #
838%if "%{_enable_debug_packages}" == "1"
839    mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
840    cp vmlinux $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
841%endif
842
843
844    # mark modules executable so that strip-to-file can strip them
845    find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name "*.ko" -type f >modnames
846    xargs --no-run-if-empty chmod u+x < modnames
847
848    # detect missing or incorrect license tags
849    for i in `find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name "*.ko" `
850        do
851                echo -n "$i "
852                /sbin/modinfo -l $i >> modinfo
853        done
854    cat modinfo |\
855                grep -v "^GPL" |
856                grep -v "^Dual BSD/GPL" |\
857                grep -v "^Dual MPL/GPL" |\
858                grep -v "^GPL and additional rights" |\
859                grep -v "^GPL v2" && exit 1
860    rm -f modinfo
861    # remove files that will be auto generated by depmod at rpm -i time
862    for i in alias alias.bin builtin.bin ccwmap dep dep.bin ieee1394map inputmap isapnpmap ofmap pcimap seriomap symbols symbols.bin usbmap devname softdep
863    do
864          rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.$i
865    done
866
867    # Move the devel headers out of the root file system
868    mkdir -p $RPM_BUILD_ROOT/usr/src/kernels
869    mv $RPM_BUILD_ROOT/lib/modules/$KernelVer/build $RPM_BUILD_ROOT/$DevelDir
870    ln -sf ../../..$DevelDir $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
871    [ -z "$DevelLink" ] || ln -sf `basename $DevelDir` $RPM_BUILD_ROOT/$DevelLink
872}
873
874###
875# DO it...
876###
877
878# prepare directories
879rm -rf $RPM_BUILD_ROOT
880mkdir -p $RPM_BUILD_ROOT/boot
881
882%if %{buildup}
883BuildKernel
884%endif
885
886%if %{buildpae}
887BuildKernel pae
888%endif
889
890###
891### install
892###
893
894%install
895
896cd linux-%{kversion}
897
898# build documentation package
899%if %{builddoc}
900mkdir -p $RPM_BUILD_ROOT%{_docdir}/kernel-doc-%{kversion}/Documentation
901
902# sometimes non-world-readable files sneak into the kernel source tree
903chmod -R a+r *
904# copy the source over
905tar cf - Documentation | tar xf - -C $RPM_BUILD_ROOT%{_docdir}/kernel-doc-%{kversion}
906%endif
907
908# build source package
909%if %{buildsource}
910mkdir -p $RPM_BUILD_ROOT%{_prefix}/src/linux-%{kversion}
911sync
912make -s mrproper
913sync
914tar cf - . | tar xf - -C $RPM_BUILD_ROOT%{_prefix}/src/linux-%{kversion}
915rm -rf $RPM_BUILD_ROOT%{_prefix}/src/linux-%{kversion}/Documentation
916ln -sf %{_docdir}/kernel-doc-%{kversion}/Documentation $RPM_BUILD_ROOT%{_prefix}/src/linux-%{kversion}/
917sync
918
919#
920rm -f $RPM_BUILD_ROOT%{_prefix}/src/linux-%{kversion}/arch/x86/tools/relocs
921
922# set the EXTRAVERSION to <version>custom, so that people who follow a kernel building howto
923# don't accidentally overwrite their currently working moduleset and hose their system
924perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -%{release}custom/" $RPM_BUILD_ROOT/usr/src/linux-%{kversion}/Makefile
925install -m 644 %{SOURCE10}  $RPM_BUILD_ROOT/usr/src/linux-%{kversion}
926%endif
927
928%if %{with_headers}
929# Install kernel headers
930make ARCH=%{hdrarch} INSTALL_HDR_PATH=$RPM_BUILD_ROOT/usr headers_install
931
932# Do headers_check but don't die if it fails.
933make ARCH=%{hdrarch} INSTALL_HDR_PATH=$RPM_BUILD_ROOT/usr headers_check \
934     > hdrwarnings.txt || :
935if grep -q exist hdrwarnings.txt; then
936    sed s:^$RPM_BUILD_ROOT/usr/include/:: hdrwarnings.txt
937   # Temporarily cause a build failure if header inconsistencies.
938   # exit 1
939fi
940
941find $RPM_BUILD_ROOT/usr/include \
942     \( -name .install -o -name .check -o \
943        -name ..install.cmd -o -name ..check.cmd \) | xargs rm -f
944
945# glibc provides scsi headers for itself, for now
946rm -rf $RPM_BUILD_ROOT/usr/include/scsi
947rm -f $RPM_BUILD_ROOT/usr/include/asm*/atomic.h
948rm -f $RPM_BUILD_ROOT/usr/include/asm*/io.h
949rm -f $RPM_BUILD_ROOT/usr/include/asm*/irq.h
950%endif
951
952%if %{with_firmware}
953make INSTALL_FW_PATH=$RPM_BUILD_ROOT/lib/firmware firmware_install
954%endif
955
956sync
957
958
959###
960### clean
961###
962
963%clean
964rm -rf $RPM_BUILD_ROOT
965
966###
967### scripts
968###
969
970# load the loop module for upgrades...in case the old modules get removed we have
971# loopback in the kernel so that mkinitrd will work.
972%pre
973/sbin/modprobe loop 2> /dev/null > /dev/null  || :
974exit 0
975
976%pre pae
977/sbin/modprobe loop 2> /dev/null > /dev/null  || :
978exit 0
979
980%post
981[ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade
982[ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --mkinitrd --depmod --install %{KVERREL}
983
984%ifarch ppc
985for MODCONFFILE in /etc/modprobe.d/modprobe.conf.dist /etc/modprobe.conf /etc/modprobe.d/modprobe.conf
986do
987  if [ -f "$MODCONFFILE" ]; then
988    TEMPFILE=`/bin/mktemp -q /tmp/modconffile.XXXXXX`
989    sed -e 's/alias sound snd-powermac$//' $MODCONFFILE > $TEMPFILE
990    cat $TEMPFILE > $MODCONFFILE
991    rm -f $TEMPFILE
992  fi
993done
994%endif
995
996cd /boot
997# vmlinuz symlinks to new default kernel
998ln -sf vmlinuz-%{KVERREL} vmlinuz
999%ifarch ppc
1000ln -sf vmlinuz-%{KVERREL} vmlinux
1001%endif
1002ln -sf System.map-%{KVERREL} System.map
1003ln -sf initrd-%{KVERREL}.img initrd.img
1004# vmlinuz.old symlink to current running kernel
1005current=`uname -r`
1006if [ ! -f vmlinuz-${current} ]; then
1007  ln -sf vmlinuz-%{KVERREL} vmlinuz.old
1008%ifarch ppc
1009  ln -sf vmlinuz-%{KVERREL} vmlinux.old
1010%endif
1011  ln -sf System.map-%{KVERREL} System.map.old
1012  ln -sf initrd-%{KVERREL}.img initrd.old.img
1013else
1014  ln -sf vmlinuz-${current} vmlinuz.old
1015%ifarch ppc
1016  ln -sf vmlinuz-${current} vmlinux.old
1017%endif
1018  ln -sf System.map-${current} System.map.old
1019  ln -sf initrd-${current}.img initrd.old.img
1020fi
1021
1022[ -x /sbin/mkkerneldoth ] && /sbin/mkkerneldoth
1023depmod -a -F /boot/System.map-%{KVERREL} %{KVERREL}
1024
1025# if preffered bootloader is LILO, execute lilo.
1026%ifarch i586 i686
1027if [ -f /etc/sysconfig/bootloader ]; then
1028  source /etc/sysconfig/bootloader
1029  if [ "$BOOTLOADER" = "lilo" ]; then
1030    if [ -x /sbin/lilo -a -f /etc/lilo.conf ]; then
1031      /sbin/lilo > /dev/null
1032      exit 0
1033    fi
1034  fi
1035fi
1036%endif
1037
1038# update grub/menu.lst
1039GRUB_MENULST="/boot/grub/menu.lst"
1040if [ -f $GRUB_MENULST ]; then
1041  if ( grep -q "resume2=" $GRUB_MENULST ) ; then
1042    sed -i.rpmsave 's/resume2=/resume=/g' $GRUB_MENULST
1043  fi
1044fi
1045
1046%post pae
1047[ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade
1048[ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --mkinitrd --depmod --install %{KVERREL}pae
1049
1050cd /boot
1051# vmlinuz-pae symlinks to new default pae kernel
1052ln -sf vmlinuz-%{KVERREL}pae vmlinuz-pae
1053ln -sf System.map-%{KVERREL}pae System.map-pae
1054ln -sf initrd-%{KVERREL}pae.img initrd-pae.img
1055# vmlinuz.old symlink to current running kernel
1056current=`uname -r`
1057ln -sf vmlinuz-${current} vmlinuz.old
1058ln -sf System.map-${current} System.map.old
1059ln -sf initrd-${current}.img initrd.old.img
1060
1061[ -x /sbin/mkkerneldoth ] && /sbin/mkkerneldoth
1062depmod -a -F /boot/System.map-%{KVERREL}pae %{KVERREL}pae
1063
1064# add PAE kernel entry to grub menu.list
1065GRUB_MENULST="/boot/grub/menu.lst"
1066if [ -f $GRUB_MENULST ]; then
1067  if ( ! grep -q "PAE kernel" $GRUB_MENULST ) ; then
1068    if [ -x /sbin/grubby ]; then
1069      /sbin/grubby --title="Vine Linux (PAE kernel)" \
1070                   --add-kernel=/boot/vmlinuz-pae \
1071                   --initrd=/boot/initrd-pae.img \
1072                   --copy-default \
1073                   --config-file=$GRUB_MENULST >& /dev/null ||:
1074    fi
1075  fi
1076fi
1077
1078# if preffered bootloader is LILO, execute lilo.
1079%ifarch i586 i686 x86_64
1080if [ -f /etc/sysconfig/bootloader ]; then
1081  source /etc/sysconfig/bootloader
1082  if [ "$BOOTLOADER" = "lilo" ]; then
1083    if [ -x /sbin/lilo -a -f /etc/lilo.conf ]; then
1084      /sbin/lilo > /dev/null
1085      exit 0
1086    fi
1087  fi
1088fi
1089%endif
1090
1091# update grub/menu.lst
1092GRUB_MENULST="/boot/grub/menu.lst"
1093if [ -f $GRUB_MENULST ]; then
1094  if ( grep -q "resume2=" $GRUB_MENULST ) ; then
1095    sed -i.rpmsave 's/resume2=/resume=/g' $GRUB_MENULST
1096  fi
1097fi
1098
1099%preun
1100/sbin/modprobe loop 2> /dev/null > /dev/null  || :
1101[ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}
1102
1103%preun pae
1104/sbin/modprobe loop 2> /dev/null > /dev/null  || :
1105[ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}pae
1106
1107
1108###
1109### file lists
1110###
1111
1112%if %{with_headers}
1113%files headers
1114%defattr(-,root,root)
1115/usr/include/*
1116%endif
1117
1118%if %{with_firmware}
1119%files firmware
1120%defattr(-,root,root)
1121/lib/firmware/*
1122%endif
1123
1124%if %{buildup}
1125%files
1126%defattr(-,root,root)
1127/%{image_install_path}/*-%{KVERREL}
1128/boot/System.map-%{KVERREL}
1129/boot/config-%{KVERREL}
1130%dir /lib/modules/%{KVERREL}
1131/lib/modules/%{KVERREL}/modules.*
1132/lib/modules/%{KVERREL}/kernel
1133/lib/modules/%{KVERREL}/build
1134/lib/modules/%{KVERREL}/source
1135
1136%files devel
1137%defattr(-,root,root)
1138%verify(not mtime) /usr/src/kernels/%{KVERREL}-%{_target_cpu}
1139%endif
1140
1141%if %{buildpae}
1142%files pae
1143%defattr(-,root,root)
1144/%{image_install_path}/*-%{KVERREL}pae
1145/boot/System.map-%{KVERREL}pae
1146/boot/config-%{KVERREL}pae
1147%dir /lib/modules/%{KVERREL}pae
1148/lib/modules/%{KVERREL}pae/modules.*
1149/lib/modules/%{KVERREL}pae/kernel
1150/lib/modules/%{KVERREL}pae/build
1151/lib/modules/%{KVERREL}pae/source
1152
1153%files pae-devel
1154%defattr(-,root,root)
1155%verify(not mtime) /usr/src/kernels/%{KVERREL}-pae-%{_target_cpu}
1156/usr/src/kernels/%{KVERREL}pae-%{_target_cpu}
1157%endif
1158
1159
1160
1161# only some architecture builds need kernel-source
1162%if %{buildsource}
1163%files source
1164%defattr(-,root,root)
1165%{_prefix}/src/linux-%{kversion}
1166%dir %{_prefix}/src/linux-%{kversion}
1167%endif
1168
1169# only some architecture builds need kernel-doc
1170%if %{builddoc}
1171%files doc
1172%defattr(-,root,root)
1173%{_datadir}/doc/kernel-doc-%{kversion}/Documentation/*
1174%dir %{_datadir}/doc/kernel-doc-%{kversion}/Documentation
1175%dir %{_datadir}/doc/kernel-doc-%{kversion}
1176%endif
1177
1178
1179%changelog
1180* Tue Dec 19 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.106-1
1181- update to 4.4.106
1182
1183* Mon Dec 11 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.105-1
1184- update to 4.4.105
1185
1186* Wed Dec  6 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.104-1
1187- update to 4.4.104
1188
1189* Wed Dec  6 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.103-1
1190- update to 4.4.103
1191- separate patch3000(header patch) and patch3001(code patch)
1192
1193* Tue Nov 28 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.102-1
1194- update to 4.4.102
1195
1196* Wed Nov 22 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.100-1
1197- update to 4.4.100
1198- update Patch3000
1199
1200* Mon Nov 20 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.99-1
1201- update to 4.4.99
1202
1203* Fri Nov 10 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.97-1
1204- update to 4.4.97
1205
1206* Mon Nov  6 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.96-1
1207- update to 4.4.96
1208- update Patch3000
1209
1210* Wed Oct 25 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.94-1
1211- update to 4.4.94
1212- remove too old changelog (kernel 2.x)
1213
1214* Fri Oct 13 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.92-1
1215- update to 4.4.92
1216
1217* Thu Sep 14 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.88-1
1218- update to 4.4.88
1219
1220* Fri Sep  8 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.87-1
1221- update to 4.4.87
1222
1223* Sun Sep  3 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.86-1
1224- update to 4.4.86
1225
1226* Thu Aug 17 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.83-1
1227- update to 4.4.83
1228
1229* Wed Aug 16 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.82-1
1230- update to 4.4.82
1231
1232* Tue Aug  8 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.80-1
1233- update to 4.4.80
1234
1235* Mon Jul 31 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.79-1
1236- update to 4.4.79
1237
1238* Tue Jul 25 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.78-2
1239- add patch3000 to update realtek codec (ALC1220 etc)
1240
1241* Mon Jul 24 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.78-1
1242- update to 4.4.78
1243
1244* Tue Jul 18 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.77-1
1245- update to 4.4.77
1246
1247* Sun Jul  2 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.75-1
1248- update to 4.4.75
1249- enable CONFIG_BRCMFMAC_PCIE in x86_64 config
1250  (already enabled in i686/i686pae configs)
1251
1252* Tue Jun 27 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.74-1
1253- update to 4.4.74 with security fixes 
1254
1255* Wed Jun 21 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.73-2
1256- for testing (not for release)
1257- update to 4.4.73 with security fixes 
1258  (patch level = 4.4.74-rc1)
1259
1260* Mon Jun 12 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.71-1
1261- update to 4.4.71 with security fixes 
1262- add Patch1470 for fix fmvj18x read MACID (Thanks to Tanaka-san)
1263
1264* Mon May 29 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.70-1
1265- update to 4.4.70 with security fixes
1266
1267* Fri Apr 28 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.64-1
1268- update to 4.4.64 with security fixes
1269
1270* Thu Apr 20 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.62-1
1271- update to 4.4.62 with security fixes
1272
1273* Tue Mar 21 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.55-1
1274- update to 4.4.55
1275
1276* Tue Mar  7 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.52-2
1277- update e1000e driver to 3.3.5.3
1278
1279* Sun Feb 26 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.52-1
1280- update to 4.4.52 with security fix
1281
1282* Sat Feb 18 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.49-1
1283- update to 4.4.49
1284
1285* Sat Jan 21 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.44-1
1286- update to 4.4.44
1287
1288* Wed Jan 11 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.41-1
1289- update to 4.4.41
1290
1291* Mon Dec 19 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.39-1
1292- update to 4.4.39
1293
1294* Sat Dec  3 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.36-1
1295- update to 4.4.36
1296
1297* Fri Nov 18 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.32-1
1298- update to 4.4.32
1299
1300* Tue Oct 11 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.24-1
1301- update to 4.4.24
1302
1303* Wed Oct  5 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.23-1
1304- update to 4.4.23
1305- modify tuxonice patch to fit 4.4.23
1306
1307* Sat Oct  1 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.22-2
1308- update config (added AMD CPU microcode)
1309
1310* Sat Oct  1 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.22-1.1
1311- for test
1312- update x86_64 config (added AMD CPU microcode)
1313
1314* Wed Sep 28 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.22-1
1315- update to 4.4.22
1316
1317* Fri Sep 16 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.21-1
1318- update to 4.4.21
1319- patch1460 (e1000e 3.3.5)
1320
1321* Thu Sep 15 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.20-1
1322- update to 4.4.20
1323
1324* Wed Sep 14 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.4.19-1
1325- update to 4.4.19
1326
1327* Sat Jul 23 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.4.15-1
1328- update to 4.4.15
1329- update Patch1460 (linux-4.4.13_update_e1000e_3.3.4.patch)
1330- update Patch1850 (silence-fbcon-logo.patch)
1331- update Patch1910 (linux-4.4-macbookair_middle2011_fixedmode_hackyhack.patch)
1332- add Patch1920 (linux-3.7.1-pt1fix.patch)
1333- update Patch6100 (aufs4.4-20160615.patch
1334- add Source6100 (aufs%{aufs_version}.tar.xz)
1335- update Patch9000 (tuxonice-for-linux-4.4.8-2016-04-21.patch)
1336- update Patch9001 (0001-toi-4.1-attempt-to-fix-compiling-without-TOI.patch)
1337- remove Patch11,12,2001,6030,6031
1338- add BuildRequires: openssl-devel
1339
1340* Sat Jul 23 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.37-3
1341- add patch12 to fix netfilter
1342
1343* Wed Jul 20 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.18.37-2
1344- add patch11 to fix much memory usage
1345- remove patch2xxxx (are comment outed)
1346
1347* Mon Jul 18 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.37-1
1348- update to 3.18.37
1349- update Patch1460 (linux-3.18.37_update_e1000e_3.3.4.patch)
1350
1351* Sat Jun 25 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.36-1
1352- update to 3.18.36
1353
1354* Wed Jun 15 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.35-1
1355- update to 3.18.35
1356
1357* Wed May 25 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.34-1
1358- update to 3.18.34
1359- add Patch1460: linux-3.18_update_e1000e_3.3.3.patch.xz
1360
1361* Sun May 22 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.33-1
1362- update to 3.18.33
1363- add BuildRequires: bc
1364- update Patch1430 (linux-3.9.2-tg3-support-newid.patch)
1365- update Patch1650 (linux-3.8-input-kill-stupid-messages.patch)
1366- update Patch1910 (linux-3.7-macbookair_middle2011_fixedmode_hackyhack.patch)
1367- update Patch6100 (linux-3.18-aufs3-20160504.patch)
1368- update Patch9000 (tuxonice-for-linux-3.18.31-2016-04-21.patch)
1369- add Patch9001 (0001-toi-3.18-attempt-to-fix-compiling-without-TOI.patch)
1370- add Patch9002 (0002-toi-3.19-attempt-to-fix-TOI-for-32-bit-kernels.patch)
1371- add Patch9003 (0003-toi-3.19-remove-static-qualifier-from-check_image_ke.patch)
1372- update Patch10000 (linux-3.18-LINUX_COMPILER-LANG_C.patch)
1373- remove Patch1440 (linux-3.4.62_support_Lenovo_USB_Ether_dongle.patch)
1374- remove Patch1450 (linux-3.4_add_support_atheros_alx.patch)
1375- remove Patch1460 (linux-3.4_update_e1000e_3.1.0.2.patch.xz)
1376- remove Patch1470 (linux-3.4_fix_fmvj18x_cs.patch)
1377- remove Patch1490 (linux-3.4_update_igb_5.2.17.patch.xz)
1378- remove Patch1830 (linux-2.6-w1-hush-debug.patch)
1379- remove Patch1840 (linux-2.6-defaults-pci_no_msi.patch)
1380- remove Patch1860 (linux-2.6-silence-acpi-blacklist.patch)
1381- remove Patch20000 (linux-3.4.36_CVE-2012-2100.patch)
1382- remove Patch20040 (linux-3.4.x_CVE-2014-8884.patch)
1383- remove Patch20100 (linux-3.4_CVE-2013-7421-1.patch)
1384- remove Patch20101 (linux-3.4_CVE-2013-7421-2.patch)
1385- remove Patch20102 (linux-3.4_CVE-2013-7421-3.patch)
1386- remove Patch20120 (linux-3.4_CVE-2014-8160.patch)
1387- remove Patch20150 (linux-3.4_CVE-2015-0239.patch)
1388- remove Patch20220 (linux-3.4.109_CVE-2015-0272.patch)
1389- remove Patch20230 (linux-3.4.109_CVE-2015-2922.patch)
1390- remove Patch20240 (linux-3.4.109_CVE-2015-5156.patch)
1391- remove Patch20250 (linux-3.4.109_CVE-2015-6252.patch)
1392- remove Patch20260 (linux-3.4.108-CVE-2015-6937.patch)
1393- remove Patch20270 (linux-3.4.x_CVE-2015-8575.patch)
1394- remove Patch20280 (linux-3.4.x_CVE-2015-8569.patch)
1395- remove Patch20290 (linux-3.2-CVE-2015-8543.patch)
1396- remove Patch20300 (linux-3.2-CVE-2015-7550.patch)
1397- remove Patch20310 (linux-3.4.110_CVE-2015-7513.patch)
1398- remove Patch20320 (linux-3.4.110_CVE-2015-8104.patch)
1399- remove Patch20330 (media-usbvision-video-fix-memory-leak-of-alt_max_pkt.patch)
1400- remove Patch20331 (media-usbvision-fix-leak-of-usb_dev-on-failure-paths.patch)
1401- remove Patch20332 (linux-3.4.x-CVE-2015-7833-1.patch)
1402- remove Patch20333 (linux-3.4.x-CVE-2015-7833-2.patch)
1403- remove Patch20340 (linux-3.4.x-CVE-2015-7990.patch)
1404- remove Patch20350 (linux-3.4.x-CVE-2015-7799-1.patch)
1405- remove Patch20351 (linux-3.4.110_CVE-2015-7799-2.patch)
1406- remove Patch20360 (linux-3.4.110_CVE-2015-7446.patch)
1407
1408* Tue Mar  1 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.110-4
1409- fix changelog typos...
1410
1411* Mon Feb 29 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.110-3
1412- add Patch20270 for fix CVE-2015-8575
1413- add Patch20280 for fix CVE-2015-8569
1414- add Patch20290 for fix CVE-2015-8543
1415- add Patch20300 for fix CVE-2015-7550
1416- add Patch20310 for fix CVE-2015-7513
1417- add Patch20320 for fix CVE-2015-8104
1418- add Patch20330,20331,20332,20333 for fix CVE-2015-7833-1
1419- add Patch20340 for CVE-2015-7990
1420- add Patch20350,20351 for fix CVE-2015-7799
1421- add Patch20360 for fix CVE-2015-7446
1422  These patches are based on debian's one, Thanks.
1423
1424* Sun Nov 15 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.110-2
1425- rebuilt
1426
1427* Fri Oct 23 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.110-1
1428- new upstream release with security fixes
1429- drop unneeded patches (are included in new release)
1430
1431* Sat Oct 10 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.109-3
1432- add revert patch12,13,14 for fix X crash with radeon
1433  these revert will be included in 3.4.110
1434
1435* Wed Sep 30 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.109-2.4
1436- update patch14 (fix ?)
1437
1438* Wed Sep 30 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.109-2.3
1439- drop patch12,13 add again patch14
1440
1441* Wed Sep 30 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.109-2.2
1442- for test
1443- drop patch13,14
1444
1445* Wed Sep 30 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.109-2.1
1446- for test
1447- add revert patch12,13,14 for fix X crash with radeon E350
1448
1449* Sat Sep 26 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.109-2
1450- add Patch20220 for fix CVE-2015-0272
1451- add Patch20230 for fix CVE-2015-2922
1452- add Patch20240 for fix CVE-2015-5156
1453- add Patch20250 for fix CVE-2015-6252
1454- add Patch20260 for fix CVE-2015-6937
1455  these patches are based on debian, thanks.
1456 
1457* Tue Sep 22 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.109-1
1458- new upstream release with security fixes
1459- drop patch20160,20190,20200,20210 (are included in new release)
1460
1461* Wed Jul  1 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.108-2
1462- add patch20190 for fix CVE-2015-1805 (pipe iovec)
1463- add patch20200 for fix CVE-2015-3636 (ipv4 ping)
1464- add patch20210 for fix CVE-2015-4167 (udf)
1465- these patches are based on debian, thanks to debian team.
1466
1467* Wed Jun 24 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.108-1
1468- built for release
1469- update patch6100 (thanks to tomop-san) and change filename
1470
1471* Tue Jun 23 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.108-0.1
1472- new upstream release.
1473- dropped patch20110 (fixed in upstream).
1474- test build.
1475
1476* Mon Apr 20 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.107-0.1
1477- test release
1478- new upstream release with security fixes
1479- drop patch20020,20050,20060,20080,20090,20130,20140,20170,20180
1480  (are included in new release)
1481
1482* Fri Mar 27 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.106-3
1483- update igb driver to 5.2.17
1484
1485* Fri Mar 27 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.106-2
1486- add patch20100,20101,20102 for fix CVE-2013-7421
1487- add patch20110 for fix CVE-2014-7822
1488- add patch20120 for fix CVE-2014-8160
1489- add patch20130 for fix CVE-2014-9585
1490- add patch20140 for fix CVE-2014-9683
1491- add patch20150 for fix CVE-2015-0239
1492- add patch20160 for fix CVE-2015-1420
1493- add patch20170 for fix CVE-2015-1421
1494- add patch20180 for fix CVE-2015-1593
1495- these patches are based on debian, thanks to debian team.
1496
1497* Mon Feb  9 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.106-1
1498- new upstream release with security fixes
1499- drop patch20010,20030,20070 (are included in new release)
1500
1501* Sat Jan 17 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.105-3
1502- add Patch20050 for fix CVE-2013-6885 (AMD 16h 00h-0Fh processors)
1503- add Patch20060 for fix CVE-2014-9419 (X86_32)
1504- add Patch20070 for fix CVE-2014-8133 (16-bit RW GDT instead of LDT)
1505- add Patch20080 for fix CVE-2014-9529 (garbage race condition)
1506- add Patch20090 for fix CVE-2014-9584 (iso)
1507-   these patches are from debian, thanks.
1508
1509* Mon Dec 22 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.105-2
1510- add Patch20010 for fix CVE-2014-9090 (SS segment)
1511- add Patch20020 for fix CVE-2014-7841 (sctp)
1512- add Patch20030 for fix CVE-2014-8369 (kvm iommu map)
1513- add Patch20040 for fix CVE-2014-8884 (ttusb-dec)
1514  these patches are from debian, thanks.
1515
1516* Tue Dec  9 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.105-1
1517- new upstream release with security fixes
1518- drop patch1480 (is included in new release)
1519- update patch6100 (remove *.orig file data)
1520
1521* Wed Oct  1 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.104-1
1522- new upstream release with security fixes
1523
1524* Sun Sep 14 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.103-3
1525- update e1000e driver (3.1.0.2)
1526
1527* Sun Aug 24 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.103-2
1528- add patch1480 for fix rtlwifi fix
1529  (Thanks to kudoh-san and debian team)
1530
1531* Sat Aug 16 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.103-1
1532- new upstream release with security fixes
1533
1534* Fri Aug  8 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.102-1
1535- new upstream release with security fixes
1536- drop patch810 (reverted by upsteam)
1537
1538* Fri Aug  1 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.101-1
1539- new upstream release with security fixes
1540
1541* Tue Jul 15 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.98-1
1542- new upstream release with security fixes
1543
1544* Thu Jul 10 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.97-1
1545- new upstream release with security fixes
1546
1547* Wed Jul  2 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.96-1
1548- new upstream release with security fixes
1549- (changelog 3.4.95 is missing)
1550
1551* Sun Jun 22 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.94-3
1552- add patch810 to fix packet forward issue
1553- update patch1460 (e1000e 3.0.4) again
1554
1555* Sat Jun 21 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.94-2
1556- revert e1000e update (revert to 2.5.4)
1557
1558* Wed Jun 18 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.94-1
1559- new upstream release   
1560
1561* Thu Jun 12 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.93-1
1562- new upstream release 
1563- drop patch1920 (is included in new release)
1564
1565* Mon Jun  9 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.92-1
1566- new upstream release
1567- update patch1460 (e1000e 3.0.4)
1568
1569* Mon May 19 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.91-1
1570- new upstream release
1571
1572* Thu May  8 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.89-1
1573- new upstream release
1574
1575* Wed Apr 30 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.88-2
1576- add Patch1470 to fix fmvj18x_cs bug
1577  (Thanks to Tanaka-san: [vine-users:082543])
1578
1579* Mon Apr 28 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.88-1
1580- new upstream release
1581
1582* Fri Apr 25 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.87-3
1583- Not for release
1584- add patch11 for 3.4.88 testing
1585
1586* Tue Apr 22 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.87-2
1587- add patch20010 for fix CVE-2014-2851 (ipv4 ping)
1588
1589* Wed Apr 16 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.87-1
1590- new upstream release
1591
1592* Sun Apr  6 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.86-1
1593- new upstream release   
1594
1595* Wed Apr  2 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.85-1
1596- new upstream release 
1597
1598* Tue Mar 25 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.84-1
1599- new upstream release
1600- drop Patch20010 (is included in new release)
1601
1602* Mon Feb 24 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.82-1
1603- new upstream release
1604
1605* Fri Feb 21 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.81-1
1606- update to 3.4.81 with security fixes 
1607
1608* Mon Feb 17 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.80-1
1609- update to 3.4.80 with security fixes
1610
1611* Wed Jan 22 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.77-1
1612- update to 3.4.77 with security fixes 
1613- fix changelog typo
1614
1615* Mon Jan 13 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.76-1
1616- update to 3.4.76 with security fixes
1617
1618* Tue Dec 24 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.75-1
1619- update to 3.4.75 with security fixes 
1620
1621* Mon Dec 16 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.74-1
1622- update to 3.4.74 with security fixes 
1623
1624* Fri Dec  6 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.72-1
1625- update to 3.4.72 with security fixes
1626
1627* Mon Dec  2 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.71-1
1628- update to 3.4.71 with security fixes
1629
1630* Fri Nov 22 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.70-1
1631- update to 3.4.70 with security fixes   
1632
1633* Thu Nov 14 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.69-1
1634- update to 3.4.69 with security fixes 
1635
1636* Tue Nov  5 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.68-2
1637- add patch1460 to update e1000e driver
1638
1639* Mon Nov  4 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.68-1
1640- update to 3.4.68 with security fixes
1641
1642* Sat Oct 26 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.67-1
1643- update to 3.4.67
1644- add patch1440 to support atheros alx driver
1645
1646* Thu Oct 17 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.66-1
1647- update to 3.4.66 with security fixes
1648
1649* Mon Oct  7 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.65-1
1650- update to 3.4.65 
1651
1652* Thu Oct  3 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.64-1
1653- update to 3.4.64
1654
1655* Thu Sep 26 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.62-2
1656- add patch1440 to support Lenovo 10/100 USB dongle
1657  (BTS:2657)
1658
1659* Sun Sep 15 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.62-1
1660- update to 3.4.62 
1661
1662* Sat Sep 14 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.61-1
1663- update to 3.4.61
1664
1665* Tue Aug  6 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.56-1
1666- update to 3.4.56
1667
1668* Sat Jun 29 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.51-1
1669- update to 3.4.51
1670
1671* Sun Jun 23 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.50-1
1672- update to 3.4.50
1673
1674* Sun Jun 16 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.49-1
1675- update to 3.4.49
1676
1677* Wed May 29 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.47-1
1678- update to 3.4.47
1679
1680* Wed May 22 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.46-1
1681- update to 3.4.46 
1682
1683* Mon May 13 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.45-1
1684- update to 3.4.45
1685
1686* Thu May  9 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.44-1
1687- update to 3.4.44
1688
1689* Sat May  4 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.43-1
1690- update to 3.4.43
1691
1692* Sat Apr 27 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.42-1
1693- update to 3.4.42
1694
1695* Thu Apr 18 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.41-1
1696- update to 3.4.41
1697
1698* Mon Apr  1 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.38-1
1699- update to 3.4.38 
1700
1701* Sat Mar 23 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.37-1
1702- update to 3.4.37
1703
1704* Mon Mar 18 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.36-2
1705- add patch1920 to add support GC-WB300D BT function
1706- add Patch20000 for fix CVE-2012-2100
1707- add Patch20010 for fix CVE-2012-5517
1708
1709* Sat Mar 16 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.36-1
1710- update to 3.4.36
1711
1712* Fri Mar 08 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.35-1
1713- update to 3.4.35
1714
1715* Wed Aug 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.10-1
1716- update to 3.4.10
1717
1718* Thu Aug 16 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.9-1
1719- update to 3.4.9
1720
1721* Fri Aug 10 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.8-1
1722- update to 3.4.8
1723- enable BMCA and BRCMSMAC(Broadcom SoftMAC driver)
1724
1725* Wed Aug 01 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.7-1
1726- update to 3.4.7
1727
1728* Fri Jul 27 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.6-3
1729- add patch1430 to support tg3 newer chipsets
1730
1731* Sat Jul 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.6-2
1732- add kmod to kernel_prereq (instead of module-init-tools)
1733
1734* Fri Jul 20 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.6-1
1735- update to 3.4.6
1736
1737* Wed Jul 18 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.5-1
1738- update to 3.4.5
1739- add xz, kmod, coreutils to BR:
1740- remove module-init-tools, sh-utils from BR:
1741
1742* Wed Jul 04 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.4-2
1743- add modules.{order,builtin}
1744
1745* Sat Jun 23 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.4-1
1746- update to 3.4.4
1747
1748* Mon Jun 18 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4.3-1
1749- update to 3.4.3
1750- update tuxonice/aufs3 patch
1751
1752* Thu May 03 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.16-1
1753- update to 3.2.16
1754
1755* Tue Mar 13 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.10-1
1756- update to 3.2.10
1757
1758* Sat Mar 03 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.9-1
1759- update to 3.2.9
1760
1761* Tue Feb 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.7-1
1762- update to 3.2.7
1763
1764* Wed Feb 15 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.6-2
1765- update tuxonice patch (github toi-3.2 current)
1766
1767* Tue Feb 14 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.6-1
1768- update to 3.2.6
1769
1770* Sat Feb 04 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.4-1
1771- update to 3.2.4
1772
1773* Fri Jan 27 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.2-2
1774- add aufs3 patch
1775- drop unionfs support
1776
1777* Thu Jan 26 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.2-1
1778- update to 3.2.2
1779
1780* Fri Jan 13 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.1-1
1781- update to 3.2.1
1782
1783* Sat Jan 07 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.0-1
1784- update to 3.2
1785- update x86 configs
1786- prereq module-init-tools >= 3.16
1787
1788* Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.6-1
1789- update to 3.1.6
1790
1791* Tue Nov 29 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.4-1
1792- update to 3.1.4
1793
1794* Mon Nov 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.3-1
1795- update to 3.1.3
1796  - update x86 configs
1797- update tuxonice to current
1798- drop patch1421,1422
1799
1800* Mon Oct 24 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.8-1
1801- update to 3.0.8
1802
1803* Mon Oct 24 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.7-1
1804- update to 3.0.7
1805
1806* Wed Oct 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.4-4
1807- update unionfs to 2.5.10
1808- update configs (enable more drivers and functions)
1809  SCHED_AUTOGROUP NL80211_TESTMODE BLK_DEV_RBD SCSI_CXGB4_ISCSI
1810  SCSI_BNX2X_FCOE SCSI_ISCI STMMAC_ETH STMMAC_DUAL_MAC PCH_GBE BNA
1811  PCMCIA_RAYCS ATH9K_PCI ATH9K_AHB CARL9170 CARL9170_LEDS CARL9170_WPC
1812  B43_PHY_N IWLWIFI_DEVICE_SVTOOL RTL8192CE RTL8192SE RTL8192CU RTLWIFI
1813  RTL8192C_COMMON WL12XX_MENU WL12XX WL12XX_HT WL12XX_SDIO MWIFIEX
1814  MWIFIEX_SDIO USB_NET_CX82310_ETH USB_NET_KALMIA USB_VL600
1815  XEN_NETDEV_BACKEND IR_ENE IR_MCEUSB IR_ITE_CIR IR_FINTEK IR_NUVOTON
1816  IR_REDRAT3 IR_STREAMZAP IR_WINBOND_CIR RC_LOOPBACK USBIP_CORE
1817  USBIP_VHCI_HCD USBIP_HOST R8187SE RTL8192U RTL8192E R8712U R8712_AP
1818  RTS_PSTOR DRM_PSB INTEL_MEI ACERHDF DELL_WMI_AIO HP_ACCEL
1819  IDEAPAD_LAPTOP INTEL_IPS FANOTIFY
1820
1821* Sat Sep 17 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.0.4-3
1822- add Patch1421 & Patch1422
1823  (based on patches found at http://almostsure.com/mba42/ and fixed a bit)
1824
1825* Fri Sep 16 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.0.4-2
1826- add Patch1420 - a hack to support MBA Mid2011 LCD
1827  (inspired from: https://bugs.freedesktop.org/show_bug.cgi?id=39533)
1828
1829* Tue Aug 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.4-1
1830- update to 3.0.4
1831
1832* Fri Aug 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> - 3.0.3-1
1833- update to 3.0.3
1834- udpate configs
1835  - build legacy IDE drivers as module
1836  - enable new drivers
1837
1838* Mon Aug 15 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.0.1-3
1839- add Patch9010 to fix build failure on ppc
1840
1841* Sun Aug 14 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.0.1-2
1842- more config updates (enable some staging drivers found on compat-wireless)
1843- TODO: configs - more review & fix needed
1844
1845* Sun Aug 14 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.0.1-1
1846- inital attempt for 3.0.1
1847- disable obsolete/already_merged_into_upstream patches
1848- s/nonint_oldconfig/oldnoconfig/
1849- tuxonice: current-tuxonice-for-3.0.patch.bz2 (as of Aug. 14, 2011)
1850- unionfs: 2.5.9.2_for_3.0.0-rc4
1851- fix configs from m to y for the followings:
1852  INTEL_IDLE, BT_L2CAP, BT_SCO, LEDS_CLASS
1853
1854
Note: See TracBrowser for help on using the repository browser.