rawhide report: 20040821 changes

Matias Feliciano feliciano.matias at free.fr
Sat Aug 21 19:52:41 UTC 2004


Le sam 21/08/2004 à 17:07, Steve G a écrit :
> >kernel-2.6.8-1.525
> >------------------
> >* Fri Aug 13 2004 Arjan van de Ven <arjanv at redhat.com>
> >
> >- 2.6.8-rc4-bk3
> >- split execshield up some more
> 
> 
> This is the same changelog as 524. What changed?

See attachment (diff 524 - 525)

>  Just curious since the download
> is 36M.
> 
> Also, did something bad go into the official 2.6.8.1 and that's why we are using
> a 2.6.8-rc4-bk3 version?

521+ is based on 2.6.8 plus this patch from 2.6.8.1 :
--- 1.40/fs/nfs/file.c  2004-08-09 14:58:00 -04:00
+++ edited/fs/nfs/file.c        2004-08-13 22:54:01 -04:00
@@ -72,7 +72,7 @@

 static int nfs_check_flags(int flags)
 {
-       if (flags & (O_APPEND | O_DIRECT))
+       if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT))
                return -EINVAL;

        return 0;
@@ -89,7 +89,7 @@
        int res;

        res = nfs_check_flags(filp->f_flags);
-       if (!res)
+       if (res)
                return res;
        lock_kernel();

See http://www.fr.kernel.org/pub/linux/kernel/v2.6/patch-2.6.8.1.gz

This patch is in linux-2.6.0-compile.patch file form the src.rpm.
2.6.0 !?!?

> 
> -Steve Grubb
> 
> 
> 	
> 		
> __________________________________
> Do you Yahoo!?

No.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: diff-524-525.gz
Type: application/x-gzip
Size: 17572 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20040821/69921418/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Ceci est une partie de message num?riquement sign?e.
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20040821/69921418/attachment.sig>


More information about the fedora-devel-list mailing list