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
| ||
|
Message-ID: <87bmbd80rl.fsf@concordia.ellerman.id.au> Date: Thu, 12 Jul 2018 15:46:06 +1000 From: Michael Ellerman <mpe@...erman.id.au> To: Daniel Klamt <eleon@...0n.de>, benh@...nel.crashing.org Cc: paulus@...ba.org, linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org, linux-kernel@...cs.fau.de, Daniel Klamt <eleon@...0n.de>, Bjoern Noetel <bjoern@...ak3r.de> Subject: Re: [PATCH] powerpc: Replaced msleep(x) with msleep(OPAL_BUSY_DELAY_MS) Daniel Klamt <eleon@...0n.de> writes: > Replaced msleep(x) with with msleep(OPAL_BUSY_DELAY_MS) > to diocument these sleep is to wait for opal. > > Signed-off-by: Daniel Klamt <eleon@...0n.de> > Signed-off-by: Bjoern Noetel <bjoern@...ak3r.de> Thanks. Your change log should be in the imperative mood, see: https://git.kernel.org/pub/scm/git/git.git/tree/Documentation/SubmittingPatches?id=HEAD#n133 In this case that just means saying "Replace" rather than "Replaced". Also the prefix should be "powerpc/xive". You can guess that by doing: $ git log --oneline arch/powerpc/sysdev/xive/native.c And notice that the majority of commits use that prefix. I've fixed both of those things up for you. cheers
Powered by blists - more mailing lists