commit 1a36904673fdce23f630fbf601a07923fae372c3
Author: Stephan Wiesand <stephan.wiesand@desy.de>
Date:   Wed Jul 13 14:25:58 2016 +0200

    Make OpenAFS 1.6.18.2
    
    Update configure version strings for 1.6.18.2. 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.18.2.
    Switch to 1.6.19 dev 2 for macos.
    
    Change-Id: I3bf417d8d304bb83a024b934ede9748ca15aa588
    Reviewed-on: https://gerrit.openafs.org/12327
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

commit 13ac934bf2e16d5863b8ab87c7dc45f16976acc6
Author: Stephan Wiesand <stephan.wiesand@desy.de>
Date:   Fri Jul 15 13:48:07 2016 +0200

    Update NEWS for 1.6.18.2
    
    Release notes for 1.6.18.2
    
    Change-Id: I7cc22fa5c8734454eac11a9645e2bb366c43d9d5
    Reviewed-on: https://gerrit.openafs.org/12334
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

commit 63ebb429311457be5387c12c42c714c5ee351cce
Author: Joe Gorse <jhgorse@gmail.com>
Date:   Thu Jun 9 14:11:23 2016 -0400

    Linux 4.6: rm PAGE_CACHE_* and page_cache_{get,release} macros
    
    This is an automatic patch generated by Coccinelle (spatch) from the commit message of the linked commit:
    https://github.com/torvalds/linux/commit/09cbfeaf1a5a67bfb3201e0c83c810cecb2efa5a
    
    We will not add an autoconfig test because the PAGE_{...} macros should exist
    where the PAGE_CACHE_{...} were previously.
    
    The spatch used:
    @@
    expression E;
    @@
    - E << (PAGE_CACHE_SHIFT - PAGE_SHIFT)
    + E
    
    @@
    expression E;
    @@
    - E >> (PAGE_CACHE_SHIFT - PAGE_SHIFT)
    + E
    
    @@
    @@
    - PAGE_CACHE_SHIFT
    + PAGE_SHIFT
    
    @@
    @@
    - PAGE_CACHE_SIZE
    + PAGE_SIZE
    
    @@
    @@
    - PAGE_CACHE_MASK
    + PAGE_MASK
    
    @@
    expression E;
    @@
    - PAGE_CACHE_ALIGN(E)
    + PAGE_ALIGN(E)
    
    @@
    expression E;
    @@
    - page_cache_get(E)
    + get_page(E)
    
    @@
    expression E;
    @@
    - page_cache_release(E)
    + put_page(E)
    
    Reviewed-on: https://gerrit.openafs.org/12297
    Reviewed-by: Michael Laß <lass@mail.uni-paderborn.de>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
    Tested-by: Stephan Wiesand <stephan.wiesand@desy.de>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    (cherry picked from commit f14d263a73f0be75e4de92f62e836fb2e55680dd)
    
    Change-Id: Id3973fc55db102d1472fa1dd0aa37c5d67664342
    Reviewed-on: https://gerrit.openafs.org/12332
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

commit 26290fd6950f42d0c2ac0d62275900249b540308
Author: Stephan Wiesand <stephan.wiesand@desy.de>
Date:   Wed Jul 13 16:55:11 2016 +0200

    redhat: Use a secure URL to retrieve CellServDB
    
    By default, makesrpm.pl will use wget to retrieve the CellServDB
    as specified in the spec file. Even though the script need not and
    thus should not be run by a privileged UID, make this a bit more
    secure by specifying an https URL.
    
    Reviewed-on: https://gerrit.openafs.org/12329
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: Benjamin Kaduk <kaduk@mit.edu>
    (cherry picked from commit 16463b602a210768f80bec9ef7c6896ea8a9909d)
    
    Change-Id: I13d924d6a8e3b5ac31359a85b9a07ee041570b61
    Reviewed-on: https://gerrit.openafs.org/12330
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

commit b3fc8f288fa0aa29c50c0ea22330105444c8e808
Author: Stephan Wiesand <stephan.wiesand@desy.de>
Date:   Wed Jul 6 16:23:32 2016 +0200

    Revert "afs: shake harder in shake-loose-vcaches"
    
    This reverts commit 5ba144bcf9e4df4c0ac960b2dd885649c040be25 which
    does fix a real problem but unfortunately unmasks another one.
    
    This is a 1.6 only change. A proper fix will hopefully be developed
    on the master branch and then backported.
    
    Change-Id: I81d4af8c07dbd983ea693f5e1de112830c2b6794
    Reviewed-on: https://gerrit.openafs.org/12323
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

commit 84a6f03a243c5c87c127428fe33478f40e21d17d
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Mon Jul 4 20:13:31 2016 -0500

    Add sysname IDs for FreeBSD 10.2 and 10.3
    
    While here, de-conflict the numbers for 10.0/10.1 and 7.2/7.3
    
    Reviewed-on: https://gerrit.openafs.org/12321
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    (cherry picked from commit dda47aab6179b6940aa994a0cd7b88a4b0942fe6)
    
    Change-Id: I434076ddd0a38ff052f977c7c0cb4feab1c533d3
    Reviewed-on: https://gerrit.openafs.org/12322
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
