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.8 required=3.0 tests=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 B4B39C0650F for ; Tue, 30 Jul 2019 17:14:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 85F67206A2 for ; Tue, 30 Jul 2019 17:14:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729859AbfG3RO1 (ORCPT ); Tue, 30 Jul 2019 13:14:27 -0400 Received: from s3.sipsolutions.net ([144.76.43.62]:36962 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725947AbfG3RO0 (ORCPT ); Tue, 30 Jul 2019 13:14:26 -0400 Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hsVhg-0002yM-0d; Tue, 30 Jul 2019 19:14:24 +0200 Message-ID: Subject: Re: [PATCH 2/2] devcoredump: fix typo in comment From: Johannes Berg To: Greg KH Cc: Akinobu Mita , akpm@linux-foundation.org, linux-kernel@vger.kernel.org, Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , Minwoo Im , Kenneth Heitke , Chaitanya Kulkarni Date: Tue, 30 Jul 2019 19:14:21 +0200 In-Reply-To: <20190730171159.GB32124@kroah.com> References: <1564243146-5681-1-git-send-email-akinobu.mita@gmail.com> <1564243146-5681-3-git-send-email-akinobu.mita@gmail.com> <41a47bd3f48ea0ecd25e6ffefff9f100edf53a0c.camel@sipsolutions.net> <20190730162320.GA28134@kroah.com> <27feb840cba115e4ff8c96d47dfbab08fda30bef.camel@sipsolutions.net> <20190730164553.GA14088@kroah.com> <20190730171159.GB32124@kroah.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5 (3.30.5-1.fc29) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2019-07-30 at 19:11 +0200, Greg KH wrote: > On Tue, Jul 30, 2019 at 06:49:12PM +0200, Johannes Berg wrote: > > On Tue, 2019-07-30 at 18:45 +0200, Greg KH wrote: > > > > > > I mean, you take patches to devcoredump in general? > > > > > > I have no idea, run 'scripts/get_maintainer.pl' to be sure :) > > > > That actually points to me :-) > > > > So really I guess the question is how I should send these upstream? It's > > to drivers/base/devcoredump.c and include/linux/devcoredump.h and I > > kinda figured you wanted to see these things. > > Ah, sure, I can take them, I had no idea what devcoredump was. Remember > my patch workload :) :-) > So send them on please. Will do. Thanks Greg. johannes