Skip to content

Instantly share code, notes, and snippets.

View jpoimboe's full-sized avatar

Josh Poimboeuf jpoimboe

  • Red Hat
  • Davis, CA
View GitHub Profile
### Keybase proof
I hereby claim:
* I am jpoimboe on github.
* I am jpoimboe (https://keybase.io/jpoimboe) on keybase.
* I have a public key ASA_KyAQw7pZtCIgB2XbiMOXccPOenSHGQ1l-B_HJ_jMLQo
To claim this, I am signing this object:
unchanged:
--- src/fs/proc/proc_sysctl.c 2016-11-30 19:39:49.441737234 +0000
+++ src/fs/proc/proc_sysctl.c 2016-11-30 19:40:10.918737234 +0000
@@ -46,6 +46,7 @@
if (!poll)
return;
+ printk("kpatch-test: testing gcc .isra function name mangling\n");
atomic_inc(&poll->event);
wake_up_interruptible(&poll->wait);
diff --git a/Makefile.inc b/Makefile.inc
index 4828619..4b15d84 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -3,6 +3,8 @@ CC = gcc
INSTALL = /usr/bin/install
+ARCH = $(shell uname -p)
+