From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751487AbeFAKzq (ORCPT ); Fri, 1 Jun 2018 06:55:46 -0400 Received: from mail-qk0-f194.google.com ([209.85.220.194]:33743 "EHLO mail-qk0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750831AbeFAKzn (ORCPT ); Fri, 1 Jun 2018 06:55:43 -0400 X-Google-Smtp-Source: ADUXVKLA7rawAksjUDNO/kGfawZ7x2kpGXjgeYE+k4SZhofMtDBv9Cb0CXgKACRAfzb4WAxRJoTlzw82uE77o2/1+uU= MIME-Version: 1.0 In-Reply-To: <1527778958.3427.16.camel@linux.vnet.ibm.com> References: <1527765086-19873-1-git-send-email-xieyisheng1@huawei.com> <1527765086-19873-14-git-send-email-xieyisheng1@huawei.com> <1527778958.3427.16.camel@linux.vnet.ibm.com> From: Andy Shevchenko Date: Fri, 1 Jun 2018 13:55:42 +0300 Message-ID: Subject: Re: [PATCH v2 13/21] ima: use match_string() helper To: Mimi Zohar Cc: Yisheng Xie , Linux Kernel Mailing List , Dmitry Kasatkin , James Morris , "Serge E. Hallyn" , linux-integrity@vger.kernel.org, linux-security-module Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 31, 2018 at 6:02 PM, Mimi Zohar wrote: > On Thu, 2018-05-31 at 19:11 +0800, Yisheng Xie wrote: >> match_string() returns the index of an array for a matching string, >> which can be used instead of open coded variant. >> >> Reviewed-by: Mimi Zohar >> Reviewed-by: Andy Shevchenko >> Cc: Mimi Zohar >> Cc: Dmitry Kasatkin >> Cc: James Morris >> Cc: "Serge E. Hallyn" >> Cc: linux-integrity@vger.kernel.org >> Cc: linux-security-module@vger.kernel.org >> Signed-off-by: Yisheng Xie > > In the future, the patch's author Signed-off-by is always first. > > Thanks, this patch is now queued in the next-integrity branch. Hmm... It's interesting since git commit -s checks for author's SoB as a _last_ in the bunch. Is it configurable? -- With Best Regards, Andy Shevchenko From mboxrd@z Thu Jan 1 00:00:00 1970 From: andy.shevchenko@gmail.com (Andy Shevchenko) Date: Fri, 1 Jun 2018 13:55:42 +0300 Subject: [PATCH v2 13/21] ima: use match_string() helper In-Reply-To: <1527778958.3427.16.camel@linux.vnet.ibm.com> References: <1527765086-19873-1-git-send-email-xieyisheng1@huawei.com> <1527765086-19873-14-git-send-email-xieyisheng1@huawei.com> <1527778958.3427.16.camel@linux.vnet.ibm.com> Message-ID: To: linux-security-module@vger.kernel.org List-Id: linux-security-module.vger.kernel.org On Thu, May 31, 2018 at 6:02 PM, Mimi Zohar wrote: > On Thu, 2018-05-31 at 19:11 +0800, Yisheng Xie wrote: >> match_string() returns the index of an array for a matching string, >> which can be used instead of open coded variant. >> >> Reviewed-by: Mimi Zohar >> Reviewed-by: Andy Shevchenko >> Cc: Mimi Zohar >> Cc: Dmitry Kasatkin >> Cc: James Morris >> Cc: "Serge E. Hallyn" >> Cc: linux-integrity at vger.kernel.org >> Cc: linux-security-module at vger.kernel.org >> Signed-off-by: Yisheng Xie > > In the future, the patch's author Signed-off-by is always first. > > Thanks, this patch is now queued in the next-integrity branch. Hmm... It's interesting since git commit -s checks for author's SoB as a _last_ in the bunch. Is it configurable? -- With Best Regards, Andy Shevchenko -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html