From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-180.mta0.migadu.com (out-180.mta0.migadu.com [91.218.175.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1A58637C912 for ; Fri, 26 Jun 2026 15:12:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.180 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782486771; cv=none; b=evpKN8Fcaf5evIElNsjY1CkdKZOB7VanAPGukjw0u3BSD2WOrIUkauy0DTVSIxPL14LkBiIPu0DbE1mgFI5sSSmxGvxpmCg9n4XPuc6DfXifSJtze3JLZehXjXTY1hGOxp/a15Avx5dOUEl7eAiD6wJnO02Tf2Au2sFSz48et1Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782486771; c=relaxed/simple; bh=URVGzuHIflYeNJz6g9E3Ox4vIR8LOpddiDa8EjwitvM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=YTW6B1Hlvo0bqqST0NDAdCzMSaLpOlI/Wao/kLKzZIxVXlMvbG0MZEeRIguCpmaxwSLdLnhVFSzSB81I8JBH8+VoKEyajxCGtXj4thOOEdtFE1Lv2ral3hoLDIge/UCJ2dggoenmXS0fDTuvJRbdZOvuzdGtafBGZYdVT/kHgk4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=h1EIacxe; arc=none smtp.client-ip=91.218.175.180 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="h1EIacxe" Date: Fri, 26 Jun 2026 17:12:37 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1782486761; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=t6iIeO6NV5lFndJuAEd9nbzQsVfSydk9GdGnQOtrpxI=; b=h1EIacxeE1w3CXf0nhSDyShDtAtEQyP6Kpc8zVG5NYKBTpXbAaF4GTLckrORF6jZArbogl WZ46jps0h/OXFk0dzwWXSMSZb4w0534I2vRHDgjqRsCDJJSI64iGtJ8LSpH6zxxxyt87Bt 0JSgHq9Bem/lrLlfR8IymJn9ZPfwGz4= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Thorsten Blum To: Daniel Palmer Cc: Geert Uytterhoeven , linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] m68k: amiga: Mark amiga_reset() as __noreturn Message-ID: References: <20260626145731.64010-2-thorsten.blum@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Migadu-Flow: FLOW_OUT On Sat, Jun 27, 2026 at 12:07:30AM +0900, Daniel Palmer wrote: > Hi Thorsten, > > On Fri, 26 Jun 2026 at 23:58, Thorsten Blum wrote: > > > > Mark both the forward declaration and the function definition as > > __noreturn, and remove the redundant redeclaration. > > > Boot tested on my A4000, rebooting still works. So FWIW: > > Tested-by: Daniel Palmer Thank you!