All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20131010082350.GA31385@localhost>

diff --git a/a/1.txt b/N1/1.txt
index 6c3977c..dc580fb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -34,11 +34,11 @@ nbd/zram devices.
 You may try the attached script. The initrd used in the script will be
 sent to you in a private email. Here is an example run on my side:
 
-wfg at bee /kernel/i386-randconfig-c4-0920-XFS/v3.12-rc4% kvm-0day.sh vmlinuz-3.12.0-rc4
+wfg@bee /kernel/i386-randconfig-c4-0920-XFS/v3.12-rc4% kvm-0day.sh vmlinuz-3.12.0-rc4
 
 [    0.000000] Initializing cgroup subsys cpuset
 [    0.000000] Initializing cgroup subsys cpu
-[    0.000000] Linux version 3.12.0-rc4 (kbuild at cairo) (gcc version 4.8.1 (Debian 4.8.1-8) ) #2 Thu Oct 10 12:55:12 CST 2013
+[    0.000000] Linux version 3.12.0-rc4 (kbuild@cairo) (gcc version 4.8.1 (Debian 4.8.1-8) ) #2 Thu Oct 10 12:55:12 CST 2013
 [    0.000000] e820: BIOS-provided physical RAM map:
 [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
 [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
@@ -798,10 +798,3 @@ wfg at bee /kernel/i386-randconfig-c4-0920-XFS/v3.12-rc4% kvm-0day.sh vmlinuz-3.
 [   10.507558] CR2: 0000000000000004
 [   10.507558] ---[ end trace 838daf44c68f5508 ]---
 [   10.507558] Kernel panic - not syncing: Fatal exception in interrupt
--------------- next part --------------
-A non-text attachment was scrubbed...
-Name: kvm-0day.sh
-Type: application/x-sh
-Size: 738 bytes
-Desc: not available
-Url : http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20131010/efa9ea58/attachment-0001.sh
diff --git a/N1/2.bin b/N1/2.bin
new file mode 100644
index 0000000..8ab6741
--- /dev/null
+++ b/N1/2.bin
@@ -0,0 +1,41 @@
+#!/bin/bash
+
+kernel=$1
+
+kvm=(
+	qemu-system-x86_64 -cpu kvm64 -enable-kvm
+	-kernel $kernel
+	-initrd /kernel-tests/initrd/yocto-minimal-i386.cgz
+	# -initrd /kernel-tests/initrd/quantal-core-i386.cgz
+	# -initrd /kernel-tests/initrd/quantal-core-x86_64.cgz
+	-smp 2
+	-m 256M
+	-net nic,vlan=0,macaddr=00:00:00:00:00:00,model=virtio
+	-net user,vlan=0
+	-net nic,vlan=1,model=e1000
+	-net user,vlan=1
+	-boot order=nc
+	-no-reboot
+	-watchdog i6300esb
+	-serial stdio
+	-display none
+	-monitor null
+)
+
+append=(
+	debug
+	sched_debug
+	ignore_loglevel
+	apic=debug
+	dyndbg=\"func kobject_release +p\"
+	sysrq_always_enabled
+	panic=10
+	prompt_ramdisk=0
+	console=ttyS0,115200
+	console=tty0
+	vga=normal
+	root=/dev/ram0
+	rw
+)
+
+"${kvm[@]}" --append "${append[*]}"
diff --git a/N1/2.hdr b/N1/2.hdr
new file mode 100644
index 0000000..8e0e203
--- /dev/null
+++ b/N1/2.hdr
@@ -0,0 +1,3 @@
+Content-Type: application/x-sh
+Content-Disposition: attachment; filename="kvm-0day.sh"
+Content-Transfer-Encoding: quoted-printable
diff --git a/a/content_digest b/N1/content_digest
index f342967..e57adc9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -9,8 +9,8 @@
  "ref\020131010060334.GA17576@localhost\0"
  "ref\020131010080652.GW4446@dastard\0"
  "From\0Fengguang Wu <fengguang.wu@intel.com>\0"
- "Subject\0[Ocfs2-devel] [XFS on bad superblock] BUG: unable to handle kernel NULL pointer dereference at 00000003\0"
- "Date\0Thu, 10 Oct 2013 08:24:01 -0000\0"
+ "Subject\0Re: [XFS on bad superblock] BUG: unable to handle kernel NULL pointer dereference at 00000003\0"
+ "Date\0Thu, 10 Oct 2013 16:23:50 +0800\0"
  "To\0Dave Chinner <david@fromorbit.com>\0"
  "Cc\0Dave Chinner <dchinner@redhat.com>"
   linux-fsdevel@vger.kernel.org
@@ -18,7 +18,7 @@
   linux-kernel@vger.kernel.org
   xfs@oss.sgi.com
  " ocfs2-devel@oss.oracle.com <ocfs2-devel@oss.oracle.com>\0"
- "\00:1\0"
+ "\01:1\0"
  "b\0"
  "Dave,\n"
  "\n"
@@ -56,11 +56,11 @@
  "You may try the attached script. The initrd used in the script will be\n"
  "sent to you in a private email. Here is an example run on my side:\n"
  "\n"
- "wfg at bee /kernel/i386-randconfig-c4-0920-XFS/v3.12-rc4% kvm-0day.sh vmlinuz-3.12.0-rc4\n"
+ "wfg@bee /kernel/i386-randconfig-c4-0920-XFS/v3.12-rc4% kvm-0day.sh vmlinuz-3.12.0-rc4\n"
  "\n"
  "[    0.000000] Initializing cgroup subsys cpuset\n"
  "[    0.000000] Initializing cgroup subsys cpu\n"
- "[    0.000000] Linux version 3.12.0-rc4 (kbuild at cairo) (gcc version 4.8.1 (Debian 4.8.1-8) ) #2 Thu Oct 10 12:55:12 CST 2013\n"
+ "[    0.000000] Linux version 3.12.0-rc4 (kbuild@cairo) (gcc version 4.8.1 (Debian 4.8.1-8) ) #2 Thu Oct 10 12:55:12 CST 2013\n"
  "[    0.000000] e820: BIOS-provided physical RAM map:\n"
  "[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n"
  "[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n"
@@ -819,13 +819,50 @@
  "[   10.507558] EIP: [<c1034419>] pool_mayday_timeout+0x5f/0x9c SS:ESP 0068:cf40bf80\n"
  "[   10.507558] CR2: 0000000000000004\n"
  "[   10.507558] ---[ end trace 838daf44c68f5508 ]---\n"
- "[   10.507558] Kernel panic - not syncing: Fatal exception in interrupt\n"
- "-------------- next part --------------\n"
- "A non-text attachment was scrubbed...\n"
- "Name: kvm-0day.sh\n"
- "Type: application/x-sh\n"
- "Size: 738 bytes\n"
- "Desc: not available\n"
- Url : http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20131010/efa9ea58/attachment-0001.sh
+ [   10.507558] Kernel panic - not syncing: Fatal exception in interrupt
+ "\01:2\0"
+ "fn\0kvm-0day.sh\0"
+ "b\0"
+ "#!/bin/bash\r\n"
+ "\r\n"
+ "kernel=$1\r\n"
+ "\r\n"
+ "kvm=(\r\n"
+ "\tqemu-system-x86_64 -cpu kvm64 -enable-kvm\r\n"
+ "\t-kernel $kernel\r\n"
+ "\t-initrd /kernel-tests/initrd/yocto-minimal-i386.cgz\r\n"
+ "\t# -initrd /kernel-tests/initrd/quantal-core-i386.cgz\r\n"
+ "\t# -initrd /kernel-tests/initrd/quantal-core-x86_64.cgz\r\n"
+ "\t-smp 2\r\n"
+ "\t-m 256M\r\n"
+ "\t-net nic,vlan=0,macaddr=00:00:00:00:00:00,model=virtio\r\n"
+ "\t-net user,vlan=0\r\n"
+ "\t-net nic,vlan=1,model=e1000\r\n"
+ "\t-net user,vlan=1\r\n"
+ "\t-boot order=nc\r\n"
+ "\t-no-reboot\r\n"
+ "\t-watchdog i6300esb\r\n"
+ "\t-serial stdio\r\n"
+ "\t-display none\r\n"
+ "\t-monitor null\r\n"
+ ")\r\n"
+ "\r\n"
+ "append=(\r\n"
+ "\tdebug\r\n"
+ "\tsched_debug\r\n"
+ "\tignore_loglevel\r\n"
+ "\tapic=debug\r\n"
+ "\tdyndbg=\\\"func kobject_release +p\\\"\r\n"
+ "\tsysrq_always_enabled\r\n"
+ "\tpanic=10\r\n"
+ "\tprompt_ramdisk=0\r\n"
+ "\tconsole=ttyS0,115200\r\n"
+ "\tconsole=tty0\r\n"
+ "\tvga=normal\r\n"
+ "\troot=/dev/ram0\r\n"
+ "\trw\r\n"
+ ")\r\n"
+ "\r\n"
+ "\"${kvm[@]}\" --append \"${append[*]}\"\r\n"
 
-278499204d5dddb3a2d53779606c2276304935286a2645a297c9472866816540
+6d32202b970a6575302e686762f0211d461ad1287d3c744506cbe8cd5e4c8c1e

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.