Commit Graph

5253 Commits

Author SHA1 Message Date
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 d25ad100c5 add RockPro64 fixes patches 2019-10-06 13:29:28 +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 8f4ffa9925 Fix the header tarball script BUILDID addition
[ -n ] doesn't work on unquoted variables. The variable either needs to
get quoted or use [[ ]]. Without this the script always defines buildid.

Signed-off-by: Jeremy Cline <jcline@redhat.com>
2019-10-03 14:47:37 +00:00
Peter Robinson dedd91c9bf second round of arm 5.4 updates 2019-10-03 11:10:55 +01: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
Peter Robinson e8d02b72a6 ChromeOS updates v2 2019-10-02 12:14:01 +01:00
Peter Robinson 6af9855755 minor cleanup of ChromeBook config options 2019-10-02 12:06:50 +01:00
Peter Robinson 54d7d38992 initial Arm 5.4 config updates 2019-10-02 10:38:25 +01: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
Laura Abbott b82da9d02c Support adding the buildid to kernel-headers
Thanks to Paul Moore for this change
2019-09-30 07:21:30 -04: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 1f034c9dc1 Update KMEMLEAK log size default
Upstream renamed the setting to DEBUG_KMEMLEAK_MEM_POOL_SIZE in upstream
commit c5665868183f and changed the default to 16000 in upstream commit
b751c52bb587.
2019-09-25 14:44:45 +00:00
Jeremy Cline 84b9af49cc Linux v5.3-12025-g4c07e2ddab5b 2019-09-24 17:50:27 +00:00
Jeremy Cline 3246ea9bd3 It seems like maybe EXFAT isn't really ready to turn on 2019-09-24 14:55:21 +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
Laura Abbott 2e8af7cdf9 Update to work with 5.x 2019-09-23 08:21:52 -04: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