From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758243AbcAUHvq (ORCPT ); Thu, 21 Jan 2016 02:51:46 -0500 Received: from mail.windriver.com ([147.11.1.11]:53807 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751301AbcAUHvo (ORCPT ); Thu, 21 Jan 2016 02:51:44 -0500 From: To: , , , , , , Subject: [V2 PATCH 1/1] genirq: fix desc->action become NULL error Date: Thu, 21 Jan 2016 15:52:11 +0800 Message-ID: <1453362732-29468-1-git-send-email-zyjzyj2000@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1452681116-20924-1-git-send-email-zyjzyj2000@gmail.com> References: <1452681116-20924-1-git-send-email-zyjzyj2000@gmail.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, all According to the suggestions from Thomas Gleixner, I made a new patch to fix this problem. Changes: The commit 71f64340fc0e will not be reverted. And action test is inserted. Best Regards! Zhu Yanjun