Vasily Tarasov
701e054e0c
[PATCH] mounstats NULL pointer dereference
OpenVZ developers team has encountered the following problem in 2.6.19-rc6
kernel. After some seconds of running script
while [[ 1 ]]
do
find /proc -name mountstats | xargs cat
done
this Oops appears:
BUG: unable to handle kernel NULL pointer dereference at virtual address
00000010
printing eip:
c01a6b70
*pde = 00000000
Oops: 0000 [#1]
SMP
Modules linked in: xt_length ipt_ttl xt_tcpmss ipt_TCPMSS iptable_mangle
iptable_filter xt_multiport xt_limit ipt_tos ipt_REJECT ip_tables x_tables
parport_pc lp parport sunrpc af_packet thermal processor fan button battery
asus_acpi ac ohci_hcd ehci_hcd usbcore i2c_nforce2 i2c_core tg3 floppy
pata_amd
ide_cd cdrom sata_nv libata
CPU: 1
EIP: 0060:[<c01a6b70>] Not tainted VLI
EFLAGS: 00010246 (2.6.19-rc6 #2)
EIP is at mountstats_open+0x70/0xf0
eax: 00000000 ebx: e6247030 ecx: e62470f8 edx: 00000000
esi: 00000000 edi: c01a6b00 ebp: c33b83c0 esp: f4105eb4
ds: 007b es: 007b ss: 0068
Process cat (pid: 6044, ti=f4105000 task=f4104a70 task.ti=f4105000)
Stack: c33b83c0 c04ee940 f46a4a80 c33b83c0 e4df31b4 c01a6b00 f4105000 c0169231
e4df31b4 c33b83c0 c33b83c0 f4105f20 00000003 f4105000 c0169445 f2503cf0
f7f8c4c0 00008000 c33b83c0 00000000 00008000 c0169350 f4105f20 00008000
Call Trace:
[<c01a6b00>] mountstats_open+0x0/0xf0
[<c0169231>] __dentry_open+0x181/0x250
[<c0169445>] nameidata_to_filp+0x35/0x50
[<c0169350>] do_filp_open+0x50/0x60
[<c01873d6>] seq_read+0xc6/0x300
[<c0169511>] get_unused_fd+0x31/0xc0
[<c01696d3>] do_sys_open+0x63/0x110
[<c01697a7>] sys_open+0x27/0x30
[<c01030bd>] sysenter_past_esp+0x56/0x79
=======================
Code: 45 74 8b 54 24 20 89 44 24 08 8b 42 f0 31 d2 e8 47 cb f8 ff 85 c0 89 c3
74 51 8d 80 a0 04 00 00 e8 46 06 2c 00 8b 83 48 04 00 00 <8b> 78 10 85 ff 74
03
f0 ff 07 b0 01 86 83 a0 04 00 00 f0 ff 4b
EIP: [<c01a6b70>] mountstats_open+0x70/0xf0 SS:ESP 0068:f4105eb4
The problem is that task->nsproxy can be equal NULL for some time during
task exit. This patch fixes the BUG.
Signed-off-by: Vasily Tarasov <vtaras@openvz.org>
Cc: Herbert Poetzl <herbert@13thfloor.at>
Cc: "Serge E. Hallyn" <serue@us.ibm.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-11-25 13:28:33 -08:00
..
2006-09-26 17:40:24 -04:00
2006-10-20 10:26:40 -07:00
2006-10-06 08:53:41 -07:00
2006-10-30 12:08:41 -08:00
2006-11-15 21:18:49 -08:00
2006-11-15 21:18:49 -08:00
2006-10-04 00:30:57 -07:00
2006-11-15 21:18:49 -08:00
2006-11-15 21:18:49 -08:00
2006-11-08 18:29:23 -08:00
2006-10-21 13:35:05 -07:00
2006-10-20 10:26:40 -07:00
2006-10-05 15:10:12 +01:00
2006-10-04 07:55:32 -07:00
2006-10-01 00:39:29 -07:00
2006-10-14 00:49:52 -04:00
2006-10-05 15:10:12 +01:00
2006-09-24 11:13:19 -04:00
2006-09-26 17:43:53 -07:00
2006-10-03 23:01:26 +02:00
2006-10-01 00:39:29 -07:00
2006-10-05 15:10:12 +01:00
2006-09-28 17:53:58 -07:00
2006-09-29 17:13:24 -07:00
2006-10-04 08:31:24 -04:00
2006-10-03 23:01:26 +02:00
2006-10-20 10:26:35 -07:00
2006-10-04 19:32:09 +02:00
2006-10-11 11:14:22 -07:00
2006-10-20 10:26:35 -07:00
2006-09-30 20:29:43 +02:00
2006-09-26 08:48:45 -07:00
2006-10-17 08:18:46 -07:00
2006-10-11 11:14:21 -07:00
2006-09-27 08:26:14 -07:00
2006-10-10 16:15:33 -07:00
2006-09-24 11:13:19 -04:00
2006-10-21 13:35:05 -07:00
2006-11-03 12:27:59 -08:00
2006-10-01 00:39:26 -07:00
2006-10-02 07:57:14 -07:00
2006-10-03 08:04:12 -07:00
2006-10-03 08:04:12 -07:00
2006-09-26 08:48:59 -07:00
2006-10-11 11:14:22 -07:00
2006-09-29 09:18:21 -07:00
2006-09-29 09:18:20 -07:00
2006-11-20 08:27:08 +11:00
2006-10-11 11:14:25 -07:00
2006-10-10 15:37:20 -07:00
2006-10-04 06:45:23 -06:00
2006-10-03 08:04:16 -07:00
2006-10-23 11:01:33 -07:00
2006-10-03 08:04:16 -07:00
2006-09-29 09:18:10 -07:00
2006-10-21 18:37:02 +02:00
2006-09-26 10:52:38 +02:00
2006-09-24 11:13:19 -04:00
2006-09-27 08:26:19 -07:00
2006-10-12 15:08:51 +02:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:56 -07:00
2006-09-27 08:26:18 -07:00
2006-09-28 18:02:08 -07:00
2006-09-30 20:52:28 +02:00
2006-09-27 08:26:10 -07:00
2006-09-30 20:52:29 +02:00
2006-09-27 08:26:09 -07:00
2006-10-11 11:14:16 -07:00
2006-10-11 11:14:18 -07:00
2006-10-11 11:14:18 -07:00
2006-10-11 11:14:18 -07:00
2006-10-11 11:14:17 -07:00
2006-10-03 08:04:10 -07:00
2006-09-22 15:18:10 -07:00
2006-09-29 09:18:12 -07:00
2006-09-22 15:18:47 -07:00
2006-09-21 22:38:05 +04:00
2006-09-21 22:38:05 +04:00
2006-10-19 20:53:08 +02:00
2006-10-04 15:24:27 +10:00
2006-10-02 07:57:12 -07:00
2006-09-29 09:18:24 -07:00
2006-09-22 15:18:51 -07:00
2006-09-30 20:52:31 +02:00
2006-09-30 01:47:55 +02:00
2006-09-27 08:26:12 -07:00
2006-10-04 07:55:28 -07:00
2006-10-03 23:01:26 +02:00
2006-09-26 17:40:24 -04:00
2006-10-05 15:10:12 +01:00
2006-09-26 08:48:46 -07:00
2006-09-29 09:18:15 -07:00
2006-11-08 18:29:25 -08:00
2006-11-14 09:09:27 -08:00
2006-09-26 15:38:51 -07:00
2006-09-26 15:38:52 -07:00
2006-09-30 09:36:56 -07:00
2006-09-26 15:38:52 -07:00
2006-09-28 18:02:18 -07:00
2006-10-05 15:10:12 +01:00
2006-09-22 15:20:29 -07:00
2006-09-28 18:02:13 -07:00
2006-09-28 18:02:50 -07:00
2006-10-10 16:15:34 -07:00
2006-09-28 18:02:50 -07:00
2006-11-21 16:16:33 -08:00
2006-11-15 21:18:49 -08:00
2006-10-04 00:31:09 -07:00
2006-09-28 18:02:29 -07:00
2006-09-22 15:18:01 -07:00
2006-09-28 18:01:05 -07:00
2006-10-02 07:57:22 -07:00
2006-11-20 11:47:18 -08:00
2006-10-05 15:10:12 +01:00
2006-10-05 15:10:12 +01:00
2006-10-11 11:14:23 -07:00
2006-10-05 15:10:12 +01:00
2006-10-10 15:37:22 -07:00
2006-10-04 00:31:09 -07:00
2006-10-04 07:55:12 -07:00
2006-11-08 18:29:24 -08:00
2006-10-01 00:39:23 -07:00
2006-10-04 00:31:09 -07:00
2006-09-28 18:02:30 -07:00
2006-11-05 14:11:24 -08:00
2006-10-20 10:26:37 -07:00
2006-09-24 11:13:19 -04:00
2006-10-10 15:37:22 -07:00
2006-10-11 11:14:18 -07:00
2006-09-29 09:18:03 -07:00
2006-09-24 11:13:19 -04:00
2006-09-26 10:52:42 +02:00
2006-10-03 08:03:41 -07:00
2006-10-20 10:26:38 -07:00
2006-11-03 12:27:58 -08:00
2006-10-01 00:39:33 -07:00
2006-09-25 21:08:39 -07:00
2006-10-02 07:57:16 -07:00
2006-10-01 00:39:19 -07:00
2006-09-29 09:18:13 -07:00
2006-10-31 20:40:09 -05:00
2006-09-26 10:52:34 +02:00
2006-09-29 09:18:05 -07:00
2006-10-11 23:45:23 -04:00
2006-09-29 09:18:06 -07:00
2006-10-11 11:14:15 -07:00
2006-10-01 00:39:18 -07:00
2006-10-01 00:39:18 -07:00
2006-10-21 13:35:06 -07:00
2006-09-24 11:13:19 -04:00
2006-09-27 08:26:12 -07:00
2006-10-20 10:26:38 -07:00
2006-10-28 11:30:50 -07:00
2006-09-27 08:26:19 -07:00
2006-10-11 11:14:21 -07:00
2006-09-30 20:52:31 +02:00
2006-09-28 18:02:22 -07:00
2006-11-16 11:43:38 -08:00
2006-10-04 07:55:29 -07:00
2006-10-01 00:39:19 -07:00
2006-10-02 07:57:20 -07:00
2006-10-11 11:14:24 -07:00
2006-10-01 00:39:23 -07:00
2006-09-22 14:54:04 -07:00
2006-10-17 08:18:43 -07:00
2006-09-28 18:02:58 -07:00
2006-09-22 15:18:31 -07:00
2006-10-04 00:30:54 -07:00
2006-09-22 15:19:51 -07:00
2006-09-22 14:53:54 -07:00
2006-09-22 23:24:54 -04:00
2006-10-20 10:26:40 -07:00
2006-09-22 23:24:32 -04:00
2006-10-20 10:26:40 -07:00
2006-09-29 09:18:05 -07:00
2006-10-11 11:14:22 -07:00
2006-10-04 07:55:30 -07:00
2006-11-25 13:28:33 -08:00
2006-10-20 10:26:38 -07:00
2006-09-29 09:18:03 -07:00
2006-10-28 11:30:50 -07:00
2006-10-05 15:10:12 +01:00
2006-10-18 11:36:12 -07:00
2006-11-02 18:55:48 -05:00
2006-11-15 21:18:52 -08:00
2006-10-21 13:35:05 -07:00
2006-09-26 17:43:53 -07:00
2006-10-06 08:53:41 -07:00
2006-11-13 07:40:42 -08:00
2006-10-03 08:03:40 -07:00
2006-09-22 15:18:12 -07:00
2006-09-25 21:08:38 -07:00
2006-11-03 12:27:58 -08:00
2006-09-29 09:18:15 -07:00
2006-10-03 23:01:26 +02:00
2006-10-02 07:57:13 -07:00
2006-10-05 15:10:12 +01:00
2006-10-02 07:57:15 -07:00
2006-09-29 09:18:16 -07:00
2006-09-24 11:13:19 -04:00
2006-10-04 13:27:26 -05:00
2006-09-30 20:52:18 +02:00
2006-10-17 08:18:43 -07:00
2006-09-30 20:26:56 +02:00
2006-10-04 07:55:31 -07:00
2006-09-29 09:18:11 -07:00
2006-09-29 09:18:11 -07:00
2006-10-01 00:39:28 -07:00
2006-10-01 00:39:27 -07:00
2006-09-29 09:18:11 -07:00
2006-09-26 08:49:04 -07:00
2006-09-26 08:48:44 -07:00
2006-10-05 15:10:12 +01:00
2006-09-28 18:02:50 -07:00
2006-09-21 11:46:16 +10:00
2006-10-28 11:30:54 -07:00
2006-09-29 09:18:06 -07:00
2006-10-04 07:55:14 -07:00
2006-10-11 23:59:37 -07:00
2006-09-26 08:48:52 -07:00
2006-10-05 15:10:12 +01:00
2006-10-11 01:45:31 -04:00
2006-09-29 09:18:24 -07:00
2006-09-22 14:53:53 -07:00
2006-10-04 07:55:13 -07:00
2006-10-10 16:15:34 -07:00
2006-09-27 08:26:18 -07:00
2006-09-26 08:48:56 -07:00
2006-09-22 14:55:16 -07:00
2006-10-04 07:55:32 -07:00
2006-09-29 09:18:19 -07:00
2006-09-29 09:18:20 -07:00
2006-10-04 07:55:30 -07:00
2006-09-26 10:52:34 +02:00
2006-10-03 08:03:40 -07:00
2006-10-01 00:39:18 -07:00
2006-10-01 00:39:19 -07:00
2006-09-26 08:49:02 -07:00
2006-09-26 08:48:58 -07:00
2006-10-01 00:39:22 -07:00
2006-10-11 11:14:21 -07:00
2006-11-06 01:46:23 -08:00
2006-09-25 21:08:39 -07:00
2006-10-05 15:10:12 +01:00
2006-10-28 11:30:54 -07:00
2006-10-01 00:39:29 -07:00
2006-10-18 20:36:48 -07:00
2006-10-08 12:32:36 -07:00
2006-10-06 08:53:40 -07:00
2006-10-18 19:55:22 -07:00
2006-10-03 08:04:06 -07:00
2006-09-28 17:53:59 -07:00
2006-10-01 00:39:29 -07:00
2006-10-02 07:57:14 -07:00
2006-09-30 20:52:18 +02:00
2006-10-04 19:32:09 +02:00
2006-09-27 08:26:20 -07:00
2006-09-28 18:02:16 -07:00
2006-11-03 12:27:56 -08:00
2006-10-02 07:57:23 -07:00
2006-10-21 18:37:01 +02:00
2006-09-27 11:58:54 -07:00
2006-10-05 15:10:12 +01:00
2006-09-24 11:13:19 -04:00
2006-10-01 00:39:19 -07:00
2006-10-04 07:55:12 -07:00
2006-09-26 10:52:37 +02:00
2006-10-14 00:44:23 -03:00
2006-11-13 07:40:42 -08:00
2006-09-29 09:18:13 -07:00
2006-10-02 07:57:13 -07:00
2006-10-30 12:08:40 -08:00
2006-09-25 16:52:14 -04:00
2006-10-20 10:26:35 -07:00
2006-10-09 14:20:38 -07:00
2006-10-04 00:31:09 -07:00