From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC136C4360F for ; Tue, 2 Apr 2019 21:22:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7AF082075E for ; Tue, 2 Apr 2019 21:22:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1554240137; bh=KC6MHSot9P/wc1EbQ8B05h05KHQOkZfOi9okVVBBapM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=cr3Or8QLBjeZ1IwJJTRMnZbSN96t5V8hu+GCFvjJ2RnuDfPqffkeYKXS6RT1FqTea Aeehv06u944CVhpOhfQ8/KnBkVdjkrLTSa02tQ/iCMzSOIC2qUf7Du68uajxBN9/pz 1T+Cz/bLpO4fbt05E/8fFW/7YjRErfRzrEjg9OE8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725956AbfDBVWM (ORCPT ); Tue, 2 Apr 2019 17:22:12 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47692 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725822AbfDBVWM (ORCPT ); Tue, 2 Apr 2019 17:22:12 -0400 Received: from akpm3.svl.corp.google.com (unknown [104.133.8.65]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 311E2E7C; Tue, 2 Apr 2019 21:22:11 +0000 (UTC) Date: Tue, 2 Apr 2019 14:22:10 -0700 From: Andrew Morton To: Waiman Long Cc: "Luis R. Rodriguez" , Kees Cook , Jonathan Corbet , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-doc@vger.kernel.org, Al Viro , Matthew Wilcox , "Eric W . Biederman" , Takashi Iwai , Davidlohr Bueso , Manfred Spraul Subject: Re: [RESEND PATCH 2/3] ipc: Conserve sequence numbers in ipcmni_extend mode Message-Id: <20190402142210.ba29c7dfc10d5a315a1c39dd@linux-foundation.org> In-Reply-To: <20190329204930.21620-2-longman@redhat.com> References: <20190329204930.21620-1-longman@redhat.com> <20190329204930.21620-2-longman@redhat.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Fri, 29 Mar 2019 16:49:29 -0400 Waiman Long wrote: > From: Manfred Spraul > > Rewrite, based on the patch from Waiman Long: > > ... > > Suggested-by: Matthew Wilcox > Original-patch-from: Waiman Long > Signed-off-by: Manfred Spraul > Acked-by: Waiman Long I added your Signed-off-by: to this. Because you contributed and because you were on the patch delivery path (either of these require a SOB). And I removed the Original-patch-from line. The changelog already says that and Original-patch-from isn't a standard changelog tag.