[PATCH v2] ARM: Implement ARCH_HAS_CC_CAN_LINK

Thomas Weißschuh posted 1 patch 20 hours ago
arch/arm/Kconfig | 13 +++++++++++++
1 file changed, 13 insertions(+)
Re: [PATCH v2] ARM: Implement ARCH_HAS_CC_CAN_LINK
Posted by Russell King (Oracle) 20 hours ago
On Fri, Feb 06, 2026 at 02:02:38PM +0100, Thomas Weißschuh wrote:
> The generic CC_CAN_LINK detection does not handle different byte orders.
> This may lead to userprogs which are not actually runnable on the target
> kernel.
> 
> Use architecture-specific logic supporting byte orders instead.
> 
> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>

Damn, I've recently merged your v1 patch. Can you send a follow-up
patch to my patch system please?

Thanks.

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!
Re: [PATCH v2] ARM: Implement ARCH_HAS_CC_CAN_LINK
Posted by Thomas Weißschuh 20 hours ago
On Fri, Feb 06, 2026 at 01:29:31PM +0000, Russell King (Oracle) wrote:
> On Fri, Feb 06, 2026 at 02:02:38PM +0100, Thomas Weißschuh wrote:
> > The generic CC_CAN_LINK detection does not handle different byte orders.
> > This may lead to userprogs which are not actually runnable on the target
> > kernel.
> > 
> > Use architecture-specific logic supporting byte orders instead.
> > 
> > Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
> 
> Damn, I've recently merged your v1 patch. Can you send a follow-up
> patch to my patch system please?

Oh, sorry. That was a fast application.

Do you want an incremental patch on top or the full v2?


Thomas
Re: [PATCH v2] ARM: Implement ARCH_HAS_CC_CAN_LINK
Posted by Russell King (Oracle) 19 hours ago
On Fri, Feb 06, 2026 at 02:32:42PM +0100, Thomas Weißschuh wrote:
> On Fri, Feb 06, 2026 at 01:29:31PM +0000, Russell King (Oracle) wrote:
> > On Fri, Feb 06, 2026 at 02:02:38PM +0100, Thomas Weißschuh wrote:
> > > The generic CC_CAN_LINK detection does not handle different byte orders.
> > > This may lead to userprogs which are not actually runnable on the target
> > > kernel.
> > > 
> > > Use architecture-specific logic supporting byte orders instead.
> > > 
> > > Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
> > 
> > Damn, I've recently merged your v1 patch. Can you send a follow-up
> > patch to my patch system please?
> 
> Oh, sorry. That was a fast application.
> 
> Do you want an incremental patch on top or the full v2?

Incremental please.

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!