All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux 5.9.8
@ 2020-11-10 20:56 Greg Kroah-Hartman
  2020-11-10 20:56 ` Greg Kroah-Hartman
  2020-11-11 14:36 ` Christian Hesse
  0 siblings, 2 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2020-11-10 20:56 UTC (permalink / raw)
  To: linux-kernel, akpm, torvalds, stable; +Cc: lwn, jslaby, Greg Kroah-Hartman

I'm announcing the release of the 5.9.8 kernel.

Only upgrade if you are vunerable to this Intel advisory:
        https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00389.html

Hint, if you are using SGX, then upgrade.  And then possibly reconsider
the decisions you have recently made that caused you to write special
code to use that crazy thing.  Personally, it still feels like a
solution in search of a problem.

If not, you should be fine, no need to upgrade.  Unless you really want
to, and the, great, please do so, it's fun!

The updated 5.9.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.9.y
and can be browsed at the normal kernel.org git web browser:
	https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                        |    2 +-
 drivers/powercap/powercap_sys.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Greg Kroah-Hartman (1):
      Linux 5.9.8

Len Brown (1):
      powercap: restrict energy meter to root access


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

* Re: Linux 5.9.8
  2020-11-10 20:56 Linux 5.9.8 Greg Kroah-Hartman
@ 2020-11-10 20:56 ` Greg Kroah-Hartman
  2020-11-11 14:36 ` Christian Hesse
  1 sibling, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2020-11-10 20:56 UTC (permalink / raw)
  To: linux-kernel, akpm, torvalds, stable; +Cc: lwn, jslaby, Greg Kroah-Hartman

diff --git a/Makefile b/Makefile
index 035d86a0d291..ac292d6dd262 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0
 VERSION = 5
 PATCHLEVEL = 9
-SUBLEVEL = 7
+SUBLEVEL = 8
 EXTRAVERSION =
 NAME = Kleptomaniac Octopus
 
diff --git a/drivers/powercap/powercap_sys.c b/drivers/powercap/powercap_sys.c
index f808c5fa9838..3f0b8e2ef3d4 100644
--- a/drivers/powercap/powercap_sys.c
+++ b/drivers/powercap/powercap_sys.c
@@ -367,9 +367,9 @@ static void create_power_zone_common_attributes(
 					&dev_attr_max_energy_range_uj.attr;
 	if (power_zone->ops->get_energy_uj) {
 		if (power_zone->ops->reset_energy_uj)
-			dev_attr_energy_uj.attr.mode = S_IWUSR | S_IRUGO;
+			dev_attr_energy_uj.attr.mode = S_IWUSR | S_IRUSR;
 		else
-			dev_attr_energy_uj.attr.mode = S_IRUGO;
+			dev_attr_energy_uj.attr.mode = S_IRUSR;
 		power_zone->zone_dev_attrs[count++] =
 					&dev_attr_energy_uj.attr;
 	}

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

* Re: Linux 5.9.8
  2020-11-10 20:56 Linux 5.9.8 Greg Kroah-Hartman
  2020-11-10 20:56 ` Greg Kroah-Hartman
@ 2020-11-11 14:36 ` Christian Hesse
  2020-11-11 15:04   ` Willy Tarreau
  2020-11-11 15:14   ` Greg Kroah-Hartman
  1 sibling, 2 replies; 5+ messages in thread
From: Christian Hesse @ 2020-11-11 14:36 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel, akpm, torvalds, stable, lwn, jslaby

[-- Attachment #1: Type: text/plain, Size: 477 bytes --]

Greg Kroah-Hartman <gregkh@linuxfoundation.org> on Tue, 2020/11/10 21:56:
> I'm announcing the release of the 5.9.8 kernel.

This is not yet linked on kernel.org - same goes for lts version 5.4.77.
I guess this is not by intention, no?
-- 
main(a){char*c=/*    Schoene Gruesse                         */"B?IJj;MEH"
"CX:;",b;for(a/*    Best regards             my address:    */=0;b=c[a++];)
putchar(b-1/(/*    Chris            cc -ox -xc - && ./x    */b/42*2-3)*42);}

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

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

* Re: Linux 5.9.8
  2020-11-11 14:36 ` Christian Hesse
@ 2020-11-11 15:04   ` Willy Tarreau
  2020-11-11 15:14   ` Greg Kroah-Hartman
  1 sibling, 0 replies; 5+ messages in thread
From: Willy Tarreau @ 2020-11-11 15:04 UTC (permalink / raw)
  To: Christian Hesse
  Cc: Greg Kroah-Hartman, linux-kernel, akpm, torvalds, stable, lwn, jslaby

On Wed, Nov 11, 2020 at 03:36:04PM +0100, Christian Hesse wrote:
> Greg Kroah-Hartman <gregkh@linuxfoundation.org> on Tue, 2020/11/10 21:56:
> > I'm announcing the release of the 5.9.8 kernel.
> 
> This is not yet linked on kernel.org - same goes for lts version 5.4.77.
> I guess this is not by intention, no?

Strange, both are indeed not listed on kernel.org but are available in
the download directory and can be retrieved from there:

    https://mirrors.edge.kernel.org/pub/linux/kernel/v5.x/
    https://cdn.kernel.org/pub/linux/kernel/v5.x/

Maybe it's just the bot that updates the front page that was stopped.

Willy

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

* Re: Linux 5.9.8
  2020-11-11 14:36 ` Christian Hesse
  2020-11-11 15:04   ` Willy Tarreau
@ 2020-11-11 15:14   ` Greg Kroah-Hartman
  1 sibling, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2020-11-11 15:14 UTC (permalink / raw)
  To: Christian Hesse; +Cc: linux-kernel, akpm, torvalds, stable, lwn, jslaby

On Wed, Nov 11, 2020 at 03:36:04PM +0100, Christian Hesse wrote:
> Greg Kroah-Hartman <gregkh@linuxfoundation.org> on Tue, 2020/11/10 21:56:
> > I'm announcing the release of the 5.9.8 kernel.
> 
> This is not yet linked on kernel.org - same goes for lts version 5.4.77.
> I guess this is not by intention, no?

kernel.org is "stuck" on some syncing tasks right now, it should be
"unstuck" "soon".  Hopefully.  The admins know about it.

thanks,

greg k-h

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

end of thread, other threads:[~2020-11-11 15:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-10 20:56 Linux 5.9.8 Greg Kroah-Hartman
2020-11-10 20:56 ` Greg Kroah-Hartman
2020-11-11 14:36 ` Christian Hesse
2020-11-11 15:04   ` Willy Tarreau
2020-11-11 15:14   ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.