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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6EF4C433F5 for ; Fri, 19 Nov 2021 14:29:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 83A3E60E9B for ; Fri, 19 Nov 2021 14:29:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235906AbhKSOc3 (ORCPT ); Fri, 19 Nov 2021 09:32:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59458 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235843AbhKSOc2 (ORCPT ); Fri, 19 Nov 2021 09:32:28 -0500 Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com [IPv6:2a00:1450:4864:20::42f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6252AC061574 for ; Fri, 19 Nov 2021 06:29:26 -0800 (PST) Received: by mail-wr1-x42f.google.com with SMTP id r8so18445804wra.7 for ; Fri, 19 Nov 2021 06:29:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=vjL1/Xkc83e5IAqi+RjDCyFqKkgWPay3pQnrjkRMpwo=; b=Mr3r3jWk2vEPIoopPJp69gGnBvcK6ttovuh5lUtYF7suXJ5/UPRdwSvckxEDRa5SC1 dqhqNAI+yT6D5mg1MYgBD/lF6GssYMcK9xMNuEdE+YuOOmxUtr3GfmkTjnf5b91kO8fX nJbWFsJtYu6p5NMhKNNeDlWAwBWwKuBtj3kP8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vjL1/Xkc83e5IAqi+RjDCyFqKkgWPay3pQnrjkRMpwo=; b=dhqqy6b205+l38kOlq5JLHj3rjN1QEh0Raik0ii1s2JXg8eJly68JeHMKz51C55lax JR6B/exEAa2ifKxkS+bB/EgNdN8hJaZrAE4cr/hT9kg5mDNncVpjk4n1schwWIVIM4rM Dj0TilD7b6qwhV5UT/aznePj6kApZWpSC2EovuNGNw72brDurXchvBmRHY3fli74w3tT qECMU2OFqvo1U+pNcfrqED3whhc86zHK8HWPvrE8FPPnUQm+awLL+GhgTtjDdkGna3xY So3EB2muBC6AAHOFABTTWz6Uo97KXABhOA7V7iFyxEQWMXvJy+1JtSwuaa/YsB6DQISb qs6w== X-Gm-Message-State: AOAM5302bDbXEriFHQeW5aKOj3Z7ixpGNj3Dpbkx6K1nNNu/k21Yd9lW 0bRevqW6rvons2BNaw2ng7oIeHB+7mlaru7RhOnW2g== X-Google-Smtp-Source: ABdhPJy/H5G7vVMJyuPD+BHyXDGW4M+NAvU2Q5A5tjFxZ8CfbkWjSiSqfvMjhUGbUmRZnkyEcLnAWlv407yA084LdnM= X-Received: by 2002:adf:f990:: with SMTP id f16mr7874055wrr.128.1637332164949; Fri, 19 Nov 2021 06:29:24 -0800 (PST) MIME-Version: 1.0 References: <202111190545.G3a209mT-lkp@intel.com> <20211119061103.GC15001@lst.de> In-Reply-To: <20211119061103.GC15001@lst.de> From: Jim Quinlan Date: Fri, 19 Nov 2021 09:29:13 -0500 Message-ID: Subject: Re: drivers/of/unittest.c:910:1: warning: the frame size of 1424 bytes is larger than 1024 bytes To: Christoph Hellwig Cc: kernel test robot , kbuild-all@lists.01.org, open list , Mathieu Poirier Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 19, 2021 at 1:11 AM Christoph Hellwig wrote: > > I think we'll need to dynamically allocate the fake struct device here. > Jim, can you look into that? Hi Cristoph, I don't remember seeing this warning before --- I will take care of it. BTW, IIRC you asked me to clean up the Broadcom MIPs PCIe DMA usage code a while ago; we did, but we observed some regressions when testing old devices and put it on the backburner. I think I will have time in the near future to complete this once and for all. Regards, Jim Quinlan Broadcom STB