All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: Fixes tag needs some work in the cgroup tree
@ 2022-08-15 22:32 Stephen Rothwell
  2022-08-15 22:34 ` Tejun Heo
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2022-08-15 22:32 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Hao Jia, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  6d73ba7928c0 ("sched/psi: Zero the memory of struct psi_group")

Fixes tag

  Fixes: commit 5f69a6577bc3 ("psi: dont alloc memory for psi by default")

has these problem(s):

  - leading word 'commit' unexpected.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Fixes tag needs some work in the cgroup tree
  2022-08-15 22:32 linux-next: Fixes tag needs some work in the cgroup tree Stephen Rothwell
@ 2022-08-15 22:34 ` Tejun Heo
  0 siblings, 0 replies; 6+ messages in thread
From: Tejun Heo @ 2022-08-15 22:34 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Hao Jia, Linux Kernel Mailing List, Linux Next Mailing List

Hello, Stephen.

On Tue, Aug 16, 2022 at 08:32:38AM +1000, Stephen Rothwell wrote:
> Hi all,
> 
> In commit
> 
>   6d73ba7928c0 ("sched/psi: Zero the memory of struct psi_group")
> 
> Fixes tag
> 
>   Fixes: commit 5f69a6577bc3 ("psi: dont alloc memory for psi by default")
> 
> has these problem(s):
> 
>   - leading word 'commit' unexpected.

Oops, lemme fix up the tree.

Thanks.

-- 
tejun

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

* Re: linux-next: Fixes tag needs some work in the cgroup tree
  2021-08-09 22:51 Stephen Rothwell
@ 2021-08-09 22:54 ` Tejun Heo
  0 siblings, 0 replies; 6+ messages in thread
From: Tejun Heo @ 2021-08-09 22:54 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Waiman Long, Linux Kernel Mailing List, Linux Next Mailing List

On Tue, Aug 10, 2021 at 08:51:46AM +1000, Stephen Rothwell wrote:
> Hi all,
> 
> In commit
> 
>   f944e005aa9b ("cgroup/cpuset: Fix violation of cpuset locking rule")
> 
> Fixes tag
> 
>   Fixes: 4b842da276a8 ("cpuset: Make CPU hotplug work with partition)
> 
> has these problem(s):
> 
>   - Subject has leading but no trailing quotes

Fixed. Thanks.

-- 
tejun

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

* linux-next: Fixes tag needs some work in the cgroup tree
@ 2021-08-09 22:51 Stephen Rothwell
  2021-08-09 22:54 ` Tejun Heo
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2021-08-09 22:51 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Waiman Long, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  f944e005aa9b ("cgroup/cpuset: Fix violation of cpuset locking rule")

Fixes tag

  Fixes: 4b842da276a8 ("cpuset: Make CPU hotplug work with partition)

has these problem(s):

  - Subject has leading but no trailing quotes

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: Fixes tag needs some work in the cgroup tree
@ 2021-06-06 22:48 Stephen Rothwell
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2021-06-06 22:48 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Yang Li, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  2ca11b0e043b ("cgroup: Fix kernel-doc")

Fixes tag

  Fixes: 'commit e595cd706982 ("cgroup: track migration context in cgroup_mgctx")'

has these problem(s):

  - No SHA1 recognised

Please just use

git log -1 --format='Fixes: %h ("%s")' <commit>

so

Fixes: e595cd706982 ("cgroup: track migration context in cgroup_mgctx")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: Fixes tag needs some work in the cgroup tree
@ 2019-10-24 20:13 Stephen Rothwell
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2019-10-24 20:13 UTC (permalink / raw)
  To: Tejun Heo
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Aleksa Sarai

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

Hi all,

In commit

  a713af394cf3 ("cgroup: pids: use atomic64_t for pids->limit")

Fixes tag

  Fixes: commit 49b786ea146f ("cgroup: implement the PIDs subsystem")

has these problem(s):

  - leading word 'commit' unexpected

-- 
Cheers,
Stephen Rothwell

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

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

end of thread, other threads:[~2022-08-16  5:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-15 22:32 linux-next: Fixes tag needs some work in the cgroup tree Stephen Rothwell
2022-08-15 22:34 ` Tejun Heo
  -- strict thread matches above, loose matches on Subject: below --
2021-08-09 22:51 Stephen Rothwell
2021-08-09 22:54 ` Tejun Heo
2021-06-06 22:48 Stephen Rothwell
2019-10-24 20:13 Stephen Rothwell

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.