Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752236AbcKQUhy (ORCPT ); Thu, 17 Nov 2016 15:37:54 -0500 Received: from mail-yb0-f178.google.com ([209.85.213.178]:33371 "EHLO mail-yb0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751233AbcKQUhx (ORCPT ); Thu, 17 Nov 2016 15:37:53 -0500 From: Vince Weaver X-Google-Original-From: Vince Weaver Date: Thu, 17 Nov 2016 15:37:49 -0500 (EST) X-X-Sender: vince@macbook-air To: Vince Weaver cc: "linux-kernel@vger.kernel.org" , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , "dvyukov@google.com" , Alexander Shishkin Subject: Re: perf: fuzzer KASAN: global-out-of-bounds in match_token In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3797 Lines: 67 Adding Alexander Shishkin as this seems to be an issue with the address range filtering code. On Thu, 17 Nov 2016, Vince Weaver wrote: > > So got my skylake machine re-compiled with gcc-5 and got this. > > Should I keep reporting these, or is everyone fuzzing now so you're all > hitting them too? > > [ 911.507365] ================================================================== > [ 911.514824] BUG: KASAN: global-out-of-bounds in match_token+0x268/0x310 at addr ffffffffb14ad058 > [ 911.523912] Read of size 8 by task perf_fuzzer/20662 > [ 911.528945] Address belongs to variable if_tokens+0x78/0xa0 > [ 911.534619] CPU: 7 PID: 20662 Comm: perf_fuzzer Tainted: G L 4.9.0-rc5+ #12 > [ 911.534620] Hardware name: LENOVO 10FY0017US/SKYBAY, BIOS FWKT53A 06/06/2016 > [ 911.534622] ffff8801efd2f970 ffffffffb0f17c88 ffff8801efd2fa08 ffffffffb14ad058 > [ 911.534624] ffff8801efd2f9f8 ffffffffb0d0a9f3 1ffff1003dfa5f38 ffff8801efd2fc38 > [ 911.534627] ffff8801f12ca100 0000000000000297 ffff8801efd2fc38 ffff8801efd2fa38 > [ 911.534629] Call Trace: > [ 911.534633] [] dump_stack+0x63/0x8b > [ 911.534636] [] kasan_report_error+0x493/0x4c0 > [ 911.534638] [] ? simple_strtoull+0x93/0xe0 > [ 911.534640] [] kasan_report+0x58/0x60 > [ 911.534642] [] ? match_token+0x268/0x310 > [ 911.534644] [] __asan_load8+0x5e/0x70 > [ 911.534646] [] match_token+0x268/0x310 > [ 911.534649] [] ? kmem_cache_alloc_node_trace+0x108/0x5a0 > [ 911.534651] [] ? match_wildcard+0x130/0x130 > [ 911.534653] [] ? wp_page_copy+0x6f5/0xb80 > [ 911.534656] [] ? perf_event_set_addr_filter+0x1f8/0x630 > [ 911.534658] [] perf_event_set_addr_filter+0x24b/0x630 > [ 911.534660] [] ? perf_pin_task_context+0xd0/0xd0 > [ 911.534663] [] ? kasan_unpoison_shadow+0x36/0x50 > [ 911.534665] [] ? kasan_kmalloc+0xad/0xe0 > [ 911.534667] [] ? __kmalloc_track_caller+0x10b/0x580 > [ 911.534669] [] ? vm_normal_page+0x130/0x130 > [ 911.534671] [] ? strndup_user+0x46/0x70 > [ 911.534673] [] ? kasan_check_write+0x14/0x20 > [ 911.534675] [] ? memdup_user+0x4d/0x80 > [ 911.534677] [] perf_ioctl+0x5fa/0x810 > [ 911.534680] [] ? SYSC_perf_event_open+0x11e0/0x11e0 > [ 911.534682] [] ? handle_mm_fault+0x602/0x1c30 > [ 911.534684] [] do_vfs_ioctl+0x14b/0x920 > [ 911.534686] [] ? ioctl_preallocate+0x160/0x160 > [ 911.534689] [] ? security_file_permission+0xd3/0x100 > [ 911.534692] [] ? __perf_sw_event+0x98/0xc0 > [ 911.534694] [] ? __do_page_fault+0x579/0x650 > [ 911.534696] [] SyS_ioctl+0x79/0x90 > [ 911.534699] [] entry_SYSCALL_64_fastpath+0x1e/0xad > [ 911.534700] Memory state around the buggy address: > [ 911.539563] ffffffffb14acf00: fa fa fa fa 06 fa fa fa fa fa fa fa 06 fa fa fa > [ 911.546942] ffffffffb14acf80: fa fa fa fa 03 fa fa fa fa fa fa fa 00 00 00 00 > [ 911.554269] >ffffffffb14ad000: 00 00 00 00 00 00 00 00 00 00 fa fa fa fa fa fa > [ 911.561598] ^ > [ 911.567800] ffffffffb14ad080: 00 00 00 00 00 00 00 00 00 00 00 00 00 fa fa fa > [ 911.575138] ffffffffb14ad100: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 00 > [ 911.582492] ================================================================== > > > > > > >