lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6b9d5edf-7186-4d7b-814c-5c3f306c68db@kernel.org>
Date: Tue, 10 Jun 2025 14:32:27 +0200
From: Krzysztof Kozlowski <krzk@...nel.org>
To: shao.mingyin@....com.cn, ulf.hansson@...aro.org,
 changhuang.liang@...rfivetech.com
Cc: geert+renesas@...der.be, magnus.damm@...il.com, heiko@...ech.de,
 alim.akhtar@...sung.com, walker.chen@...rfivetech.com,
 sebastian.reichel@...labora.com, detlev.casanova@...labora.com,
 finley.xiao@...k-chips.com, shawn.lin@...k-chips.com, pgwipeout@...il.com,
 qiu.yutan@....com.cn, linux-pm@...r.kernel.org,
 linux-renesas-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
 linux-arm-kernel@...ts.infradead.org, linux-rockchip@...ts.infradead.org,
 linux-samsung-soc@...r.kernel.org, yang.yang29@....com.cn,
 xu.xin16@....com.cn, yang.tao172@....com.cn, ye.xingchen@....com.cn
Subject: Re: [PATCH v2] pmdomain: Use str_enable_disable-like helpers

On 10/06/2025 13:34, shao.mingyin@....com.cn wrote:
> From: Shao Mingyin <shao.mingyin@....com.cn>
> 
> Replace ternary (condition ? "enable" : "disable") syntax and ternary
> (condition ? "on" : "off") syntax with helpers from
> string_choices.h because:
> 1. Simple function call with one argument is easier to read.  Ternary
>    operator has three arguments and with wrapping might lead to quite
>    long code.
> 2. Is slightly shorter thus also easier to read.
> 3. It brings uniformity in the text - same string.
> 4. Allows deduping by the linker, which results in a smaller binary
>    file.

So you just taken everything from the same my patch - even entire commit
subject and commit description - and sent it as yours?

https://lore.kernel.org/all/20250114203547.1013010-1-krzysztof.kozlowski@linaro.org/

oh my, if doing EXACTLY the same keep original authorship - the From and
Sob fields.

Best regards,
Krzysztof

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ