From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3s8SWr0lN4zDqWf for ; Wed, 10 Aug 2016 20:47:04 +1000 (AEST) Received: from mail-pf0-x241.google.com (mail-pf0-x241.google.com [IPv6:2607:f8b0:400e:c00::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3s8SWq49Qjz9t0m for ; Wed, 10 Aug 2016 20:47:02 +1000 (AEST) Received: by mail-pf0-x241.google.com with SMTP id y134so2664313pfg.3 for ; Wed, 10 Aug 2016 03:47:02 -0700 (PDT) From: Nicholas Piggin To: linuxppc-dev@ozlabs.org Cc: Nicholas Piggin , Mahesh Salgaonkar , "Shreyas B . Prabhu" , Stewart Smith Subject: [RFC][PATCH 0/2] powerpc/pseries machine check reentrancy fixes Date: Wed, 10 Aug 2016 20:46:43 +1000 Message-Id: <1470826005-14520-1-git-send-email-npiggin@gmail.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , I noticed a couple of potential issues with MCE handling. I haven't been able to test this yet, but I would like to get some second opinions on it. I know a few people have been looking at the MCE handler recently. Thanks, Nick