From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752237AbeAaHVj convert rfc822-to-8bit (ORCPT ); Wed, 31 Jan 2018 02:21:39 -0500 Received: from smtp1.it.da.ut.ee ([193.40.5.66]:38472 "EHLO smtp1.it.da.ut.ee" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751001AbeAaHVi (ORCPT ); Wed, 31 Jan 2018 02:21:38 -0500 Date: Wed, 31 Jan 2018 09:21:34 +0200 (EET) From: Meelis Roos To: Thomas Gleixner cc: Linux Kernel list , x86@kernel.org Subject: Re: 4.15: WARNING: CPU: 3 PID: 258 at kernel/irq/chip.c:244 __irq_startup+0x80/0x100 In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > Your supply of vintage hardware is amazing. :-) > Does the patch below fix the issue for you? CC kernel/irq/autoprobe.o kernel/irq/autoprobe.c: In function Ąprobe_irq_oną: kernel/irq/autoprobe.c:74:8: error: void value not ignored as it ought to be if (irq_activate_and_startup(desc, IRQ_NORESEND)) ^~~~~~~~~~~~~~~~~~~~~~~~ Just irq_activate_and_startup(desc, IRQ_NORESEND); cures the warning and at least the first bootup was working otherwise too. -- Meelis Roos (mroos@linux.ee)