From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 50E7B2580F3; Tue, 3 Feb 2026 17:19:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770139180; cv=none; b=hA6NSsH9eco7Ooo/OG6hWE1fMVpz8HIzfW5ctq7T5eYQiHDQ6sfpi8LKY0p0YN8aRKu9KH0Mp47pWhMyw+fpUHsVsD+4MXHbdhc069vHsvst0AAp37LHzeuC3pU7NkeaRXSOhhAqeRnEvahseP4v1MDIi2GSlM40DfwTK+vm3XQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770139180; c=relaxed/simple; bh=068q+WEaKVBQpgKtqArRWhZLAwjCRsSBKUXLKQtk484=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=Ekg7BNSIy5nQZLKvnnsCfCJzDX/LTjzF9t+nr7D5rSvaCCNnO46Fmu0jQaFPjeEG6AhjN+f3mN7rAaIiOmF65jNx4OQjhQbdtj6e/TX77M5WpLJI4mAeRg+1q6rUJnyXDOEO5W/2AP28KV7dhjjfUxzcq65ys7KHPLOtz6OyQXU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=OqHk5hyO; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=OC/pWL+T; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="OqHk5hyO"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="OC/pWL+T" From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1770139175; 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=uFrGXwN6F8p6wk/nPz+j8i59EGhguXJ0J84nAt84itY=; b=OqHk5hyOmMVSstPOdpgSMdmd1R80tEbiCpRjuX/FynIOC1QPpQVyHCcZkHmRduAQrUoGoV +dZbifQ74AgwJosDDgde65PZzukbu2qFN3Kri9bZoB23kvhXxtvg/aBkny8czGsPb4+bIt mAlcNuFDqIIIPHdFCDutRjZOkBhK+yOC6Jbfz6K3Ay2dX6ymuOVqtDjkuZSLLrNfAtzUnb JtM4R44OGynhWoyn1UCVa35ef0BfMLr0jK7obNPKPOJRhJrMMnKzuW2TRb8+wUDEchJLmU U325cmBjfRMccYXf/tMh+bmW9xhwsqIoxSAxROcz5vkPnQ+xKYKaxcTIgAZHxA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1770139175; 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=uFrGXwN6F8p6wk/nPz+j8i59EGhguXJ0J84nAt84itY=; b=OC/pWL+Ttl+X7MNn+OdVA+YpbYiiu7Iufz8vn5H0lyDsV6aP3HUCNJNZ0Q5T9qPSFp3G6c EQ3RFfGtu1EJpiBg== To: Tianyang Zhang , chenhuacai@kernel.org, kernel@xen0n.name, corbet@lwn.net, alexs@kernel.org, si.yanteng@linux.dev, jiaxun.yang@flygoat.com, maobibo@loongson.cn Cc: loongarch@lists.linux.dev, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Tianyang Zhang Subject: Re: [PATCH v11 2/4] irqchip/irq-loonarch-avec: Prepare for interrupt redirection support In-Reply-To: <87tsvx3fxq.ffs@tglx> References: <20260203124522.2288900-1-zhangtianyang@loongson.cn> <20260203124522.2288900-3-zhangtianyang@loongson.cn> <87tsvx3fxq.ffs@tglx> Date: Tue, 03 Feb 2026 18:19:35 +0100 Message-ID: <87qzr13ftk.ffs@tglx> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Tue, Feb 03 2026 at 18:17, Thomas Gleixner wrote: > > Sigh. Though I have to admit that 'loonarch' gave me a good laugh at > least. Please resend it after the next rc1 as new features are not longer applied this week. Thanks, tglx