From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 7C5791CDFCA; Mon, 3 Mar 2025 09:42:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.175.24.41 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740994970; cv=none; b=aQ4rrmxe7OCQa6XX4JUPUdPi/nwDvWq2KQJj5zNsaxA1UYCefLooQ1Cnig5lI4naknpdHyps5aApZlNeJFfFRm3R1UKf/MamldhD9VgokRxEfCBzWeYzOV0Vy2loAZwYE3FxQeir1kMA0ivNOvVPvW9a0rxRKJHibtvpuzr0+7A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740994970; c=relaxed/simple; bh=8ubVrzYWizR6osHcNQDP+rw/4ntNCFl4JDZQ0PLFcrM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=svYUS8GDQokQMVgXY8h4aKgeUHuPW6V29dRP4R4xA8RLu+kVOt/gXuBdu6YvAvlgQP1j/HFHCu6QsxzqLkR4xH+i5Q6PFx0RsGwk6a1d1QTOiC4hgO9hjE+3MwHfXlz+0pan5uVx+JDVIOsAzR2/mSpxs3O0HogvfCg9yrpRE3c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de; spf=pass smtp.mailfrom=alpha.franken.de; arc=none smtp.client-ip=193.175.24.41 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=alpha.franken.de Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1tp2Jo-000182-00; Mon, 03 Mar 2025 10:42:36 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id A3488C0135; Mon, 3 Mar 2025 10:06:45 +0100 (CET) Date: Mon, 3 Mar 2025 10:06:45 +0100 From: Thomas Bogendoerfer To: WangYuli Cc: "Maciej W. Rozycki" , chenlinxuan@uniontech.com, guanwentao@uniontech.com, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, niecheng1@uniontech.com, zhanjun@uniontech.com Subject: Re: [PATCH 5/7] MIPS: dec: Remove dec_irq_dispatch() Message-ID: References: <487CE8AA937621E2+20250218125101.663980-1-wangyuli@uniontech.com> <222468E85948B141+20250218125842.667798-1-wangyuli@uniontech.com> Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Mon, Mar 03, 2025 at 12:23:13PM +0800, WangYuli wrote: > Hi Maciej, > > On 2025/3/1 00:01, Maciej W. Rozycki wrote: > > Up to commit 8f99a16265353 ("MIPS: Tracing: Add IRQENTRY_EXIT section for > > MIPS") `do_IRQ' used to be a macro, that's why. At the time `do_IRQ' was > > converted to a macro `dec_irq_dispatch' was created and previously this > > place used to call `do_IRQ' too. > > > > It's always good finding out why things are as they are so as to make > > sure you haven't been missing something. This cleanup should have been > > made along with commit 8f99a16265353, so it's pretty old a technical debt > > being sorted here. > > > > Please add these findings to your commit description in v2. > > Alright, thank you for the correction. > > I do see that this commit has already been applied to mips-next. > >  If it's alright with you and Thomas, I'm happy to send a patch v2 to > include these details soon. I'll drop the applied patch and take your v2. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]