Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1197183 > unrolled thread

Requesting inclusion of 12dd7ecf2323 in linux-3.14.y

Started byMason <slash.tmp@free.fr>
First post2015-07-31 18:50 +0200
Last post2015-07-31 19:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  Requesting inclusion of 12dd7ecf2323 in linux-3.14.y Mason <slash.tmp@free.fr> - 2015-07-31 18:50 +0200
    Re: Requesting inclusion of 12dd7ecf2323 in linux-3.14.y Greg KH <greg@kroah.com> - 2015-07-31 19:00 +0200

#1197183 — Requesting inclusion of 12dd7ecf2323 in linux-3.14.y

FromMason <slash.tmp@free.fr>
Date2015-07-31 18:50 +0200
SubjectRequesting inclusion of 12dd7ecf2323 in linux-3.14.y
Message-ID<pSlFp-33y-17@gated-at.bofh.it>
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 <keescook@chromium.org>
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1197192

FromGreg KH <greg@kroah.com>
Date2015-07-31 19:00 +0200
Message-ID<pSlP5-3eU-17@gated-at.bofh.it>
In reply to#1197183
On Fri, Jul 31, 2015 at 06:45:17PM +0200, Mason wrote:
> Hello Greg and al,
> 
> Do you accept trivial patches for stable?

Not really, take a look at Documentation/stable_kernel_rules.txt for the
full list.

> 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 <keescook@chromium.org>
> 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]

Everyone who really uses the kernel enables CONFIG_SYSCTL, so I don't
see this being something that is worth adding to the tree.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web