lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 8 Oct 2007 16:09:11 -0700
From:	"Ray Lee" <ray-lk@...rabbit.org>
To:	"Alexey Dobriyan" <adobriyan@...il.com>,
	"Andy Whitcroft" <apw@...dowen.org>
Cc:	akpm@...l.org, yanzheng@...n.com, linux-kernel@...r.kernel.org
Subject: Re: + fix-vm_can_nonlinear-check-in-sys_remap_file_pages.patch added to -mm tree

On 10/8/07, Alexey Dobriyan <adobriyan@...il.com> wrote:
> On Mon, Oct 08, 2007 at 10:05:40AM -0700, akpm@...ux-foundation.org wrote:
> > --- a/mm/fremap.c~fix-vm_can_nonlinear-check-in-sys_remap_file_pages
> > +++ a/mm/fremap.c
> > @@ -160,7 +160,7 @@ asmlinkage long sys_remap_file_pages(uns
> >       if (vma->vm_private_data && !(vma->vm_flags & VM_NONLINEAR))
> >               goto out;
> >
> > -     if (!vma->vm_flags & VM_CAN_NONLINEAR)
> > +     if (!(vma->vm_flags & VM_CAN_NONLINEAR))
>
> Ick.

Perhaps a good candidate for checkpatch.pl? (Andy cc:d.)

Ray
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ