From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751587AbbCHAYu (ORCPT ); Sat, 7 Mar 2015 19:24:50 -0500 Received: from linuxhacker.ru ([217.76.32.60]:33596 "EHLO fiona.linuxhacker.ru" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751256AbbCHAYr (ORCPT ); Sat, 7 Mar 2015 19:24:47 -0500 From: green@linuxhacker.ru To: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Andreas Dilger Cc: Linux Kernel Mailing List , Oleg Drokin Subject: [PATCH 0/4] Lustre fixes Date: Sat, 7 Mar 2015 19:24:25 -0500 Message-Id: <1425774269-25618-1-git-send-email-green@linuxhacker.ru> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Oleg Drokin The first two patches are a follow on for the previous patch series on not using deprecated cpumask-related code. And two blocking while atomic/not running fixes. Please consider. Lai Siyao (1): staging/lustre/llite: avoid nonatomic memory alloc under spinlock Oleg Drokin (3): staging/lustre/libcfs: replace deprecated cpus_ calls with cpumask_ staging/lustre/o2iblnd: Don't use cpus_weight staging/lustre: Don't call blocking funcitons when !RUNNABLE .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c | 4 +-- .../staging/lustre/lustre/libcfs/linux/linux-cpu.c | 32 ++++++++++++---------- .../lustre/lustre/libcfs/linux/linux-tcpip.c | 10 +++---- drivers/staging/lustre/lustre/llite/statahead.c | 13 +++++++-- 4 files changed, 35 insertions(+), 24 deletions(-) -- 2.1.0