linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: Fixes tag needs some work in the block tree
@ 2020-05-28 21:10 Stephen Rothwell
  0 siblings, 0 replies; 88+ messages in thread
From: Stephen Rothwell @ 2020-05-28 21:10 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Christoph Hellwig

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

Hi all,

In commit

  dc35ada4251f ("block: fix a warning when blkdev.h is included for !CONFIG_BLOCK builds")

Fixes tag

  Fixes: 956d510ee78 ("block: add disk/bio-based accounting helpers")

has these problem(s):

  - SHA1 should be at least 12 digits long
    Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
    or later) just making sure it is not set (or set to "auto").

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2023-11-22 21:51 Stephen Rothwell
  0 siblings, 0 replies; 88+ messages in thread
From: Stephen Rothwell @ 2023-11-22 21:51 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Christoph Hellwig, Keith Busch, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

In commit

  1c22e0295a5e ("nvmet: nul-terminate the NQNs passed in the connect command")

Fixes tag

  Fixes: a07b4970f464 "nvmet: add a generic NVMe target")

has these problem(s):

  - Subject has trailing but no leading parentheses.
    Just use
        git log -1 --format='Fixes: %h ("%s")'

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2023-08-14 23:19 Stephen Rothwell
  2023-08-15  3:21 ` Yu Kuai
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2023-08-14 23:19 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Yu Kuai, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  71070e7bd25d ("md/raid10: fix a 'conf->barrier' leakage in raid10_takeover()")

Fixes tag

  Fixes: 4d27e927344a ("md: don't quiesce in mddev_suspend()")

has these problem(s):

  - Target SHA1 does not exist

Maybe you meant

Fixes: b39f35ebe86d ("md: don't quiesce in mddev_suspend()")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2023-06-18 22:22 Stephen Rothwell
  2023-06-20  5:41 ` Chaitanya Kulkarni
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2023-06-18 22:22 UTC (permalink / raw)
  To: Jens Axboe, Alasdair G Kergon, Mike Snitzer
  Cc: Chaitanya Kulkarni, Keith Busch, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

[Also in the device-mapper tree]

In commit

  900095bfbbf6 ("nvme-fabrics: error out to unlock the mutex")

Fixes tag

  Fixes: f0cebf82004d ("nvme-fabrics: prevent overriding of existing host")

has these problem(s):

  - Target SHA1 does not exist

Maybe you meant

Fixes: ae8bd606e09b ("nvme-fabrics: prevent overriding of existing host")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2023-06-13 22:33 Stephen Rothwell
  0 siblings, 0 replies; 88+ messages in thread
From: Stephen Rothwell @ 2023-06-13 22:33 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Christoph Hellwig, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  3dbd53c7be1c ("swim3: fix the floppy_locked_ioctl prototype")

Fixes tag

  Fixes: b60f7635788a ("swim3: fix the floppy_locked_ioctl prototype")

has these problem(s):

  - Target SHA1 does not exist

Maybe you meant

Fixes: 05bdb9965305 ("block: replace fmode_t with a block-specific type for block open flags")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2023-03-20 21:28 Stephen Rothwell
  2023-03-20 21:30 ` Jens Axboe
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2023-03-20 21:28 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Keith Busch, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  aa939e415c6c ("blk-mq: remove hybrid polling")

Fixes tags

  Fixes: 9650b453a3d4b1, "block: ignore RWF_HIPRI hint for sync dio"
  Fixes: d729cf9acb93119, "io_uring: don't sleep when polling for I/O"

have these problem(s):

  - missing space between the SHA1 and the subject
  - Subject does not match target commit subject
    Just use
	git log -1 --format='Fixes: %h ("%s")'

So:

Fixes: 9650b453a3d4 ("block: ignore RWF_HIPRI hint for sync dio")
Fixes: d729cf9acb93 ("io_uring: don't sleep when polling for I/O")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2022-11-28 21:27 Stephen Rothwell
  2022-11-28 23:39 ` Damien Le Moal
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2022-11-28 21:27 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Damien Le Moal, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  4b49197f9fbd ("block: mq-deadline: Rename deadline_is_seq_writes()")

Fixes tag

  Fixes: 015d02f4853 ("block: mq-deadline: Do not break sequential write streams to zoned HDDs")

has these problem(s):

  - SHA1 should be at least 12 digits long
    This can be fixed for the future by setting core.abbrev to 12 (or
    more) or (for git v2.11 or later) just making sure it is not set
    (or set to "auto").

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2022-07-27 22:06 Stephen Rothwell
  0 siblings, 0 replies; 88+ messages in thread
From: Stephen Rothwell @ 2022-07-27 22:06 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Bean Huo, Christoph Hellwig, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

In commit

  5509e85fd887 ("nvme: use command_id instead of req->tag in trace_nvme_complete_rq()")

Fixes tag

  Fixes: e7006de6c238 ("nvme: code command_id with a genctr for use authentication after release")

has these problem(s):

  - Subject does not match target commit subject
    Just use
	git log -1 --format='Fixes: %h ("%s")'

So

Fixes: e7006de6c238 ("nvme: code command_id with a genctr for use-after-free validation")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2022-06-22 23:21 Stephen Rothwell
  2022-06-22 23:44 ` Jens Axboe
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2022-06-22 23:21 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Dylan Yudaken, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  1da6baa4e4c2 ("io_uring: move io_uring_get_opcode out of TP_printk")

Fixes tag

  Fixes: 033b87d2 ("io_uring: use the text representation of ops in trace")

has these problem(s):

  - SHA1 should be at least 12 digits long
    This can be fixed for the future by setting core.abbrev to 12 (or
    more) or (for git v2.11 or later) just making sure it is not set
    (or set to "auto").

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2022-04-28  1:44 Stephen Rothwell
  0 siblings, 0 replies; 88+ messages in thread
From: Stephen Rothwell @ 2022-04-28  1:44 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Mariusz Tkaczyk, Song Liu, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

In commit

  57668f0a4cc4 ("raid5: introduce MD_BROKEN")

Fixes tag

  Fixes: fb73b357fb9 ("raid5: block failing device if raid will be failed")

has these problem(s):

  - SHA1 should be at least 12 digits long
    This can be fixed for the future by setting core.abbrev to 12 (or
    more) or (for git v2.11 or later) just making sure it is not set
    (or set to "auto").

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2022-03-28 21:02 Stephen Rothwell
  0 siblings, 0 replies; 88+ messages in thread
From: Stephen Rothwell @ 2022-03-28 21:02 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Jiri Slaby, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  15583a563cd5 ("block: restore the old set_task_ioprio() behaviour wrt PF_EXITING")

Fixes tags

  Fixes: 5fc11eebb4 (block: open code create_task_io_context in set_task_ioprio)
  Fixes: a957b61254 (block: fix error in handling dead task for ioprio setting)

have this problem:

  - SHA1 should be at least 12 digits long
    This can be fixed for the future by setting core.abbrev to 12 (or
    more) or (for git v2.11 or later) just making sure it is not set
    (or set to "auto").

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2022-03-22 20:49 Stephen Rothwell
  2022-03-23  1:45 ` Jens Axboe
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2022-03-22 20:49 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Keith Busch, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  c30cf83999ad ("crytpo: fix crc64 testmgr digest byte order")

Fixes tag

  Fixes: commit f3813f4b287e4 ("crypto: add rocksoft 64b crc guard tag framework")

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] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2022-01-03 21:25 Stephen Rothwell
  0 siblings, 0 replies; 88+ messages in thread
From: Stephen Rothwell @ 2022-01-03 21:25 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Geliang Tang, Christoph Hellwig, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

In commit

  3a605e32a7f8 ("nvme: drop unused variable ctrl in nvme_setup_cmd")

Fixes tag

  Fixes: 292ddf67bbd5 ("nvme: increment request genctr on completion")

has these problem(s):

  - Target SHA1 does not exist

Maybe you meant

Fixes: e4fdb2b167ed ("nvme: increment request genctr on completion")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2021-10-19 21:46 Stephen Rothwell
  0 siblings, 0 replies; 88+ messages in thread
From: Stephen Rothwell @ 2021-10-19 21:46 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Zheng Liang, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  2fc428f6b7ca ("block, bfq: fix UAF problem in bfqg_stats_init()")

Fixes tag

  Fixes: commit fd41e60331b ("bfq-iosched: stop using blkg->stat_bytes and ->stat_ios")

has these problem(s):

  - leading word 'commit' unexpected
  - SHA1 should be at least 12 digits long
    Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
    or later) just making sure it is not set (or set to "auto").

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2021-08-22  3:24 Stephen Rothwell
  0 siblings, 0 replies; 88+ messages in thread
From: Stephen Rothwell @ 2021-08-22  3:24 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  071e5f53b789 ("block: always initialize bio->bi_pool")

Fixes tag

  Fixes: Fixes: a4aa1b0494ea ("bio: optimize initialization of a bio")

has these problem(s):

  - Extra "Fixes:" word

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2021-05-18 22:01 Stephen Rothwell
  2021-05-19 19:25 ` Sergey Shtylyov
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2021-05-18 22:01 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Sergey Shtylyov, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  1437568b56f8 ("pata_octeon_cf: avoid WARN_ON() in ata_host_activate()")

Fixes tag

  Fixes: 3c929c6f5aa7 ("MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.")

has these problem(s):

  - Subject does not match target commit subject
    Just use
	git log -1 --format='Fixes: %h ("%s")'

Maybe you meant

Fixes: 43f01da0f279 ("MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.")

or

Fixes: 3c929c6f5aa7 ("libata: New driver for OCTEON SOC Compact Flash interface (v7).")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2021-05-05 22:23 Stephen Rothwell
  2021-05-09  1:49 ` Minwoo Im
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2021-05-05 22:23 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Minwoo Im, Christoph Hellwig, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

In commit

  48145b62563a ("nvme: fix controller ioctl through ns_head")

Fixes tag

  Fixes: 3557a4409701 ("nvme: don't bother to look up a namespace for

has these problem(s):

  - Subject has leading but no trailing parentheses
  - Subject has leading but no trailing quotes

Please do not split Fixes tags over more than one line.

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2021-03-04 23:52 Stephen Rothwell
  2021-03-05  0:26 ` Jens Axboe
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2021-03-04 23:52 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Daniel Wagner, Christoph Hellwig, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

In commit

  284e4cdb0c0b ("nvme-hwmon: Return error code when registration fails")

Fixes tag

  Fixes: ec420cdcfab4 ("nvme/hwmon: rework to avoid devm allocation")

has these problem(s):

  - Target SHA1 does not exist

Maybe you meant

Fixes: ed7770f66286 ("nvme-hwmon: rework to avoid devm allocation")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2021-02-22 21:01 Stephen Rothwell
  2021-02-22 21:15 ` Chaitanya Kulkarni
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2021-02-22 21:01 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Chaitanya Kulkarni, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  179d16007236 ("block: remove superfluous param in blk_fill_rwbs()")

Fixes tag

  Fixes: 1b9a9ab78b0 ("blktrace: use op accessors")

has these problem(s):

  - SHA1 should be at least 12 digits long
    Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
    or later) just making sure it is not set (or set to "auto").

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2021-02-20  4:51 Stephen Rothwell
  2021-02-20  4:57 ` Jens Axboe
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2021-02-20  4:51 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Pavel Begunkov, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  76676c992506 ("io_uring: fix io_rsrc_ref_quiesce races")

Fixes tag

  Fixes: 0ce4a72632317 ("io_uring: don't hold uring_lock when calling io_run_task_work*")

has these problem(s):

  - Target SHA1 does not exist

Maybe you meant

Fixes: a4f2225d1cb2 ("io_uring: don't hold uring_lock when calling io_run_task_work*")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2021-02-04 20:13 Stephen Rothwell
  0 siblings, 0 replies; 88+ messages in thread
From: Stephen Rothwell @ 2021-02-04 20:13 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Jiri Kosina, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  8a0c014cd205 ("floppy: reintroduce O_NDELAY fix")

Fixes tag

  Fixes: 09954bad4 ("floppy: refactor open() flags handling")

has these problem(s):

  - SHA1 should be at least 12 digits long

Fixes tag

  Fixes: f2791e7ead ("Revert "floppy: refactor open() flags handling"")

has these problem(s):

  - SHA1 should be at least 12 digits long

These can be fixed for future commits by setting core.abbrev to 12
(or more) or (for git v2.11 or later) just making sure it is not set
(or set to "auto").

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2021-01-25  9:40 Stephen Rothwell
  2021-01-25 18:35 ` Paolo Valente
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2021-01-25  9:40 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Jia Cheng Hu, Jan Kara, Paolo Valente, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

In commit

  d4fc3640ff36 ("block, bfq: set next_rq to waker_bfqq->next_rq in waker injection")

Fixes tag

  Fixes: c5089591c3ba ("block, bfq: detect wakers and unconditionally inject their I/O")

has these problem(s):

  - Target SHA1 does not exist

Maybe you meant

Fixes: 13a857a4c4e8 ("block, bfq: detect wakers and unconditionally inject their I/O")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2020-12-17 20:38 Stephen Rothwell
  2020-12-17 20:42 ` Jens Axboe
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2020-12-17 20:38 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Linux Kernel Mailing List, Linux Next Mailing List, Stefan Haberland

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

Hi all,

In commit

  358e7cbf87b4 ("s390/dasd: fix hanging device offline processing")

Fixes tag

  Fixes: 47825e05d93e ("s390/dasd: fix endless loop after read unit address configuration")

has these problem(s):

  - Target SHA1 does not exist

Maybe you meant

Fixes: 41995342b40c ("s390/dasd: fix endless loop after read unit address configuration")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2020-12-01 21:02 Stephen Rothwell
  2020-12-01 21:09 ` Jens Axboe
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2020-12-01 21:02 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Christoph Hellwig, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  573cc9d095bc ("blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats")

Fixes tag

  Fixes: ef45fe470e1 ("blk-cgroup: show global disk stats in root cgroup io.stat")

has these problem(s):

  - SHA1 should be at least 12 digits long

For the future, this can be fixed by setting core.abbrev to 12 (or more)
or (for git v2.11 or later) just making sure it is not set (or set to
"auto").

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2020-11-30 21:28 Stephen Rothwell
  0 siblings, 0 replies; 88+ messages in thread
From: Stephen Rothwell @ 2020-11-30 21:28 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Christoph Hellwig, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  107673613884 ("blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats")

Fixes tag

  Fixes: ef45fe470e1 ("blk-cgroup: show global disk stats in root cgroup io.stat")

has these problem(s):

  - SHA1 should be at least 12 digits long

For the future, this can be fixed by setting core.abbrev to 12 (or more)
or (for git v2.11 or later) just making sure it is not set (or set to
"auto").

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2020-09-24 22:38 Stephen Rothwell
  0 siblings, 0 replies; 88+ messages in thread
From: Stephen Rothwell @ 2020-09-24 22:38 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Xiao Ni, Song Liu

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

Hi all,

In commit

  10988d55ae96 ("md/raid10: Change the return type of raid10_handle_discard to int")

Fixes tag

  fixes: 8f694215ae4c (md/raid10: improve raid10 discard request)

has these problem(s):

  - Target SHA1 does not exist

Maybe you meant

Fixes: 828d14fd7a6c ("md/raid10: improve raid10 discard request")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2020-07-29 22:08 Stephen Rothwell
  2020-07-29 22:12 ` Stephen Rothwell
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2020-07-29 22:08 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linux Next Mailing List, Linux Kernel Mailing List

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

Hi all,

In commit

  64d452b3560b ("nvme-loop: set ctrl state connecting after init")

Fixes tag

  Fixes: aa63fa6776a7 ("nvme-fabrics: allow to queue requests for live queues")

has these problem(s):

  - Target SHA1 does not exist

I can't easily find what commit is meant :-(

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2020-06-28 22:05 Stephen Rothwell
  2020-06-29 16:21 ` Pavel Begunkov
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2020-06-28 22:05 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Pavel Begunkov

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

Hi all,

In commit

  8c9cb6cd9a46 ("io_uring: fix refs underflow in io_iopoll_queue()")

Fixes tag

  Fixes: a1d7c393c47 ("io_uring: enable READ/WRITE to use deferred completions")

has these problem(s):

  - SHA1 should be at least 12 digits long
    Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
    or later) just making sure it is not set (or set to "auto").

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2020-06-26 23:07 Stephen Rothwell
  2020-06-27  1:32 ` Jens Axboe
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2020-06-26 23:07 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Pavel Begunkov

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

Hi all,

In commit

  cd664b0e35cb ("io_uring: fix hanging iopoll in case of -EAGAIN")

Fixes tag

  Fixes: bbde017a32b3 ("io_uring: add memory barrier to synchronize

has these problem(s):

  - Subject has leading but no trailing parentheses
  - Subject has leading but no trailing quotes

Please do not split Fixes tags over more than one line.

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2020-03-22 14:08 Stephen Rothwell
  0 siblings, 0 replies; 88+ messages in thread
From: Stephen Rothwell @ 2020-03-22 14:08 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Zhiqiang Liu,
	Feilong Lin

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

Hi all,

In commit

  2f95fa5c955d ("block, bfq: fix use-after-free in bfq_idle_slice_timer_body")

Fixes tag

  Fixes: aee69d78d ("block, bfq: introduce the BFQ-v0 I/O scheduler as an extra scheduler")

has these problem(s):

  - SHA1 should be at least 12 digits long
    Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
    or later) just making sure it is not set (or set to "auto").

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2019-10-24  6:16 Stephen Rothwell
  0 siblings, 0 replies; 88+ messages in thread
From: Stephen Rothwell @ 2019-10-24  6:16 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linux Next Mailing List, Linux Kernel Mailing List, Jackie Liu

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

Hi all,

In commit

  f131f240623a ("io_uring: cq entries should be equal to (or greater) than sq entries")

Fixes tag

  Fixes: 95d8765bd9f2 ("io_uring: allow application controlled CQ ring size")

has these problem(s):

  - Target SHA1 does not exist

Did you mean

Fixes: f3cbc97703c5 ("io_uring: allow application controlled CQ ring size")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2019-10-07 20:16 Stephen Rothwell
  2019-10-10 17:36 ` Bart Van Assche
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2019-10-07 20:16 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Bart Van Assche

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

Hi all,

In commit

  1d200e9d6f63 ("block: Fix writeback throttling W=1 compiler warnings")

Fixes tag

  Fixes: e34cbd307477 ("blk-wbt: add general throttling mechanism"; v4.10).

has these problem(s):

  - Subject has leading but no trailing quotes
  - Subject does not match target commit subject
    Just use
	git log -1 --format='Fixes: %h ("%s")'

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2019-09-10 14:57 Stephen Rothwell
  0 siblings, 0 replies; 88+ messages in thread
From: Stephen Rothwell @ 2019-09-10 14:57 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linux Next Mailing List, Linux Kernel Mailing List, Jackie Liu

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

Hi all,

In commit

  8776f3fa15a5 ("io_uring: fix wrong sequence setting logic")

Fixes tag

  Fixes: de0617e4671 ("io_uring: add support for marking commands as draining")

has these problem(s):

  - SHA1 should be at least 12 digits long
    Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
    or later) just making sure it is not set (or set to "auto").

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2019-07-11 21:35 Stephen Rothwell
  2019-07-11 22:03 ` Jens Axboe
  0 siblings, 1 reply; 88+ messages in thread
From: Stephen Rothwell @ 2019-07-11 21:35 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linux Next Mailing List, Linux Kernel Mailing List, Minwoo Im

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

Hi all,

In commit

  8f3858763d33 ("nvme: fix NULL deref for fabrics options")

Fixes tag

  Fixes: 958f2a0f8 ("nvme-tcp: set the STABLE_WRITES flag when data digests

has these problem(s):

  - SHA1 should be at least 12 digits long
    Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
    or later) just making sure it is not set (or set to "auto").
  - Subject has leading but no trailing parentheses
  - Subject has leading but no trailing quotes

Please do not split Fixes tags over more than one line.  Also do not
include blank lines among the tags.

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 88+ messages in thread
* linux-next: Fixes tag needs some work in the block tree
@ 2019-02-21 20:39 Stephen Rothwell
  0 siblings, 0 replies; 88+ messages in thread
From: Stephen Rothwell @ 2019-02-21 20:39 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linux Next Mailing List, Linux Kernel Mailing List, Ming Lei

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

Hi Jens,

In commit

  8f4e80da764e ("block: bounce: make sure that bvec table is updated")

Fixes tag

  Fixes: 6dc4f100c ("block: allow bio_for_each_segment_all() to iterate over multi-page bvec")

has these problem(s):

  - SHA1 should be at least 12 digits long
    Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
    or later) just making sure it is not set (or set to "auto").

-- 
Cheers,
Stephen Rothwell

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

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

end of thread, other threads:[~2023-11-22 21:51 UTC | newest]

Thread overview: 88+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-28 21:10 linux-next: Fixes tag needs some work in the block tree Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2023-11-22 21:51 Stephen Rothwell
2023-08-14 23:19 Stephen Rothwell
2023-08-15  3:21 ` Yu Kuai
2023-08-15 15:08   ` Jens Axboe
2023-08-15 15:58     ` Song Liu
2023-08-15 16:07       ` Jens Axboe
2023-08-15 16:17         ` Song Liu
2023-08-15 16:20           ` Jens Axboe
2023-08-15 16:26             ` Song Liu
2023-08-15 16:31               ` Jens Axboe
2023-08-15 16:51                 ` Song Liu
2023-08-15 16:59                   ` Jens Axboe
2023-06-18 22:22 Stephen Rothwell
2023-06-20  5:41 ` Chaitanya Kulkarni
2023-06-13 22:33 Stephen Rothwell
2023-03-20 21:28 Stephen Rothwell
2023-03-20 21:30 ` Jens Axboe
2022-11-28 21:27 Stephen Rothwell
2022-11-28 23:39 ` Damien Le Moal
2022-11-29  2:30   ` Jens Axboe
2022-11-29  2:50     ` Damien Le Moal
2022-07-27 22:06 Stephen Rothwell
2022-06-22 23:21 Stephen Rothwell
2022-06-22 23:44 ` Jens Axboe
2022-06-23  8:11   ` Dylan Yudaken
2022-04-28  1:44 Stephen Rothwell
2022-03-28 21:02 Stephen Rothwell
2022-03-22 20:49 Stephen Rothwell
2022-03-23  1:45 ` Jens Axboe
2022-01-03 21:25 Stephen Rothwell
2021-10-19 21:46 Stephen Rothwell
2021-08-22  3:24 Stephen Rothwell
2021-05-18 22:01 Stephen Rothwell
2021-05-19 19:25 ` Sergey Shtylyov
2021-05-19 21:55   ` Jens Axboe
2021-05-05 22:23 Stephen Rothwell
2021-05-09  1:49 ` Minwoo Im
2021-03-04 23:52 Stephen Rothwell
2021-03-05  0:26 ` Jens Axboe
2021-03-05  7:46   ` Christoph Hellwig
2021-03-05 15:53     ` Jens Axboe
2021-02-22 21:01 Stephen Rothwell
2021-02-22 21:15 ` Chaitanya Kulkarni
2021-02-20  4:51 Stephen Rothwell
2021-02-20  4:57 ` Jens Axboe
2021-02-04 20:13 Stephen Rothwell
2021-01-25  9:40 Stephen Rothwell
2021-01-25 18:35 ` Paolo Valente
2021-01-25 18:39   ` Jens Axboe
2021-01-26 13:29     ` Jan Kara
2021-01-26 15:47       ` Jens Axboe
2021-01-26 16:01         ` Jan Kara
2021-01-26 16:05           ` Jens Axboe
2020-12-17 20:38 Stephen Rothwell
2020-12-17 20:42 ` Jens Axboe
2020-12-01 21:02 Stephen Rothwell
2020-12-01 21:09 ` Jens Axboe
2020-12-01 21:44   ` Stephen Rothwell
2020-12-01 21:52     ` Jens Axboe
2020-11-30 21:28 Stephen Rothwell
2020-09-24 22:38 Stephen Rothwell
2020-07-29 22:08 Stephen Rothwell
2020-07-29 22:12 ` Stephen Rothwell
2020-07-30 15:04   ` Jens Axboe
2020-06-28 22:05 Stephen Rothwell
2020-06-29 16:21 ` Pavel Begunkov
2020-06-29 16:25   ` Jens Axboe
2020-06-29 22:36     ` Stephen Rothwell
2020-06-29 22:45       ` Jens Axboe
2020-06-26 23:07 Stephen Rothwell
2020-06-27  1:32 ` Jens Axboe
2020-06-27  1:56   ` Konstantin Ryabitsev
2020-06-27  2:25     ` Jens Axboe
2020-06-27  5:12       ` Stephen Rothwell
2020-06-28 13:38         ` Jens Axboe
2020-06-27  5:01     ` Stephen Rothwell
2020-06-27 11:18       ` Pavel Begunkov
2020-03-22 14:08 Stephen Rothwell
2019-10-24  6:16 Stephen Rothwell
2019-10-07 20:16 Stephen Rothwell
2019-10-10 17:36 ` Bart Van Assche
2019-10-11  0:42   ` Stephen Rothwell
2019-09-10 14:57 Stephen Rothwell
2019-07-11 21:35 Stephen Rothwell
2019-07-11 22:03 ` Jens Axboe
2019-07-12  8:47   ` Minwoo Im
2019-02-21 20:39 Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).