Skip to content

Instantly share code, notes, and snippets.

--- kcompat.h 2014-11-05 18:14:14.780832000 +0000
+++ kcompat-modified.h 2014-11-05 18:16:53.552832000 +0000
@@ -3172,8 +3172,6 @@
#define u64_stats_update_begin(a) do { } while(0)
#define u64_stats_update_end(a) do { } while(0)
#define u64_stats_fetch_begin(a) do { } while(0)
-#define u64_stats_fetch_retry_bh(a) (0)
-#define u64_stats_fetch_begin_bh(a) (0)
#if (RHEL_RELEASE_CODE && RHEL_RELEASE_CODE >= RHEL_RELEASE_VERSION(6,1))
@WheresWardy
WheresWardy / find_iam_user.py
Last active February 11, 2019 12:09 — forked from OnlyInAmerica/find_iam_user.py
Find an AWS IAM user corresponding to an AWS Access Key
#!/usr/bin/env python
# Find the IAM username belonging to the TARGET_ACCESS_KEY
# Useful for finding IAM user corresponding to a compromised AWS credential
# Requirements:
#
# Environmental variables:
# AWS_PROFILE
# python: