The patch titled Subject: kernel/user_namespace.c: fix typos has been added to the -mm tree. Its filename is kernel-user_namespace-fix-typo-issue.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/kernel-user_namespace-fix-typo-issue.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/kernel-user_namespace-fix-typo-issue.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Xiaofeng Cao <cxfcosmos@xxxxxxxxx> Subject: kernel/user_namespace.c: fix typos change 'verifing' to 'verifying' change 'certaint' to 'certain' change 'approprpiate' to 'appropriate' Link: https://lkml.kernel.org/r/20210317100129.12440-1-caoxiaofeng@xxxxxxxxxx Signed-off-by: Xiaofeng Cao <caoxiaofeng@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/user_namespace.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/kernel/user_namespace.c~kernel-user_namespace-fix-typo-issue +++ a/kernel/user_namespace.c @@ -85,7 +85,7 @@ int create_user_ns(struct cred *new) /* * Verify that we can not violate the policy of which files * may be accessed that is specified by the root directory, - * by verifing that the root directory is at the root of the + * by verifying that the root directory is at the root of the * mount namespace which allows all files to be accessed. */ ret = -EPERM; @@ -959,7 +959,7 @@ static ssize_t map_write(struct file *fi goto out; ret = -EINVAL; } - /* Be very certaint the new map actually exists */ + /* Be very certain the new map actually exists */ if (new_map.nr_extents == 0) goto out; @@ -1110,7 +1110,7 @@ static bool new_idmap_permitted(const st /* Allow the specified ids if we have the appropriate capability * (CAP_SETUID or CAP_SETGID) over the parent user namespace. - * And the opener of the id file also had the approprpiate capability. + * And the opener of the id file also has the appropriate capability. */ if (ns_capable(ns->parent, cap_setid) && file_ns_capable(file, ns->parent, cap_setid)) _ Patches currently in -mm which might be from cxfcosmos@xxxxxxxxx are kernel-user_namespace-fix-typo-issue.patch