[Oracleasm-commits] branch, master, updated. 46e0514a7ff52b430254b6a2123701a359cadcf7

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Oct 28 13:43:41 PDT 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 "The kernel driver for a generic Linux implementation of ASMLib".

The branch, master has been updated
       via  46e0514a7ff52b430254b6a2123701a359cadcf7 (commit)
       via  92d652cb1526c3d0dff37fb47e0cddfd83486931 (commit)
       via  f711eb89dcf8e8395c6e0e64499ca24ab3c8ce30 (commit)
       via  6119eff43a5bd8d25ef9e45576c13191d527f9e4 (commit)
      from  84a6656c87653d06e4ebd0645ca5e72ed9bece71 (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 46e0514a7ff52b430254b6a2123701a359cadcf7
Author: Martin K. Petersen <martin.petersen at oracle.com>
Date:   Thu Oct 28 16:42:48 2010 -0400

    Fix incorrect timeout handling
    
    Fix two small bugs which caused the timespec from userland to get
    mangled when it was copied into the kernel.
    
    Signed-off-by: Martin K. Petersen <martin.petersen at oracle.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 92d652cb1526c3d0dff37fb47e0cddfd83486931
Author: Martin K. Petersen <martin.petersen at oracle.com>
Date:   Thu Oct 28 15:24:00 2010 -0400

    Linux kernel 2.6.36 compatibility
    
    2.6.36 replaces clear_inode() with evict_inode() in the
    super_operations.  Create a suitable compat header.
    
    Signed-off-by: Martin K. Petersen <martin.petersen at oracle.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit f711eb89dcf8e8395c6e0e64499ca24ab3c8ce30
Author: Martin K. Petersen <martin.petersen at oracle.com>
Date:   Thu Oct 28 15:24:15 2010 -0400

    Ensure we pick up the right kernel includes
    
    We didn't pass the kernel version to kernel.guess include.  This caused
    errors when building 2.6.18 packages on a system with later kernel
    headers installed.
    
    Also fix the $BUILDINC typo and make configure print the chosen kernel
    headers to ease debugging going forward.
    
    Signed-off-by: Martin K. Petersen <martin.petersen at oracle.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 6119eff43a5bd8d25ef9e45576c13191d527f9e4
Author: Martin K. Petersen <martin.petersen at oracle.com>
Date:   Thu Oct 28 15:24:06 2010 -0400

    Remove spec-generic gitignores
    
    Don't ignore spec-generic files now that they are no longer generated by
    autoconf.
    
    Signed-off-by: Martin K. Petersen <martin.petersen at oracle.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 Makefile                          |    1 +
 configure.in                      |   16 ++++++++++++++--
 kapi-compat/include/clear_inode.h |    7 +++++++
 kernel/driver.c                   |    8 +++++---
 vendor/common/.gitignore          |    2 --
 vendor/fedora/.gitignore          |    1 -
 vendor/rhel4/.gitignore           |    1 -
 vendor/sles10/.gitignore          |    1 -
 vendor/sles9/.gitignore           |    1 -
 9 files changed, 27 insertions(+), 11 deletions(-)
 create mode 100644 kapi-compat/include/clear_inode.h


hooks/post-receive
-- 
The kernel driver for a generic Linux implementation of ASMLib



More information about the Oracleasm-commits mailing list