[PATCH v2 0/2] Fix regression on binfmt_misc

Tong Zhang posted 2 patches 4 years, 5 months ago
Only 0 patches received!
fs/binfmt_misc.c       | 8 ++++----
include/linux/sysctl.h | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
[PATCH v2 0/2] Fix regression on binfmt_misc
Posted by Tong Zhang 4 years, 5 months ago
This patch series fixes a couple of issues introduced in the previous
binfmt_misc refactor. Please see more information below.
Thanks,
- Tong

Changes since v1:

  - removed check from binfmt_misc to restore old behavior per Christian's
    comment
  - modified return type of register_sysctl_mount_point to fix CE

Tong Zhang (2):
  binfmt_misc: fix crash when load/unload module
  sysctl: fix return type to make compiler happy

 fs/binfmt_misc.c       | 8 ++++----
 include/linux/sysctl.h | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.25.1