Path: csiph.com!weretis.net!feeder4.news.weretis.net!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod From: Thadeu Lima de Souza Cascardo Newsgroups: linux.debian.bugs.dist,linux.debian.kernel Subject: Bug#883432: Enable CRASH_DUMP for ppc64el/ppc64 Date: Mon, 04 Dec 2017 12:20:02 +0100 Message-ID: References: X-Original-To: Debian Bug Tracking System <883432@bugs.debian.org> X-Mailbox-Line: From debian-bugs-dist-request@lists.debian.org Mon Dec 4 11:18:10 2017 Old-Return-Path: X-Spam-Flag: NO X-Spam-Score: -4.21 Reply-To: Thadeu Lima de Souza Cascardo , 883432@bugs.debian.org Resent-To: debian-bugs-dist@lists.debian.org Resent-Cc: Debian Kernel Team X-Debian-Pr-Message: followup 883432 X-Debian-Pr-Package: src:linux X-Debian-Pr-Keywords: patch X-Debian-Pr-Source: linux X-Spam-Bayes: score:0.0000 Tokens: new, 14; hammy, 150; neutral, 76; spammy, 0. spammytokens: hammytokens:0.000-+--followupfor, 0.000-+--followup-for, 0.000-+--FollowupFor, 0.000-+--Followup-For, 0.000-+--H*M:reportbug Content-Type: multipart/mixed; boundary="===============6122896378279162064==" MIME-Version: 1.0 X-Mailer: reportbug 7.1.7 X-Greylist: delayed 409 seconds by postgrey-1.36 at buxtehude; Mon, 04 Dec 2017 11:15:35 UTC X-Debian-Message: from BTS X-Mailing-List: archive/latest/1423518 List-ID: List-URL: Approved: robomod@news.nic.it Lines: 63 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Mon, 04 Dec 2017 09:08:29 -0200 X-Original-Message-ID: <151238570926.2289.11659808236207642557.reportbug@siri.cascardo.eti.br> X-Original-References: <151234460790.8929.2903749300554071407.reportbug@siri.cascardo.eti.br> Xref: csiph.com linux.debian.bugs.dist:866854 linux.debian.kernel:59550 This is a multi-part MIME message sent by reportbug. --===============6122896378279162064== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: src:linux Followup-For: Bug #883432 Attaching proper patch on top of master. --===============6122896378279162064== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-ppc64el-ppc64-Enable-CRASH_DUMP.patch" From 98fcd489810cf181f53bd917df8dde8a8ec9c317 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Thu, 30 Nov 2017 08:39:00 -0200 Subject: [PATCH] [ppc64el,ppc64] Enable CRASH_DUMP Signed-off-by: Thadeu Lima de Souza Cascardo --- debian/changelog | 3 +++ debian/config/kernelarch-powerpc/config-arch-64 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fce0aaf88558..69f9dbc286c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,9 @@ linux (4.14.2-1) unstable; urgency=medium * mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() (CVE-2017-1000405) + [ Thadeu Lima de Souza Cascardo ] + * [ppc64el,ppc64] Enable CRASH_DUMP + -- Ben Hutchings Thu, 30 Nov 2017 12:33:47 +0000 linux (4.14-1~exp1) experimental; urgency=medium diff --git a/debian/config/kernelarch-powerpc/config-arch-64 b/debian/config/kernelarch-powerpc/config-arch-64 index 329e7a225a48..e47804aa2b61 100644 --- a/debian/config/kernelarch-powerpc/config-arch-64 +++ b/debian/config/kernelarch-powerpc/config-arch-64 @@ -2,7 +2,7 @@ ## file: arch/powerpc/Kconfig ## CONFIG_PPC_TRANSACTIONAL_MEM=y -# CONFIG_CRASH_DUMP is not set +CONFIG_CRASH_DUMP=y CONFIG_IRQ_ALL_CPUS=y CONFIG_NUMA=y ## choice: Page size -- 2.15.0 --===============6122896378279162064==--