Kyle McMartin
8922622858
kernel.spec: xz compress modules on i686 and x86_64
...
Pretty grody, but it seems to be working... it has to happen after
module signing (obviously) and after find-debuginfo.sh runs as well, so
tacking it onto the end seems sensible, and then just fixing up the file
lists as we go. Provides a nice tidy savings to the disk footprint:
kyle@dreadnought:~% for i in kernel-core-3.15.0-0.rc3.git4.1.fc21.x86_64.rpm \
kernel-core-3.15.0-0.rc3.git4.1.fc21.x86_64.rpm.1; do \
rpm -qip $i | grep '^Size'; done
Size : 43011603
Size : 81106737
kmod has handed .xz and .gz modules for a long time now, and can cope.
I was thinking we might also %ghost the .ko, and have a %post install
script that un-xz the modules in /proc/modules, but none of them are big
enough for that to be worthwhile I think (maybe XFS, but I doubt it.)
--Kyle
2014-05-13 11:30:35 -04:00
Josh Boyer
54a9e1a9cf
Don't try and merge local config changes on arches we aren't building
2014-05-13 11:29:55 -04:00
Josh Boyer
8ac1d4cad8
Linux v3.15-rc5-77-g14186fea0cb0
2014-05-13 10:04:51 -04:00
Josh Boyer
f14e7d5392
Linux v3.15-rc5-9-g7e338c9991ec
...
- Reenable debugging options.
2014-05-12 15:00:40 -04:00
Peter Robinson
01fa90a68e
Disable some unneed drivers on ARM
2014-05-10 23:24:25 +01:00
Peter Robinson
5f0cb5e84b
Enable Marvell Dove support, minor ARM cleanups
2014-05-10 21:59:43 +01:00
Josh Boyer
3db76a2743
Linux v3.15-rc5
...
- Disable debugging options.
2014-05-10 09:45:02 -04:00
Josh Boyer
ccd2942fe5
Move isofs to kernel-core
2014-05-09 11:03:40 -04:00
Josh Boyer
64f88b805e
Linux v3.15-rc4-320-gafcf0a2d9289
2014-05-09 09:59:18 -04:00
Josh Boyer
5f24d860e4
Linux v3.15-rc4-298-g9f1eb57dc706
2014-05-08 08:38:31 -04:00
Josh Boyer
578819169f
Linux v3.15-rc4-260-g38583f095c5a
2014-05-07 09:32:32 -04:00
Josh Boyer
94665dc3b5
Linux v3.15-rc4-202-g30321c7b658a
...
- Reenable debugging options.
2014-05-06 09:02:21 -04:00
Peter Robinson
b478a814ee
fix arm merge
2014-05-05 22:50:43 +01:00
Peter Robinson
b597cbbbef
Fix some USB on ARM LPAE kernels
2014-05-05 22:49:15 +01:00
Kyle McMartin
ea6c81b4d8
install arch/arm/include/asm/xen headers on aarch64
2014-05-05 17:46:26 -04:00
Josh Boyer
4e7d9ba0b6
Linux v3.15-rc4
...
- Disable debugging options.
2014-05-05 15:38:28 -04:00
Hans de Goede
da8e53a108
Add use_native_brightness quirk for the ThinkPad T530 (rhbz 1089545)
2014-05-05 14:08:30 +02:00
Peter Robinson
8332546a78
General minor ARM cleanups
2014-05-04 21:28:41 +01:00
Josh Boyer
7634052e1c
Bump baserelease for build
2014-05-04 07:35:24 -04:00
Josh Boyer
6d90aa8fe0
Fix k-m-e requires on k-m-uname-r provides
...
ONE MORE TIME WITH FEELING
2014-05-04 07:34:08 -04:00
Peter Robinson
44d2f92596
Disable OMAP-3 boards (use DT) and some minor omap3 config updates
2014-05-04 00:35:45 +01:00
Josh Boyer
c68aeb869d
Linux v3.15-rc3-159-g6c6ca9c2a5b9
2014-05-03 11:24:21 -04:00
Josh Boyer
1d2b6a1bba
Add patch to fix HID rmi driver from Benjamin Tissoires (rhbz 1090161)
2014-05-03 09:11:16 -04:00
Josh Boyer
551aab62b8
Fix up Provides on kernel-module variant packages
...
- Enable CONFIG_USB_UAS unconditionally per Hans
2014-05-03 08:52:49 -04:00
Josh Boyer
57f790f0a3
Linux v3.15-rc3-121-gb7270cce7db7
2014-05-02 09:23:19 -04:00
Josh Boyer
aa73513f1f
Rename kernel-drivers to kernel-modules
2014-05-01 21:10:48 -04:00
Josh Boyer
3352065078
Add kernel metapackages for all flavors, not just debug
2014-05-01 17:20:56 -04:00
Hans de Goede
f22ebd0b2b
Add use_native_backlight quirk for 4 laptops (rhbz 983342 1093120)
2014-05-01 14:51:32 +02:00
Josh Boyer
a59a49974c
Linux v3.15-rc3-82-g8aa9e85adac6
2014-04-30 15:31:57 -04:00
Josh Boyer
2721b2c520
Add kernel-debug metapackage when debugbuildsenabled is set
...
Without that, we wind up with kernel, kernel-core, kernel-drivers,
kernel-debug-core, and kernel-debug-drivers. So there's no kernel-debug
meta-package to take the place of the previously created kernel-debug package.
Not sure how I missed that.
2014-04-30 14:34:47 -04:00
Josh Boyer
e3fa6ff3c5
Linux v3.15-rc3-62-ged8c37e158cb
...
- Drop noarch from ExclusiveArch. Nothing is built as noarch
2014-04-30 09:38:33 -04:00
Josh Boyer
069d85652e
Make depmod call fatal if it errors or warns
2014-04-29 17:29:08 -04:00
Josh Boyer
94ce4eca27
Split kernel into kernel-core and kernel-drivers subpackages
...
This creates kernel-core and kernel-drivers subpackages. The kernel package
remains as a meta-package the requires both of the subpackages. This allows
most installs to continue on as-is with upgrades working.
The contents of the kernel-core and kernel-drivers subpackages are determined
at build time through the filter-modules.sh script. This script "removes"
pre-defined subsystems and modules and generates a filelist for the %files
section of each subpackage. The contents of each are per-arch, with arch
override files taken into account. This allows us to make the split useful
for varying arches.
2014-04-29 17:27:16 -04:00
Josh Boyer
32027e071f
Linux v3.15-rc3-41-g2aafe1a4d451
...
- Reenable debugging options.
2014-04-29 10:29:23 -04:00
Josh Boyer
c80cfeb4db
Linux v3.15-rc3
...
- Disable debugging options.
2014-04-28 09:48:57 -04:00
Peter Robinson
34f16065db
Drop obsolete ARM LPAE patches
2014-04-25 20:39:01 +01:00
Josh Boyer
4f911d6048
Add patch from Will Woods to fix fanotify EOVERFLOW issue (rhbz 696821)
2014-04-25 08:32:59 -04:00
Josh Boyer
f9bc831cd3
Fix ACPI issue preventing boot on AMI firmware (rhbz 1090746)
2014-04-25 08:12:25 -04:00
Hans de Goede
1003f8c870
Add synaptics min-max quirk for ThinkPad Edge E431 (rhbz#1089689)
2014-04-25 10:23:22 +02:00
Hans de Goede
1d586d6376
Add patch to support the mmc controller on sunxi arm SoCs
2014-04-25 10:17:30 +02:00
Josh Boyer
f0c9ef235a
Linux v3.15-rc2-107-g76429f1dedbc
2014-04-24 19:48:42 -04:00
Josh Boyer
0c4590d0bd
Linux v3.15-rc2-69-g1aae31c8306e
2014-04-23 20:31:22 -04:00
Josh Boyer
d57a191a76
Linux v3.15-rc2-42-g4d0fa8a0f012
...
- Reenable debugging options.
2014-04-22 14:08:53 -04:00
Josh Boyer
054e8e3755
Add patch to fix Synaptics touchscreens and HID rmi driver (rhbz 1089583)
2014-04-22 13:06:51 -04:00
Josh Boyer
86439e5e88
Linux v3.15-rc2
...
- Disable debugging options.
2014-04-21 09:46:02 -04:00
Josh Boyer
2ea0fc7ba8
Linux v3.15-rc1-137-g81cef0fe19e0
2014-04-18 07:38:02 -04:00
Josh Boyer
4f60176946
Linux v3.15-rc1-113-g6ca2a88ad820
...
- Build perf with unwind support via libdw (rhbz 1025603)
2014-04-18 06:58:29 -04:00
Josh Boyer
ec661e9846
Linux v3.15-rc1-113-g6ca2a88ad820
...
- Build perf with unwind support via libdw (rhbz 1025603)
2014-04-17 09:36:17 -04:00
Hans de Goede
169137e954
Update min/max quirk patch to add a quirk for the ThinkPad L540 (rhbz1088588)
2014-04-17 13:39:13 +02:00
Peter Robinson
5786afee4f
Drop OMAP DRM hack to load encoder module now it fully supports DT (YAY)
2014-04-17 07:57:13 +01:00
Josh Boyer
865dffb330
Linux v3.15-rc1-49-g10ec34fcb100
2014-04-16 11:08:24 -04:00
Josh Boyer
a21141dbca
Linux v3.15-rc1-12-g55101e2d6ce1
...
- Reenable debugging options.
2014-04-15 10:28:44 -04:00
Josh Boyer
a5276fd60e
Linux v3.15-rc1
...
- Disable debugging options.
- Turn SLUB_DEBUG off
2014-04-14 09:50:14 -04:00
Hans de Goede
3c4171c06f
Add min/max quirks for various new Thinkpad touchpads (rhbz 1085582 1085697)
2014-04-14 15:24:51 +02:00
Peter Robinson
7b5be104e5
Minor ARM config changes and cleanups for 3.15 merge window
2014-04-14 13:13:02 +01:00
Josh Boyer
9883f903b2
CVE-2014-2851 net ipv4 ping refcount issue in ping_init_sock (rhbz 1086730 1087420)
2014-04-14 07:42:39 -04:00
Josh Boyer
751ca08206
Linux v3.14-12812-g321d03c86732
2014-04-13 16:50:45 -04:00
Josh Boyer
ba7f853382
Linux v3.14-12380-g9e897e13bd46
...
- Add queued urgent efi fixes (rhbz 1085349)
2014-04-11 09:18:04 -04:00
Josh Boyer
84c4ae5872
Linux v3.14-12376-g4ba85265790b
2014-04-11 08:39:57 -04:00
Josh Boyer
2ed67326d8
Backported HID RMI driver for Haswell Dell XPS machines from Benjamin Tissoires (rhbz 1048314)
2014-04-10 09:59:02 -04:00
Josh Boyer
700baa35a6
Linux v3.14-12042-g69cd9eba3886
2014-04-10 09:38:28 -04:00
Josh Boyer
c8c935eaa3
CVE-2014-0155 KVM: BUG caused by invalid guest ioapic redirect table (rhbz 1081589 1085016)
2014-04-09 10:32:33 -04:00
Josh Boyer
6757044f1a
Linux v3.14-7333-g59ecc26004e7
2014-04-03 15:59:07 -04:00
Josh Boyer
4371a55a37
Fix build of ti ethernet driver on ARM.
...
Sigh.
2014-04-03 12:09:08 -04:00
Josh Boyer
5d496319a5
Linux v3.14-7247-gcd6362befe4c
2014-04-03 09:00:10 -04:00
Josh Boyer
5ff84c8066
Linux v3.14-5146-g0f1b1e6d73cb
2014-04-02 20:57:21 -04:00
Josh Boyer
431d10db6f
Linux v3.14-4600-g467cbd207abd
2014-04-02 19:53:31 -04:00
Josh Boyer
ffe29321e1
Linux v3.14-4555-gb33ce4429938
2014-04-02 14:26:43 -04:00
Josh Boyer
afe319c502
Linux v3.14-4227-g3e75c6de1ac3
2014-04-02 12:29:14 -04:00
Josh Boyer
9ed75fbd4f
Linux v3.14-3893-gc12e69c6aaf7
2014-04-02 08:21:25 -04:00
Josh Boyer
9969f4229c
CVE-2014-2678 net: rds: deref of NULL dev in rds_iw_laddr_check (rhbz 1083274 1083280)
2014-04-01 20:08:48 -04:00
Josh Boyer
fbff9edd56
Linux v3.14-751-g683b6c6f82a6
2014-04-01 15:56:24 -04:00
Josh Boyer
48c16485fb
Linux v3.14-313-g918d80a13643
...
- Reenable debugging options.
- Turn on SLUB_DEBUG
2014-04-01 15:17:50 -04:00
Josh Boyer
58f19b149a
Linux v3.14
...
- Disable debugging options.
2014-03-31 08:32:46 -04:00
Hans de Goede
700f6516bd
Fix clicks getting lost with cypress_ps2 touchpads with recent
...
xorg-x11-drv-synaptics versions (bfdo#76341)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2014-03-31 11:31:00 +02:00
Josh Boyer
09162a78c5
Move NVR tag for build
2014-03-28 13:08:37 -04:00
Josh Boyer
814a8782bd
CVE-2014-2580 xen: netback crash trying to disable due to malformed packet (rhbz 1080084 1080086)
2014-03-28 11:27:42 -04:00
Josh Boyer
db8999a3dc
CVE-2014-0077 vhost-net: insufficent big packet handling in handle_rx (rhbz 1064440 1081504)
2014-03-28 11:23:01 -04:00
Josh Boyer
6676648289
CVE-2014-0055 vhost-net: insufficent error handling in get_rx_bufs (rhbz 1062577 1081503)
2014-03-28 11:17:48 -04:00
Josh Boyer
0fc5fab4f7
CVE-2014-2568 net: potential info leak when ubuf backed skbs are zero copied (rhbz 1079012 1079013)
2014-03-28 11:10:24 -04:00
Josh Boyer
10f1034251
Linux v3.14-rc8-12-g75c5a52
...
- Reenable debugging options.
2014-03-28 08:24:07 -04:00
Peter Robinson
6e3b311e5a
Enable Tegra 114/124 SoCs, Re-enable OMAP cpufreq, Re-enable CPSW PTP option
2014-03-28 11:53:01 +00:00
Josh Boyer
9a031d5070
Switch to CONFIG_TRANSPARENT_HUGEPAGE_MADVISE instead of always on
...
The benefit of THP has been somewhat questionable overall for a while,
and it's been known to cause performance issues with some workloads.
Upstream also considers it to be overly complicated and really not worth
it on machines with memory in the amounts found on typical desktops/SMB
servers.
Switch to using it via madvise, which most applications that care about
it should likely already be doing.
2014-03-27 18:31:27 -04:00
Josh Boyer
5b9ddb97b7
Linux v3.14-rc8
...
- Disable debugging options.
2014-03-25 08:18:49 -04:00
Peter Robinson
34889e88ec
Build in TPS65217 for ARM non lpae kernels (fixes BBW booting)
2014-03-24 17:40:02 +00:00
Peter Robinson
59a8033a4a
Update some generic ARM config options
2014-03-23 19:13:56 +00:00
Josh Boyer
21908595d0
Linux v3.14-rc7-59-g08edb33
2014-03-21 08:20:27 -04:00
Josh Boyer
a86a8d4495
Linux v3.14-rc7-26-g4907cdc
...
- Reenable debugging options.
2014-03-19 09:52:10 -04:00
Josh Boyer
2e6773e1fa
Enable TEGRA_FBDEV (rhbz 1073960)
2014-03-18 09:29:31 -04:00
Josh Boyer
33113c62e4
Add bootwrapper for ppc64le
2014-03-17 15:28:25 -04:00
Josh Boyer
9981d6373e
Linux v3.14-rc7
...
- Disable debugging options.
2014-03-17 08:32:02 -04:00
Peter Robinson
955b60c44c
Build in Palmas regulator on ARM to fix ext MMC boot on OMAP5
2014-03-17 07:34:56 +00:00
Josh Boyer
75649728de
Linux v3.14-rc6-133-gc60f7d5
2014-03-14 14:48:32 -04:00
Josh Boyer
bd7199c301
Linux v3.14-rc6-41-gac9dc67
2014-03-13 07:39:23 -04:00
Josh Boyer
196742ef06
Fix locking issue in iwldvm (rhbz 1046495)
2014-03-12 09:26:20 -04:00
Josh Boyer
5210c91e69
Linux v3.14-rc6-26-g33807f4
2014-03-12 09:23:47 -04:00
Peter Robinson
064542de78
Add some general missing ARM drivers (mostly sound), ARM config tweaks and cleanups, Update i.MX6 dtb
2014-03-12 12:52:12 +00:00
Josh Boyer
93ec8b7d38
CVE-2014-2309 ipv6: crash due to router advertisment flooding (rhbz 1074471 1075064)
2014-03-11 09:00:54 -04:00
Josh Boyer
e741d1dc9e
Linux v3.14-rc6-17-g8712a00
...
- Reenable debugging options.
2014-03-11 08:24:43 -04:00
Josh Boyer
0ec726eb5e
Linux v3.14-rc6
...
- Disable debugging options.
2014-03-10 07:49:23 -04:00
Josh Boyer
94c7eab835
Revert two xhci fixes that break USB mass storage (rhbz 1073180)
2014-03-07 08:16:07 -05:00
Josh Boyer
9009e17724
Fix stale EC events on Samsung systems (rhbz 1003602)
2014-03-07 07:45:54 -05:00
Josh Boyer
5a77287012
Add ppc64le support from Brent Baude (rhbz 1073102)
2014-03-06 14:35:39 -05:00
Josh Boyer
2432f55159
Fix depmod error message from hci_vhci module (rhbz 1051748)
2014-03-06 09:28:46 -05:00
Josh Boyer
5f1f3d0921
Fix bogus WARN in iwlwifi (rhbz 1071998)
2014-03-06 09:23:54 -05:00
Josh Boyer
4eb341a09b
Linux v3.14-rc5-185-gc3bebc7
2014-03-05 17:24:32 -05:00
Josh Boyer
3c3cc6943b
Linux v3.14-rc5-43-g0c0bd34
...
- Reenable debugging options.
2014-03-04 07:15:35 -05:00
Josh Boyer
0d89efdc44
Linux v3.14-rc5
...
- Disable debugging options.
2014-03-03 09:15:15 -05:00
Josh Boyer
37ef8a3669
Linux v3.14-rc4-78-gd8efcf3
2014-02-28 15:56:35 -05:00
Kyle McMartin
e00b66b7e3
enable appropriate CONFIG_XZ_DEC_$arch options
2014-02-28 13:41:08 -05:00
Josh Boyer
2edcdbfc98
CVE-2014-0102 keyctl_link can be used to cause an oops (rhbz 1071396)
2014-02-28 11:48:34 -05:00
Josh Boyer
2323b0271d
Linux v3.14-rc4-45-gd2a0476
2014-02-27 07:48:14 -05:00
Nicolas Chauvet
1b0dee8bec
Add simple-panel support in dts for AC100
...
This patch adds panel support for the Toshiba AC100
Scheduled for 3.15.
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/log/arch/arm/boot/dts/tegra20-paz00.dts
Commit-Id: 5816898b9592b877209e91c493db946ab275d825
Acked by Peter Robinson
2014-02-27 07:45:33 -05:00
Josh Boyer
02e1755c43
Linux v3.14-rc4-34-g6dba6ec
...
- Reenable debugging options.
2014-02-26 11:59:14 -05:00
Peter Robinson
46a71873fb
Re-enable KVM on aarch64 now it builds again
2014-02-26 10:52:24 +00:00
Josh Boyer
6c17f19a70
Fix mounting issues on cifs (rhbz 1068862)
2014-02-25 09:33:23 -05:00
Josh Boyer
4c81e23fa1
Fix lockdep issue in EHCI when using threaded IRQs (rhbz 1056170)
2014-02-24 11:10:50 -05:00
Josh Boyer
8ee4982e1f
Linux v3.14-rc4
...
- Disable debugging options.
2014-02-24 08:41:13 -05:00
Josh Boyer
8e165d99f9
Linux v3.14-rc3-219-gd158fc7
2014-02-20 16:43:39 -05:00
Kyle McMartin
13730bb60c
armv7: disable CONFIG_DEBUG_SET_MODULE_RONX until debugged (rhbz#1067113)
2014-02-20 10:49:06 -05:00
Josh Boyer
8630010cdb
Linux v3.14-rc3-184-ge95003c
2014-02-20 08:36:32 -05:00
Josh Boyer
11677937d9
Linux v3.14-rc3-168-g960dfc4
2014-02-19 09:01:20 -05:00
Josh Boyer
7e478902ee
Linux v3.14-rc3-43-g805937c
2014-02-18 14:33:15 -05:00
Josh Boyer
aaccf82ac9
Enable INTEL_MIC drivers (rhbz 1064086)
2014-02-18 08:59:26 -05:00
Josh Boyer
869e78e31a
Fix r8169 ethernet after suspend (rhbz 1054408)
2014-02-18 08:43:15 -05:00
Josh Boyer
92e57c7432
Linux v3.14-rc3-20-g60f76ea
...
- Reenable debugging options.
2014-02-18 08:36:30 -05:00
Josh Boyer
8c6a41b939
Linux v3.14-rc3
...
- Disable debugging options.
- Enable CONFIG_PPC_DENORMALIZATION (from Tony Breeds)
2014-02-17 08:36:46 -05:00
Josh Boyer
21491f01ee
Linux v3.14-rc2-342-g5e57dc8
2014-02-14 14:10:58 -05:00
Josh Boyer
e41ad71714
CVE-2014-0069 cifs: incorrect handling of bogus user pointers (rhbz 1064253 1062578)
2014-02-14 12:40:30 -05:00
Josh Boyer
ef49c2e612
Linux v3.14-rc2-271-g4675348
2014-02-13 08:40:27 -05:00
Josh Boyer
ceb6aca5ab
Linux v3.14-rc2-267-g9398a10
2014-02-12 14:52:50 -05:00
Josh Boyer
7845789edd
Fix cgroup destroy oops (rhbz 1045755)
2014-02-12 10:37:49 -05:00
Josh Boyer
5fe48c913d
Fix backtrace in amd_e400_idle (rhbz 1031296)
2014-02-12 10:22:46 -05:00
Josh Boyer
1f3e7fdd87
Linux v3.14-rc2-26-g6792dfe
...
- Reenable debugging options.
2014-02-11 11:09:59 -05:00
Josh Boyer
c0c648a382
Linux v3.14-rc2
...
- Disable debugging options.
2014-02-10 18:11:40 -05:00
Peter Robinson
fa7d75e6c0
Enable CMA on aarch64, Disable KVM temporarily on aarch64, Minor ARM config updates and cleanups
2014-02-09 20:13:37 +00:00
Josh Boyer
c42a14b842
Linux v3.14-rc1-182-g4944790
2014-02-09 03:02:23 -05:00
Josh Boyer
28a80a313c
Linux v3.14-rc1-150-g34a9bff
2014-02-08 03:24:55 -05:00
Josh Boyer
58fa16ea43
Linux v3.14-rc1-86-g9343224
2014-02-07 04:43:41 -05:00
Josh Boyer
5a78cdc876
Linux v3.14-rc1-54-gef42c58
2014-02-06 03:17:39 -05:00
Josh Boyer
d39f763708
Linux v3.14-rc1-13-g878a876
2014-02-05 07:21:29 -05:00
Kyle McMartin
918c10a6f3
aarch64: i lied, fix it better
2014-02-04 10:21:13 -05:00
Kyle McMartin
048827b6be
aarch64: fix %all_arch_configs
2014-02-04 10:19:02 -05:00
Josh Boyer
f6adf8acf2
Add NUMA oops patches
...
- Reenable debugging options.
2014-02-04 07:40:56 -05:00
Josh Boyer
5b159e4dd6
Linux v3.14-rc1
...
- Disable debugging options.
- Disable Xen on ARM temporarily as it doesn't build
2014-02-03 07:40:50 -05:00
Peter Robinson
9d8fe1abd3
Re-enable modular Tegra DRM driver, Add SD driver for ZYNQ SoCs, drop obsolete CLK debug option
2014-02-03 11:27:17 +00:00
Josh Boyer
be304f4743
Linux v3.13-10637-ge7651b8
...
- Enable ZRAM/ZSMALLOC (rhbz 1058072)
- Turn EXYNOS_HDMI back on now that it should build
2014-01-31 09:28:30 -05:00
Josh Boyer
791339b2e8
Linux v3.13-10231-g53d8ab2
2014-01-31 06:45:59 -05:00
Josh Boyer
fa9dce8779
Add patches to fix imx-hdmi build, and fix kernfs lockdep oops (rhbz 1055105)
...
Also stop building exynos_hdmi because it doesn't build
2014-01-30 15:59:12 -05:00
Josh Boyer
1c81678d15
Linux v3.13-10094-g9b0cd30
2014-01-30 10:19:32 -05:00
Josh Boyer
30edb93d37
Linux v3.13-9240-g1329311
2014-01-30 08:05:58 -05:00
Josh Boyer
2c040698d3
Linux v3.13-9218-g0e47c96
2014-01-29 07:08:35 -05:00
Josh Boyer
821c8a10c8
Linux v3.13-8905-g627f4b3
2014-01-28 13:07:04 -05:00
Josh Boyer
05864ebb87
Linux v3.13-8789-g54c0a4b
...
- Enable CONFIG_CC_STACKPROTECTOR_STRONG on x86
2014-01-28 08:16:56 -05:00
Peter Robinson
a778c5ad08
Build AllWinner (sunxi) on LPAE too (Cortex-A7 supports LPAE/KVM)
2014-01-28 05:20:36 +00:00
Josh Boyer
5fdcc0c769
Linux v3.13-8631-gba635f8
2014-01-27 14:51:19 -05:00
Josh Boyer
743557a9bd
Linux v3.13-8598-g77d143d
2014-01-27 10:33:12 -05:00
Josh Boyer
0003f178c3
Fix ath9k build error on ARM and disable BNA
...
udelays above 2000 are bad. Disable the BNA driver for the same reason
2014-01-27 10:08:20 -05:00
Josh Boyer
912ba5d1c4
Linux v3.13-8330-g4ba9920
2014-01-25 17:31:07 -05:00
Josh Boyer
b94e3495cf
Linux v3.13-6058-g2d08cd0
...
- Quiet incorrect usb phy error (rhbz 1057529)
2014-01-25 15:08:26 -05:00
Ville Skyttä
b7897ab1e4
Own the /lib/modules dir.
2014-01-25 21:00:47 +02:00
Peter Robinson
7430c1fa4d
- Initial ARM config updates for 3.14
...
- Disable highbank cpuidle driver
- Enable mtd-nand drivers on ARM
- Update CPU thermal scaling options for ARM
2014-01-25 15:46:21 +00:00
Josh Boyer
7603bfc69d
Linux v3.13-5617-g3aacd62
2014-01-24 07:49:16 -05:00
Josh Boyer
f3545e86be
Linux v3.13-4156-g90804ed
2014-01-23 18:37:37 -05:00
Josh Boyer
ad8be0c4fd
Revert fsnotify changes as they cause slab corruption for multiple people
2014-01-23 10:33:19 -05:00
Josh Boyer
d849e53944
Linux v3.13-3995-g0dc3fd0
2014-01-23 07:35:29 -05:00
Josh Boyer
93a6365a2c
Linux v3.13-3667-ge1ba845
2014-01-22 20:13:07 -05:00
Josh Boyer
f8e5f8cd47
Linux v3.13-3477-gdf32e43
2014-01-22 11:12:08 -05:00
Kyle McMartin
e57e8f1bf6
attempt to fix config-local, by only applying the overrides to the target configs
2014-01-22 11:03:47 -05:00
Josh Boyer
f53e3d284d
Linux v3.13-3260-g03d11a0
2014-01-22 10:02:15 -05:00
Josh Boyer
1075524de6
Linux v3.13-2502-gec513b1
2014-01-21 21:50:28 -05:00
Josh Boyer
05892a5b44
Linux v3.13-737-g7fe67a1
...
- Reenable debugging options. Enable SLUB_DEBUG
2014-01-21 20:58:28 -05:00
Kyle McMartin
e1e0f7695f
enable CONFIG_KVM on arm64
2014-01-20 16:06:13 -05:00
Josh Boyer
80ea6c933e
Linux v3.13
...
- Disable debugging options.
- Use versioned perf man pages tarball
2014-01-20 11:49:12 -05:00
Josh Boyer
95c2ed436e
Linux v3.13-rc8-76-g7d0d46d
2014-01-18 09:28:57 -05:00
Peter Robinson
e94886a9e3
Enable ARM_GLOBAL_TIMER on ARM used by a number of Cortex-A9 and later platforms
2014-01-18 11:05:17 +00:00
Josh Boyer
f3a8b91232
Linux v3.13-rc8-46-g85ce70f
2014-01-16 15:58:10 -05:00
Josh Boyer
8a6c714a8c
Drop stable_rc macros
...
We never use the stable_rc mechanism. It just adds clutter to the spec
and in the rare case where we grab patches from a stable RC we've just
applied them via ApplyPatch. Get rid of it.
2014-01-15 11:01:57 -05:00
Josh Boyer
dd47c04c17
Linux v3.13-rc8-27-g2e67c56
2014-01-15 08:59:38 -05:00
Josh Boyer
c73ae11479
Reduce buildid definition clutter
...
The buildid mechanism is still used by a nubmer of people, but it's
unnecessarily complicated in the spec. We don't need to do all the
manipulations that are current done just to allow people to easily
mark their builds as different. Just leave the commented out
definition and include it in pkg_release.
2014-01-14 12:58:43 -05:00
Josh Boyer
3752c853a8
Fix k-m-e Provides to be explicit to only the package flavor (rhbz 1046246)
2014-01-14 12:00:46 -05:00
Paul Bolle
8153cdca48
drop superfluous call of headers_check
...
headers_check is run twice when building the kernel rpms.
CONFIG_HEADERS_CHECK is already set to "y" in config-generic. But there
are also a few lines in kernel.spec where headers_check is invoked again.
Also
grep -q exist hdrwarnings.txt
will never match as errors aren't redirected to hdrwarnings.txt
2014-01-14 10:26:11 -05:00
Josh Boyer
cff59d3101
Drop upstream_branch related spec stuffs
...
We haven't set using_upstream_branch to 1 since we started using git.
Almost 7 years is a long time to carry something around we aren't using.
Drop the upstream_branch stuff.
2014-01-14 10:26:11 -05:00
Kyle McMartin
0c6639afba
aarch64: switch to 4K pages and enable CONFIG_COMPAT
...
Signed-off-by: Kyle McMartin <kyle@fedoraproject.org>
2014-01-14 10:13:08 -05:00
Josh Boyer
29109d0065
Linux v3.13-rc8-5-ga6da83f
...
- Reenable debugging options.
2014-01-13 08:32:55 -05:00
Peter Robinson
d82fbb97e6
Enable thermal userspace support for ARM
2014-01-13 10:54:56 +00:00
Peter Robinson
4f47a2c54c
Enable generic cpufreq-cpu0 driver on ARM
2014-01-13 09:14:01 +00:00
Peter Robinson
39549c0eb3
Minor ARM config updates and cleanups
2014-01-12 14:20:41 +00:00
Josh Boyer
97eebfc478
Linux v3.13-rc8
...
- Disable debugging options.
2014-01-12 09:15:11 -05:00
Josh Boyer
ce86d3630a
Linux v3.13-rc7-126-g228fdc0
2014-01-11 10:46:16 -05:00
Josh Boyer
e54e441881
Linux v3.13-rc7-87-g21e20e2
2014-01-10 12:47:48 -05:00
Josh Boyer
5e4d5b6319
Linux v3.13-rc7-72-g7d1c153
2014-01-09 09:40:30 -05:00
Paul Bolle
d150c1af25
Disable aic94xx driver (from Paul Bolle)
2014-01-08 16:42:44 -05:00
Josh Boyer
216f1aa541
Backport support for ALPS Dolphin devices (rhbz 953211)
2014-01-08 13:33:57 -05:00
Josh Boyer
d35c5d0f43
Linux v3.13-rc7-67-gceb3b02
...
- Enable BCMA_DRIVER_GPIO by turning on GPIOLIB everywhere (rhbz 1021098)
2014-01-08 07:51:45 -05:00
Josh Boyer
b65f9ed036
Revert "Revert "Drop -doc subpackage""
...
This reverts commit b9ba7a75af
.
Reverts of reverts. For fun. If we do a kernel-doc package, it might
be better to be in a different SRPM.
2014-01-08 07:35:29 -05:00
Josh Boyer
b9ba7a75af
Revert "Drop -doc subpackage"
...
This reverts commit 3b1e47cc2d
.
Apparently this is still important enough to be built in some cases.
Rethink later.
2014-01-07 12:53:13 -05:00
Josh Boyer
3b1e47cc2d
Drop -doc subpackage
2014-01-07 10:29:41 -05:00
Josh Boyer
cf50b653c2
Linux v3.13-rc7-55-gef350bb
...
- Reenable debugging options.
2014-01-07 09:22:17 -05:00
Josh Boyer
41a1126e18
Change DEFAULT_MMAP_MIN_ADDR to 64k on x86_64
2014-01-07 07:43:52 -05:00