[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200305.114725.1265986516045554303.davem@davemloft.net>
Date: Thu, 05 Mar 2020 11:47:25 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: ap420073@...il.com
Cc: kuba@...nel.org, subashab@...eaurora.org, stranche@...eaurora.org,
netdev@...r.kernel.org
Subject: Re: [PATCH net-next v2 0/3] net: rmnet: several code cleanup for
rmnet module
From: Taehee Yoo <ap420073@...il.com>
Date: Wed, 4 Mar 2020 23:24:15 +0000
> This patchset is to cleanup rmnet module code.
>
> 1. The first patch is to add module alias
> rmnet module can not be loaded automatically because there is no
> alias name.
>
> 2. The second patch is to add extack error message code.
> When rmnet netlink command fails, it doesn't print any error message.
> So, users couldn't know the exact reason.
> In order to tell the exact reason to the user, the extack error message
> is used in this patch.
>
> 3. The third patch is to use GFP_KERNEL instead of GFP_ATOMIC.
> In the sleepable context, GFP_KERNEL can be used.
> So, in this patch, GFP_KERNEL is used instead of GFP_ATOMIC.
>
> Change log:
> - v1->v2: change error message in the second patch.
Looks good, series applied, thanks.
Powered by blists - more mailing lists