diff for duplicates of <20250528080119.9380-1-gye976@gmail.com> diff --git a/a/1.txt b/N1/1.txt index c99d510..2198f35 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,13 +4,17 @@ Use `atomic_cmpxchg_relaxed()` to group them atomically. Previously the main logic was executed when `use_count` was 0. Now it returns early when `use_count` was not 0. +Fixes: a1a8e1dc111d ("iio:trigger: Fix use_count race condition") +Reviewed-by: Andy Shevchenko <andy@kernel.org> Signed-off-by: Gyeyoung Baek <gye976@gmail.com> --- Changelog: +v3: + - Add Fixes tag. v2: - Edit commit message. - - Separate variable declaration from logic. (Andy) + - Separate variable declaration from logic. --- drivers/iio/industrialio-trigger.c | 32 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/a/content_digest b/N1/content_digest index 7618c56..fda3ba9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Gyeyoung Baek <gye976@gmail.com>\0" - "Subject\0[PATCH v2] iio: trigger: Avoid data race\0" - "Date\0Wed, 28 May 2025 17:01:19 +0900\0" + "Subject\0[PATCH v3] iio: trigger: Avoid data race\0" + "Date\0Wed, 28 May 2025 23:56:48 +0900\0" "To\0Jonathan Cameron <jic23@kernel.org>\0" "Cc\0David Lechner <dlechner@baylibre.com>" " Nuno S\303\241 <nuno.sa@analog.com>" @@ -16,13 +16,17 @@ "Previously the main logic was executed when `use_count` was 0.\n" "Now it returns early when `use_count` was not 0.\n" "\n" + "Fixes: a1a8e1dc111d (\"iio:trigger: Fix use_count race condition\")\n" + "Reviewed-by: Andy Shevchenko <andy@kernel.org>\n" "Signed-off-by: Gyeyoung Baek <gye976@gmail.com>\n" "---\n" "Changelog:\n" "\n" + "v3:\n" + " - Add Fixes tag. \n" "v2:\n" " - Edit commit message. \n" - " - Separate variable declaration from logic. (Andy)\n" + " - Separate variable declaration from logic.\n" "---\n" " drivers/iio/industrialio-trigger.c | 32 +++++++++++++++---------------\n" " 1 file changed, 16 insertions(+), 16 deletions(-)\n" @@ -82,4 +86,4 @@ "-- \n" 2.43.0 -36761f723215091d08acea8ef12633ab4e2e873b5d6247f1dd81121acae4095e +a6e4f3c15cf4ba2fb815ea14acc2813dfabd68d7dcf26ed943cfa33923eb49ba
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox