From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753341AbbGaQpV (ORCPT ); Fri, 31 Jul 2015 12:45:21 -0400 Received: from smtp2-g21.free.fr ([212.27.42.2]:51352 "EHLO smtp2-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752434AbbGaQpU (ORCPT ); Fri, 31 Jul 2015 12:45:20 -0400 Message-ID: <55BBA61D.7060302@free.fr> Date: Fri, 31 Jul 2015 18:45:17 +0200 From: Mason User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32.1 MIME-Version: 1.0 To: stable@vger.kernel.org CC: LKML Subject: Requesting inclusion of 12dd7ecf2323 in linux-3.14.y Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Greg and al, Do you accept trivial patches for stable? If so, could you apply 12dd7ecf2323 to linux-3.14.y? Apprently, we've had this patch locally since 2012, but no one cared to push it upstream :-( commit 12dd7ecf2323c572b1d302707eada4900848dced Author: Kees Cook Date: Thu May 1 14:15:02 2014 -0700 lockd: avoid warning when CONFIG_SYSCTL undefined When building without CONFIG_SYSCTL, the compiler saw an unused label. This moves the label into the #ifdef it is used under. fs/lockd/svc.c: In function ‘init_nlm’: fs/lockd/svc.c:626:1: warning: label ‘err_sysctl’ defined but not used [-Wunused-label] Regards.