public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 1/1] eclass/kernel-2: Add additional help text when K_SECURITY_UNSUPPORTED is set
@ 2017-03-02  0:09 Mike Pagano
  2017-03-02 11:56 ` Alice Ferrazzi
  2017-03-05 21:50 ` Matt Turner
  0 siblings, 2 replies; 4+ messages in thread
From: Mike Pagano @ 2017-03-02  0:09 UTC (permalink / raw
  To: gentoo-dev


[-- Attachment #1.1: Type: text/plain, Size: 1216 bytes --]

This patch will add some additional text to bring some additional notice
to users
about the security considerations of a specific kernel and direct them
to the
upstream website for further information.  See bug #599454

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
---
 eclass/kernel-2.eclass | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index e95ec07..2aaab58 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -1054,6 +1054,12 @@ postinst_sources() {
 	#  And now the general message.
 	if [[ -n ${K_SECURITY_UNSUPPORTED} ]]; then
 		ewarn "This means that it is likely to be vulnerable to recent
security issues."
+		echo
+		ewarn "Upstream kernel developers recommend always running the latest "
+		ewarn "release of any current long term supported Linux kernel version."
+		ewarn "To see a list of these versions, their most current release and "
+		ewarn "long term support status, please go to https://www.kernel.org ."
+		echo
 		ewarn "For specific information on why this kernel is unsupported,
please read:"
 		ewarn "https://wiki.gentoo.org/wiki/Project:Kernel_Security"
 	fi
-- 
2.10.2



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] [PATCH 1/1] eclass/kernel-2: Add additional help text when K_SECURITY_UNSUPPORTED is set
  2017-03-02  0:09 [gentoo-dev] [PATCH 1/1] eclass/kernel-2: Add additional help text when K_SECURITY_UNSUPPORTED is set Mike Pagano
@ 2017-03-02 11:56 ` Alice Ferrazzi
  2017-03-05 21:42   ` Mike Pagano
  2017-03-05 21:50 ` Matt Turner
  1 sibling, 1 reply; 4+ messages in thread
From: Alice Ferrazzi @ 2017-03-02 11:56 UTC (permalink / raw
  To: gentoo-dev

On Thu, Mar 2, 2017 at 9:09 AM, Mike Pagano <mpagano@gentoo.org> wrote:
> This patch will add some additional text to bring some additional notice
> to users
> about the security considerations of a specific kernel and direct them
> to the
> upstream website for further information.  See bug #599454
>
> Signed-off-by: Mike Pagano <mpagano@gentoo.org>
> ---
>  eclass/kernel-2.eclass | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
> index e95ec07..2aaab58 100644
> --- a/eclass/kernel-2.eclass
> +++ b/eclass/kernel-2.eclass
> @@ -1054,6 +1054,12 @@ postinst_sources() {
>         #  And now the general message.
>         if [[ -n ${K_SECURITY_UNSUPPORTED} ]]; then
>                 ewarn "This means that it is likely to be vulnerable to recent
> security issues."
> +               echo
> +               ewarn "Upstream kernel developers recommend always running the latest "
> +               ewarn "release of any current long term supported Linux kernel version."
> +               ewarn "To see a list of these versions, their most current release and "
> +               ewarn "long term support status, please go to https://www.kernel.org ."
> +               echo
>                 ewarn "For specific information on why this kernel is unsupported,
> please read:"
>                 ewarn "https://wiki.gentoo.org/wiki/Project:Kernel_Security"
>         fi
> --
> 2.10.2
>
>

looks like a nice idea.
+1

-- 
アリス フェッラッツィ
Alice Ferrazzi

Gentoo Kernel Project Leader
Mail: Alice Ferrazzi <alicef@gentoo.org>
PGP: 2E4E 0856 461C 0585 1336 F496 5621 A6B2 8638 781A


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] [PATCH 1/1] eclass/kernel-2: Add additional help text when K_SECURITY_UNSUPPORTED is set
  2017-03-02 11:56 ` Alice Ferrazzi
@ 2017-03-05 21:42   ` Mike Pagano
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Pagano @ 2017-03-05 21:42 UTC (permalink / raw
  To: gentoo-dev


[-- Attachment #1.1: Type: text/plain, Size: 1894 bytes --]



On 03/02/2017 06:56 AM, Alice Ferrazzi wrote:
> On Thu, Mar 2, 2017 at 9:09 AM, Mike Pagano <mpagano@gentoo.org> wrote:
>> This patch will add some additional text to bring some additional notice
>> to users
>> about the security considerations of a specific kernel and direct them
>> to the
>> upstream website for further information.  See bug #599454
>>
>> Signed-off-by: Mike Pagano <mpagano@gentoo.org>
>> ---
>>  eclass/kernel-2.eclass | 6 ++++++
>>  1 file changed, 6 insertions(+)
>>
>> diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
>> index e95ec07..2aaab58 100644
>> --- a/eclass/kernel-2.eclass
>> +++ b/eclass/kernel-2.eclass
>> @@ -1054,6 +1054,12 @@ postinst_sources() {
>>         #  And now the general message.
>>         if [[ -n ${K_SECURITY_UNSUPPORTED} ]]; then
>>                 ewarn "This means that it is likely to be vulnerable to recent
>> security issues."
>> +               echo
>> +               ewarn "Upstream kernel developers recommend always running the latest "
>> +               ewarn "release of any current long term supported Linux kernel version."
>> +               ewarn "To see a list of these versions, their most current release and "
>> +               ewarn "long term support status, please go to https://www.kernel.org ."
>> +               echo
>>                 ewarn "For specific information on why this kernel is unsupported,
>> please read:"
>>                 ewarn "https://wiki.gentoo.org/wiki/Project:Kernel_Security"
>>         fi
>> --
>> 2.10.2
>>
>>
> 
> looks like a nice idea.
> +1
> 


Applied

-- 
Mike Pagano
Gentoo Developer - Kernel Project
Gentoo Sources - Lead
E-Mail     : mpagano@gentoo.org
GnuPG FP   : 52CC A0B0 F631 0B17 0142 F83F 92A6 DBEC 81F2 B137
Public Key :
http://http://pgp.mit.edu/pks/lookup?search=0x92A6DBEC81F2B137&op=index



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] [PATCH 1/1] eclass/kernel-2: Add additional help text when K_SECURITY_UNSUPPORTED is set
  2017-03-02  0:09 [gentoo-dev] [PATCH 1/1] eclass/kernel-2: Add additional help text when K_SECURITY_UNSUPPORTED is set Mike Pagano
  2017-03-02 11:56 ` Alice Ferrazzi
@ 2017-03-05 21:50 ` Matt Turner
  1 sibling, 0 replies; 4+ messages in thread
From: Matt Turner @ 2017-03-05 21:50 UTC (permalink / raw
  To: gentoo development

On Wed, Mar 1, 2017 at 4:09 PM, Mike Pagano <mpagano@gentoo.org> wrote:
> This patch will add some additional text to bring some additional notice
> to users
> about the security considerations of a specific kernel and direct them
> to the
> upstream website for further information.  See bug #599454

In the future, please line wrap this properly. All of that text
appears on a single line in git, and actually, it's the title... sigh.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-05 21:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-02  0:09 [gentoo-dev] [PATCH 1/1] eclass/kernel-2: Add additional help text when K_SECURITY_UNSUPPORTED is set Mike Pagano
2017-03-02 11:56 ` Alice Ferrazzi
2017-03-05 21:42   ` Mike Pagano
2017-03-05 21:50 ` Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox