From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755472AbbE2HMt (ORCPT ); Fri, 29 May 2015 03:12:49 -0400 Received: from ozlabs.org ([103.22.144.67]:46111 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752111AbbE2HMm (ORCPT ); Fri, 29 May 2015 03:12:42 -0400 From: Rusty Russell To: Cc: "LKML" Cc: Amir Vadai Cc: "David S. Miller" Cc: Pontus Fuchs Cc: Steven Rostedt Subject: [PULL] Fixes for cpumask, modules. User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Fri, 29 May 2015 16:42:28 +0930 Message-ID: <87bnh3kgbn.fsf@rustcorp.com.au> 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 The following changes since commit 3e0283a53f7d2f2dae7bc4aa7f3104cb5988018f: Merge tag 'pm+acpi-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2015-05-07 15:58:00 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git tags/fixes-for-linus for you to fetch changes up to f36963c9d3f6f415732710da3acdd8608a9fa0e5: cpumask_set_cpu_local_first => cpumask_local_spread, lament (2015-05-28 11:05:20 +0930) ---------------------------------------------------------------- ** NOW WITH TESTING! ** Two fixes which got lost in my recent distraction. One is a weird cpumask function which needed to be rewritten, the other is a module bug which is cc:stable. Thanks, Rusty. ---------------------------------------------------------------- Rusty Russell (1): cpumask_set_cpu_local_first => cpumask_local_spread, lament Steven Rostedt (1): module: Call module notifier on failure after complete_formation() drivers/net/ethernet/emulex/benet/be_main.c | 6 +-- drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 10 ++-- drivers/net/ethernet/mellanox/mlx4/en_tx.c | 6 +-- include/linux/cpumask.h | 6 +-- kernel/module.c | 3 ++ lib/cpumask.c | 74 +++++++++----------------- 6 files changed, 40 insertions(+), 65 deletions(-)