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=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 4A872C433E1 for ; Wed, 20 May 2020 17:02:11 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 21AF3207C4 for ; Wed, 20 May 2020 17:02:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="mFGJE3B/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 21AF3207C4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 767DB1003F542; Wed, 20 May 2020 09:58:45 -0700 (PDT) Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=batv+9495f3cb3d3d1d0fc876+6114+infradead.org+hch@bombadil.srs.infradead.org; receiver= Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E917A1003F540 for ; Wed, 20 May 2020 09:58:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=wKFuUlL7y/Hz3vNl2ArSrtbtHfVShgj63vVocK+vAT4=; b=mFGJE3B/bWr+OnkaK0M7OgjxVz wGGnFeNf+j/uHBys9ZDrrxgbINOWDtHhpS2HfeOtHJcmou1tqjHmTpEIpdCiNZdePR1tp03BecMJ0 KTf2waZP87WxMoPBHf8tXVMtZhGXfsLoWEtU8rxQBitP8mWvtAhnjzrDuTsWNIDGtH5ITb+0/z5G8 X6gx+BQ+6aQSQTMugFQDbL6YAb6gWqKMkMfoJ3iuTH8hjh1paZm2IBbibjPpmXB6C0oRRmxwQ3lZ/ neobDsvt/oWDkXcKVM9Y+hHH0GX22YdvPDX2USArnwlumE5N1EBCLNolK6CQotjua6vhR/iOCFCb9 auljKSPg==; Received: from hch by bombadil.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jbS6R-0000C5-R2; Wed, 20 May 2020 17:01:59 +0000 Date: Wed, 20 May 2020 10:01:59 -0700 From: Christoph Hellwig To: Vaibhav Jain Subject: Re: [RESEND PATCH v7 2/5] seq_buf: Export seq_buf_printf() to external modules Message-ID: <20200520170159.GA22544@infradead.org> References: <20200519190058.257981-1-vaibhav@linux.ibm.com> <20200519190058.257981-3-vaibhav@linux.ibm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200519190058.257981-3-vaibhav@linux.ibm.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Message-ID-Hash: SKM52QVWYUZACNFWVEJCZAIMBH5ATVOW X-Message-ID-Hash: SKM52QVWYUZACNFWVEJCZAIMBH5ATVOW X-MailFrom: BATV+9495f3cb3d3d1d0fc876+6114+infradead.org+hch@bombadil.srs.infradead.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: linuxppc-dev@lists.ozlabs.org, linux-nvdimm@lists.01.org, linux-kernel@vger.kernel.org, "Aneesh Kumar K . V" , Michael Ellerman , Steven Rostedt , Piotr Maziarz , Cezary Rojewski , Borislav Petkov X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit s/seq_buf: Export seq_buf_printf() to external modules/ seq_buf: export seq_buf_printf/ _______________________________________________ Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org To unsubscribe send an email to linux-nvdimm-leave@lists.01.org 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=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 AC161C433E0 for ; Wed, 20 May 2020 17:02:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7A3F120709 for ; Wed, 20 May 2020 17:02:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="mFGJE3B/" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726833AbgETRCJ (ORCPT ); Wed, 20 May 2020 13:02:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51844 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726436AbgETRCJ (ORCPT ); Wed, 20 May 2020 13:02:09 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 77936C061A0E for ; Wed, 20 May 2020 10:02:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=wKFuUlL7y/Hz3vNl2ArSrtbtHfVShgj63vVocK+vAT4=; b=mFGJE3B/bWr+OnkaK0M7OgjxVz wGGnFeNf+j/uHBys9ZDrrxgbINOWDtHhpS2HfeOtHJcmou1tqjHmTpEIpdCiNZdePR1tp03BecMJ0 KTf2waZP87WxMoPBHf8tXVMtZhGXfsLoWEtU8rxQBitP8mWvtAhnjzrDuTsWNIDGtH5ITb+0/z5G8 X6gx+BQ+6aQSQTMugFQDbL6YAb6gWqKMkMfoJ3iuTH8hjh1paZm2IBbibjPpmXB6C0oRRmxwQ3lZ/ neobDsvt/oWDkXcKVM9Y+hHH0GX22YdvPDX2USArnwlumE5N1EBCLNolK6CQotjua6vhR/iOCFCb9 auljKSPg==; Received: from hch by bombadil.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jbS6R-0000C5-R2; Wed, 20 May 2020 17:01:59 +0000 Date: Wed, 20 May 2020 10:01:59 -0700 From: Christoph Hellwig To: Vaibhav Jain Cc: linuxppc-dev@lists.ozlabs.org, linux-nvdimm@lists.01.org, linux-kernel@vger.kernel.org, "Aneesh Kumar K . V" , Michael Ellerman , Steven Rostedt , Piotr Maziarz , Cezary Rojewski , Borislav Petkov Subject: Re: [RESEND PATCH v7 2/5] seq_buf: Export seq_buf_printf() to external modules Message-ID: <20200520170159.GA22544@infradead.org> References: <20200519190058.257981-1-vaibhav@linux.ibm.com> <20200519190058.257981-3-vaibhav@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200519190058.257981-3-vaibhav@linux.ibm.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org s/seq_buf: Export seq_buf_printf() to external modules/ seq_buf: export seq_buf_printf/ 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=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 04DC1C433DF for ; Wed, 20 May 2020 17:06:28 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 86813206B6 for ; Wed, 20 May 2020 17:06:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="mFGJE3B/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 86813206B6 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 49Rzg30NTjzDqWR for ; Thu, 21 May 2020 03:06:23 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=bombadil.srs.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=batv+9495f3cb3d3d1d0fc876+6114+infradead.org+hch@bombadil.srs.infradead.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=bombadil.20170209 header.b=mFGJE3B/; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 49RzZ62Pz9zDqPw for ; Thu, 21 May 2020 03:02:04 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=wKFuUlL7y/Hz3vNl2ArSrtbtHfVShgj63vVocK+vAT4=; b=mFGJE3B/bWr+OnkaK0M7OgjxVz wGGnFeNf+j/uHBys9ZDrrxgbINOWDtHhpS2HfeOtHJcmou1tqjHmTpEIpdCiNZdePR1tp03BecMJ0 KTf2waZP87WxMoPBHf8tXVMtZhGXfsLoWEtU8rxQBitP8mWvtAhnjzrDuTsWNIDGtH5ITb+0/z5G8 X6gx+BQ+6aQSQTMugFQDbL6YAb6gWqKMkMfoJ3iuTH8hjh1paZm2IBbibjPpmXB6C0oRRmxwQ3lZ/ neobDsvt/oWDkXcKVM9Y+hHH0GX22YdvPDX2USArnwlumE5N1EBCLNolK6CQotjua6vhR/iOCFCb9 auljKSPg==; Received: from hch by bombadil.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jbS6R-0000C5-R2; Wed, 20 May 2020 17:01:59 +0000 Date: Wed, 20 May 2020 10:01:59 -0700 From: Christoph Hellwig To: Vaibhav Jain Subject: Re: [RESEND PATCH v7 2/5] seq_buf: Export seq_buf_printf() to external modules Message-ID: <20200520170159.GA22544@infradead.org> References: <20200519190058.257981-1-vaibhav@linux.ibm.com> <20200519190058.257981-3-vaibhav@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200519190058.257981-3-vaibhav@linux.ibm.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Cezary Rojewski , linux-nvdimm@lists.01.org, linux-kernel@vger.kernel.org, Steven Rostedt , Piotr Maziarz , Borislav Petkov , "Aneesh Kumar K . V" , linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" s/seq_buf: Export seq_buf_printf() to external modules/ seq_buf: export seq_buf_printf/