diff options
author | Christopher Covington <cov@codeaurora.org> | 2016-12-10 09:16:58 -0500 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2016-12-12 08:04:45 -0800 |
commit | 6f726e7e6f32b665e4c33af405661714cb51769c (patch) | |
tree | 25dcd46a4de0fd3a779cef1dcfc5436d6c2dd986 /kernel.spec | |
parent | ccd7de53c9b0433072b7e92d174e075bdf1205d1 (diff) | |
download | kernel-6f726e7e6f32b665e4c33af405661714cb51769c.tar.gz kernel-6f726e7e6f32b665e4c33af405661714cb51769c.tar.xz kernel-6f726e7e6f32b665e4c33af405661714cb51769c.zip |
Re-add ACPI SPCR (serial console) support
Four SPCR patches were merged upstream into 4.9, but one was reverted by a
subsequent commit (due to a trivial merge conflict with a later, unrelated
patch). A fixed up version of the missing patch is queued up for 4.10 in
tty-next. Carry it to make sure users see serial console output on ACPI
systems. Otherwise manually setting console=ttyAMAn would be required.
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 2fc8909a5..9e20308da 100644 --- a/kernel.spec +++ b/kernel.spec @@ -492,6 +492,9 @@ Source5005: kbuild-AFTER_LINK.patch # Standalone patches +# http://www.spinics.net/lists/linux-serial/msg24272.html +Patch420: arm64-ACPI-parse-SPCR-table.patch + # a tempory patch for QCOM hardware enablement. Will be gone by end of 2016/F-26 GA Patch421: qcom-QDF2432-tmp-errata.patch @@ -2174,6 +2177,9 @@ fi # # %changelog +* Sat Dec 10 2016 Christopher Covington <cov@codeaurora.org> +- Re-add ACPI SPCR (serial console) support + * Fri Dec 09 2016 Laura Abbott <labbott@fedoraproject.org> - 4.9.0-0.rc8.git4.1 - Linux v4.9-rc8-85-ga37102d |