From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938325AbdLRSe3 (ORCPT ); Mon, 18 Dec 2017 13:34:29 -0500 Received: from mout.gmx.net ([212.227.17.20]:51075 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932605AbdLRSeT (ORCPT ); Mon, 18 Dec 2017 13:34:19 -0500 Date: Mon, 18 Dec 2017 19:34:09 +0100 From: Helge Deller To: Linus Torvalds , linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org, James Bottomley , John David Anglin Subject: [GIT PULL] parisc architecture fixes for 4.15-rc5 Message-ID: <20171218183409.GA12524@ls3530.fritz.box> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) X-Provags-ID: V03:K0:e68iSdgG0onxCFz59/DlnTydH2CAS2xruiiO25arKAdeZgz7baM GBvG6RHFEw8ne7Sc1xVhmAtRUQJinrppk2IF3uVvIWNmCdpT86YnBVQuVhDZLF1DG1punjK urk8O4i5WYWAXyeS+yDFi0BjaFFughRPfEbKNouUiupCFWimG2jrjKt7p9+C6abUJOaZ4jf CcMfoyxNlCRb/7XNdbDmA== X-UI-Out-Filterresults: notjunk:1;V01:K0:dHZyuXLdh+o=:kwYYTwnDW/PLlhr3/RT2DJ jiIK8rpxHGa1/qlCb3DUrEga6FAyL6fM6AqVyJNxN2r9PCWKHuLKO0QP6qLzpsn0TKeI6UAOd 6W5XTgiuLi+15xdaGQz7M8fEUm4NooTQk8yT2t1LFK9drZf3hBZk7N8Fc6Q3mr/yhHt81P2Ql okSX8Nk2ZXRkZNBumYE1Zw38rqdCptGg/VxK5WCsCx1MDjQsv/zl2CtR7G2/HbbRJqZXNCL1p b3hhKQOJxxl1v32pVIYZ3c0rqb4tpsGH3vcHrPkarqpWpN+1SpuAS0V5eRlPzQSAhzhXBDNJ6 cvzLPMstFg4EZmJC0OiAjNPtNEH97Nacaoo8wnzYBAk/nFamKTzC4xffFIlhWpvEpT+ohzOHH B30oX11+xzQuNN2d+M7riwPNgedBcGGPy8GI/JGy8kGOPbyXuzlPpBV94uAW/oswMoGn7JWzP Bx9JAjNYdT15BcmDtyS5mwXUEZD5s7dQz8ncA3BkqwKFBKWy6/kfqJRnvKvzoJC+rBtlQgxjg +8KcL88cZ/SV6UyMuYbgJRVLeV0AE0otJVwPYOh/gN8aBXCyk54l4ElxYHDd8++8vXhfwWmds w60yLDJrDgSmoZIQaDT0Cem4KOKhmx10n3Oy9r7NZ1Mm9/cUOqwN43BuGKZfwANOMTCIbRKsq y/22FXLRRaLq/KSut8YkoZAZjOV5xF/jYsOz6Qx9kZDj3uuPtFMBpEzdS9Cjjw45EC5AMspeb lSp5l1yNmWwZ6GlEC1KfMPaNdPGfoceV9j/Il1IL01kqFLV5nrgB8nFntVMqAt+e+eL2Ye95O XzV70biqSnqov2ufLVTS9u+OH+g8A== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, please pull a few important fixes for the parisc architecture from: git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.15-2 There are two important fixes: - Add PCI quirks to disable built-in a serial AUX and a graphics cards from specific GSP (management board) PCI cards. This fixes boot via serial console on rp3410 and rp3440 machines. - Revert the "Re-enable interrups early" patch which was added to kernel v4.10. It can trigger stack overflows and thus silent data corruption. With this patch reverted we can lower our thread stack back to 16kb again. The other patches are minor cleanups: avoid duplicate includes, indenting fixes, correctly align variable in asm code. Thanks, Helge ---------------------------------------------------------------- Helge Deller (3): parisc: Fix indenting in puts() parisc: Align os_hpmc_size on word boundary parisc: Hide Diva-built-in serial aux and graphics card John David Anglin (2): Revert "parisc: Re-enable interrupts early" parisc: Reduce thread stack to 16 kb Pravin Shedge (1): parisc: remove duplicate includes arch/parisc/boot/compressed/misc.c | 4 ++-- arch/parisc/include/asm/thread_info.h | 5 +++++ arch/parisc/kernel/entry.S | 12 +++++++++--- arch/parisc/kernel/hpmc.S | 1 + arch/parisc/kernel/unwind.c | 1 - arch/parisc/lib/delay.c | 2 -- drivers/parisc/lba_pci.c | 33 +++++++++++++++++++++++++++++++++ 7 files changed, 50 insertions(+), 8 deletions(-)