mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Yoshifumi SHU <envzhu@gmail.com>
To: Linus Walleij <linusw@kernel.org>
Cc: arnd@kernel.org, Frank.Li@nxp.com, aaro.koskinen@iki.fi,
	alexander.sverdlin@siemens.com, alexandre.belloni@bootlin.com,
	alexandre.torgue@foss.st.com, andreas@kemnade.info,
	andrew@lunn.ch, arnd@arndb.de, claudiu.beznea@tuxon.dev,
	conor+dt@kernel.org, david@kernel.org,
	devicetree@vger.kernel.org, enelsonmoore@gmail.com,
	festevam@gmail.com, geert@linux-m68k.org,
	gregory.clement@bootlin.com, imx@lists.linux.dev,
	kernel@pengutronix.de, khilman@baylibre.com,
	kmehltretter@gmail.com, kristoffer.ericson@gmail.com,
	krzk@kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-omap@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com, linux@armlinux.org.uk,
	liviu.dudau@arm.com, lpieralisi@kernel.org,
	mcoquelin.stm32@gmail.com, nicolas.ferre@microchip.com,
	npitre@baylibre.com, robert.jarzmik@free.fr, robh@kernel.org,
	rogerq@kernel.org, s.hauer@pengutronix.de,
	sebastian.hesselbarth@gmail.com, shawnguo@kernel.org,
	soc@lists.linux.dev, stefan@agner.ch, sudeep.holla@kernel.org,
	tony@atomide.com, vz@mleia.com, thehajime@gmail.com
Subject: Re: [PATCH v2 00/14] ARM: deprecated platform removal
Date: Sun, 27 Sep 2026 04:29:26 +0900	[thread overview]
Message-ID: <df064f9e-ad54-43fb-9b25-9e2869506732@gmail.com> (raw)
In-Reply-To: <CAD++jL=VJsnk-GzAvR4oR8oKJayQzq9Oes+ZW7K=iHGrQ1jh0w@mail.gmail.com>

On 2026/09/25 22:30, Linus Walleij wrote:
> All right, now we're talking! Could you test and review this patch:
> https://lore.kernel.org/linux-arm-kernel/20260910-arm-generic-irq-entry-v7-1-v3-1-5fd90f6859e1@kernel.org/

Thanks! I'll take a closer look at the patch and the discussion thread.

> I do avoid touching the v7m path and it worked last time I tested
> it  (on an STM32) but I'd like to see your take on it, AFAICT generic
> entry is not really possible (easily) on v7m because of the
> pendable service call mechanism but maybe we can think of a
> really complicated solution? ;)

I have experience wrestling with a PendSV-related problem in an RTOS kernel,
so I believe I can contribute to that part!

Best regards,
Yoshifumi SHU

      reply	other threads:[~2026-09-26 19:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-14 14:08 Arnd Bergmann
2026-09-14 14:08 ` [PATCH v2 06/14] ARM: omap2: remove omap24xx support Arnd Bergmann
2026-09-21 16:06   ` Kevin Hilman
2026-09-21 11:06 ` [PATCH v2 00/14] ARM: deprecated platform removal Yoshifumi SHU
2026-09-25 13:30   ` Linus Walleij
2026-09-26 19:29     ` Yoshifumi SHU [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=df064f9e-ad54-43fb-9b25-9e2869506732@gmail.com \
    --to=envzhu@gmail.com \
    --cc=Frank.Li@nxp.com \
    --cc=aaro.koskinen@iki.fi \
    --cc=alexander.sverdlin@siemens.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=andreas@kemnade.info \
    --cc=andrew@lunn.ch \
    --cc=arnd@arndb.de \
    --cc=arnd@kernel.org \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=conor+dt@kernel.org \
    --cc=david@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=enelsonmoore@gmail.com \
    --cc=festevam@gmail.com \
    --cc=geert@linux-m68k.org \
    --cc=gregory.clement@bootlin.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=khilman@baylibre.com \
    --cc=kmehltretter@gmail.com \
    --cc=kristoffer.ericson@gmail.com \
    --cc=krzk@kernel.org \
    --cc=linusw@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux@armlinux.org.uk \
    --cc=liviu.dudau@arm.com \
    --cc=lpieralisi@kernel.org \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=nicolas.ferre@microchip.com \
    --cc=npitre@baylibre.com \
    --cc=robert.jarzmik@free.fr \
    --cc=robh@kernel.org \
    --cc=rogerq@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=shawnguo@kernel.org \
    --cc=soc@lists.linux.dev \
    --cc=stefan@agner.ch \
    --cc=sudeep.holla@kernel.org \
    --cc=thehajime@gmail.com \
    --cc=tony@atomide.com \
    --cc=vz@mleia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®