Re: [PATCH 0/2] appletalk: A cleanup and bugfix

2019-02-28 Thread YueHaibing
On 2019/3/1 4:44, David Miller wrote: > > This series mixes cleanups with a bug fix. > > The cleanup is only appropriate for net-next, and the bug fix is > appropriate for net. patch 2 is based on patch 1 now, atalk_proc_exit context is changed, if they go separately, a small conflict will occur

Re: [PATCH 0/2] appletalk: A cleanup and bugfix

2019-02-28 Thread David Miller
This series mixes cleanups with a bug fix. The cleanup is only appropriate for net-next, and the bug fix is appropriate for net. Also, your header posting here was empty. It must actually say something. Specifically it must always say what the patch series is doing, why it is doing it, and wh

[PATCH 0/2] appletalk: A cleanup and bugfix

2019-02-28 Thread Yue Haibing
From: YueHaibing YueHaibing (2): appletalk: use remove_proc_subtree to simplify procfs code appletalk: Fix use-after-free in atalk_proc_exit include/linux/atalk.h| 2 +- net/appletalk/atalk_proc.c | 58 +--- net/appletalk/ddp.c