[ovs-git] Open vSwitch: Have git ignore new symlinks and dynamic files from datapath builds (master)

dev at openvswitch.org dev at openvswitch.org
Thu Apr 22 17:11:33 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  375008d8769d35ea58343a0a57bb757f5a77fcad (commit)
       via  b9f9f37fb7a85dbe58a260f6e1b745a17db66dd5 (commit)
       via  ea32310720d9d07eeb668e404a5062bd9bce832d (commit)
      from  291a0f6b6e05fe5be28b935436abb5a958334885 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 375008d8769d35ea58343a0a57bb757f5a77fcad
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=375008d8769d35ea58343a0a57bb757f5a77fcad
Author: Justin Pettit <jpettit at nicira.com>
		
Have git ignore new symlinks and dynamic files from datapath builds
		


commit b9f9f37fb7a85dbe58a260f6e1b745a17db66dd5
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b9f9f37fb7a85dbe58a260f6e1b745a17db66dd5
Author: Justin Pettit <jpettit at nicira.com>
		
veth: Do a better job cleaning up on rmmod
		
The veth driver doesn't clean itself up very well when removed.  This
commit destroys any outstanding veth devices and then unregisters its
sysfs entry.


commit ea32310720d9d07eeb668e404a5062bd9bce832d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=ea32310720d9d07eeb668e404a5062bd9bce832d
Author: Justin Pettit <jpettit at nicira.com>
		
datapath: Define kmemdup() for kernels older than 2.6.19
		
The new GRE code requires the kmemdup function, but it's not available
on 2.6.18 kernels.  It has been backported to Xen, so only define it for
non-Xen kernels older than 2.6.19.


-----------------------------------------------------------------------

Summary of changes:
 acinclude.m4                                       |    2 +
 datapath/linux-2.6/.gitignore                      |   12 +++++++++-
 datapath/linux-2.6/Modules.mk                      |    2 +
 datapath/linux-2.6/compat-2.6/include/linux/slab.h |   10 +++++++++
 datapath/linux-2.6/compat-2.6/kmemdup.c            |   22 ++++++++++++++++++++
 datapath/linux-2.6/compat-2.6/veth.c               |   10 +++++++++
 6 files changed, 56 insertions(+), 2 deletions(-)
 create mode 100644 datapath/linux-2.6/compat-2.6/include/linux/slab.h
 create mode 100644 datapath/linux-2.6/compat-2.6/kmemdup.c


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list