From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752213AbaJFVEF (ORCPT ); Mon, 6 Oct 2014 17:04:05 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:44021 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750973AbaJFVED (ORCPT ); Mon, 6 Oct 2014 17:04:03 -0400 Date: Mon, 6 Oct 2014 14:03:58 -0700 From: Dmitry Torokhov To: Pavel Machek Cc: kernel list , linux-input@vger.kernel.org, David Herrmann Subject: Re: 3.17-rc5: kernel oops when exiting X under heavy load Message-ID: <20141006210358.GA39707@dtor-ws> References: <20141003231109.GA4530@amd> <20141006181202.GA22781@dtor-ws> <20141006204526.GA28905@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141006204526.GA28905@amd> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 06, 2014 at 10:45:26PM +0200, Pavel Machek wrote: > Hi! > > > > From the backtrace, it looks evdev related...? > > > > Hmm, looks like it... > > I don't think I can repeat that. I was doing crazy stuff at that > moment. (Typo fixes suggested below). > > Thanks, > Pavel > > Input: evdev - fix EVIOCG{type} ioctl > > From: Dmitry Torokhov > > The 'max' size passed into the function is measured in number of bits > (KEY_MAX, LED_MAX, etc) so we nedd to convert it accoidingly before tyring > > ### need accordingly(?) trying Thanks, I'll fix them up. -- Dmitry