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

Revision 11593, 59.9 KB checked in by iwamoto, 6 years ago (diff)

kernel: update to 4.4.123

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