Commit Graph

5103 Commits

Author SHA1 Message Date
Laura Abbott
4df513d076 Merge #39 Fix existing CI test and resolve syntax warnings 2019-11-11 21:01:25 +00:00
David Ward
d753bc001a Resolve syntax warnings in SPEC file
The "regular" definition of the with_kabichk macro does not need to
be commented out while it is temporarily (re-)defined as 0 on the
next line. This avoids a "Macro expanded in comment" warning.

Remove comments on the same line as %endif directives. Instead, make
a couple of these conditionals easier to read (and consistent with
the surrounding ones) by deleting a few blank lines.
2019-11-11 14:06:01 -05:00
David Ward
a86513b40e Revert "Trim EXTRAVERSION in the Makefile on CI builds"
This reverts commit 89c7d2ae30, which
was causing kernel modules to be installed in a location other than
/lib/modules/$(uname -r), preventing modprobe from locating them.

CI builds no longer contain the Pagure UID in the package release:
https://github.com/CentOS-PaaS-SIG/upstream-fedora-pipeline/pull/199
2019-11-11 14:06:01 -05:00
Jeremy Cline
7d13cc32f6 Linux v5.4-rc7 2019-11-11 09:31:28 -05:00
Jeremy Cline
8d1139bb92 Disable debugging options. 2019-11-11 09:23:32 -05:00
Jeremy Cline
c80c8a3afd Linux v5.4-rc6-29-g847120f859cc 2019-11-08 10:40:41 -05:00
Jeremy Cline
6b0750a9a3 Linux v5.4-rc6-26-g4dd58158254c 2019-11-07 11:25:34 -05:00
Jeremy Cline
cf93fd5615 Linux v5.4-rc6-8-g26bc67213424 2019-11-05 17:02:20 -05:00
Jeremy Cline
dc01cc3a4c Reenable debugging options. 2019-11-05 16:42:37 -05:00
Jeremy Cline
5fe065b6c0 Linux v5.4-rc6 2019-11-04 11:18:33 -05:00
Jeremy Cline
32fe916e9b Disable debugging options. 2019-11-04 11:11:31 -05:00
Peter Robinson
721a1be308 fix usb on JetsonTX2 2019-11-02 17:43:30 +00:00
Laura Abbott
84e5b0ab61 bump and build again 2019-11-01 16:19:27 -04:00
Laura Abbott
15d025ac3c Align on kernel-devel
We don't actually need to be packaging most of these files so
switch to a smaller subset.
2019-11-01 16:18:24 -04:00
Laura Abbott
b8d58e2908 Bring back ApplyPatch and ApplyOptionalPatch macros
These are not used directly in Fedora but for easy of syncing
let's keep them around.
2019-11-01 16:18:24 -04:00
Laura Abbott
22f43b4c88 Few more build requires 2019-11-01 16:18:24 -04:00
Laura Abbott
581ddc4ac3 Whitespace and other minor cleanups 2019-11-01 16:18:24 -04:00
Laura Abbott
04b7b3c59b Add zfcpdump package
This is a package for dumping on s390x systems. We don't build
this for Fedora but bring it in for now.
2019-11-01 16:18:24 -04:00
Laura Abbott
77b485a83b Enable CONFIG_DEBUG_INFO_BTF 2019-11-01 09:16:20 -04:00
Laura Abbott
9b480548fc bump and build to fix broken weak-updates 2019-10-31 15:31:10 -04:00
Laura Abbott
8d6017d4ce Revert "Add some weak-updates"
This reverts commit 8044841427.

There's an issue with the weak-updates script that needs to
be fixed. Revert this for now.
2019-10-31 15:30:38 -04:00
Jeremy Cline
841574462c Linux v5.4-rc5-49-ge472c64aa4fa 2019-10-31 10:52:27 -04:00
Jeremy Cline
46fd293722 Reenable debugging options. 2019-10-31 10:37:27 -04:00
Laura Abbott
d40f98744c Merge #30 devel: Don't run hardlink if rpm-ostree is in use 2019-10-30 20:34:01 +00:00
Laura Abbott
5919dc6ef7 bump and build to make sure I haven't broken anything 2019-10-30 10:21:12 -04:00
Laura Abbott
39eefe69c9 Switch up compression to be faster 2019-10-29 15:45:08 -04:00
Laura Abbott
5a7f6d996d Update a comment 2019-10-29 15:28:51 -04:00
Laura Abbott
8be82a0f1b Don't put %{?_smp_mflags} in the common make definition
Some of the build targets may be racy and need to be fixed up
to build correctly. Until that happens, put %{?_smp_mflags} on
individual targets.
2019-10-29 15:28:51 -04:00
Laura Abbott
862edd6d96 ppc64le cflags uses -O3 2019-10-29 15:28:51 -04:00
Laura Abbott
da6f972e3c Remove redundant macros for ppc64le
We only have ppc64le
2019-10-29 15:28:51 -04:00
Laura Abbott
10b3a150cf Move the with_vanilla up with the rest of the macros 2019-10-29 15:28:51 -04:00
Laura Abbott
1cf4120f6f Fix debuginfo
From the original RHEL patch:

    This extra '+' causes problems with the regular expression used with
    /usr/lib/rpm/find-debuginfo.sh script from rpm-build, which is used to filter
    the debug files to the corresponding debuginfo packages. The '+' character
    in the release is interpreted as a regular expression operator and the
    debuginfo filter fails, with the build failing on an empty debuginfo file list.

    Which means we need to escape the extra '+' character if we want debuginfo
    filter to work. I tried to use '\' to escape, but rpm "eats" that, in testing
    '[+]' worked so is what I'm using to fix/workaround this problem. When RHEL 8
    drops the the extra +<number> in the future, we can remove this fix/workaround.

This problem is likely to come up so just add it in now.
2019-10-29 15:28:51 -04:00
Laura Abbott
c0312b2e60 Make turning off configchecks an official ---with option
Fedora does some validation on config options to catch
errors. There may be cases when we want to turn off that
checking because it doesn't actually matter. Make this a
full --with option to make it easier to turn off.
2019-10-29 15:28:51 -04:00
Laura Abbott
d9864a2973 Switch up some Fedora options
Downstream has different requirements than Fedora in some places.
Add some macros to support both cases.
2019-10-29 15:28:51 -04:00
Laura Abbott
5648544aab Add mod-internal package
Some of the downstream users want to package some modules for
internal use only. While Fedora isn't internal, it's still
useful to have packaging aligned. Add a few modules to this
package.
2019-10-29 15:28:51 -04:00
Laura Abbott
11fa12d6aa Bring in packaging support for kABI (no we are not getting an ABI)
Other products downstream of Fedora offer kernel ABI guarantees.
Fedora doesn't offer this and have no plans to do so but it's
useful to at least have the packaging in our tree. Add support.
2019-10-29 15:28:51 -04:00
Laura Abbott
dd53be813b Use the dist tag for the hard link instead of a wider fc* tag
More generic for other dist-tags
2019-10-29 15:28:51 -04:00
Laura Abbott
5a0c912794 Add some expanded UEFI support
Fedora currently only supports x86_64 secureboot signing.
There's ongoing work to enable other arches though. For now,
just bring in the packaging support with some of it commented
out.
2019-10-29 15:28:51 -04:00
Laura Abbott
8044841427 Add some weak-updates
Fedora doesn't use this at the moment but we might want it later.
Add support for weak module updates. This should have no affect.
2019-10-29 15:28:51 -04:00
Laura Abbott
c68fd73909 Add support for building ipaclones
While Fedora doesn't officially support kpatch, there's work
being done to enable kpatch elsewhere. Add the packaging work
but don't actually build anything.
2019-10-29 15:28:51 -04:00
Laura Abbott
1d23fdad0f Package selftests
It can be useful to have some of the selftests built for future
testing. Package them up but don't build quite yet.
2019-10-29 15:28:51 -04:00
Jeremy Cline
f16f4a5c11 Linux v5.4-rc5 2019-10-28 15:10:20 +00:00
Jeremy Cline
262dbe5b8d Disable debugging options. 2019-10-28 15:10:20 +00:00
Jeremy Cline
849afaa577 Linux v5.4-rc4-85-gf116b96685a0 2019-10-24 13:24:08 +00:00
Jeremy Cline
3d5297b163 Linux v5.4-rc4-37-g13b86bc4cd64 2019-10-23 13:40:57 +00:00
Jeremy Cline
82c9667fb9 Linux v5.4-rc4-18-g3b7c59a1950c 2019-10-22 14:03:39 +00:00
Jeremy Cline
3d03e88428 Reenable debugging options. 2019-10-22 13:50:07 +00:00
Laura Abbott
c08fbbf9f7 Update cross_headers commands
The kernel currently builds the headers in a separate repository but
rebuilds may want to build it from the same srpm. Make sure the
cross command actually works.
2019-10-22 08:43:38 -04:00
Laura Abbott
be43f9d094 Do a more complete she-bang mangling
mangle a few more files that other buildroots found
2019-10-22 08:43:38 -04:00
Laura Abbott
204759e479 Remove dead CheckConfigs 2019-10-22 08:43:38 -04:00
Laura Abbott
43d94d3476 Tweak some build requires
The gcc-plugin-devel was a noble experiment that doesn't seem to be
something we'll shipp anytime soon. Remove it.

Building the headers now requires rsync
2019-10-22 08:43:38 -04:00
Laura Abbott
ef71879e7a Bring back kernel-doc
Like a zombie, this is back from the grave. At least bring back the
macros for building.
2019-10-22 08:43:38 -04:00
Laura Abbott
48704bf821 Clean up some macros
- we sign modules on all arches now
- we zip modules on all arches
- tweak the comment
2019-10-22 08:43:37 -04:00
Laura Abbott
483dcef3b1 Consolodate cflags
The build flags for building are used inconsistently. Clean things up
to make it easier to understand.
2019-10-22 08:43:37 -04:00
Laura Abbott
9a4aee9f8d Add support for KCFLAGS
In preparation for some upcoming work, add support for passing KCFLAGS
via a macro that's currently undefined.
2019-10-22 08:43:37 -04:00
Laura Abbott
a17ef5964d Add support for building with gcov
gcov is useful for coverage testing. Add support for building the kernel.
2019-10-22 08:43:37 -04:00
Laura Abbott
f691fd9d87 Add DoModules to kernel build
There's upcoming work to build kernel variants without modules. Add
the infrastructure to support this.
2019-10-22 08:43:37 -04:00
Peter Robinson
5769e27048 aarch64: drop unrelated comment for a long upstreamed (Feb 2016) patch 2019-10-21 22:51:56 +01:00
Peter Robinson
2331b6cea5 aarch64: Jetson TX1: drop old patch no longer needed 2019-10-21 22:47:11 +01:00
Jeremy Cline
5ff50d0b22 Linux v5.4-rc4 2019-10-21 14:00:52 +00:00
Jeremy Cline
addab92228 Disable debugging options. 2019-10-21 13:52:30 +00:00
Jeremy Cline
d82fe1b5f1 Linux v5.4-rc3-99-g0e2adab6cf28 2019-10-18 14:23:40 +00:00
Jeremy Cline
743cfa0e88 Linux v5.4-rc3-18-g5bc52f64e884 2019-10-15 15:17:49 +00:00
Jeremy Cline
c579b07bb1 Reenable debugging options. 2019-10-15 15:11:25 +00:00
Peter Robinson
9f8bb9191f fix booting on ARMv7 due to OPTIMIZE_INLINING now being forced, drop old i.MX MMC patch, fix for UFEI on ARMv7 on some devices 2019-10-15 08:57:19 +01:00
Jeremy Cline
9e691ad13a Linux v5.4-rc3 2019-10-14 15:48:06 +00:00
Jeremy Cline
0b7fe8058b Disable debugging options. 2019-10-14 15:26:28 +00:00
Laura Abbott
bfc2ea1270 Drop old Input workaround
Based on comments from the authors, this should be worked around in
libinput now.
2019-10-14 10:03:12 -04:00
Jeremy Cline
b4ce63cb54 Linux v5.4-rc2-96-gfb20da6af705 2019-10-10 17:51:10 +00:00
Javier Martinez Canillas
89ddbf781a Enable CONFIG_EFI_TEST as a module (rhbz 1759325)
The driver is needed for testing purposes, enable it on the architectures
where EFI is supported. Also, disallow access to the registered device if
the kernel is locked down.
2019-10-10 09:55:31 -04:00
Laura Abbott
0367ea2bfd Add fix for mount api change on shmem (rhbz 1757104) 2019-10-08 13:23:13 -04:00
Jeremy Cline
391323a40e Linux v5.4-rc2-20-geda57a0e4299 2019-10-08 17:00:22 +00:00
Jeremy Cline
fb4a47e6a7 Reenable debugging options. 2019-10-08 16:55:17 +00:00
Laura Abbott
1bbfa3a13c Drop custom patch for i8042
Fedora has been carrying this patch for a very long time as
a workaround for MacBook Airs1,1. We've also gotten smarter
about detection (see d79e141c1c6e ("Input: i8042 - Trust
firmware a bit more when probing on X86")) so let's try
dropping this.
2019-10-07 14:08:24 -04:00
Laura Abbott
7d533eb54e Enable a few NFT options (rhbz 1651813) 2019-10-07 13:58:22 -04:00
Jeremy Cline
f35031adaa Linux v5.4-rc2 2019-10-07 15:09:34 +00:00
Jeremy Cline
8e8ff6c9e5 Disable debugging options. 2019-10-07 15:06:44 +00:00
Peter Robinson
6d5fda683b drop nouveau on Tegra210/GP10B as it breaks others platforms 2019-10-07 12:50:12 +01:00
Peter Robinson
5cbb392229 arm64: enable USB support on Jetson TX2 2019-10-06 14:47:24 +01:00
Peter Robinson
dc08c972db arm64: tegra: enabled nouveau on Jetson-TX2 2019-10-06 14:35:36 +01:00
Peter Robinson
12bb7973ef Fixes for Tegra Jetson TX1/TX2 series via max77620 2019-10-06 13:59:12 +01:00
Peter Robinson
426ebb7384 arm64: rockchip: Add some RockPro64 fixes 2019-10-06 13:28:50 +01:00
Jeremy Cline
f51db63777 Linux v5.4-rc1-14-gcc3a7bfe62b9 2019-10-04 14:53:07 +00:00
Jeremy Cline
9e3866f321 Reenable debugging options. 2019-10-04 14:51:57 +00:00
Jeremy Cline
5df4c5562f Rebase the lockdown sysrq patch to work with upstream
Upstream finally merged the lockdown patches, adjust the SysRq patch to
work with the upstreamed version.

Signed-off-by: Jeremy Cline <jcline@redhat.com>
2019-10-02 20:11:04 +00:00
Jeremy Cline
c16b4f1acf Linux v5.4-rc1 2019-10-02 14:34:08 +00:00
Jeremy Cline
c2ad199666 Disable debugging options. 2019-10-02 14:34:08 +00:00
Jeremy Cline
e21e52b608 Linux v5.3-13236-g97f9a3c4eee5
This is a first pass at getting the secureboot patches working with the
upstream lockdown patches that got merged. The final patch from our
lockdown set is the sysrq patch which also needs work. For the present
it is not applied.
2019-10-01 14:20:23 +00:00
Jeremy Cline
08ea333f0b Linux v5.3-12397-gf41def397161 2019-09-26 15:47:45 +00:00
Jeremy Cline
456bb7df42 Linux v5.3-12289-g351c8a09b00b 2019-09-25 14:53:16 +00:00
Jeremy Cline
84b9af49cc Linux v5.3-12025-g4c07e2ddab5b 2019-09-24 17:50:27 +00:00
Peter Robinson
2fe857b25d add iwlwifi fix for 8000 series devices 2019-09-24 15:08:09 +01:00
Jeremy Cline
f628f023e1 Linux v5.3-11768-g619e17cf75dd 2019-09-23 19:06:55 +00:00
Jeremy Cline
8e2f53d725 Linux v5.3-10169-g574cc4539762 2019-09-20 16:21:37 +00:00
Jeremy Cline
75129cc8a4 Linux v5.3-7639-gb41dae061bbd 2019-09-19 21:09:49 +00:00
Jeremy Cline
e432a71879 Linux v5.3-3839-g35f7a9526615 2019-09-18 18:01:45 +00:00
Jeremy Cline
021611765e Linux v5.3-2061-gad062195731b 2019-09-17 21:22:39 +00:00
Jeremy Cline
fb222da551 Reenable debugging options. 2019-09-17 16:16:20 +00:00
Jeremy Cline
a08a03541f Drop drm-i915-hush-check-crtc-state.patch
This patch from 2013 stops the i915 driver from spitting out WARNs in
some cases, but nearly the same thing can be achieved with the
``verbose_state_checks=false`` module option added in 2014. With the
module setting the issue results in a log message at error level rather
than the debug level set by this patch. However, it's not known if this
is still a common issue. It seems worth the cost of (maybe) a few more
bug reports about new error-level logs to drop the patch.

To start with, we're going to leave ``verbose_state_checks=true`` (the
default), but if we run into a lot of WARNs we will turn it off.
2019-09-16 20:30:31 +00:00
Laura Abbott
124297ef77 Drop old WARN patch
We haven't applied the patch in a while now. Let's just drop it.

Signed-off-by: Laura Abbott <labbott@redhat.com>
2019-09-16 16:14:09 -04:00
Laura Abbott
5c0d4daff4 Remove crash driver
This has since been replaced by other in kernel pieces. We
can finally drop it.

Signed-off-by: Laura Abbott <labbott@redhat.com>
2019-09-16 10:52:39 -04:00
Laura Abbott
3e636fe3a6 Remove patch for GCC VTA
It's been years and gcc has changed a lot.

Signed-off-by: Laura Abbott <labbott@redhat.com>
2019-09-16 10:52:39 -04:00
Laura Abbott
bde70da19c Remove old keyboard logging patch
Let's see if this results in flooding.

Signed-off-by: Laura Abbott <labbott@redhat.com>
2019-09-16 10:52:39 -04:00
Laura Abbott
ddc01753a9 Remove some old modalias adjustments and move drivers
We've come a long way. Let's just leave these drivers alone.
Banish the drivers to mod-extra to ensure they really don't
get loaded.

Signed-off-by: Laura Abbott <labbott@redhat.com>
2019-09-16 10:50:13 -04:00
Laura Abbott
3d246278f1 Drop old lis3 patch
We've been carrying this patch for years. If someone wants to
do the work to get it upstream, they are welcome to do so.

Signed-off-by: Laura Abbott <labbott@redhat.com>
2019-09-16 10:48:43 -04:00
Laura Abbott
affb211a9a Remove ancient ath9k workaround
It's been years. Let's see if we actually still need this.

Signed-off-by: Laura Abbott <labbott@redhat.com>
2019-09-16 10:48:43 -04:00
Laura Abbott
8cd931114e Drop scsi warning patch
It's been years since we've seen this warning. Just drop it.

Signed-off-by: Laura Abbott <labbott@redhat.com>
2019-09-16 10:48:43 -04:00
Laura Abbott
9742e529b8 Drop cpumask auto select patch and set NR_CPUS appropriately
We've been carrying a patch to make CPUMASK_OFFSTACK selectable
without debugging for a long time now. The comment said this was
going to be replaced with something else but that never seemed
to happen. We're carrying it to have a higher number of CPUs but
at this point, adjusting NR_CPUS doesn't really get us that much
benfit. Drop the patch and just use 8192 or NR_CPUS on x86.

Signed-off-by: Laura Abbott <labbott@redhat.com>
2019-09-16 10:48:39 -04:00
Laura Abbott
9a47638b3d Drop namespaces config tweak
We've come a long way for namespaces since 2013 and
all arches now enable namespaces. Drop the patch where
we can turn it off and on.

Signed-off-by: Laura Abbott <labbott@redhat.com>
2019-09-16 10:34:51 -04:00
Laura Abbott
a301534bfa Linux v5.3 2019-09-16 08:08:37 -04:00
Laura Abbott
0ceba001a5 Drop patch that was already applied 2019-09-10 09:39:16 +01:00
Laura Abbott
2e54842480 Linux v5.3-rc8 2019-09-10 09:34:54 +01:00
Laura Abbott
9df834407d Disable debugging options. 2019-09-10 09:34:54 +01:00
Peter Robinson
bff345a8a8 Add ACPI fixes plus a DT for qcom sd850 based Yoga C630 2019-09-06 09:37:18 +01:00
Laura Abbott
8a4687c244 Linux v5.3-rc7-2-g3b47fd5ca9ea 2019-09-05 10:53:16 -04:00
Laura Abbott
44fd540215 Reenable debugging options. 2019-09-05 10:51:51 -04:00
Laura Abbott
f637d98ba5 Linux v5.3-rc7 2019-09-03 07:50:53 -04:00
Laura Abbott
02d14b969c Disable debugging options. 2019-09-03 07:46:34 -04:00
Peter Robinson
4dbfff26bf drop old ApplyPatch logic as now eveything is done via git am 2019-09-02 20:57:53 +01:00
Peter Robinson
b5f1f90cb8 Upstream fix for WP detection on SD card 2019-08-29 18:01:39 +01:00
Laura Abbott
82cbb5a6a7 Linux v5.3-rc6-119-g9cf6b756cdf2 2019-08-29 09:22:53 -04:00
Laura Abbott
b7e0f13e15 Linux v5.3-rc6-115-g9e8312f5e160 2019-08-28 09:03:36 -04:00
Laura Abbott
be7a82b4a8 Reenable debugging options. 2019-08-28 09:00:59 -04:00
Laura Abbott
2fdc962749 Linux v5.3-rc6 2019-08-26 08:33:15 -04:00
Laura Abbott
cf82a100d1 Disable debugging options. 2019-08-26 08:08:12 -04:00
Peter Robinson
4919ac334f minor Arm cleanups 2019-08-25 18:44:48 +01:00
Laura Abbott
5d3d59393a Linux v5.3-rc5-224-gdd469a456047 2019-08-23 11:39:29 -07:00
Laura Abbott
264ee325d5 Linux v5.3-rc5-149-gbb7ba8069de9 2019-08-22 07:18:31 -07:00
Laura Abbott
3c5c69a0ee Reenable debugging options. 2019-08-22 07:05:54 -07:00
Laura Abbott
a16710fcba Linux v5.3-rc5 2019-08-19 06:16:12 -07:00
Laura Abbott
793dd19d3d Disable debugging options. 2019-08-19 06:08:47 -07:00
Laura Abbott
2c2a0daaaa Linux v5.3-rc4-71-ga69e90512d9d 2019-08-16 07:56:52 -04:00
Laura Abbott
38139e8bfe Linux v5.3-rc4-53-g41de59634046 2019-08-15 07:40:50 -04:00
Laura Abbott
9a56544597 Linux v5.3-rc4-4-gee1c7bd33e66 2019-08-14 11:00:39 -04:00
Laura Abbott
6aa44b71a7 Reenable debugging options. 2019-08-14 10:58:15 -04:00
Laura Abbott
2acd58de6b Remove copying of deleted file
Removed with 4ce97317f41d ("x86/purgatory: Do not use __builtin_memcpy
and __builtin_memset")
2019-08-13 11:04:28 -04:00
Laura Abbott
ae3e2e3835 Linux v5.3-rc4 2019-08-13 08:06:45 -04:00
Laura Abbott
f85cf1ad09 Disable debugging options. 2019-08-13 08:02:48 -04:00
Laura Abbott
c37e89654f Linux v5.3-rc3-282-g33920f1ec5bf 2019-08-07 12:21:01 +02:00
Laura Abbott
3166f3d037 Reenable debugging options. 2019-08-07 12:18:47 +02:00
Laura Abbott
b49cc14b37 Linux v5.3-rc3 2019-08-05 16:46:27 +02:00
Laura Abbott
c7aa2ae287 Disable debugging options. 2019-08-05 16:40:45 +02:00
Peter Robinson
977bfe032e fix mac on Jetson-TX2 NIC 2019-08-04 15:31:08 +01:00
Laura Abbott
ea5d2e52dc Linux v5.3-rc2-70-g1e78030e5e5b 2019-08-02 09:05:36 -04:00
Laura Abbott
5c2aa86a1d Linux v5.3-rc2-60-g5c6207539aea
Enable 8250 serial ports
2019-08-01 07:46:56 -04:00
Peter Robinson
adfbac47b6 Enable IMA Appraisal - related rhbz 790008 1554474 2019-07-31 13:58:31 +01:00
Laura Abbott
ffc1fce93e Linux v5.3-rc2-51-g4010b622f1d2 2019-07-31 07:53:47 -04:00
Laura Abbott
eb270ec831 Linux v5.3-rc2-11-g2a11c76e5301 2019-07-30 08:31:02 -04:00
Laura Abbott
1ec7f66dae Reenable debugging options. 2019-07-30 08:28:16 -04:00
Laura Abbott
28be16d99e Linux v5.3-rc2 2019-07-29 07:40:19 -04:00
Laura Abbott
c0122ac850 Disable debugging options. 2019-07-29 07:28:10 -04:00
Laura Abbott
5feabf6fff Linux v5.3-rc1-96-g6789f873ed37 2019-07-26 07:58:59 -04:00
Laura Abbott
cfda0d83c7 Linux v5.3-rc1-82-gbed38c3e2dca 2019-07-25 07:46:05 -04:00
Laura Abbott
8087534bf2 Linux v5.3-rc1-59-gad5e427e0f6b 2019-07-24 07:48:09 -04:00
Laura Abbott
75c686a437 Add scsi fix 2019-07-23 13:41:47 -04:00
Laura Abbott
b6bc920f00 Linux v5.3-rc1-56-g7b5cf701ea9c 2019-07-23 08:40:35 -04:00
Laura Abbott
a1d4d2b92c Reenable debugging options. 2019-07-23 08:37:08 -04:00
Laura Abbott
364bffc7b7 Linux v5.3-rc1 2019-07-21 17:53:59 -04:00
Laura Abbott
b121f57b17 Disable debugging options. 2019-07-21 17:42:12 -04:00
Peter Robinson
d7341fee1c Bug 1576593 - work around while vendor investigates arm builder LPAE HW issue 2019-07-19 18:51:33 +01:00
Laura Abbott
108607559c Linux v5.2-11564-g22051d9c4a57 2019-07-18 12:08:47 -04:00
Laura Abbott
47006d595f Linux v5.2-11043-g0a8ad0ffa4d8 2019-07-17 08:17:47 -04:00
Peter Robinson
ef64fcc47a drop merged qcom patches 2019-07-17 00:19:45 +01:00
Jeremy Cline
b39937c76a Pick up the iwlwifi firmware crash fix (rhbz 1716334)
Some folks have been asking for this to be in Rawhide in addition to the
stable kernels.
2019-07-16 18:21:14 +00:00
Laura Abbott
4cbd7a3c09 Linux v5.2-10808-g9637d517347e 2019-07-16 08:59:21 -04:00
Justin M. Forbes
92f058c860 Turn off i686 builds for Rawhide 2019-07-12 14:43:02 -05:00
Laura Abbott
46f3e4dbcb Linux v5.2-7109-gd7d170a8e357 2019-07-12 08:29:07 -04:00
Laura Abbott
84210fcea5 Linux v5.2-3311-g5450e8a316a6 2019-07-11 07:45:34 -04:00
Laura Abbott
19bcf9a9c5 Linux v5.2-3135-ge9a83bd23220 2019-07-10 08:28:38 -04:00
Laura Abbott
92f0deae55 Linux v5.2-915-g5ad18b2e60b7 2019-07-09 09:26:30 -04:00
Laura Abbott
f4ea651be7 Reenable debugging options. 2019-07-09 08:32:37 -04:00
Justin M. Forbes
52decab756 Linux v5.2.0 2019-07-08 09:49:35 -05:00
Justin M. Forbes
67c4f1112f Linux v5.2-rc7-8-geca94432934f 2019-07-03 09:30:49 -05:00
Justin M. Forbes
a51ec6bf05 Linux v5.2-rc7 2019-07-01 08:53:17 -05:00
Justin M. Forbes
bd5a8e4c11 Disable debugging options. 2019-07-01 08:46:31 -05:00
Peter Robinson
d2e0e69e62 minor arm cleanups, update rpi cam patch, add fix for dwc3 on rockchips 2019-06-30 20:15:50 +01:00
Peter Robinson
bf2174540c arm64: the tsadc patch is already upstream so drop it 2019-06-29 13:06:08 +01:00
Justin M. Forbes
7addfa8f74 Linux v5.2-rc6-93-g556e2f6020bf 2019-06-28 09:20:53 -05:00
Peter Robinson
6cb99dafc0 bcm2835: upstream fix for Raspberry Pi load issue 2019-06-25 19:41:59 +01:00
Peter Robinson
0d2c8ee000 arm64: qcom: add patch for ACPI UFS storage 2019-06-25 19:38:27 +01:00
Justin M. Forbes
639ea3fb7e Linux v5.2-rc6-15-g249155c20f9b 2019-06-25 09:39:54 -05:00
Peter Robinson
2d52c31482 raspberrypi: patch to fix the camera 2019-06-25 08:46:44 +01:00
Justin M. Forbes
53459f7b69 Linux v5.2-rc6 2019-06-24 10:41:57 -05:00
Justin M. Forbes
6acb9747bd Disable debugging options. 2019-06-24 10:23:42 -05:00
Peter Robinson
5a11487f77 QCom ACPI fixes 2019-06-22 10:56:20 +01:00
Peter Robinson
b0bc74c236 enable parallel xz compression of modules
So this uses the -P option for xargs to allow parallel compression
of xz uaing xargs options, it allows maximum usage of available CPUs
it can be reverted to the prior status quo but running the following
sed -i 's/global zcpu `nproc --all`/global zcpu 1/' kernel.spec
2019-06-21 22:04:20 +01:00
Justin M. Forbes
2a7e3ab552 Linux v5.2-rc5-290-g4ae004a9bca8 2019-06-21 12:42:02 -05:00
Justin M. Forbes
a380472ebf Linux v5.2-rc5-239-g241e39004581 2019-06-20 11:26:13 -05:00
Justin M. Forbes
98f3fc35d7 Linux v5.2-rc5-224-gbed3c0d84e7e 2019-06-19 09:34:45 -05:00
Justin M. Forbes
9297bd04f0 Linux v5.2-rc5-177-g29f785ff76b6 2019-06-18 13:37:45 -05:00
Justin M. Forbes
899f9fafd5 Linux v5.2-rc5 2019-06-17 09:02:12 -05:00
Justin M. Forbes
f29ebb198c Disable debugging options. 2019-06-17 08:45:30 -05:00
Justin M. Forbes
aeff6606b7 Linux v5.2-rc4-129-g72a20cee5d99 2019-06-14 12:11:12 -05:00
Jeremy Cline
ce94d565a9 Revert the Bluetooth encryption key patch
Upstream stable reverted it, although the revert isn't in Torvald's tree
yet.
2019-06-14 09:45:30 -04:00
Hans de Goede
b5f5548ebd Fix the LCD panel an Asus EeePC 1025C not lighting up (rhbz#1697069)
Add small bugfix for new Logitech wireless keyboard support
2019-06-14 11:59:03 +02:00
Justin M. Forbes
c46dbbae2e Linux v5.2-rc4-45-gc11fb13a117e 2019-06-13 13:09:01 -05:00
Peter Robinson
437fb97bec Raspberry Pi: move to cpufreq driver accepted for upstream \o/ 2019-06-13 10:49:31 +01:00
Justin M. Forbes
54546efb12 Linux v5.2-rc4-20-gaa7235483a83 2019-06-12 10:39:00 -05:00
Justin M. Forbes
c07ccf4fca Linux v5.2-rc4 2019-06-10 09:25:17 -05:00
Justin M. Forbes
9b40078dd0 Disable debugging options. 2019-06-10 09:02:42 -05:00
Peter Robinson
de507cfd5d usb dwc2 fix 2019-06-10 13:00:34 +01:00
Peter Robinson
1149ccac54 arm64: qcom: initial improvement of ACPI support for some devices 2019-06-10 10:43:46 +01:00
Justin M. Forbes
43ba372009 Linux v5.2-rc3-77-g16d72dd4891f 2019-06-07 12:02:07 -05:00
Jeremy Cline
228a4ee828 Fix rbhz 1658675 again
This patch got dropped with the latest rebase to upstream's version of
the lockdown patches.
2019-06-06 19:03:26 +00:00
Justin M. Forbes
ead55fdbc7 Linux v5.2-rc3-37-g156c05917e09 2019-06-06 11:22:11 -05:00
Justin M. Forbes
df15d2b71a Linux v5.2-rc3-24-g788a024921c4 2019-06-04 11:15:33 -05:00
Justin M. Forbes
0b354a2cfe Linux v5.2-rc3 2019-06-03 08:04:13 -05:00
Justin M. Forbes
4bf08358b0 Disable debugging options. 2019-06-03 07:53:09 -05:00
Peter Robinson
8de7cad79a Bump for ARMv7 fix 2019-05-31 19:55:08 +01:00
Peter Robinson
daabca5f6f move to upstream fix for arm crypto ghash issue 2019-05-31 11:11:09 +01:00
Justin M. Forbes
48df0906cd Linux v5.2-rc2-24-gbec7550cca10 2019-05-30 11:03:19 -05:00
Peter Robinson
38bd9ab178 revert crypto generic initcalls run early patch until upstream works out the issue with ARMv7 2019-05-30 16:44:18 +01:00
Justin M. Forbes
ec25f30e2e Linux v5.2-rc2 2019-05-27 10:56:09 -05:00
Justin M. Forbes
e5d8f8de77 Disable debugging options. 2019-05-27 10:52:24 -05:00
Justin M. Forbes
8f4544ef8d Linux v5.2-rc1-233-g0a72ef899014 2019-05-24 15:18:07 -05:00
Justin M. Forbes
59ba0d757a Linux v5.2-rc1-165-g54dee406374c 2019-05-22 12:15:16 -05:00
Justin M. Forbes
a87df2f1bb Fix build issue on PPC 2019-05-21 16:50:35 -05:00
Justin M. Forbes
fd9451c72c Linux v5.2-rc1-129-g9c7db5004280 2019-05-21 15:28:44 -05:00
Justin M. Forbes
c856345649 Fix S390 build error 2019-05-20 15:46:32 -05:00
Justin M. Forbes
c2b56eada2 Linux v5.2-rc1 2019-05-20 14:08:36 -05:00
Peter Robinson
37f7d8a335 Arm config updates for 5.2rc1 2019-05-20 08:47:57 +01:00
Justin M. Forbes
58561782e9 Linux v5.1-12505-g0ef0fd351550 2019-05-17 15:53:20 -05:00
Peter Robinson
7101de41f1 add patch to fix watchdog driver load and reboot on RPi 2019-05-17 19:41:55 +01:00
Justin M. Forbes
5b72efed7d Linux v5.1-12065-g8c05f3b965da 2019-05-16 15:35:54 -05:00
Justin M. Forbes
df4525c195 Linux v5.1-10909-g2bbacd1a9278 2019-05-15 14:14:21 -05:00
Laura Abbott
cbd87613cc Add arm64 vdso fix 2019-05-15 11:08:53 -07:00
Justin M. Forbes
a915976cd4 Linux v5.1-10326-g7e9890a3500d 2019-05-14 12:16:53 -05:00
Justin M. Forbes
735223bf90 Linux v5.1-10135-ga13f0655503a 2019-05-13 12:05:41 -05:00
Justin M. Forbes
e4473dc0e3 Linux v5.1-9573-gb970afcfcabd 2019-05-10 13:37:00 -05:00
Justin M. Forbes
bf888d2bd5 Linux v5.1-8122-ga2d635decbfa 2019-05-09 13:02:16 -05:00
Justin M. Forbes
a9602bb6e5 Linux v5.1-5445-g80f232121b69 2019-05-08 12:24:46 -05:00
Justin M. Forbes
2b2a5f0a2e Linux v5.1-1199-g71ae5fc87c34 2019-05-07 12:04:31 -05:00
Peter Robinson
da649d5215 Enable Arm STM32MP1 2019-05-07 04:58:17 +01:00
Jeremy Cline
eeca86408d Linux v5.1.0 2019-05-06 14:07:03 +00:00
Jeremy Cline
ae63548e1d Linux v5.1-rc7-131-gea9866793d1e 2019-05-03 14:53:48 +00:00
Jeremy Cline
753cfebe7a Linux v5.1-rc7-29-g600d7258316d 2019-05-02 14:44:19 +00:00
Laura Abbott
8fa6c72eb7 Add gdb index for debuginfo
We disabled the gdb indexing a while ago because it was
broken with the kernel. It seems to be working okay now  so re-enable it.

Signed-off-by: Laura Abbott <labbott@redhat.com>
2019-05-01 08:08:49 -07:00
Jeremy Cline
d139c9574c Linux v5.1-rc7-16-gf2bc9c908dfe 2019-05-01 14:02:59 +00:00
Jeremy Cline
203f015253 Linux v5.1-rc7-5-g83a50840e72a 2019-04-30 16:04:29 +00:00
Jeremy Cline
dfbf3d7f3d Reenable debugging options. 2019-04-30 16:02:26 +00:00
Hans de Goede
8fb1c9e328 Fix wifi on various ideapad models not working (rhbz#1703338) 2019-04-30 11:50:07 +02:00
Jeremy Cline
4d0bb33f59 s390x build failure fix for RDMA 2019-04-29 16:46:30 +00:00
Jeremy Cline
c5e7ef61a4 Linux v5.1-rc7 2019-04-29 15:40:35 +00:00
Jeremy Cline
d225a41203 Disable debugging options. 2019-04-29 14:35:33 +00:00
Jeremy Cline
d465489856 Linux v5.1-rc6-72-g8113a85f8720 2019-04-26 14:37:24 +00:00
Laura Abbott
7a94d5a69e Clean up old PAE code
We no longer support i686 PAE. Cleanup some of the cruft that was left
behind and de-obfuscate some macros to make it more obvious what's
happening.
2019-04-25 09:51:12 -07:00
Laura Abbott
b13aac6411 Remove references to old powerpc
We only support one powerpc target. Drop references via the older macro
to make the code easier to read.
2019-04-25 09:42:22 -07:00
Jeremy Cline
07c71efcc5 Linux v5.1-rc6-64-gcd8dead0c394 2019-04-25 14:15:39 +00:00
Justin M. Forbes
2f9efa0cf1 Fix CVE-2019-3900 (rhbz 1698757 1702940) 2019-04-25 07:23:14 -05:00
Jeremy Cline
eb5b64f354 Linux v5.1-rc6-15-gba25b50d582f 2019-04-24 14:34:24 +00:00
Jeremy Cline
5db1fe24f3 Linux v5.1-rc6-4-g7142eaa58b49 2019-04-23 14:32:58 +00:00
Jeremy Cline
647a44eba1 Reenable debugging options. 2019-04-23 14:30:39 +00:00
Jeremy Cline
3313b2c332 Check module signatures with the platform keyring (if enabled)
Upstream has made a keyring to the platform keys. The "KEYS: Allow
unrestricted boot-time addition of keys to secondary keyring" is
available upstream for the platform keyring.

The only issue is that module signatures aren't checked with the
platform keyring, so this introduces a patch to add that which has been
sent upstream. At least our carried-patch count hasn't gone up.
2019-04-23 14:21:09 +00:00
Jeremy Cline
8f968e6f02 Linux v5.1-rc6 2019-04-22 14:20:15 +00:00
Jeremy Cline
883af1564c Disable debugging options. 2019-04-22 14:04:58 +00:00
Jeremy Cline
effd0d5bfe Linux v5.1-rc5-36-g444fe9913539 2019-04-17 14:56:18 +00:00
Jeremy Cline
ae01eaba36 Linux v5.1-rc5-10-g618d919cae2f 2019-04-16 16:53:46 +00:00
Jeremy Cline
b91f3aa192 Reenable debugging options. 2019-04-16 14:23:06 +00:00
Jeremy Cline
5ea5759dda Linux v5.1-rc5 2019-04-15 16:16:54 +00:00
Jeremy Cline
8495ba147b Linux v5.1-rc4-184-g8ee15f324866 2019-04-12 16:56:48 +00:00
Jeremy Cline
9a69644b16 Linux v5.1-rc4-58-g582549e3fbe1 2019-04-11 13:57:07 +00:00
Jeremy Cline
ec6c211178 Linux v5.1-rc4-43-g771acc7e4a6e 2019-04-10 14:14:36 +00:00
Jeremy Cline
26ae226f4d Linux v5.1-rc4-34-g869e3305f23d 2019-04-09 15:13:32 +00:00
Jeremy Cline
0b76b205ac Reenable debugging options. 2019-04-09 15:10:12 +00:00
Jeremy Cline
40d683e6db Linux v5.1-rc4 2019-04-08 16:58:32 +00:00
Jeremy Cline
9b8be7d377 Linux v5.1-rc3-206-gea2cec24c8d4 2019-04-05 14:40:37 +00:00
Jeremy Cline
a0aaf95b00 Linux v5.1-rc3-35-g8ed86627f715 2019-04-03 17:49:51 +00:00
Jeremy Cline
29502db8a0 Linux v5.1-rc3-14-g5e7a8ca31926 2019-04-02 19:37:04 +00:00
Jeremy Cline
79281a6ba5 Reenable debugging options. 2019-04-02 18:58:17 +00:00
Jeremy Cline
e0aa9e60cc Linux v5.1-rc3 2019-04-01 15:40:43 +00:00
Jeremy Cline
ca14120224 Disable debugging options. 2019-04-01 15:29:49 +00:00
Jeremy Cline
677dc70b60 Linux v5.1-rc2-247-g9936328b41ce 2019-03-29 19:43:21 +00:00
Jeremy Cline
ad0b6d368a Pick up a mm fix causing hangs (rhbz 1693525) 2019-03-29 19:36:44 +00:00
Colin Walters
c5368cf936 devel: Don't run hardlink if rpm-ostree is in use
OSTree is a far, far more sophisticated wrapper around the `link()`
system call than the `hardlink` package - it supports using
as a mechanism for transactional offline updates, fetching over
HTTP with GPG signatures and deltas, etc.  rpm-ostree uses it
for everything.

Having the `kernel-devel` package run `hardlink` just adds
latency to `rpm-ostree compose tree` unnecessarily.
2019-03-29 02:26:34 +00:00
Jeremy Cline
c552794cd5 Linux v5.1-rc2-243-g8c7ae38d1ce1 2019-03-28 20:06:43 +00:00
Jeremy Cline
b844f75ea2 Linux v5.1-rc2-24-g14c741de9386 2019-03-27 18:14:04 +00:00
Jeremy Cline
2129b13059 Align the IPv4 netfilter configs with the IPv6 configs (rhbz 1672657)
IPv6 builds as a module, change IPv4 to be built as a module as well.
2019-03-27 18:13:27 +00:00
Jeremy Cline
f86f195b90 Linux v5.1-rc2-16-g65ae689329c5 2019-03-26 19:06:04 +00:00
Jeremy Cline
15e9d9f66d Reenable debugging options. 2019-03-26 19:04:06 +00:00
Peter Robinson
f1512dfeef Initial NXP i.MX8 enablement 2019-03-26 14:31:32 +00:00
Jeremy Cline
45e5a1f373 Linux v5.1-rc2 2019-03-25 14:51:10 +00:00
Jeremy Cline
915ea30215 Disable debugging options. 2019-03-25 14:30:45 +00:00
Peter Robinson
a89bed2f8e TPM fix (rhbz 1688283) 2019-03-25 00:00:26 +00:00
Peter Robinson
509cc04d2b Fixes for Tegra Jetson TX series, Initial support for NVIDIA Jetson Nano 2019-03-24 17:16:09 +00:00
Jeremy Cline
70e042b78c Linux v5.1-rc1-66-gfd1f297b794c 2019-03-22 14:14:08 +00:00
Jeremy Cline
47ae8ce524 Linux v5.1-rc1-15-gbabf09c3837f 2019-03-20 14:19:12 +00:00
Hans de Goede
34d65b13da Make the mainline vboxguest drv feature set match VirtualBox 6.0.x (#1689750) 2019-03-20 13:02:44 +01:00
Jeremy Cline
b9534d956d Linux v5.1-rc1 2019-03-18 14:46:16 +00:00
Jeremy Cline
e9a6f9df95 Disable debugging options. 2019-03-18 14:10:29 +00:00
Peter Robinson
bfbaeaff47 updates for Arm 2019-03-18 00:48:44 +00:00
Jeremy Cline
2372415c36 Linux v5.0-11520-gf261c4e529da 2019-03-15 14:48:09 +00:00
Jeremy Cline
3cc187999e Linux v5.0-11139-gfa3d493f7a57 2019-03-14 16:55:27 +00:00
Jeremy Cline
2a6ca24d59 Linux v5.0-11053-gebc551f2b8f9 2019-03-13 15:11:54 +00:00
Jeremy Cline
fe3f29352b Linux v5.0-10742-gea295481b6e3 2019-03-12 15:02:18 +00:00
Peter Robinson
dab12d564c Arm config updates and fixes, fixes for Jetson TX series 2019-03-12 11:50:12 +00:00
Jeremy Cline
edfbff22b4 Linux v5.0-10360-g12ad143e1b80 2019-03-11 17:30:38 +00:00
Paul Bolle
55c734c218 Remove a patch that still touches userspace tools
The userspace tools were split out into kernel-tools in 2017. Remove a
patch that still touches them.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-03-11 17:30:38 +00:00
Jeremy Cline
6c72c6753e Linux v5.0-7001-g610cd4eadec4 2019-03-08 16:38:03 +00:00
Jeremy Cline
ece6441001 Linux v5.0-6399-gf90d64483ebd 2019-03-07 20:30:13 +00:00
Laura Abbott
4f4c8c1037 Fix for compilation error linked to rhbz 1686419 2019-03-07 10:39:36 -08:00
Jeremy Cline
4997df9dcb Linux v5.0-3452-g3717f613f48d 2019-03-06 17:15:13 +00:00
Jeremy Cline
3d24375518 Linux v5.0-510-gcd2a3bf02625 2019-03-05 16:28:29 +00:00
Jeremy Cline
408ba024e4 Reenable debugging options. 2019-03-05 14:36:29 +00:00
Laura Abbott
1bde9dbcae Linux v5.0.0 2019-03-04 07:23:36 -08:00
Laura Abbott
c5018505ed Linux v5.0-rc8-3-g7d762d69145a 2019-02-26 09:00:23 -08:00
Laura Abbott
6d26752622 Reenable debugging options. 2019-02-26 08:57:36 -08:00
Laura Abbott
1249e57136 Linux v5.0-rc8 2019-02-25 08:56:01 -08:00
Laura Abbott
e1790511d6 Linux v5.0-rc7-118-g8a61716ff2ab 2019-02-22 09:41:13 -08:00
Peter Robinson
2a3662749d Improvements to 96boards Rock960 2019-02-21 11:41:43 +00:00
Laura Abbott
2a86b1122d Linux v5.0-rc7-85-g2137397c92ae 2019-02-20 10:55:54 -08:00
Laura Abbott
83d8534473 Linux v5.0-rc7-11-gb5372fe5dc84 2019-02-19 09:07:58 -08:00
Laura Abbott
0f823b00b3 Reenable debugging options. 2019-02-19 09:03:46 -08:00
Laura Abbott
16332ac6b7 Linux v5.0-rc7 2019-02-17 20:10:42 -08:00
Laura Abbott
7f7300be61 Linux v5.0-rc6-42-g1f947a7a011f 2019-02-13 07:46:36 -08:00
Laura Abbott
0dc887a93f Reenable debugging options. 2019-02-13 07:43:20 -08:00
Laura Abbott
cf86731268 Revert "Linux v5.0-rc6-42-g1f947a7a011f"
This reverts commit aa760a8e17.

I don't know what happened with this snapshots
2019-02-13 07:38:06 -08:00
Laura Abbott
aa760a8e17 Linux v5.0-rc6-42-g1f947a7a011f 2019-02-13 07:32:10 -08:00
Laura Abbott
f045f0de6f Reenable debugging options. 2019-02-13 07:12:30 -08:00
Peter Robinson
50ae6178c9 Enable NXP Freescale Layerscape platform 2019-02-13 09:13:14 +00:00
Laura Abbott
4e4f5c72ef Linux v5.0-rc6
Tweaks to gcc9 fixes
2019-02-11 06:16:59 -08:00
Peter Robinson
76c7367ad0 Minor Arm fixes 2019-02-08 12:48:23 +00:00
Laura Abbott
0b1f32b6d6 Linux v5.0-rc4-106-g5b4746a03199 2019-02-04 14:58:10 +00:00
Hans de Goede
5668a090a8 Update comment on i915-enable-fastboot-on-vlv-chv.patch
It is now in -next / queued for merging into 5.1
2019-02-01 10:27:43 +01:00
Laura Abbott
d310dc8c57 Linux v5.0-rc4-106-g5b4746a03199 2019-02-01 09:41:39 +01:00
Hans de Goede
3f22d634d2 Add patches from -next to enable i915.fastboot by default on Skylake+ for
https://fedoraproject.org/wiki/Changes/FlickerFreeBoot
2019-01-31 10:15:07 +01:00
Laura Abbott
0ccd979b76 Linux v5.0-rc4-59-g62967898789d 2019-01-30 16:26:48 +01:00
Laura Abbott
1b48caaece Disable CONFIG_JUMP_LABEL on s390x
This is causing problems with gcc9. Disable this until we find
a real solution.
2019-01-30 16:22:33 +01:00
Laura Abbott
fee69e6d04 Linux v5.0-rc4-1-g4aa9fc2a435a 2019-01-29 08:32:15 +01:00
Laura Abbott
0c389c5ad0 Reenable debugging options. 2019-01-29 08:24:50 +01:00
Laura Abbott
c2007dcec4 Linux v5.0-rc4 2019-01-28 07:32:25 +01:00
Laura Abbott
a4462ff8ae Actually get building with gcc9
s390 is still failing to build so exclude it for now.
Also bring in some fixes to clean up the warnings.
(Two that should be accepted upstream, one that needs
a closer look)
2019-01-25 08:06:22 +01:00
Laura Abbott
a20edb31c7 gcc9 fixes 2019-01-23 14:00:49 +01:00
Laura Abbott
e5a4f7f187 Linux v5.0-rc3-53-g333478a7eb21 2019-01-23 00:26:28 -08:00
Laura Abbott
debd37a8d3 Reenable debugging options. 2019-01-23 00:21:59 -08:00
Laura Abbott
2066044f35 Linux v5.0-rc3 2019-01-20 16:58:27 -08:00
Laura Abbott
53d9bbb5a7 Linux v5.0-rc2-211-gd7393226d15a 2019-01-18 09:08:28 -08:00
Laura Abbott
f0f3f1d698 Linux v5.0-rc2-145-g7fbfee7c80de 2019-01-17 06:29:27 -08:00
Pablo Greco
6eaa39e231 Don't require python3 for a string replace 2019-01-16 17:16:21 -08:00
Pablo Greco
15c042d2f4 Only fix shebangs when building for Fedora.
If the kernel is being built for .el7, we don't have access to pathfix.py.
2019-01-16 17:15:44 -08:00
Laura Abbott
19c00cb313 Linux v5.0-rc2-141-g47bfa6d9dc8c 2019-01-16 07:21:41 -08:00
Laura Abbott
0f476611af Linux v5.0-rc2-36-gfe76fc6aaf53 2019-01-15 08:45:26 -08:00
Laura Abbott
1080cb00f3 Reenable debugging options. 2019-01-15 08:43:22 -08:00
Laura Abbott
63c6bcda7b Enable CONFIG_GPIO_LEDS and CONFIG_GPIO_PCA953X (rhbz 1601623) 2019-01-14 13:59:58 -08:00
Laura Abbott
69f10affd5 Linux v5.0-rc2 2019-01-14 09:18:40 -08:00
Laura Abbott
5a05c0c2d8 Disable debugging options. 2019-01-14 09:06:51 -08:00
Peter Robinson
60a8ce36ab Raspberry Pi DT updates, Update AllWinner A64 timer errata workaround 2019-01-13 04:44:19 +00:00
Laura Abbott
ad92736b43 Linux v5.0-rc1-43-g1bdbe2274920 2019-01-11 07:57:17 -08:00
Laura Abbott
22313dc05a Linux v5.0-rc1-26-g70c25259537c 2019-01-10 08:03:42 -08:00
Peter Robinson
8c38f1d976 A few Raspberry Pi cleanups, add gpio line names 2019-01-10 12:57:15 +00:00
Peter Robinson
c50bbd2bed drop rpi camera/audio patch, now upstream 2019-01-10 12:42:00 +00:00
Peter Robinson
5bee756107 efi fix for arm-32 systems 2019-01-10 08:26:34 +00:00
Laura Abbott
971e3e9031 Linux v5.0-rc1-24-g4064e47c8281 2019-01-09 10:11:34 -08:00
Justin M. Forbes
22a3ba7648 Fix CVE-2019-3701 (rhbz 1663729 1663730) 2019-01-09 09:50:29 -06:00
Laura Abbott
edf855c97b Linux v5.0-rc1-2-g7b5585136713 2019-01-08 15:20:42 -08:00
Laura Abbott
2277b29cdd Reenable debugging options. 2019-01-08 15:20:37 -08:00
Justin M. Forbes
cc1db7f347 Updates for secure boot 2019-01-07 15:09:43 -06:00
Laura Abbott
27b219978f Need to drop this too apparently 2019-01-07 07:53:22 -08:00
Laura Abbott
be2536aea8 Linux v5.0-rc1
5.0! Yay!

Most of the hard work of what to do has already been figured
out (see d7293323e7)

We will once again need to undo some hacks when 5.0 is officially
released:

upstream_sublevel
kversion
Source0
2019-01-07 07:37:34 -08:00
Laura Abbott
5f6c3d9fc4 Disable debugging options. 2019-01-07 07:37:28 -08:00
Laura Abbott
ab28abb0b2 Bump for 5.0 2019-01-07 06:55:50 -08:00
Laura Abbott
7590be9fd1 Linux v4.20-10979-g96d4f267e40f 2019-01-04 07:39:28 -08:00
Peter Robinson
ba9d1a17f2 First pass at updates for Arm plaforms, also some IoT updates (mostly a few IIO drivers), a few cleanups of old/dupe config opts 2019-01-04 10:02:25 +00:00
Laura Abbott
dd000cd2fd Linux v4.20-10911-g645ff1e8e704
Dropped part of the efi-lockdown patchset for IMA until
conflicts get resolved.
2019-01-03 08:28:18 -08:00
Laura Abbott
c3110e3682 Linux v4.20-10595-g8e143b90e4d4 2019-01-02 08:15:21 -08:00
Laura Abbott
08376d1f13 Linux v4.20-9221-gf12e840c819b 2018-12-31 14:45:49 -08:00
Laura Abbott
c97d3b0f76 Linux v4.20-9163-g195303136f19 2018-12-30 09:30:50 -08:00
Laura Abbott
78aac8bf1f Enable CONFIG_NET_SCH_CAKE (rhbz 1655155) 2018-12-28 14:19:06 -08:00
Laura Abbott
09c204fb01 Enable CONFIG_BPF_LIRC_MODE2 (rhbz 1628151) 2018-12-28 14:12:16 -08:00
Laura Abbott
6803e599e1 Linux v4.20-6428-g00c569b567c7 2018-12-28 13:55:13 -08:00
Hans de Goede
8a27b4e99d Set CONFIG_REALTEK_PHY=y to workaround realtek ethernet issues (rhbz 1650984) 2018-12-27 16:50:01 +01:00
Laura Abbott
baea90e1b4 Linux v4.20-3117-ga5f2bd479f58 2018-12-26 13:30:36 -08:00
Laura Abbott
f766e81da3 Reenable debugging options. 2018-12-26 12:03:35 -08:00
Peter Robinson
c15a3373f9 drop arch/x86/kernel/macros.s copy, no longer exists 2018-12-25 01:47:42 +00:00
Justin M. Forbes
2a6ecdce8b Linux v4.20.0 2018-12-24 11:17:34 -06:00
Peter Robinson
510d60d1e2 Another fix for issue affecting Raspberry Pi 3-series WiFi (rhbz 1652093) 2018-12-24 02:47:39 +00:00
Justin M. Forbes
f08646fff0 Linux v4.20-rc7-214-g9097a058d49e 2018-12-21 11:57:15 -06:00
Justin M. Forbes
e7762a8b71 Linux v4.20-rc7-202-g1d51b4b1d3f2 2018-12-20 10:44:09 -06:00
Peter Robinson
4a2d2029b8 Stability fixes for Raspberry Pi MMC (sdcard) driver 2018-12-20 04:05:07 +00:00
Peter Robinson
83989fccc2 Initial support for Raspberry Pi model 3A+ 2018-12-20 03:16:00 +00:00
Justin M. Forbes
abc158d467 Linux v4.20-rc7-6-gddfbab46539f 2018-12-18 16:46:25 -06:00
Justin M. Forbes
f94c9af093 Linux v4.20-rc7 2018-12-17 07:30:59 -06:00
Justin M. Forbes
8c1796fac8 Disable debugging options. 2018-12-17 06:35:24 -06:00
Peter Robinson
8565e78e82 Enhancements for Raspberrp Pi Camera 2018-12-17 05:13:39 +00:00
Justin M. Forbes
92ac1e3421 Linux v4.20-rc6-82-g65e08c5e8631 2018-12-13 16:32:46 -06:00
Justin M. Forbes
6d894ab21d Linux v4.20-rc6-25-gf5d582777bcb 2018-12-11 11:32:35 -06:00
Hans de Goede
6a45433b3d Really fix non functional hotkeys on Asus FX503VD (#1645070) 2018-12-11 12:24:42 +01:00
Justin M. Forbes
28efc2b6d8 Linux v4.20-rc6 2018-12-10 09:56:51 -06:00
Justin M. Forbes
a5ed0b75f9 Disable debugging options. 2018-12-10 07:04:52 -06:00
Justin M. Forbes
2dc35eee33 Linux v4.20-rc5-86-gb72f711a4efa 2018-12-07 10:06:21 -06:00
Justin M. Forbes
22c4d677f9 Linux v4.20-rc5-44-gd08970904582 2018-12-05 14:01:46 -06:00
Jeremy Cline
c0dbaa3cc5
Fix corruption bug in direct dispatch for blk-mq 2018-12-05 09:51:03 -05:00
Justin M. Forbes
4d43220d69 Linux v4.20-rc5-21-g0072a0c14d5b 2018-12-04 16:49:41 -06:00
Justin M. Forbes
10c4e09883 Linux v4.20-rc5 2018-12-03 12:02:17 -06:00
Justin M. Forbes
c85b42d5d9 Disable debugging options. 2018-12-03 11:00:53 -06:00
Hans de Goede
26c1fe50a0 Fix non functional hotkeys on Asus FX503VD (#1645070) 2018-12-03 17:34:30 +01:00
Justin M. Forbes
7f66c53653 Linux v4.20-rc4-156-g94f371cb7394 2018-11-30 10:04:13 -06:00
Justin M. Forbes
1288f313f9 Linux v4.20-rc4-35-g121b018f8c74 2018-11-28 15:44:05 -06:00
Justin M. Forbes
4871a58854 Linux v4.20-rc4 2018-11-26 09:39:57 -06:00
Justin M. Forbes
dcaed4ecc8 Disable debugging options. 2018-11-26 07:21:54 -06:00
Peter Robinson
74d0357f39 fixes for rockchip, add back rock960 fix not yet upstream 2018-11-22 14:51:00 +00:00
Jeremy Cline
308332de18
Linux v4.20-rc3-83-g06e68fed3282 2018-11-20 14:31:50 -05:00
Jeremy Cline
b6c05beebd
Reenable debugging options. 2018-11-20 14:29:31 -05:00
Hans de Goede
73ea0c966f Add a patch fixing KIOX010A accelerometers (rhbz#1526312) 2018-11-20 11:52:09 +01:00
Hans de Goede
376d3ff349 Add a patch fixing touchscreens on HP AMD based laptops (rhbz#1644013) 2018-11-20 11:02:18 +01:00
Hans de Goede
0adb640029 Turn on CONFIG_PINCTRL_GEMINILAKE on x86_64 (rhbz#1639155) 2018-11-20 10:54:58 +01:00
Jeremy Cline
466445dbd8
Linux v4.20-rc3 2018-11-19 11:33:38 -05:00
Jeremy Cline
c3c75f6fde
Disable debugging options. 2018-11-19 11:33:37 -05:00
Peter Robinson
a4764614a7 Fix WiFi on Raspberry Pi 3 on aarch64 (rhbz 1649344), Fixes for Raspberry Pi hwmon driver and firmware interface 2018-11-17 18:06:28 +00:00
Hans de Goede
6c672bed3d Enable a few modules needed for accelerometer and other sensor support
on some HP X2 2-in-1s
2018-11-16 14:55:41 +01:00
Justin M. Forbes
ded23d15f8 Linux v4.20-rc2-52-g5929a1f0ff30 2018-11-15 09:52:16 -08:00
Laura Abbott
878b6d46d5 Correct Fedora macro 2018-11-14 10:07:04 -08:00
Peter Robinson
71860be326 - Further updates for ARM
- More Qualcomm SD845 enablement
- FPGA Device Feature List (DFL) support
- Minor cleanups
2018-11-13 03:06:17 +00:00
Justin M. Forbes
670d3710ce Linux v4.20-rc2 2018-11-11 18:17:57 -06:00
Justin M. Forbes
be6cffa261 Disable debugging options. 2018-11-11 18:10:13 -06:00
Justin M. Forbes
7b5b8ca4e4 Linux v4.20-rc1-145-gaa4330e15c26 2018-11-09 16:53:08 -06:00
Peter Robinson
86eb60348e Initial Qualcomm SD845 enablement 2018-11-09 11:44:56 +00:00
Justin M. Forbes
77a6d0b85e Linux v4.20-rc1-98-gb00d209241ff 2018-11-08 16:25:24 -06:00
Justin M. Forbes
9f2e15e1ae Linux v4.20-rc1-87-g85758777c2a2 2018-11-07 16:31:05 -06:00
Peter Robinson
9feaafee26 Initial Arm config updates for 4.20 2018-11-07 13:41:50 +00:00
Justin M. Forbes
33864ba387 Linux v4.20-rc1-62-g8053e5b93eca 2018-11-06 16:16:11 -06:00
Paul Bolle
73cf59ae2c Remove sources for kernel-tools
The userspace tools were split out into kernel-tools last year. Remove
their sources too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2018-11-06 09:43:15 -06:00
Justin M. Forbes
e88e680c22 Linux v4.20-rc1 2018-11-05 10:19:40 -06:00
Justin M. Forbes
572e50297a Disable debugging options. 2018-11-05 08:07:31 -06:00
Justin M. Forbes
90bf85d2b1 Linux v4.19-12532-g8adcc59974b8 2018-11-02 12:07:56 -05:00
Justin M. Forbes
755a40d40d Linux v4.19-12279-g5b7449810ae6 2018-11-01 11:00:41 -05:00
Justin M. Forbes
bf0b23e3a4 Linux v4.19-11807-g310c7585e830 2018-10-31 13:11:02 -05:00
Justin M. Forbes
968d59bf94 Linux v4.19-11706-g11743c56785c 2018-10-30 11:51:07 -05:00
Justin M. Forbes
4eb72d37dc Linux v4.19-9448-g673c790e7282 2018-10-29 13:54:19 -05:00
Justin M. Forbes
e7c396bbf3 Fix thinko with macros 2018-10-27 13:27:58 -05:00
Justin M. Forbes
6904e70891 Add macros.S to kernel-devel due to changes for gcc bugs 2018-10-26 14:20:15 -05:00
Justin M. Forbes
8f03c40977 Linux v4.19-6148-ge5f6d9afa341 2018-10-26 11:30:07 -05:00
Justin M. Forbes
0f348d0bc2 Linux v4.19-5646-g3acbd2de6bc3 2018-10-25 12:49:20 -05:00
Justin M. Forbes
bc5d8157d1 Linux v4.19-4345-g638820d8da8e 2018-10-24 13:39:38 -05:00
Justin M. Forbes
a92862ed1d Linux v4.19-1676-g0d1b82cd8ac2 2018-10-23 10:47:47 -05:00
Jeremy Cline
0692272350
Linux v4.19 2018-10-22 09:35:14 -04:00
Peter Robinson
c3f92fbe98 Fix network on some i.MX6 devices (rhbz 1628209) 2018-10-22 10:33:35 +01:00
Jeremy Cline
d39a8c5da3
Linux v4.19-rc8-95-g91b15613ce7f
Also enable pinctrl-cannonlake (rhbz 1641057)
2018-10-19 10:09:23 -04:00
Jeremy Cline
81f24e6cf0
Linux v4.19-rc8-27-gfa520c47eaa1 2018-10-18 09:43:15 -04:00
Jeremy Cline
3c50fa7821
Linux v4.19-rc8-16-gc343db455eb3 2018-10-17 15:53:37 -04:00
Peter Robinson
71dcda616b Fixes to Rock960 series of devices, Raspberry Pi graphics fix 2018-10-17 09:14:49 +01:00
Jeremy Cline
c8a5b4dd1e
Linux v4.19-rc8-11-gb955a910d7fd 2018-10-16 15:27:42 -04:00
Jeremy Cline
c50522dfcc
Linux v4.19-rc8 2018-10-15 09:58:53 -04:00
Jeremy Cline
9ab960b7da
Disable debugging options. 2018-10-15 09:55:38 -04:00
Peter Robinson
e0cda5a30e one more use -delete on find commands 2018-10-14 17:52:11 +01:00
Peter Robinson
fae554d6cb use -delete on find commands where possible rather than forking out to xargs/rm 2018-10-14 10:21:30 +01:00
Peter Robinson
f0d49a4dcb Rebase device specific NVRAM files on brcm WiFi devices to latest
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2018-10-12 20:08:19 +01:00
Jeremy Cline
6b553f9947
Linux v4.19-rc7-139-g6b3944e42e2e 2018-10-12 10:04:36 -04:00
Pablo Greco
df681b469d Make buildflags optional
build_hostcflags and build_hostldflags may not be defined
on all systems. Make them optional for compatibility.

[labbott: Add more commit text]
2018-10-11 11:43:47 -07:00
Pablo Greco
25940548c9 Disable kernel-headers only in Fedora
For ease of building on other targets that still
build the headers in the same spec file, add a
guard around the kernel headers

[labbott: Add more commit text]
2018-10-11 11:41:39 -07:00
Jeremy Cline
c45cf89f0e
Linux v4.19-rc7-61-g9f203e2f2f06 2018-10-11 10:40:23 -04:00
Jeremy Cline
582c55fbb0
Linux v4.19-rc7-33-gbb2d8f2f6104 2018-10-10 09:58:52 -04:00
Jeremy Cline
8fa29867b1
Turn off debug builds 2018-10-09 10:19:40 -04:00
Jeremy Cline
e75c68f345
Linux v4.19-rc7-15-g64c5e530ac2c 2018-10-09 10:14:49 -04:00
Jeremy Cline
059eb20c31
Linux v4.19-rc7 2018-10-08 10:49:53 -04:00
Jeremy Cline
ebb2483c5a
Disable debugging options. 2018-10-08 10:35:25 -04:00
Jeremy Cline
73a194639b
Linux v4.19-rc6-223-gbefad944e231 2018-10-05 10:03:26 -04:00
Jeremy Cline
89c7d2ae30
Trim EXTRAVERSION in the Makefile on CI builds
The CI build currently adds the full git commit hash to the release of
the RPM it builds. This breaks the kernel build as the EXTRAVERSION
cannot exceed 64 characters.

This sets the EXTRAVERSION to whatever the release was minus
".pr.<hash>".

Signed-off-by: Jeremy Cline <jcline@redhat.com>
2018-10-05 09:51:31 -04:00
Jeremy Cline
62c479edd9
Linux v4.19-rc6-177-gcec4de302c5f 2018-10-04 10:24:01 -04:00
Laura Abbott
6fed0f232e Add support for building with gcc-plugins
This doesn't enable any plugins, only the infrastrucutre for enabling
plugins at a later date.
2018-10-03 07:22:40 -07:00
Jeremy Cline
102c233f9a
Linux v4.19-rc6-37-g6bebe37927f3 2018-10-03 09:45:28 -04:00
Jeremy Cline
d083ff50e0
Linux v4.19-rc6-29-g1d2ba7fee28b 2018-10-02 09:49:52 -04:00
Laura Abbott
675bf4ccbb Disable CONFIG_CRYPTO_DEV_SP_PSP (rhbz 1608242) 2018-10-01 12:45:09 -07:00
Jeremy Cline
b7efa4858d
Linux v4.19-rc6 2018-10-01 10:10:04 -04:00
Jeremy Cline
47cd32e4da
Disable debugging options. 2018-10-01 10:03:45 -04:00
Peter Robinson
0bae75213b Support loading device specific NVRAM files on brcm WiFi devices 2018-10-01 09:19:41 +01:00
Jeremy Cline
9a0cb8c305
Linux v4.19-rc5-159-gad0371482b1e 2018-09-28 10:03:54 -04:00
Peter Robinson
be97548395 Add initial RockPro64 DT support 2018-09-27 11:28:10 +01:00
Peter Robinson
49bf49c457 Add thermal trip to bcm283x (Raspberry Pi) cpufreq 2018-09-26 21:09:43 +01:00
Jeremy Cline
2b0301e373
Linux v4.19-rc5-143-gc307aaf3eb47 2018-09-26 10:26:28 -04:00
Jeremy Cline
a919a10a47
Linux v4.19-rc5-99-g8c0f9f5b309d 2018-09-25 10:10:58 -04:00
Jeremy Cline
0e03f8227f
Linux v4.19-rc5 2018-09-24 09:38:39 -04:00
Jeremy Cline
6e147f2187
Disable debugging options. 2018-09-24 09:26:54 -04:00
Jeremy Cline
b333c0a3ef
Linux v4.19-rc4-176-g211b100a5ced 2018-09-21 10:10:19 -04:00
Jeremy Cline
18005dbd95
Linux v4.19-rc4-137-gae596de1a0c8 2018-09-20 11:13:47 -04:00
Jeremy Cline
38cd167666
Linux v4.19-rc4-86-g4ca719a338d5 2018-09-19 10:03:48 -04:00
Jeremy Cline
1a08114a16
Mangle Python shebangs to Python 3 only 2018-09-18 15:56:33 -04:00
Jeremy Cline
f1461c1d71
Linux v4.19-rc4-78-g5211da9ca526 2018-09-18 11:31:01 -04:00
Jeremy Cline
a54055adb1
Linux v4.19-rc4 2018-09-17 11:00:09 -04:00
Jeremy Cline
4deddea7df
Disable debugging options. 2018-09-17 10:53:36 -04:00
Jeremy Cline
2285fc55b5
Drop i686-PAE configuration generation
The i686 PAE configuration is unused since it is no longer built.
2018-09-17 10:52:49 -04:00
Peter Robinson
7ee000f18c arm: gpio: fix a driver that blocks suspend for a number of devices 2018-09-15 23:59:08 +01:00
Jeremy Cline
720da7cdda
Linux v4.19-rc3-247-gf3c0b8ce4840 2018-09-14 14:25:24 -04:00
Jeremy Cline
e9e9e88f4a
Linux v4.19-rc3-130-g54eda9df17f3 2018-09-13 11:04:26 -04:00
Hans de Goede
8eb140ceae Add patch silencing "EFI stub: UEFI Secure Boot is enabled." at boot 2018-09-13 15:46:37 +02:00
Jeremy Cline
720485d8ed
Linux v4.19-rc3-21-g5e335542de83 2018-09-12 09:51:18 -04:00
Peter Robinson
e824af454c Add 96boards rk3399 Rock960 support 2018-09-10 18:39:54 +01:00
Jeremy Cline
65921a3ce3
Linux v4.19-rc3 2018-09-10 11:35:45 -04:00
Jeremy Cline
040628d2d4
Disable debugging options. 2018-09-10 11:22:35 -04:00
Jeremy Cline
52778c68fd
Linux v4.19-rc2-205-ga49a9dcce802 2018-09-07 12:04:59 -04:00
Jeremy Cline
b67c8942ec
Linux v4.19-rc2-163-gb36fdc6853a3 2018-09-06 11:18:11 -04:00
Jeremy Cline
018f6c7fa2
Linux v4.19-rc2-107-g28619527b8a7 2018-09-05 10:42:33 -04:00
Peter Robinson
1c4d7f9336 initial ARM config updates for 4.19 2018-09-04 11:10:48 +01:00
Peter Robinson
7a3c9b39a8 Enable bcm283x VCHIQ, camera and analog audio drivers 2018-09-03 18:14:16 +01:00
Jeremy Cline
8adbfb8317
Linux v4.19-rc2 2018-09-03 11:33:33 -04:00
Jeremy Cline
96021a0beb
Disable debugging options. 2018-09-03 11:30:02 -04:00
Jeremy Cline
32964fea8a
Linux v4.19-rc1-195-g4658aff6eeaa 2018-08-31 11:03:49 -04:00
Jeremy Cline
c5c99fe786
Linux v4.19-rc1-124-g58c3f14f86c9 2018-08-30 09:12:09 -04:00
Jeremy Cline
e062c32359
Enable the AFS module (rhbz 1616016) 2018-08-29 15:49:26 -04:00
Jeremy Cline
dd298ed77e
Linux v4.19-rc1-95-g3f16503b7d22 2018-08-29 10:06:14 -04:00
Jeremy Cline
ff59239f88
Linux v4.19-rc1-88-g050cdc6c9501 2018-08-28 09:55:29 -04:00
Jeremy Cline
9c8eca5053
Linux v4.19-rc1 2018-08-27 08:36:42 -04:00
Jeremy Cline
6f5ba0cb29
Disable debugging options. 2018-08-27 08:22:54 -04:00
Jeremy Cline
565f0372e6
Linux v4.18-12872-g051935978432 2018-08-25 10:26:22 -04:00
Jeremy Cline
28d87ac045
Linux v4.18-12721-g33e17876ea4e 2018-08-24 09:44:58 -04:00
Jeremy Cline
9b4f0fa712
Linux v4.18-11682-g815f0ddb346c 2018-08-23 10:08:57 -04:00
Jeremy Cline
f17554469f
Linux v4.18-11219-gad1d69735878 2018-08-22 10:08:14 -04:00
Jeremy Cline
390cb4d0f8
Linux v4.18-10986-g778a33959a8a 2018-08-21 11:36:51 -04:00
Jeremy Cline
615f755298
Linux v4.18-10721-g2ad0d5269970 2018-08-20 21:19:50 +01:00
Jeremy Cline
a9cb2ff141
Linux v4.18-10568-g08b5fa819970 2018-08-19 11:41:45 +01:00
Jeremy Cline
cb11f4de83
Linux v4.18-8895-g1f7a4c73a739 2018-08-18 13:52:10 +01:00
Laura Abbott
d0dd790bf9 Enable CONFIG_AF_KCM (rhbz 1613819) 2018-08-17 12:32:00 -07:00
Jeremy Cline
186cf004cb
Linux v4.18-8108-g5c60a7389d79 2018-08-17 09:27:40 +01:00
Peter Robinson
e9bc1eed73 Cleanup some old config options, remove DRM drivers hidden behind DRM_LEGACY, tweak module filters a little (fpga, iio, few other bits), minor find optimisation 2018-08-16 20:01:58 +01:00
Jeremy Cline
a23ced99bd
Linux v4.18-7873-gf91e654474d4 2018-08-16 14:56:49 +01:00
Peter Robinson
bec265804e Drop PPC64 (Big Endian) configs 2018-08-15 21:29:12 +01:00
Laura Abbott
c0a58bf015 Linux v4.18-2978-g1eb46908b35d 2018-08-15 10:58:06 -07:00
Jeremy Cline
6003595fcc
Linux v4.18-1283-g10f3e23f07cb 2018-08-14 13:00:57 +01:00
Laura Abbott
5e30106a2a Linux v4.18 2018-08-13 08:43:45 -07:00
Peter Robinson
d475d4c0b1 Disable speck crypto cipher
The upstream maintainer is dropping it and due to ISO cert issues it's likely
to be gone soon so better off not encouraging usage of it until the final
decision is made. Details here https://lwn.net/Articles/761992/
2018-08-13 11:04:57 +01:00
Peter Robinson
dbed74a4b8 Add ZYNQMP clock and firmware driver 2018-08-11 09:00:07 +01:00
Laura Abbott
d187f6fb2c Linux v4.18-rc8-4-gfedb8da96355 2018-08-10 14:07:41 +02:00
Hans de Goede
5c4507dbff Sync FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER bugfix with upstream 2018-08-10 13:29:57 +02:00
Laura Abbott
6940250e4a Linux v4.18-rc8-2-g1236568ee3cb 2018-08-08 12:21:36 +02:00
Laura Abbott
e6ffdcb1cc Reenable debugging options. 2018-08-08 12:20:00 +02:00
Hans de Goede
13c17b879a Add one more FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER bugfix patch 2018-08-06 18:22:33 +02:00
Laura Abbott
581efe4e7e Linux v4.18-rc8 2018-08-06 09:39:56 +02:00
Laura Abbott
e69190de99 Disable debugging options. 2018-08-06 09:35:57 +02:00
Laura Abbott
4f02a7c343 Linux v4.18-rc7-178-g0b5b1f9a78b5 2018-08-04 08:22:10 +01:00
Laura Abbott
badc2fce52 Linux v4.18-rc7-112-g6b4703768268 2018-08-02 14:52:50 +01:00
Peter Robinson
838733d77b Add ARM Helios4 support 2018-08-02 14:05:22 +01:00
Hans de Goede
2964bf6887 Enable Apollo Lake Whiskey Cove PMIC support 2018-08-01 17:23:19 +02:00
Hans de Goede
c54592f2dd Add patch fixing FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER breaking
VT switching when combined with vgacon (rhbz#1610562)
2018-08-01 17:23:19 +02:00
Laura Abbott
b781bafc31 Linux v4.18-rc7-90-gc1d61e7fe376 2018-08-01 16:14:23 +01:00
Laura Abbott
af23fa04ba Reenable debugging options. 2018-08-01 16:12:02 +01:00
Jeremy Cline
a1853172d8
Enable AEGIS and MORUS ciphers (rhbz 1610180) 2018-08-01 10:31:02 -04:00
Peter Robinson
f16068badd Some AllWinner MMC driver fixes 2018-08-01 14:42:36 +01:00
Peter Robinson
78be73b0a5 Add two bcm283x vc4 stability patches 2018-07-31 15:16:51 +01:00
Peter Robinson
155772d69c trim the changelog back to 4.16 and newer 2018-07-31 11:32:56 +01:00
Hans de Goede
d88b5d13ef Add patch to fix FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER on s390x and
re-enable FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER on s390x
2018-07-31 11:12:13 +02:00
Laura Abbott
80c9c37cba Linux v4.18-rc7 2018-07-30 09:58:27 -07:00
Laura Abbott
b935e6d764 Disable debugging options. 2018-07-30 09:58:26 -07:00
Hans de Goede
838818e5a9 Add patch queued in -next to make quiet more quiet
Add patches queued in -next to make efifb / fbcon retain the vendor logo
  (ACPI BRGT boot graphics) until the first text is output to the console
2018-07-30 16:46:56 +02:00
Peter Robinson
86f7bf57f9 Enable FPGA Manager kernel framework 2018-07-30 12:55:44 +01:00
Laura Abbott
eba4a7c06d Linux v4.18-rc6-152-gcd3f77d74ac3
Disable headers in preparation for kernel headers split
2018-07-27 10:45:27 -07:00
Laura Abbott
a6e184758d Linux v4.18-rc6-110-g6e77b267723c 2018-07-26 07:23:22 -07:00
Peter Robinson
dbd77fedad Add Raspberry Pi voltage sensor driver 2018-07-26 14:13:51 +01:00
Laura Abbott
d5080fc007 Linux v4.18-rc6-93-g9981b4fb8684 2018-07-25 07:43:59 -07:00
Laura Abbott
4361e906fc Reenable debugging options. 2018-07-25 07:42:16 -07:00
Laura Abbott
606a7e904b Fix cross build issues (rhbz 1607158)
The %{build_cflags} and %{build_ldflags} assume host == arch
which isn't true on cross builds. Don't use these flags when
cross building.
2018-07-23 10:17:44 -07:00
Laura Abbott
39deac3020 Linux v4.18-rc6 2018-07-23 08:23:18 -07:00
Laura Abbott
c835242b85 Disable debugging options. 2018-07-23 08:17:28 -07:00
Laura Abbott
9ffdabd20e Linux v4.18-rc5-290-g28c20cc73b9c 2018-07-20 09:54:32 -07:00
Laura Abbott
3bbda17492 Linux v4.18-rc5-264-gf39f28ff82c1 2018-07-19 09:14:34 -07:00
Laura Abbott
b8b32e8dd5 Linux v4.18-rc5-37-g3c53776e29f8 2018-07-18 09:18:41 -07:00
Laura Abbott
cd737835d2 Linux v4.18-rc5-36-g30b06abfb92b
Fix aio uapi breakage (rhbz 1601529)
2018-07-17 09:24:48 -07:00
Laura Abbott
add15d1462 Linux v4.18-rc5-36-g30b06abfb92b 2018-07-17 09:24:05 -07:00
Laura Abbott
7cd5b1ae8e Reenable debugging options. 2018-07-17 09:20:32 -07:00
Laura Abbott
ea971d099e Linux v4.18-rc5 2018-07-16 09:55:23 -07:00
Laura Abbott
d49e6674ca Disable debugging options. 2018-07-16 09:48:50 -07:00
Laura Abbott
9db8f338e3 Linux v4.18-rc4-71-g63f047771621 2018-07-13 08:51:39 -07:00
Laura Abbott
edd5e61032 Proper support for parallel debuginfo and hardening flags 2018-07-12 16:15:11 -07:00
Javier Martinez Canillas
fbedc324c5
Drop the id field from generated BLS snippets
The id field was used to sort the menu entries and to be used as the menu
entries id. But now the BLS filename is used for that, so drop this field.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2018-07-12 12:58:27 -04:00
Laura Abbott
f6d694114c Linux v4.18-rc4-69-gc25c74b7476e 2018-07-12 08:39:51 -07:00
Laura Abbott
ac667dd9bc Linux v4.18-rc4-17-g1e09177acae3 2018-07-11 07:02:46 -07:00
Laura Abbott
8896889896 Linux v4.18-rc4-7-g092150a25cb7 2018-07-10 08:32:35 -07:00
Laura Abbott
606b24ea99 Reenable debugging options. 2018-07-10 08:31:03 -07:00
Laura Abbott
9caee771b5 Fix for arm64 compilation issue
The short answer is that it looks like Fedora binutils doesn't quite
work with this patch. The long answer might be more complicated but this
gets things compiling.
2018-07-09 16:01:27 -07:00
Laura Abbott
e71fe62528 Linux v4.18-rc4 2018-07-09 09:52:39 -07:00
Laura Abbott
d856847d28 Disable debugging options. 2018-07-09 09:48:07 -07:00
Peter Robinson
f145a61840 Add fix for AllWinner A64 timer scew errata 2018-07-09 08:23:23 +01:00
Laura Abbott
a0d1511170 Linux v4.18-rc3-183-gc42c12a90545 2018-07-06 07:44:14 -07:00
Laura Abbott
c703a6595c Linux v4.18-rc3-134-g06c85639897c 2018-07-05 10:06:53 -07:00
Laura Abbott
217e6f09e3 Linux v4.18-rc3-107-gd0fbad0aec1d 2018-07-03 09:28:01 -07:00
Laura Abbott
373b736296 Reenable debugging options. 2018-07-03 09:22:28 -07:00
Laura Abbott
bdb5b2d8f8 Linux v4.18-rc3 2018-07-02 08:39:22 -07:00
Laura Abbott
1126e4c975 Disable debugging options. 2018-07-02 08:33:43 -07:00
Laura Abbott
15b3057cc9 Linux v4.18-rc2-207-gcd993fc4316d 2018-06-29 07:57:40 -07:00
Peter Robinson
4a31f03885 Add a possible i.MX6 sdhci fix, drop some old ARM patches, renumber patches 2018-06-29 13:18:57 +01:00
Laura Abbott
af9fe25b4c Linux v4.18-rc2-132-gf57494321cbf 2018-06-28 08:34:35 -07:00
Laura Abbott
8a409ef282 Enable leds-pca9532 module (rhbz 1595163) 2018-06-26 09:43:24 -07:00
Laura Abbott
43f4fd511d Linux v4.18-rc2-44-g813835028e9a 2018-06-26 09:32:26 -07:00
Laura Abbott
a3b9a96385 Linux v4.18-rc2-37-g6f0d349d922b 2018-06-25 12:47:40 -07:00
Laura Abbott
30adf44c21 Reenable debugging options. 2018-06-25 12:43:00 -07:00
Laura Abbott
eeae7bec97 Linux v4.18-rc2 2018-06-25 10:19:55 -07:00
Laura Abbott
d3c5fc9149 Disable debugging options. 2018-06-25 10:17:18 -07:00
Laura Abbott
26ec741350 Fix for i686 segfault and re-enable i686 builds 2018-06-25 10:15:13 -07:00
Peter Robinson
d7624e0560 Disable BFP JIT on ARMv7 as it's currently broken, Remove forced console on aarch64, legacy config (rhbz 1594402) 2018-06-25 17:53:00 +01:00
Laura Abbott
aebcac3de8 Linux v4.18-rc1-189-g894b8c000ae6 2018-06-22 08:27:48 -07:00
Laura Abbott
394b575971 Linux v4.18-rc1-107-g1abd8a8f39cd 2018-06-21 08:10:24 -07:00
Laura Abbott
c6aba0b336 Linux v4.18-rc1-52-g81e97f01371f 2018-06-20 07:35:02 -07:00
Laura Abbott
7287517fe3 Linux v4.18-rc1-43-gba4dbdedd3ed 2018-06-19 07:19:38 -07:00
Laura Abbott
d0c41c2840 Reenable debugging options. 2018-06-19 07:08:43 -07:00
Laura Abbott
abad14ed4e Ensure we don't build debug as well 2018-06-18 11:34:13 -07:00
Laura Abbott
c60d15178c Linux v4.18-rc1 2018-06-18 09:44:24 -07:00
Laura Abbott
cc77c1e140 Disable debugging options. 2018-06-18 09:23:24 -07:00
Laura Abbott
87add78758 Linux v4.17-12074-g4c5e8fc62d6a 2018-06-15 10:52:50 -07:00
Peter Robinson
1f4f66833b Disable zoron driver, moved to staging for removal upstream 2018-06-15 13:24:56 +01:00
Peter Robinson
c36cd75159 ARM updates for 4.18, cleanup some dropped config options 2018-06-15 12:57:54 +01:00
Laura Abbott
861ae54010 Don't build for i686
There is a segfault on i686

+ ./process_configs.sh -n -c kernel 4.18.0
~/build/BUILD/kernel-4.17.fc29/linux-4.18.0-0.rc0.git9.1.fc29.i686 ~/build/BUILD/kernel-4.17.fc29/linux-4.18.0-0.rc0.git9.1.fc29.i686/configs
Processing /builddir/build/BUILD/kernel-4.17.fc29/linux-4.18.0-0.rc0.git9.1.fc29.i686/configs/kernel-4.18.0-aarch64.config ... /builddir/build/BUILD/kernel-4.17.fc29/linux-4.18.0-0.rc0.git9.1.fc29.i686/configs/kernel-4.18.0-aarch64.config:5814:warning: override: SPARSEMEM_MANUAL changes choice state
/builddir/build/BUILD/kernel-4.17.fc29/linux-4.18.0-0.rc0.git9.1.fc29.i686/configs/kernel-4.18.0-aarch64.config:6846:warning: override: VIRT_CPU_ACCOUNTING_NATIVE changes choice state
make[1]: *** [scripts/kconfig/Makefile:64: olddefconfig] Segmentation fault (core dumped)

No idea why but we don't want to stop other arches. Disable it
for now.
2018-06-14 10:57:47 -07:00
Laura Abbott
ee004bf48f Linux v4.17-11928-g2837461dbe6f 2018-06-14 10:04:58 -07:00
Laura Abbott
5f1fb0c45a Linux v4.17-11782-gbe779f03d563 2018-06-13 10:54:20 -07:00
Jeremy Cline
9e3153d84f
Commit of shame: Add the changelog for 6782776564 2018-06-13 09:46:42 -04:00
Jeremy Cline
6782776564
Fix kexec_file_load pefile signature verification (rhbz 1470995) 2018-06-13 09:38:05 -04:00
Laura Abbott
bdc446c43d Linux v4.17-11346-g8efcf34a2639 2018-06-12 08:50:20 -07:00
Justin M. Forbes
bbfe8b3016 Secure Boot updates 2018-06-11 15:35:41 -05:00
Laura Abbott
5a506e76b9 Linux v4.17-10288-ga2225d931f75 2018-06-11 10:24:06 -07:00
Laura Abbott
4b8512e91a Linux v4.17-7997-g68abbe729567 2018-06-08 11:37:45 -07:00
Laura Abbott
9382c1533b Linux v4.17-6625-g1c8c5a9d38f6 2018-06-07 14:52:18 -07:00
Laura Abbott
037431cf90 Linux v4.17-3754-g135c5504a600 2018-06-06 09:56:34 -07:00
Jeremy Cline
dc16ce7d36
Enable CONFIG_SCSI_DH* for s390x (rhbz 1586189) 2018-06-05 17:00:26 -04:00
Laura Abbott
4ec5ad2daf Linux v4.17-1535-g5037be168f0e 2018-06-05 12:55:19 -07:00
Laura Abbott
ab80721865 Linux v4.17-505-g9214407d1237 2018-06-04 14:16:03 -07:00
Laura Abbott
a5a43e40db Reenable debugging options. 2018-06-04 14:15:50 -07:00
Justin M. Forbes
ca54efe132 Trim changelog 2018-06-04 13:38:44 -05:00
Justin M. Forbes
1ae48fff50 Linux v4.17 2018-06-04 09:38:46 -05:00
Peter Robinson
e8f4892e53 Initial support for Raspberry Pi cpufreq driver 2018-06-04 07:24:58 +01:00
Justin M. Forbes
7ac993721d Linux v4.17-rc7-43-gdd52cb879063 2018-05-31 16:45:13 -05:00
Justin M. Forbes
d0b37657b1 Linux v4.17-rc7-31-g0044cdeb7313 2018-05-30 10:56:47 -05:00
Justin M. Forbes
263ec673fc Linux v4.17-rc7 2018-05-29 10:22:49 -05:00
Justin M. Forbes
46bd666be2 Disable debugging options. 2018-05-29 06:42:42 -05:00
Jeremy Cline
49d1cc4304
Linux v4.17-rc6-224-g62d18ecfa641 2018-05-25 16:51:06 -04:00
Jeremy Cline
9c5a93b73a
Fix for incorrect error message about parsing PCCT (rhbz 1435837) 2018-05-25 11:09:27 -04:00
Justin M. Forbes
2dbc32ca52 Linux v4.17-rc6-158-gbee797529d7c 2018-05-24 09:23:12 -05:00
Justin M. Forbes
27086a65ad Linux v4.17-rc6-146-g5997aab0a11e 2018-05-21 16:33:24 -05:00
Justin M. Forbes
3c2b399004 Linux v4.17-rc6 2018-05-21 07:12:25 -05:00
Hans de Goede
ae3a573424 Enable GPIO_AMDPT, PINCTRL_AMD and X86_AMD_PLATFORM_DEVICE Kconfig options
This fixes i2c and GPIOs not working on AMD based laptops (rhbz#1510649).
2018-05-20 15:43:29 +02:00
Justin M. Forbes
f404069cc7 Linux v4.17-rc5-110-g2c71d338bef2 2018-05-18 16:42:15 -05:00
Justin M. Forbes
8dc6861c3b Linux v4.17-rc5-65-g58ddfe6c3af9 2018-05-17 14:50:22 -05:00
Justin M. Forbes
637e322ada Linux v4.17-rc5-20-g21b9f1c7e319 2018-05-15 14:28:35 -05:00
Justin M. Forbes
dec69994ee Config updates for upstream kconfig patch 17baab68d337a0bf4654091e2b4cd67c3fdb44d8 2018-05-15 10:39:52 -05:00
Justin M. Forbes
972f0e5c0c Obsolete kernel-bootwrapper for rawhide only 2018-05-14 16:36:41 -05:00
Justin M. Forbes
4a1595802b Merge #10 remove bootwrapper subpackage (related #1566225) 2018-05-14 15:18:39 +00:00
Justin M. Forbes
748ea78e9b Linux v4.17-rc5 2018-05-14 09:00:12 -05:00
Justin M. Forbes
79d2596f79 Disable debugging options. 2018-05-14 08:56:37 -05:00
Justin M. Forbes
aeee93189b Linux v4.17-rc4-96-g41e3e1082367 2018-05-11 14:10:16 -05:00
Peter Robinson
ac8c6dca51 Add fix from linux-next for mvebu Armada 8K macbin boot regression 2018-05-11 08:02:53 +01:00
Justin M. Forbes
70ef9fe7fb Linux v4.17-rc4-38-g008464a9360e 2018-05-10 14:29:45 -05:00
Jeremy Cline
1ce5ba25f2
Work around firmware issue on X-Gene based m400 (rhbz 1574718) 2018-05-10 09:43:52 -04:00
Justin M. Forbes
5553a60926 Linux v4.17-rc4-31-g036db8bd9637 2018-05-09 13:31:49 -05:00
Justin M. Forbes
0cc7ffb1ab Linux v4.17-rc4-12-gf142f08bf7ec 2018-05-08 07:39:03 -05:00
Dan Horák
f360f7278a remove bootwrapper subpackage (related #1566225) 2018-05-07 19:11:42 +02:00
Justin M. Forbes
b679d90970 Linux v4.17-rc4 2018-05-07 10:17:52 -05:00
Justin M. Forbes
9168a64b2f Disable debugging options. 2018-05-07 09:49:30 -05:00
Peter Robinson
d3854d75b0 Fix USB-2 on Tegra devices 2018-05-07 15:05:08 +01:00
Hendrik Brueckner
517c0ba4ef kernel.spec: build and package bzImage on s390
For s390, build and package the compressed kernel image.

Signed-off-by: Hendrik Brueckner <brueckner@linux.ibm.com>
2018-05-04 14:05:15 -07:00
Laura Abbott
c98c864da6 Fix for building out of tree modules on powerpc (rhbz 1574604) 2018-05-04 13:11:10 -07:00
Justin M. Forbes
c8738a49b5 Linux v4.17-rc3-148-g625e2001e99e 2018-05-04 14:32:44 -05:00
Justin M. Forbes
57b98a0923 Linux v4.17-rc3-36-gc15f6d8d4715 2018-05-03 15:34:13 -05:00
Justin M. Forbes
fd0dabfedc Linux v4.17-rc3-13-g2d618bdf7163 2018-05-02 11:50:38 -05:00
Justin M. Forbes
bec836ea3b Linux v4.17-rc3-5-gfff75eb2a08c 2018-05-01 10:33:18 -05:00
Justin M. Forbes
68f9cff457 Linux v4.17-rc3 2018-04-30 10:58:41 -05:00
Justin M. Forbes
b2723472bf Disable debugging options. 2018-04-30 10:19:34 -05:00
Peter Robinson
3de825dad1 drop RPi usb fix as it was fixed upstream differently with commit 723288836628 2018-04-30 00:56:34 +01:00
Justin M. Forbes
27491afc8c Linux v4.17-rc2-155-g0644f186fc9d 2018-04-27 11:52:01 -05:00
Peter Robinson
a84b00ced8 Enable QLogic NICs on ARM 2018-04-27 10:39:54 +01:00
Justin M. Forbes
228f26645a Linux v4.17-rc2-104-g69bfd470f462 2018-04-26 11:55:14 -05:00
Peter Robinson
761bb0ee6b build dep on git-core, not git, we only use functionality in the core package for building saves some deps being pulled in 2018-04-26 11:26:58 +01:00
Peter Robinson
215fbf0212 fixes for Marvell a37xx EspressoBin, latest RPi3+ patches, rebase fixes for lan78xx 2018-04-25 00:00:30 +01:00
Justin M. Forbes
fa7ce1c7b8 Linux v4.17-rc2-58-g24cac7009cb1 2018-04-24 17:04:41 -05:00
Justin M. Forbes
1e2b067925 Linux v4.17-rc2 2018-04-23 10:46:16 -05:00
Justin M. Forbes
8d2f8dde1a Disable debugging options. 2018-04-23 07:24:08 -05:00
Peter Robinson
181211fdc6 Add quirk patch to fix X-Gene 1 console on HP m400/Mustang (RHBZ 1531140) 2018-04-22 19:41:13 +01:00
Justin M. Forbes
9aa8f0cef0 Linux v4.17-rc1-93-g43f70c960180 2018-04-20 11:38:58 -05:00
Justin M. Forbes
61efc9cd07 Linux v4.17-rc1-28-g87ef12027b9b 2018-04-19 16:49:55 -05:00
Peter Robinson
b9b2a331d5 Enable UFS storage options on ARM, just enable on ARM/x86 as it's only likely to be on those platgforms at this point 2018-04-19 17:00:25 +01:00
Justin M. Forbes
7003195013 Fix rhbz 1565354 2018-04-18 14:50:50 -05:00
Peter Robinson
ecf3ace84a Initial support for PocketBeagle 2018-04-18 10:29:08 +01:00
Peter Robinson
2753dad8da Enable drivers for Xilinx ZYMQ-MP Ultra96 2018-04-18 00:16:05 +01:00
Justin M. Forbes
62a5741fad Linux v4.17-rc1-21-ga27fc14219f2 2018-04-17 12:58:08 -05:00
Justin M. Forbes
7d9c2edc80 Fix packaging for purgatory change 2018-04-16 12:55:37 -05:00
Justin M. Forbes
8cf006311d Linux v4.17-rc1 2018-04-16 11:04:31 -05:00
Justin M. Forbes
7b0c0c030e Disable debugging options. 2018-04-16 06:51:04 -05:00
Justin M. Forbes
a242ace429 Linux v4.16-11958-g16e205cf42da 2018-04-13 12:48:11 -05:00
Peter Robinson
40766321c4 Disable tps65217-charger, fix for the BeagleBone boot failure, Further fix for ThunderX ZIP driver, fix olpc i686 config 2018-04-12 18:11:57 +01:00
Justin M. Forbes
df0ed2af7a Linux v4.16-11766-ge241e3f2bf97 2018-04-12 11:56:50 -05:00
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
Jeremy Cline
bb03281daa
Linux v4.16-rc3-167-g97ace515f014 2018-03-01 11:00:51 -05:00
Jeremy Cline
7072f5716f
Linux v4.16-rc3-97-gf3afe530d644 2018-02-28 12:46:55 -05:00
Zbigniew Jędrzejewski-Szmek
dce6274166 Drop %defattr and Group lines, use https 2018-02-28 14:25:42 +01:00
Zbigniew Jędrzejewski-Szmek
376237d3ba Drop placeholder ld.so.conf files
https://bugzilla.redhat.com/show_bug.cgi?id=1381764
2018-02-28 14:25:35 +01:00
Jeremy Cline
37ff69b901
Linux v4.16-rc3-88-g6f70eb2b00eb 2018-02-27 09:49:44 -05:00
Jeremy Cline
8a0aa8d189
Linux v4.16-rc3 2018-02-26 09:24:01 -05:00
Jeremy Cline
b556e53689
Disable debugging options. 2018-02-26 09:09:43 -05:00
Jeremy Cline
294e924caa
Linux v4.16-rc2-189-g0f9da844d877 2018-02-23 09:36:25 -05:00
Jeremy Cline
a62acee612
Linux v4.16-rc2-64-gaf3e79d29555 2018-02-21 11:33:54 -05:00
Jeremy Cline
cf8332750d
Linux v4.16-rc2-62-g79c0ef3e85c0 2018-02-20 11:13:25 -05:00
Laura Abbott
bb540d20c6 Enable IMA (rhbz 790008) 2018-02-19 10:54:11 -08:00
Peter Jones
08732ed826 Generate BootLoaderSpec config fragments
The BootLoaderSpec (BLS) defines a scheme where different bootloaders can
share a format for boot items and a configuration directory that accepts
these common configurations as drop-in files [0].

Generate BLS snippets at build time that can be copied on kernel install,
so bootloaders can parse to create menu entries using this information.

[0]: https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/

Signed-off-by: Peter Jones <pjones@redhat.com>
2018-02-19 10:47:31 -05:00
Jeremy Cline
9ed1ca87cb
Linux v4.16-rc2 2018-02-19 09:19:54 -05:00
Jeremy Cline
b53d21151a
Disable debugging options. 2018-02-19 09:13:04 -05:00
Jeremy Cline
7f05027abf
Linux v4.16-rc1-100-g1388c80438e6 2018-02-16 09:55:10 -05:00
François Cami
06498cbfe5
enable CONFIG_DRM_AMDGPU_SI so that Southern Island devices work with amdgpu & radv 2018-02-16 09:19:03 -05:00
Jeremy Cline
0a39c238e3
Linux v4.16-rc1-88-ge525de3ab046 2018-02-15 12:22:35 -05:00
Jeremy Cline
f842d74ea2
Linux v4.16-rc1-32-g6556677a8040 2018-02-14 14:21:42 -05:00
Igor Gnatenko
ead19ec541
Remove %clean section
None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 08:10:15 +01:00
Igor Gnatenko
8fcc2b2a59 Remove BuildRoot definition
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-13 23:36:03 +01:00
Justin M. Forbes
ffef01099f Linux v4.16-rc1-10-g178e834c47b0 2018-02-13 11:34:37 -06:00
Justin M. Forbes
94e04cd684 Linux v4.16-rc1 2018-02-12 07:31:25 -06:00
Justin M. Forbes
3d809aa232 Disable debugging options. 2018-02-12 07:09:32 -06:00
Peter Robinson
dd10af6de0 Some fixes to help RPi HDMI monitor detection, fixes for AllWinner 2018-02-12 01:21:20 +00:00
Justin M. Forbes
c0815482a6 Linux v4.15-12216-gf9f1e414128e 2018-02-09 16:05:09 -06:00