From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5F2741552E9; Wed, 3 Apr 2024 17:55:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712166955; cv=none; b=CinqlYr/gLMKGKhOSy8Euk8H8MS1yNKiHX1dsGsFadNgLyVqWIvje804g8LpxLRO6NJb6BTI3vlDy3PfiHkJh+ltroAEjPtgywtEjTJHSUnWZTgLADd7Pu1UgZcmvn/UP2ZCYzhCLsbkY8N1SINQozmaMZoIQR6Y+eJb/Q9+PIo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712166955; c=relaxed/simple; bh=J5TfZyKONccTNWMd4sxbl/pluk/b9ke3PXnf0oemFG4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=eDloQI1duwok8u7jesCTxc4Gl472jRMDZi7bJnkGXeeuCaFbUF6Dbt81qUWfupkCdlFxllXD34ie/SW5IgCIyxHfeaWjBiaD9pCp7+pwht8nPGHG82kvv4nE4TwqsaQ0nPWfCnz56GDCReSoF1x0WoXOh/d9V97/VOQAHQB4yXI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=eQ+NT4TX; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="eQ+NT4TX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 72FBCC433C7; Wed, 3 Apr 2024 17:55:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1712166955; bh=J5TfZyKONccTNWMd4sxbl/pluk/b9ke3PXnf0oemFG4=; h=From:To:Cc:Subject:Date:From; b=eQ+NT4TXJbO2k9h6D/+MkUvv1+CLOXn8T0NxhUhriK2vA6oyNcNiXV6yGZW+JOXRf XFcbyBjPwjvI1mnqSyhPM7M5Q9iPsm+LKfBSIzdbcm4HakLG9c9w4zWmGyEJ6feB3P MbRb50TXJV+gJShZ+GjPQSIhFZP9aGh6wkZM5rIQ= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org, allen.lkml@gmail.com, broonie@kernel.org Subject: [PATCH 6.8 00/11] 6.8.4-rc1 review Date: Wed, 3 Apr 2024 19:55:39 +0200 Message-ID: <20240403175125.754099419@linuxfoundation.org> X-Mailer: git-send-email 2.44.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.8.4-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-6.8.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 6.8.4-rc1 X-KernelTest-Deadline: 2024-04-05T17:51+00:00 Content-Transfer-Encoding: 8bit This is the start of the stable review cycle for the 6.8.4 release. There are 11 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Fri, 05 Apr 2024 17:51:13 +0000. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.8.4-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.8.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 6.8.4-rc1 Greg Kroah-Hartman Revert "workqueue.c: Increase workqueue name length" Greg Kroah-Hartman Revert "workqueue: Move pwq->max_active to wq->max_active" Greg Kroah-Hartman Revert "workqueue: Factor out pwq_is_empty()" Greg Kroah-Hartman Revert "workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()" Greg Kroah-Hartman Revert "workqueue: Move nr_active handling into helpers" Greg Kroah-Hartman Revert "workqueue: Make wq_adjust_max_active() round-robin pwqs while activating" Greg Kroah-Hartman Revert "workqueue: RCU protect wq->dfl_pwq and implement accessors for it" Greg Kroah-Hartman Revert "workqueue: Introduce struct wq_node_nr_active" Greg Kroah-Hartman Revert "workqueue: Implement system-wide nr_active enforcement for unbound workqueues" Greg Kroah-Hartman Revert "workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_active()" Greg Kroah-Hartman Revert "workqueue: Shorten events_freezable_power_efficient name" ------------- Diffstat: Makefile | 4 +- include/linux/workqueue.h | 35 +-- kernel/workqueue.c | 757 ++++++++-------------------------------------- 3 files changed, 132 insertions(+), 664 deletions(-)