commit 0c4110146d98c73c833d866f202a874784651a64
Author: Stephan Wiesand <stephan.wiesand@desy.de>
Date:   Thu Mar 14 10:00:14 2013 +0100

    make 1.6.2.1
    
    Update configure version strings for 1.6.2.1. Note that macos kext
    can be of form XXXX.YY[.ZZ[(d|a|b|fc)NNN]] where d dev, a alpha,
    b beta, f final candidate so we have no way to represent 1.6.2.1.
    Switch to 1.6.3 dev 1 for macos.
    
    Change-Id: I98f4371b8c020ba9ba6a98046690968bbae05744
    Reviewed-on: http://gerrit.openafs.org/9600
    Tested-by: Stephan Wiesand <stephan.wiesand@desy.de>
    Reviewed-by: Paul Smeddle <paul.smeddle@gmail.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

commit 449672fe9c6c2a9bbf4143cf66c3d737cfa22b8d
Author: Chas Williams (CONTRACTOR) <chas@cmf.nrl.navy.mil>
Date:   Tue Jan 29 22:54:00 2013 -0500

    LINUX: ifconfig's output has changed
    
    net-tools in Fedora 18 has changed 'inet addr' to just 'inet' (possibly
    to more closely match the ip command).
    
    Reviewed-on: http://gerrit.openafs.org/8987
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    (cherry picked from commit 7d8b636d9493f3c470c1bbffb4a566060b21d98b)
    
    Change-Id: Iac819b281a26bbd508805541c80e6f1f281a19f9
    Reviewed-on: http://gerrit.openafs.org/9363
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Paul Smeddle <paul.smeddle@gmail.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

commit b0a10607f90c4097206bc38cb9bd16e842dbda10
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Fri Jan 18 22:40:03 2013 -0500

    Linux: setpag() may replace credentials
    
    For recent Linux. setpag() may replace the current process' cred
    structure with a new one.  This is not a problem for most callers,
    but in the case of processing a SetTokens2 pioctl with the setpag
    option, the new credentials should be used to determine the target
    for the token.
    
    Reviewed-on: http://gerrit.openafs.org/8924
    Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    (cherry picked from commit b61eac783e8c092cd4ba9f53a2b5ca7d43e08b1b)
    
    Change-Id: I66b5f171318964ff40fe78be24e75519183c3a82
    Reviewed-on: http://gerrit.openafs.org/8948
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Paul Smeddle <paul.smeddle@gmail.com>
    Reviewed-by: Ken Dreyer <ktdreyer@ktdreyer.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

commit bf9bcd09e6a54eb40e47c7a6cdc060be43be9495
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Wed Jan 9 21:22:27 2013 -0500

    Linux 3.8: vmtruncate removal
    
    vmtruncate had been deprecated for a while and has now been
    removed.  Do things the new way based on truncate_setsize.
    
    Reviewed-on: http://gerrit.openafs.org/8906
    Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    (cherry picked from commit d0479bbaf43900d6733c3f7517926ee9813c9610)
    
    Change-Id: Iafc64e19544dec9fcaefad5ad274eac4133f4083
    Reviewed-on: http://gerrit.openafs.org/8942
    Reviewed-by: Ken Dreyer <ktdreyer@ktdreyer.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Paul Smeddle <paul.smeddle@gmail.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

commit 314fcfa35917de0f688374137f0ffa040ea3660d
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Wed Jan 9 19:26:54 2013 -0500

    Linux 3.8: session_keyring changes
    
    The session_keyring is now attached directly to the cred structure
    and the thread_group_cred structure (cred->tgcred) no longer exists.
    
    Adapt code that makes use of tgcred, and use the standard rcu based
    mechanism to update session_keyring.
    
    Reviewed-on: http://gerrit.openafs.org/8905
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    (cherry picked from commit c6d27e322a8d3b352554650473a048235a9c763a)
    
    Change-Id: If0998ee777ab0d196e19162499eb3ee60c5ff85d
    Reviewed-on: http://gerrit.openafs.org/8941
    Reviewed-by: Ken Dreyer <ktdreyer@ktdreyer.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Paul Smeddle <paul.smeddle@gmail.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

commit 5a21be491adc6acd3cc01990910c5675393be953
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Aug 29 11:34:06 2012 -0500

    LINUX: Indent osi_machdep.h maze
    
    This one isn't so bad, actually, but it still benefits from some
    indentation.
    
    Reviewed-on: http://gerrit.openafs.org/8018
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    (cherry picked from commit 579048cb1ec24b09a869928ceb521c8db4201a43)
    
    Change-Id: I91bddcafe4141c5e6789b01cc4be1a879b6464d1
    Reviewed-on: http://gerrit.openafs.org/9330
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Ken Dreyer <ktdreyer@ktdreyer.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
