From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758634Ab0JSNWO (ORCPT ); Tue, 19 Oct 2010 09:22:14 -0400 Received: from mga14.intel.com ([143.182.124.37]:32010 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758001Ab0JSNWN (ORCPT ); Tue, 19 Oct 2010 09:22:13 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.57,350,1283756400"; d="scan'208";a="337831717" Message-ID: <4CBD9B7F.6040307@linux.intel.com> Date: Tue, 19 Oct 2010 15:22:07 +0200 From: Andi Kleen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: Amerigo Wang CC: linux-kernel@vger.kernel.org, Randy Dunlap , Mauro Carvalho Chehab , Len Brown , Ingo Molnar , Andrew Morton , David Howells , Eric Paris , Peter Zijlstra , "Eric W. Biederman" , Eric Dumazet , "David S. Miller" , Andy Shevchenko , linux-doc@vger.kernel.org Subject: Re: [PATCH 2/2] sysctl: remove sysctl syscall References: <1287476560-5874-1-git-send-email-amwang@redhat.com> <1287476560-5874-2-git-send-email-amwang@redhat.com> In-Reply-To: <1287476560-5874-2-git-send-email-amwang@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/19/2010 10:22 AM, Amerigo Wang wrote: > Remove the obsolete sysctl syscall. It was scheduled > to be removed in Sept. I thought at least older glibc was still using it? Did anyone check what happens if it sees no sysctl(2)? I think it's ok to remove the full tables, but keeping a wrapper just for the functionality glibc use(s/d) is still a good idea. -Andi