Re: [PATCH v3 02/11] kentry: Rename irqentry to kentry

2021-03-08 Thread Mark Rutland
On Thu, Mar 04, 2021 at 11:05:55AM -0800, Andy Lutomirski wrote: > The common entry functions are mostly named irqentry, and this is > confusing. They are used for syscalls, exceptions, NMIs and, yes, IRQs. > Call them kentry instead, since they are supposed to be usable for any > entry to the

[PATCH v3 02/11] kentry: Rename irqentry to kentry

2021-03-04 Thread Andy Lutomirski
The common entry functions are mostly named irqentry, and this is confusing. They are used for syscalls, exceptions, NMIs and, yes, IRQs. Call them kentry instead, since they are supposed to be usable for any entry to the kernel. This path doesn't touch the .irqentry section -- someone can