On 05.21 Alan Cox wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/
>
> Intermediate diffs are available from
> http://www.bzimage.org
>
>
> 2.4.4-ac12
> o Just tracking Linus 2.4.5pre4
> - A chunk more merged with Linus
> - dropped out some oddments that are now
> obsolete
>
Two buglets:
- missing version bump from ac11 to ac12...
- missing change in binfmt_misc.c from lookup_one to lookup_one_len
(is this the correct fix ? len is not already on Node...)
--- linux-2.4.4-ac12/fs/binfmt_misc.c.orig Mon May 21 23:22:29 2001
+++ linux-2.4.4-ac12/fs/binfmt_misc.c Mon May 21 23:24:53 2001
@@ -501,7 +501,7 @@
root = dget(sb->s_root);
down(&root->d_inode->i_sem);
- dentry = lookup_one(e->name, root);
+ dentry = lookup_one_len(e->name, root, strlen(e->name));
err = PTR_ERR(dentry);
if (!IS_ERR(dentry)) {
down(&root->d_inode->i_zombie);
-- J.A. Magallon # Let the source be with you... mailto:jamagallon@able.es Linux Mandrake release 8.1 (Cooker) for i586 Linux werewolf 2.4.4-ac11 #2 SMP Fri May 18 12:27:06 CEST 2001 i686- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Wed May 23 2001 - 21:00:43 EST