From patchwork Wed Apr 24 02:17:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: NeilBrown X-Patchwork-Id: 10913971 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 714041575 for ; Wed, 24 Apr 2019 02:17:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 57E8F28A0B for ; Wed, 24 Apr 2019 02:17:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4BBA228A10; Wed, 24 Apr 2019 02:17:52 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from pdx1-mailman02.dreamhost.com (pdx1-mailman02.dreamhost.com [64.90.62.194]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 83A2028A0B for ; Wed, 24 Apr 2019 02:17:50 +0000 (UTC) Received: from pdx1-mailman02.dreamhost.com (localhost [IPv6:::1]) by pdx1-mailman02.dreamhost.com (Postfix) with ESMTP id 4192821F9CF; Tue, 23 Apr 2019 19:17:49 -0700 (PDT) X-Original-To: lustre-devel@lists.lustre.org Delivered-To: lustre-devel-lustre.org@pdx1-mailman02.dreamhost.com Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) by pdx1-mailman02.dreamhost.com (Postfix) with ESMTP id AA9D821F954 for ; Tue, 23 Apr 2019 19:17:46 -0700 (PDT) X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id A3769AC63; Wed, 24 Apr 2019 02:17:45 +0000 (UTC) From: NeilBrown To: James Simmons , Andreas Dilger , Oleg Drokin Date: Wed, 24 Apr 2019 12:17:26 +1000 Message-ID: <155607223991.16863.3231709121984405156.stgit@noble.brown> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Subject: [lustre-devel] [PATCH 0/4] Update lustre in drivers/staging to 5.1-rc1 X-BeenThere: lustre-devel@lists.lustre.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "For discussing Lustre software development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Lustre Development List Errors-To: lustre-devel-bounces@lists.lustre.org Sender: "lustre-devel" X-Virus-Scanned: ClamAV using ClamSMTP I updated my tree to 5.1 some time ago, but didn't test it properly. I've now tested and hunted down some obscure issues. These 4 patches are needed to resolve issues caused by the update. The last two are most interesting. selinux_is_enabled() is gone. I think the replacement code is correct, but I'm no expert on selinux. More significantly, VM_FAULT_RETRY is no longer a #define, so we are redefining it to zero, which is bad. NeilBrown --- NeilBrown (4): lustre: stop using deprecated wrappers. lustre: update for SO_RCVTIMEO SO_SNDTIMEO changes. lustre: remove use of selinux_is_enabled(). lustre: don't define VM_FAULT_RETRY or FMODE_EXEC .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h | 4 ++-- drivers/staging/lustre/lnet/libcfs/tracefile.c | 2 +- drivers/staging/lustre/lnet/lnet/lib-socket.c | 14 ++++++++++---- .../staging/lustre/lustre/llite/llite_internal.h | 8 -------- drivers/staging/lustre/lustre/llite/xattr.c | 11 ----------- .../staging/lustre/lustre/llite/xattr_security.c | 16 +++++++++------- 6 files changed, 22 insertions(+), 33 deletions(-) -- Signature