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-next>] [day] [month] [year] [list]
Date:	Sun, 13 May 2007 14:00:32 +0800 (SGT)
From:	Jeff Chua <jeff.chua.linux@...il.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
cc:	Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: Linux 2.6.22-rc1


Linus,

> So give it a good testing. We'll see how the regression tracking ends up
> working, but in order to actually track that, we want people actively
> testing -rc1 and making good reports!

Here's a little patch to fix filemap.c compilation problem ...


Thanks,
Jeff


--- linux/mm/filemap.c.org	2007-05-13 13:54:16 +0800
+++ linux/mm/filemap.c	2007-05-13 13:54:25 +0800
@@ -782,6 +782,7 @@
  	read_unlock_irq(&mapping->tree_lock);
  	return ret;
  }
+EXPORT_SYMBOL(find_get_pages);
  EXPORT_SYMBOL(find_get_pages_tag);

  /**
@@ -840,8 +841,6 @@

  	ra->ra_pages /= 4;
  }
-EXPORT_SYMBOL(find_get_pages);
-EXPORT_SYMBOL(find_get_pages_tag);

  /**
   * do_generic_mapping_read - generic file read routine

-
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