Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #61140 > unrolled thread
| Started by | Geoff Levand <geoff@infradead.org> |
|---|---|
| First post | 2018-06-01 19:10 +0200 |
| Last post | 2018-09-24 19:20 +0200 |
| Articles | 2 on this page of 22 — 4 participants |
Back to article view | Back to linux.debian.kernel
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Geoff Levand <geoff@infradead.org> - 2018-06-01 19:10 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Riku Voipio <riku.voipio@iki.fi> - 2018-06-04 13:10 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Geoff Levand <geoff@infradead.org> - 2018-06-04 17:40 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Ben Hutchings <ben@decadent.org.uk> - 2018-06-05 03:20 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Ian Campbell <ijc@debian.org> - 2018-06-05 09:40 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Geoff Levand <geoff@infradead.org> - 2018-06-08 21:40 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Ian Campbell <ijc@debian.org> - 2018-06-09 14:20 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Geoff Levand <geoff@infradead.org> - 2018-06-13 21:30 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Ian Campbell <ijc@debian.org> - 2018-06-14 11:10 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Riku Voipio <riku.voipio@iki.fi> - 2018-08-06 16:40 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Geoff Levand <geoff@infradead.org> - 2018-08-07 00:10 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Geoff Levand <geoff@infradead.org> - 2018-09-01 01:00 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Ian Campbell <ijc@debian.org> - 2018-09-02 10:00 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Geoff Levand <geoff@infradead.org> - 2018-09-01 02:00 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Ben Hutchings <ben@decadent.org.uk> - 2018-09-04 19:30 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Geoff Levand <geoff@infradead.org> - 2018-09-04 20:50 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Riku Voipio <riku.voipio@iki.fi> - 2018-09-05 08:50 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Ben Hutchings <ben@decadent.org.uk> - 2018-09-06 22:30 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Geoff Levand <geoff@infradead.org> - 2018-09-20 22:00 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Geoff Levand <geoff@infradead.org> - 2018-09-21 17:40 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Ben Hutchings <ben@decadent.org.uk> - 2018-09-22 01:30 +0200
Bug#900581: linux: Enable Buster kernel features for newer ARM64 servers. Geoff Levand <geoff@infradead.org> - 2018-09-24 19:20 +0200
Page 2 of 2 — ← Prev page 1 [2]
| From | Ben Hutchings <ben@decadent.org.uk> |
|---|---|
| Date | 2018-09-22 01:30 +0200 |
| Message-ID | <wAD22-5L6-1@gated-at.bofh.it> |
| In reply to | #62207 |
[Multipart message — attachments visible in raw view] — view raw
On Fri, 2018-09-21 at 08:32 -0700, Geoff Levand wrote: > On 09/20/2018 12:49 PM, Geoff Levand wrote: > > Attached are the two kernel config patches rebased to the latest > > v4.18.6-1 > > Buster kernel. > > Forgot to include the rebased m400 fixup patch. > > 0001-arm64-Use-default-of-CONFIG_ACPI_NFIT-m.patch > 0002-arm64-Updates-for-ACPI-servers.patch > 0003-arm64-Add-fixup-for-HPE-m400-APEI-firmware-problems.patch I've applied these, with some changes: 0001: Rather than changing the setting of CONFIG_ACPI_NFIT for arm64, I removed it entirely as it would be redundant with the top-level config. 0002: I dropped several of the config symbols which are automatic. Any config symbol that doesn't have a description can only be enabled via other symbols that select it. These shouldn't be mentioned in debian/config files. I also removed CONFIG_ACPI_CONFIGFS as I have a concern that this feature allows subverting Secure Boot. If this feature is important to you, I can investigate further and maybe add a patch to conditionally disable it at run-time instead. Ben. -- Ben Hutchings Any sufficiently advanced bug is indistinguishable from a feature.
[toc] | [prev] | [next] | [standalone]
| From | Geoff Levand <geoff@infradead.org> |
|---|---|
| Date | 2018-09-24 19:20 +0200 |
| Message-ID | <wBCGB-8s1-9@gated-at.bofh.it> |
| In reply to | #62209 |
Hi Ben, On 09/21/2018 04:20 PM, Ben Hutchings wrote: > I've applied these, with some changes: > > 0001: Rather than changing the setting of CONFIG_ACPI_NFIT for arm64, I > removed it entirely as it would be redundant with the top-level config. > > 0002: I dropped several of the config symbols which are automatic. Any > config symbol that doesn't have a description can only be enabled via > other symbols that select it. These shouldn't be mentioned in > debian/config files. > > I also removed CONFIG_ACPI_CONFIGFS as I have a concern that this > feature allows subverting Secure Boot. If this feature is important to > you, I can investigate further and maybe add a patch to conditionally > disable it at run-time instead. The changes you've committed look fine. I have no need for CONFIG_ACPI_CONFIGFS. If it seems a risk, then I think it OK to have it disabled until a real need comes up. -Geoff
[toc] | [prev] | [standalone]
Page 2 of 2 — ← Prev page 1 [2]
Back to top | Article view | linux.debian.kernel
csiph-web