Commit Graph

3728 Commits

Author SHA1 Message Date
Peter Robinson
dabc7ac977 fix nouveau on Tegra, Enable IOMMU on Exynos 2018-04-12 08:25:54 +01:00
Laura Abbott
6cb6bcb528 Enable a few infiniband options (rhbz 1291902) 2018-04-11 10:59:42 -07:00
Laura Abbott
b9a77b3f37 Enable JFFS2 and some MTD modules (rhbz 1474493) 2018-04-11 10:29:54 -07:00
Justin M. Forbes
9f12cede49 Linux v4.16-11490-gb284d4d5a678 2018-04-11 11:12:16 -05:00
Justin M. Forbes
619359c0c5 Linux v4.16-10929-gc18bb396d3d2 2018-04-10 11:27:42 -05:00
Peter Robinson
9f0562dcf9 Fixes for Cavium ThunderX ZIP driver stability 2018-04-09 18:37:40 +01:00
Justin M. Forbes
dcd325ca9e Linux v4.16-10608-gf8cf2f16a7c9 2018-04-09 11:22:00 -05:00
Peter Robinson
5324c74646 drop a couple of no longer needed ARM patches, renumber ARM patch list 2018-04-09 14:50:19 +01:00
Justin M. Forbes
5bf5e37a74 Linux v4.16-9576-g38c23685b273 2018-04-06 12:00:21 -05:00
Justin M. Forbes
bb64576091 Linux v4.16-7248-g06dd3dfeea60 2018-04-05 12:30:09 -05:00
Justin M. Forbes
440cf26812 Linux v4.16-5456-g17dec0a94915 2018-04-04 12:45:22 -05:00
Justin M. Forbes
71c4e801d3 Linux v4.16-2520-g642e7fd23353 2018-04-03 12:18:00 -05:00
Peter Robinson
01830e1a1c bump and build for RPi3+ 2018-04-03 01:11:19 +01:00
Peter Robinson
494688df84 Improvements for the Raspberry Pi 3+, Fixes and minor improvements to Raspberry Pi 2/3 2018-04-02 18:38:27 +01:00
Jeremy Cline
8b84f3eb40
Linux v4.16
Disable debugging options.
2018-04-02 09:51:11 -04:00
Jeremy Cline
c899b261bb
Linux v4.16-rc7-62-g0b412605ef5f 2018-03-29 09:44:06 -04:00
Jeremy Cline
94fa020709
Fix for NFS mounts with Kerberos (rhbz 1558977) 2018-03-29 09:43:31 -04:00
Jeremy Cline
4fae35e463
Linux v4.16-rc7
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
2018-03-26 09:57:22 -04:00
Jeremy Cline
69570505e7
Disable debugging options. 2018-03-26 09:12:58 -04:00
Peter Robinson
ab234213c4 Enable initial config for Xilinx ZynqMP platforms 2018-03-26 00:09:27 +01:00
Jeremy Cline
ee87ceef89
Linux v4.16-rc6-384-gf36b7534b833 2018-03-23 09:31:34 -04:00
Laura Abbott
0ff2afdbe0 Revert "Cleanup some binaries for kernel-devel (rhbz 1550152)"
This reverts commit 842f170f35.

It turns out that despite having all the source files available, the
kernel make system is not smart enough to automatically rebuild certain
things like modpost or recordmcount when building an external modules.
Really if we're going to have to copy everything under the sun so
'make prepare' succeeds it would be nice just to build things. But that
requires more discussion upstream so just revert this change for now.
Long live external modules.
2018-03-22 11:43:13 -07:00
Peter Robinson
90a44bb425 Wifi fixes for QCom DragonBoard 410c, drop reference to upstreamed bcm283x patch 2018-03-22 03:52:59 +00:00
Jeremy Cline
29d2089ad6
Linux v4.16-rc6-75-g3215b9d57a2c 2018-03-21 05:56:02 -07:00
Laura Abbott
842f170f35 Cleanup some binaries for kernel-devel (rhbz 1550152)
As part of building the kernel, the scripts directory contains some
binaries. Most of these binaries don't have debuginfo (because they
don't need it) which throws off the packaging. Since these are
binaries and we have the source files, just remove them from the
buildroot.
2018-03-20 14:36:00 -07:00
Jeremy Cline
654e58958a
Linux v4.16-rc6-35-g1b5f3ba415fe 2018-03-20 10:29:42 -07:00
Javier Martinez Canillas
2531049324
Include version field to generated BLS configuration fragment
The BootLoaderSpec defines an optional version field that contains a human
readable version string for the menu item. This can be used by bootloaders
to set the boot menu item names instead of the optional title field.

For example the zipl bootloader used by s390x architecture doesn't support
names that contains spaces, so it uses the kernel version as the item name.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2018-03-19 18:27:40 +01:00
Jeremy Cline
9ecbabc75e
Linux v4.16-rc6 2018-03-19 08:33:32 -07:00
Jeremy Cline
0562f693ca
Disable debugging options. 2018-03-19 08:28:41 -07:00
Peter Robinson
a5169d3193 actual Initial Raspberry Pi 3+ support 2018-03-19 09:34:36 +00:00
Peter Robinson
915b2136f1 Initial Raspberry Pi 3+ support 2018-03-19 09:33:58 +00:00
Jeremy Cline
0f374fa5b8
Linux v4.16-rc5-86-gdf09348f78dc 2018-03-16 08:01:55 -07:00
Jeremy Cline
8225d2710e
Linux v4.16-rc5-60-g0aa3fdb8b3a6 2018-03-15 10:45:25 -07:00
Laura Abbott
86e3b7659f Temporarily workaround gcc warning
New gcc, new warnings:

../lib/str_error_r.c: In function ‘str_error_r’:
../lib/str_error_r.c:25:3: error: passing argument 1 to restrict-qualified parameter aliases with argument 5 [-Werror=restrict]
   snprintf(buf, buflen, "INTERNAL ERROR: strerror_r(%d, %p, %zd)=%d", errnum, buf, buflen, err);
   ^~~~~~~~
cc1: all warnings being treated as errors

Bring in a quick fix for now.
2018-03-14 14:26:51 -07:00
Jeremy Cline
d31ffa623b
Bump the release to rebuild rc5.git1 with aarch64 fix 2018-03-14 09:40:57 -04:00
Laura Abbott
41eee5319f Fix for boot hang on arm64 (rhbz 1554954) 2018-03-13 20:46:35 -07:00
Jeremy Cline
7f43568b0f
Linux v4.16-rc5-4-gfc6eabbbf8ef
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
2018-03-13 10:33:23 -04:00
Jeremy Cline
06a455a312
Linux v4.16-rc5 2018-03-12 10:49:13 -04:00
Jeremy Cline
6ae2dcdba8
Disable debugging options. 2018-03-12 10:36:00 -04:00
Justin M. Forbes
f20e0a3b66 Update efi-lockdown patch with current. 2018-03-12 08:46:00 -05:00
Jeremy Cline
205d2cee19
Linux v4.16-rc4-159-g1b88accf6a65 2018-03-09 09:59:53 -05:00
Jeremy Cline
1e6d5fc8c1
Linux v4.16-rc4-152-gea9b5ee31078 2018-03-07 16:26:04 -05:00
Jeremy Cline
565f8f11d6
Linux v4.16-rc4-120-gce380619fab9 2018-03-06 11:17:32 -05:00
Jeremy Cline
49df743369
Linux v4.16-rc4 2018-03-04 22:57:03 -05:00
Peter Robinson
20fe7a920a restore the proper, commented out, local build 2018-03-04 23:45:04 +00:00
Peter Robinson
7f3c03a8d3 minor patch number cleanups 2018-03-04 18:58:10 +00:00
Peter Robinson
60e272367a Add RPi3 GPIO expander, RPi fixes, OMAP serial update, general ARM fixes 2018-03-03 22:51:13 +00:00
Jeremy Cline
5860e766a6
Linux v4.16-rc3-245-g5d60e057d127 2018-03-02 10:00:46 -05:00
Jeremy Cline
4b0b1380a2 Merge #7 Drop placeholder /etc/ld.so.conf.d files 2018-03-02 14:17:39 +00:00
Laura Abbott
c7c8ec5777 Fix "make prepare"
Copy a bunch more files (mostly related to objtool) to let "make prepare"
succeed.
2018-03-01 17:35:33 -08:00