add some sign-offs for upstream

This commit is contained in:
Dave Jones 2013-04-16 14:38:04 -04:00
parent fc2e9e71c2
commit 046ffa1bba
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Occasionally we see reports of page table corruption, and it's not clear why.
By printing out the hardware name, we could potentially see some patterns.
Signed-off-by: Dave Jones <davej@redhat.com>
--- linux.orig/include/asm-generic/bug.h
+++ linux/include/asm-generic/bug.h
@@ -55,6 +55,8 @@ struct bug_entry {

View File

@ -1,3 +1,8 @@
When we encounter a bad PTE, print out what modules were loaded,
so we can see if there is a common driver potentially at fault.
Signed-off-by: Dave Jones <davej@redhat.com>
diff -durpN '--exclude-from=/home/davej/.exclude' /home/davej/src/kernel/git-trees/linux/mm/memory.c linux-dj/mm/memory.c
--- /home/davej/src/kernel/git-trees/linux/mm/memory.c 2013-02-26 14:41:18.591116577 -0500
+++ linux-dj/mm/memory.c 2013-02-28 20:04:37.678304092 -0500