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=-7.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 79BEFC433F5 for ; Tue, 21 Sep 2021 01:33:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 567A360ED5 for ; Tue, 21 Sep 2021 01:33:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229897AbhIUBe0 (ORCPT ); Mon, 20 Sep 2021 21:34:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57946 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230445AbhIUBeN (ORCPT ); Mon, 20 Sep 2021 21:34:13 -0400 Received: from mail-pj1-x102e.google.com (mail-pj1-x102e.google.com [IPv6:2607:f8b0:4864:20::102e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51066C034021 for ; Mon, 20 Sep 2021 11:07:58 -0700 (PDT) Received: by mail-pj1-x102e.google.com with SMTP id me5-20020a17090b17c500b0019af76b7bb4so55598pjb.2 for ; Mon, 20 Sep 2021 11:07:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pathpartnertech.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=IqSMwR4a24hMxIKCSGAPEfZhxYKFpQxhDLhmb/v1kic=; b=lGaqqIVdZjx5cV8e5OybW+DS38hiLCzay1UiikAkJg8Cd2sT2Lj1Fteq27KWe6/pBW 99TU/DeuIqc8IkFHgAiHxM8ILsJsMNKMiGNfLGhDd3fghZxixuLfIyLgiHSPcyaosMph 8daH7/50//CxeOIf4dWveOo74yFR/ew/WBkjD6lwHaTi6aq4A1Tu0hXYvoaIYPifuw+S jw1Uf6JfUuF0wXy/jh0mOeCMMiEx6MykjYYoKc5Defesnq1IxpcISxr9Z/M4+YlrPz3+ Slqj1u/f1EirUmxSBEV0C9LLtKbWDdqGWOnlbt8tBZOrSiCqjMCejI7TX0znftcghjB0 4YCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=IqSMwR4a24hMxIKCSGAPEfZhxYKFpQxhDLhmb/v1kic=; b=E6VqVAnMQWiglotwZh857pS5syMtj/yRMocrFEW2fQLIDOOLhue1jMirYeVsg/GHUB JhGHHUaqFDtHD4/hn9Y/v4Z8y6ik5dXcsYiSVO9W7R9e4PtX3xsz1ddBEUSn2LKnjmhO x3V6j0khA45OXLdymWTc7DWC1bYr1mGXC0/07PwUgdvuR+G7OpABFiTUffkA2ySj3udd yzt4J1dfk8opK5jfw/h7JyCSbwCMEjorUJ13lSRUJxNuvINHF+Wj6nZRb6nGQL48JLpz 6dDOe/CSVkII4jRBuZpmPqCgb6OZIO4xQdDopts+R6MGcur+YlvyQ+6g7J19cDafKSN9 6TDg== X-Gm-Message-State: AOAM531gUJ2nanJl40cOxWnseCyT0oERVUcouR/v22xhuEQV1StF5xjz GtS9B0kcwHsZiZZXMD3SyATVng== X-Google-Smtp-Source: ABdhPJwVPpE27E6o3XpzAEQHtvhWnZk0mAbE5+OIGrFfrMv1SidHQPlf67DPYKEz3QForL3HqmbO2g== X-Received: by 2002:a17:90b:3447:: with SMTP id lj7mr354324pjb.112.1632161277584; Mon, 20 Sep 2021 11:07:57 -0700 (PDT) Received: from sidraya-laptopU ([49.207.203.250]) by smtp.gmail.com with ESMTPSA id g15sm2797784pfu.155.2021.09.20.11.07.54 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 20 Sep 2021 11:07:57 -0700 (PDT) Date: Mon, 20 Sep 2021 23:37:51 +0530 From: Sidraya Jayagond To: Greg KH Cc: Dan Carpenter , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, prashanth.ka@pathpartnertech.com, praneeth@ti.com, mchehab@kernel.org, linux-media@vger.kernel.org, praveen.ap@pathpartnertech.com Subject: Re: [PATCH 03/30] v4l: vxd-dec: Create vxd_dec Mem Manager helper library Message-ID: <20210920180749.uibnx6y2ktk4l4jv@sidraya-laptopU> References: <20210818141037.19990-1-sidraya.bj@pathpartnertech.com> <20210818141037.19990-4-sidraya.bj@pathpartnertech.com> <20210824133438.GO1931@kadam> <20210914034032.orctp5ov5oc33vag@sidraya-laptopU> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20171215 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 14, 2021 at 06:35:04AM +0200, Greg KH wrote: > On Tue, Sep 14, 2021 at 09:10:37AM +0530, Sidraya Jayagond wrote: > > This > > message contains confidential information and is intended only > > for the > > individual(s) named. If you are not the intended > > recipient, you are > > notified that disclosing, copying, distributing or taking any > > action in > > reliance on the contents of this mail and attached file/s is strictly > > prohibited. Please notify the > > sender immediately and delete this e-mail > > from your system. E-mail transmission > > cannot be guaranteed to be secured or > > error-free as information could be > > intercepted, corrupted, lost, destroyed, > > arrive late or incomplete, or contain > > viruses. The sender therefore does > > not accept liability for any errors or > > omissions in the contents of this > > message, which arise as a result of e-mail > > transmission. > > > > Now deleted, this is not ok for kernel development mailing lists, sorry. We are able resolve and removed confidentiality signature for my email-id. I apologize for the inconvenience.