Re: [PATCH v3 04/28] arm64: Port deprecated instruction emulation to new sysctl interface

2017-10-11 Thread Catalin Marinas
On Tue, Oct 10, 2017 at 07:38:21PM +0100, Dave P Martin wrote: > Currently, armv8_deprected.c takes charge of the "abi" sysctl > directory, which makes life difficult for other code that wants to > register sysctls in the same directory. > > There is a "new" [1] sysctl registration interface that

[PATCH v3 04/28] arm64: Port deprecated instruction emulation to new sysctl interface

2017-10-10 Thread Dave Martin
Currently, armv8_deprected.c takes charge of the "abi" sysctl directory, which makes life difficult for other code that wants to register sysctls in the same directory. There is a "new" [1] sysctl registration interface that removes the need to define ctl_tables for parent directories explicitly,