Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp292260pxv; Wed, 14 Jul 2021 04:12:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyt2d9ebNpGHqrjbtdA3L0AGNZkF7Vs3iAHw2X2ZjD1YAetgsO4EczyeUo8yRaTjlqH/f8W X-Received: by 2002:a17:907:3d8a:: with SMTP id he10mr11678816ejc.16.1626261159988; Wed, 14 Jul 2021 04:12:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626261159; cv=none; d=google.com; s=arc-20160816; b=XowINxdYsO3eYfL6/wZLAnOi/WKKs8oEeeog8kHTeJHgi7fn4oxDMOW/H3diSZ1uOF +Fg8bJpwZJ/oSp02UKDZWvVgC7AAePUD5vLLdSV7+g4kdsQFeuuRgJb+VoeUbqS2Kbzp hVRO2l6bjr9Jc2t7BgYZpwMuukOkpDhWCzno6pg821Oz0ZoSJ7nURkGOwcy6NMsCJf+X t/vTjE6w1RyHT2UhJklESP3W4w0dt+aJ12mOZy8NGOpf/nzynvIRgRufBOqg8SiKqsaI UTKoN5HrOUw6OlFjMr63Fe919IpROVfsfLS6GGpFAIhwyUf87QROGwW7Amzwe+MMVoWi 2frg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=HmT7pHBnupVIrHeUUYcl4YyqmkEDMSDZPU3xfEwge90=; b=yQQvzOMvuR5bFEKlufU6zDYg8AMfX9WhHVlfvSh+4m7ZLkGEHQO73SR1BClhCQAP4y IXJhUOZXo+WZ+BySbWh9Rnoog6xG3wemdj3vfszTpCmyj95zgxQHl1fFsB5t4ApwS75N OCjRpRdPMf1/duvjqJoT8lou38SOWvFHlykxEl678Y1xJuqtDFfSBRdl255ITxOIoA9o +2P34DpE76MwfAFTvEuYr+OK5uVs+eIVtQiCoepV1EKlr7WG2fXTYBPhJBz4nqgxxb7+ 9PFMIIIJFNxf+WIkvaavx1cze7CDhD4CgtT4jEn8u8kpcZBHoN7f9jd6ULyxi8lg6rHi YqpA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z20si2361236edc.592.2021.07.14.04.12.16; Wed, 14 Jul 2021 04:12:39 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232161AbhGNLN4 (ORCPT + 99 others); Wed, 14 Jul 2021 07:13:56 -0400 Received: from smtp3-1.goneo.de ([85.220.129.38]:57786 "EHLO smtp3-1.goneo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229899AbhGNLN4 (ORCPT ); Wed, 14 Jul 2021 07:13:56 -0400 X-Greylist: delayed 507 seconds by postgrey-1.27 at vger.kernel.org; Wed, 14 Jul 2021 07:13:55 EDT Received: from lem-wkst-02.lemonage (hq.lemonage.de [87.138.178.34]) by smtp3.goneo.de (Postfix) with ESMTPSA id 08A5A203E923; Wed, 14 Jul 2021 13:02:33 +0200 (CEST) Date: Wed, 14 Jul 2021 13:02:28 +0200 From: Lars Poeschel To: Andy Shevchenko Cc: Linux Kernel Mailing List , Miguel Ojeda , Andy Shevchenko , Geert Uytterhoeven Subject: [RFC] auxdisplay: Fix oops on hd44780 module unloading Message-ID: <20210714110218.izcop7grykhfyvll@lem-wkst-02.lemonage> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 09, 2021 at 07:10:14PM +0300, Andy Shevchenko wrote: > On Fri, Jul 9, 2021 at 5:40 PM Andy Shevchenko > wrote: > > > > Parallel (4 bits) panel display stopped working. > > This part appears to be a configuration issue. So, we have only one > left, i.e. oops on remove. Could you please test, if this little change fixes the oops ? -- >8 -- Fix this oops: [ 218.825445] kernel tried to execute NX-protected page - exploit attempt? (uid: 0) [ 218.832965] BUG: unable to handle page fault for address: ffff8f8f06559dc0 [ 218.839863] #PF: supervisor instruction fetch in kernel mode [ 218.845540] #PF: error_code(0x0011) - permissions violation [ 218.851132] PGD e601067 P4D e601067 PUD e602067 PMD 645a063 PTE 8000000006559063 [ 218.858587] Oops: 0011 [#1] SMP PTI [ 218.862099] CPU: 0 PID: 7 Comm: kworker/u4:0 Tainted: G C 5.13.0+ #23 [ 218.869870] Hardware name: Intel Corporation Merrifield/BODEGA BAY, BIOS 542 2015.01.21:18.19.48 [ 218.878681] Workqueue: kacpi_hotplug acpi_device_del_work_fn [ 218.884380] RIP: 0010:0xffff8f8f06559dc0 [ 218.888328] Code: ff ff d2 2b 21 8c ff ff ff ff 08 00 00 00 00 00 00 00 78 34 fa 02 8f 8f ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 <72> 65 67 75 6c 61 74 6f 72 3a 72 65 67 75 6c 61 74 6f 72 2e 30 2d [ 218.907138] RSP: 0000:ffffad36c0043c90 EFLAGS: 00010246 [ 218.912387] RAX: ffff8f8f06559dc0 RBX: ffff8f8f062cbc00 RCX: ffff8f8f01239fc8 [ 218.919542] RDX: 000000002a3cccf8 RSI: 0000000000000001 RDI: ffff8f8f06559480 [ 218.926701] RBP: ffffffffc037e279 R08: 00000000d5832520 R09: 0000000000000001 [ 218.933856] R10: 0000000000000000 R11: 0000000000000001 R12: ffff8f8f062cbc00 [ 218.941010] R13: ffffffffc038e028 R14: ffffffff8c5e0b60 R15: 00000000fffffffd [ 218.948166] FS: 0000000000000000(0000) GS:ffff8f8f3e200000(0000) knlGS:0000000000000000 [ 218.956286] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 218.962053] CR2: ffff8f8f06559dc0 CR3: 0000000002ef4000 CR4: 00000000001006f0 [ 218.969208] Call Trace: [ 218.971678] ? hd44780_common_clear_display+0x17/0x30 [hd44780_common] [ 218.978252] ? charlcd_write_char+0x21a/0x810 [charlcd] [ 218.983519] ? charlcd_puts+0x30/0x60 [charlcd] [ 218.988083] ? charlcd_unregister+0x24/0x70 [charlcd] [ 218.993167] ? hd44780_remove+0x1e/0x30 [hd44780] [ 218.997901] ? platform_remove+0x1f/0x40 Reported-By: Andy Shevchenko Signed-off-by: Lars Poeschel --- drivers/auxdisplay/hd44780.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/auxdisplay/hd44780.c b/drivers/auxdisplay/hd44780.c index 2e5e7c993933..8b2a0eb3f32a 100644 --- a/drivers/auxdisplay/hd44780.c +++ b/drivers/auxdisplay/hd44780.c @@ -323,8 +323,8 @@ static int hd44780_remove(struct platform_device *pdev) { struct charlcd *lcd = platform_get_drvdata(pdev); - kfree(lcd->drvdata); charlcd_unregister(lcd); + kfree(lcd->drvdata); kfree(lcd); return 0; -- 2.30.2