Re: rawhide report: 20040821 changes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>
> >
> >- 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.

Attachment: diff-524-525.gz
Description: GNU Zip compressed data

Attachment: signature.asc
Description: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e=2E?=


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux