From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 58544C388F7 for ; Tue, 10 Nov 2020 20:57:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A91C720665 for ; Tue, 10 Nov 2020 20:57:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="wzbyI1yG" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731804AbgKJU5B (ORCPT ); Tue, 10 Nov 2020 15:57:01 -0500 Received: from mail.kernel.org ([198.145.29.99]:59590 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731722AbgKJU5A (ORCPT ); Tue, 10 Nov 2020 15:57:00 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 664CC20674; Tue, 10 Nov 2020 20:56:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605041820; bh=ybdofRyrhoE0oYAwU4UkKIAphhMaBWupSMS6TuLNzP8=; h=From:To:Cc:Subject:Date:From; b=wzbyI1yG6nRkkcb8s3oiZxAziYOmSror4LdY0i6vDkT8k0HIVDYhNuXt1uca67oaX KH77zt4cZPn6GD/swY5CFTkc1diNPi8x5t+Uv0ZfwF41ujpQX0n1I4Wx0Q4q8o6tpE 4vZFuUjDTzQa31P0qPRqMLVrfHmeo+nHH/n0mjf8= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, jslaby@suse.cz, Greg Kroah-Hartman Subject: Linux 5.4.77 Date: Tue, 10 Nov 2020 21:57:57 +0100 Message-Id: <1605041146184243@kroah.com> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org I'm announcing the release of the 5.4.77 kernel. Please see the 5.9.8 announcement if you are curious if you should upgrade or not: https://lore.kernel.org/lkml/1605041246232108@kroah.com/ The updated 5.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.4.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.4.77 Len Brown (1): powercap: restrict energy meter to root access