]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'appletalk-small-cleanup-and-bugfix'
authorDavid S. Miller <davem@davemloft.net>
Sun, 3 Mar 2019 21:01:49 +0000 (13:01 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Mar 2019 21:01:49 +0000 (13:01 -0800)
commitbb35e988b1169bfbb12ae7442b2739ae8f494609
tree935843fcf2a3449d2915c4620da0140446cc7b3d
parent8dbb67cc0ddba76e0e044d2b09def0c8793076c2
parentfe79357f7ddd5d0e5e2bc55e0de5ff051d0f6107
Merge branch 'appletalk-small-cleanup-and-bugfix'

Yue Haibing says:

====================
appletalk: small cleanup and bugfix

v2:
- Add cover letter log

This patch series mainly fix a use-after-free bug in atalk_proc_exit.
patch 1 use remove_proc_subtree helper to simplify atalk_proc fs code,
also some other cleanup.
patch 2 add proper error cleanup path in atalk_init to fix the issue, which
based on the patch 1 because of the change of atalk_proc_exit context.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>