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=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 C6F3FC10F11 for ; Wed, 10 Apr 2019 11:08:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9F994222BA for ; Wed, 10 Apr 2019 11:08:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731145AbfDJLId (ORCPT ); Wed, 10 Apr 2019 07:08:33 -0400 Received: from verein.lst.de ([213.95.11.211]:56534 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727853AbfDJLIc (ORCPT ); Wed, 10 Apr 2019 07:08:32 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 80FA867358; Wed, 10 Apr 2019 13:08:18 +0200 (CEST) Date: Wed, 10 Apr 2019 13:08:18 +0200 From: Christoph Hellwig To: Thomas Gleixner Cc: LKML , Josh Poimboeuf , x86@kernel.org, Andy Lutomirski , Steven Rostedt , Alexander Potapenko , iommu@lists.linux-foundation.org, Robin Murphy , Christoph Hellwig , Marek Szyprowski Subject: Re: [RFC patch 28/41] dma/debug: Simplify stracktrace retrieval Message-ID: <20190410110818.GA13904@lst.de> References: <20190410102754.387743324@linutronix.de> <20190410103646.130022106@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190410103646.130022106@linutronix.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 10, 2019 at 12:28:22PM +0200, Thomas Gleixner wrote: > Replace the indirection through struct stack_trace with an invocation of > the storage array based interface. This seems to be missing some context, at least stack_trace_save does not actually exist in mainline. Please always send the whole series out to everyone on the To and Cc list, otherwise patch series are not reviewable.