Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp7060829ybi; Thu, 1 Aug 2019 02:37:01 -0700 (PDT) X-Google-Smtp-Source: APXvYqyomgi2RwponN3ix/evmniKL1GGlMjJTFPZbUR355nV8OOtwngYQ5GIdlmuM39iLW8BpvbQ X-Received: by 2002:a63:f118:: with SMTP id f24mr120855624pgi.322.1564652221332; Thu, 01 Aug 2019 02:37:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564652221; cv=none; d=google.com; s=arc-20160816; b=OIfolikk7xVpfcaIG9oKp4lYu6JTTrOx2/AThCcw+9icAEezZIreVKVmAsj245Oaah V+YajvL9G9rWQpv0K5Ewdcqs1JvjQAExYCzurxWnH0K0Al/lT8WZOuKiUmQ7NiK2Nduj n1wYdPLtDQ4jq0fRweuPzFSbMVnX6ygPFCxIMRHbxPLFMNoUn0KFUREg9qU1oCn/PXoW hU3iP8q+8pmFtjbI+pWEl/jkifgNvdq7y3iHuIxvFW5Dsu5MVJmfFaM5/DIEAd9k6Qxd aG6A0+DWwyTCzxHfekwXMiK7WAAj3mZR3ce55I+tuSuLnnXo33Qa4zBerqNweXG8blXr m/2g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=gq5epEvKmIShjUsmLDVf0v8GPeA9xNdhxxNTYpHrZ1o=; b=HHe1fGx9WxMiocPfbKQcLZrU3YHukycVnmWHktQiC5Bv6vD8wmOyqrebxqYQ2F7sVZ /IOGH/f1fXlDEBgcgjYQahmIsym1jYwhPFMct0ePJEeXzdueGknee7dlWvKvP56SfIKg 8oozZj+072wwLyzvh+jpiwI1mwdv6YTQ/Ja0h61fYWe5fNyVfY0EKjj6bVwIoihz6t5s BWv24urpUO54lFEKF3OvuastWup19bWfmTirM0ByR+wJF1DwC5sSRmz9ZW29C+hiMHAm MXQGs5dOEwJ/kV3Pd76jDrdJsCyLm9SqHXOFvpGl5YL9z2paeDinEDT84ZKfOcQ4MXFK HasQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o4si32185909plb.274.2019.08.01.02.36.45; Thu, 01 Aug 2019 02:37:01 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730071AbfHAIbt (ORCPT + 99 others); Thu, 1 Aug 2019 04:31:49 -0400 Received: from smtp04.smtpout.orange.fr ([80.12.242.126]:53143 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727506AbfHAIbt (ORCPT ); Thu, 1 Aug 2019 04:31:49 -0400 Received: from localhost.localdomain ([176.167.121.156]) by mwinf5d80 with ME id jkXg2000Y3NZnML03kXgAC; Thu, 01 Aug 2019 10:31:48 +0200 X-ME-Helo: localhost.localdomain X-ME-Auth: Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI= X-ME-Date: Thu, 01 Aug 2019 10:31:48 +0200 X-ME-IP: 176.167.121.156 From: Christophe JAILLET To: benh@kernel.crashing.org, paulus@samba.org, mpe@ellerman.id.au, allison@lohutok.net, tglx@linutronix.de, clg@kaod.org, groug@kaod.org Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Christophe JAILLET Subject: [PATCH 0/2] powerpc/xive: 2 small tweaks in 'xive_irq_bitmap_add()' Date: Thu, 1 Aug 2019 10:31:44 +0200 Message-Id: X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The first patch uses GFP_KERNEL instead of GFP_ATOMIC. The 2nd adds a check for memory allocation failure. Christophe JAILLET (2): powerpc/xive: Use GFP_KERNEL instead of GFP_ATOMIC in 'xive_irq_bitmap_add()' powerpc/xive: Add a check for memory allocation failure arch/powerpc/sysdev/xive/spapr.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -- 2.20.1