From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm@xmission.com (Eric W. Biederman) Date: Wed, 09 Jan 2013 21:03:42 +0000 Subject: Re: [PATCH v2] sysctl: Enable IA64 "ignore-unaligned-usertrap" to be used cross-arch Message-Id: <876236ul01.fsf@xmission.com> List-Id: References: <50ED7B4B.7080603@synopsys.com> <1357742188-8941-1-git-send-email-vgupta@synopsys.com> In-Reply-To: (Tony Luck's message of "Wed, 9 Jan 2013 10:55:27 -0800") MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tony Luck Cc: Vineet Gupta , Fenghua Yu , Serge Hallyn , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Tony Luck writes: > Ok. Queued for 3.9 merge window. It should show up in linux-next in > the next day or two. We'll see if anyone complains about the name > SYSCTL_ARCH_UNALIGN_NO_WARN (every time I touch the Kconfig > bits it seems that there is some other, better way that we do this > now). The other semi-sane way I could see to do this would be to break the code out of kernel/sysctl.c into it's own sysctl table and have the arches that want this sysctl just register it themselves. Shrug. It probably isn't worth the effor right now. Eric