From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752346AbdLLCv2 (ORCPT ); Mon, 11 Dec 2017 21:51:28 -0500 Received: from mail-pf0-f193.google.com ([209.85.192.193]:45973 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752077AbdLLCv0 (ORCPT ); Mon, 11 Dec 2017 21:51:26 -0500 X-Google-Smtp-Source: ACJfBoutiKGovBzuHCqACFh13lFkFxUlV1iVYwGcn/46YgbyFXZN4asuic6UlNlHbdnIgUw5OSGN/g== Date: Tue, 12 Dec 2017 11:51:21 +0900 From: Sergey Senozhatsky To: Tejun Heo Cc: Sergey Senozhatsky , Peter Zijlstra , Andrew Morton , Michal Hocko , Rafael Wysocki , Len Brown , Bjorn Helgaas , Vlastimil Babka , Lai Jiangshan , Thomas Gleixner , Fengguang Wu , Steven Rostedt , Petr Mladek , LKML , linux-pm@vger.kernel.org, linux-pci@vger.kernel.org, linux-mm@kvack.org, Sergey Senozhatsky Subject: Re: [PATCH 7/9] workqueue: remove unneeded kallsyms include Message-ID: <20171212025121.GE7798@jagdpanzerIV> References: <20171208025616.16267-1-sergey.senozhatsky@gmail.com> <20171208025616.16267-8-sergey.senozhatsky@gmail.com> <20171211151621.GF2421075@devbig577.frc2.facebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171211151621.GF2421075@devbig577.frc2.facebook.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (12/11/17 07:16), Tejun Heo wrote: > On Fri, Dec 08, 2017 at 11:56:14AM +0900, Sergey Senozhatsky wrote: > > The filw was converted from print_symbol() to %pf some time > > ago (044c782ce3a901fb "workqueue: fix checkpatch issues"). > > kallsyms does not seem to be needed anymore. > > > > Signed-off-by: Sergey Senozhatsky > > Cc: Tejun Heo > > Cc: Lai Jiangshan > > Applied to wq/for-4.15-fixes. thanks. -ss From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f197.google.com (mail-pf0-f197.google.com [209.85.192.197]) by kanga.kvack.org (Postfix) with ESMTP id 115F96B0033 for ; Mon, 11 Dec 2017 21:51:27 -0500 (EST) Received: by mail-pf0-f197.google.com with SMTP id 8so16372030pfv.12 for ; Mon, 11 Dec 2017 18:51:27 -0800 (PST) Received: from mail-sor-f65.google.com (mail-sor-f65.google.com. [209.85.220.65]) by mx.google.com with SMTPS id 186sor2376738pfe.143.2017.12.11.18.51.25 for (Google Transport Security); Mon, 11 Dec 2017 18:51:25 -0800 (PST) Date: Tue, 12 Dec 2017 11:51:21 +0900 From: Sergey Senozhatsky Subject: Re: [PATCH 7/9] workqueue: remove unneeded kallsyms include Message-ID: <20171212025121.GE7798@jagdpanzerIV> References: <20171208025616.16267-1-sergey.senozhatsky@gmail.com> <20171208025616.16267-8-sergey.senozhatsky@gmail.com> <20171211151621.GF2421075@devbig577.frc2.facebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171211151621.GF2421075@devbig577.frc2.facebook.com> Sender: owner-linux-mm@kvack.org List-ID: To: Tejun Heo Cc: Sergey Senozhatsky , Peter Zijlstra , Andrew Morton , Michal Hocko , Rafael Wysocki , Len Brown , Bjorn Helgaas , Vlastimil Babka , Lai Jiangshan , Thomas Gleixner , Fengguang Wu , Steven Rostedt , Petr Mladek , LKML , linux-pm@vger.kernel.org, linux-pci@vger.kernel.org, linux-mm@kvack.org, Sergey Senozhatsky On (12/11/17 07:16), Tejun Heo wrote: > On Fri, Dec 08, 2017 at 11:56:14AM +0900, Sergey Senozhatsky wrote: > > The filw was converted from print_symbol() to %pf some time > > ago (044c782ce3a901fb "workqueue: fix checkpatch issues"). > > kallsyms does not seem to be needed anymore. > > > > Signed-off-by: Sergey Senozhatsky > > Cc: Tejun Heo > > Cc: Lai Jiangshan > > Applied to wq/for-4.15-fixes. thanks. -ss -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org