Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) Subject: Keyring last_change_time implementation isn't useful X-RT-Original-Encoding: iso-8859-1 Content-Length: 430 The cc_keyring.c implementation of last_change_time from r20743 records the last change time in memory only, so all you find out is the last time that particular handle was resolved, initialized, or stored into. You don't find out anything about the underlying cache. The kernel key API does not appear to have timestamps (we should verify this), so fixing this will probably require adding a new key to the cache keyring.