The patch titled

     remove verify_area(): remove fs/umsdos/notes as it only contain a 
verify_area related note

has been added to the -mm tree.  Its filename is

     
remove-verify_area-remove-fs-umsdos-notes-as-it-only-contain-a-verify_area-related-note.patch

Patches currently in -mm which might be from [EMAIL PROTECTED] are

remove-a-redundant-variable-in-sys_prctl.patch
remove-verify_area-remove-verify_area-from-various-uaccessh-headers.patch
remove-verify_area-remove-or-edit-references-to-verify_area-in-documentation.patch
remove-verify_area-remove-fs-umsdos-notes-as-it-only-contain-a-verify_area-related-note.patch
documentation-how-to-apply-patches-for-various-trees.patch
documentation-how-to-apply-patches-for-various-tree-fix.patch
vfree-and-kfree-cleanup-in-drivers.patch



From: Jesper Juhl <[EMAIL PROTECTED]>

The file `fs/umsdos/notes' contains only a small note about a possible bug
involving verify_area().  Since umsdos is no longer in the kernel and
verify_area() is also gone, it seems to make sense that this file goes the way
of the Dodo.

After applying this patch the `fs/umsdos/' directory will be empty and can be
removed entirely.

Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 dev/null |   17 -----------------
 1 files changed, 17 deletions(-)

diff -L fs/umsdos/notes -puN 
fs/umsdos/notes~remove-verify_area-remove-fs-umsdos-notes-as-it-only-contain-a-verify_area-related-note
 /dev/null
--- devel/fs/umsdos/notes
+++ /dev/null   2003-09-15 06:40:47.000000000 -0700
@@ -1,17 +0,0 @@
-This file contain idea and things I don't want to forget
-
-Possible bug in fs/read_write.c
-Function sys_readdir()
-
-       There is a call the verify_area that does not take in account
-       the count parameter. I guess it should read
-
-       error = verify_area(VERIFY_WRITE, dirent, count*sizeof (*dirent));
-
-       instead of
-
-       error = verify_area(VERIFY_WRITE, dirent, sizeof (*dirent));
-
-       Of course, now , count is always 1
-
-
_
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to