From c9db62c69f26684eb5b00c620d0e182f3e336412 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Sat, 21 Aug 2010 12:53:18 +0400 Subject: * use rcu + spin_lock in gre module for 2.6 kernel * use rcu + spin_lock instead of rcu + semaphone in pptp module * fixed incorrect rcu_synchronize() place * use static bitmap (DECLARE_BITMAP) instead of dynamically allocated * use vmalloc for callid_sock memory allocation instead of BITS_PER_LONG + __get_free_pages * avoid copying writable clones (thanks to theMIROn) --- pppd_plugin/configure | 2 +- pppd_plugin/configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pppd_plugin') diff --git a/pppd_plugin/configure b/pppd_plugin/configure index 3fecbf90..74869a79 100755 --- a/pppd_plugin/configure +++ b/pppd_plugin/configure @@ -2236,7 +2236,7 @@ fi # Define the identity of the package. PACKAGE=pptp - VERSION=0.8.4 + VERSION=0.8.5 cat >>confdefs.h <<_ACEOF diff --git a/pppd_plugin/configure.in b/pppd_plugin/configure.in index 6e0e074d..a9d4a441 100644 --- a/pppd_plugin/configure.in +++ b/pppd_plugin/configure.in @@ -1,7 +1,7 @@ AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(pptp,0.8.4) +AM_INIT_AUTOMAKE(pptp,0.8.5) AC_LANG_C AC_PROG_CC -- cgit v1.2.3