All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] appletalk: A cleanup and bugfix
@ 2019-02-28 13:56 Yue Haibing
  2019-02-28 13:56 ` [PATCH 1/2] appletalk: use remove_proc_subtree to simplify procfs code Yue Haibing
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Yue Haibing @ 2019-02-28 13:56 UTC (permalink / raw)
  To: davem, joe, gregkh; +Cc: linux-kernel, netdev, YueHaibing

From: YueHaibing <yuehaibing@huawei.com>


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              | 37 ++++++++++++++++++++-----
 net/appletalk/sysctl_net_atalk.c |  5 +++-
 4 files changed, 54 insertions(+), 48 deletions(-)

-- 
2.7.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-03-01  2:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-28 13:56 [PATCH 0/2] appletalk: A cleanup and bugfix Yue Haibing
2019-02-28 13:56 ` [PATCH 1/2] appletalk: use remove_proc_subtree to simplify procfs code Yue Haibing
2019-02-28 13:56 ` [PATCH 2/2] appletalk: Fix use-after-free in atalk_proc_exit Yue Haibing
2019-02-28 20:44 ` [PATCH 0/2] appletalk: A cleanup and bugfix David Miller
2019-03-01  2:39   ` YueHaibing

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.