From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-eopbgr30068.outbound.protection.outlook.com ([40.107.3.68]:47513 "EHLO EUR03-AM5-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726741AbgDUMOL (ORCPT ); Tue, 21 Apr 2020 08:14:11 -0400 Date: Tue, 21 Apr 2020 15:14:04 +0300 From: Leon Romanovsky Subject: Re: [PATCH net-next v2 0/4] Remove vermagic header from global include folder Message-ID: <20200421121404.GL121146@unreal> References: <20200419141850.126507-1-leon@kernel.org> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200419141850.126507-1-leon@kernel.org> MIME-Version: 1.0 Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: "David S. Miller" , Jakub Kicinski Cc: Andy Gospodarek , Borislav Petkov , Ion Badulescu , Jay Vosburgh , Jessica Yu , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Masahiro Yamada , Michal Marek , netdev@vger.kernel.org, oss-drivers@netronome.com, Salil Mehta , Sebastian Reichel , Shannon Nelson , Veaceslav Falico , Yisen Zhuang On Sun, Apr 19, 2020 at 05:18:46PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky > > Changelog: > v2: > * Changed the implementation of patch #4 to be like Masahiro wants. > I personally don't like this implementation and changing it just to move forward > this this patchset. > v1: > https://lore.kernel.org/lkml/20200415133648.1306956-1-leon@kernel.org > * Added tags > * Updated patch #4 with test results > * Changed scripts/mod/modpost.c to create inclusion of vermagic.h > from kernel folder and not from general include/linux. This is > needed to generate *.mod.c files, while building modules. > v0: > https://lore.kernel.org/lkml/20200414155732.1236944-1-leon@kernel.org > ---------------------------------------------------------------------------- Dave, I see in the patchworks that this series is marked as "Needs Review/ACK". Can you please help me to understand who is needed to be approached? https://patchwork.ozlabs.org/project/netdev/list/?series=171189 Thanks