2023-09-25 20:49:54

by Tejun Heo

[permalink] [raw]
Subject: [GIT PULL] Workqueue fixes for v6.6-rc3

The following changes since commit ce9ecca0238b140b88f43859b211c9fdfd8e5b70:

Linux 6.6-rc2 (2023-09-17 14:40:24 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ wq-for-6.6-rc3-fixes

for you to fetch changes up to dd64c873ed11cdae340be06dcd2364870fd3e4fc:

workqueue: Fix missed pwq_release_worker creation in wq_cpu_intensive_thresh_init() (2023-09-18 08:50:31 -1000)

----------------------------------------------------------------
Workqueue fixes for v6.6-rc3

* Remove double allocation of wq_update_pod_attrs_buf.

* Fix missing allocation of pwq_release_worker when
wq_cpu_intensive_thresh_us is set to a custom value.

----------------------------------------------------------------
Steven Rostedt (Google) (1):
workqueue: Removed double allocation of wq_update_pod_attrs_buf

Zqiang (1):
workqueue: Fix missed pwq_release_worker creation in wq_cpu_intensive_thresh_init()

kernel/workqueue.c | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

--
tejun


2023-09-26 19:04:35

by Tejun Heo

[permalink] [raw]
Subject: Re: [GIT PULL] Workqueue fixes for v6.6-rc3

On Tue, Sep 26, 2023 at 08:39:23AM -0700, Linus Torvalds wrote:
> On Mon, 25 Sept 2023 at 11:37, Tejun Heo <[email protected]> wrote:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ wq-for-6.6-rc3-fixes
>
> -ENOSUCHTAG.
>
> Did you forget to push out?

Yes, I did and missed the warning message on git request-pull. Sorry about
that. The tag should be there now.

Thanks.

--
tejun

2023-09-26 19:34:06

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [GIT PULL] Workqueue fixes for v6.6-rc3

The pull request you sent on Mon, 25 Sep 2023 08:37:35 -1000:

> git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ wq-for-6.6-rc3-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0e945134b680040b8613e962f586d91b6d40292d

Thank you!

--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

2023-09-26 20:19:32

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] Workqueue fixes for v6.6-rc3

On Mon, 25 Sept 2023 at 11:37, Tejun Heo <[email protected]> wrote:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ wq-for-6.6-rc3-fixes

-ENOSUCHTAG.

Did you forget to push out?

Linus