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] [day] [month] [year] [list]
Date: Tue, 16 Apr 2024 13:48:58 +0100
From: Lee Jones <lee@...nel.org>
To: Min Li <min.li.xe@...esas.com>
Cc: Min Li <lnimi@...mail.com>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH mfd v1 1/2] mfd: rsmu: support I2C SMBus access

On Fri, 12 Apr 2024, Min Li wrote:

> > 
> > These are still not connected.
> > 
> 
> Hi Lee
> 
> It is my first time using --thread option. Can you let me know if I am doing everything right.
> Thanks
> 
> 1) git format-patch --thread=deep

I believe --thread is the default here.

These are the commands I use:

$ mkdir patches
$ git format-patch --cover-letter -M -o patches <baseref>..<topref>

> 2) git send-email

git send-email --no-format-patch \
 --smtp-server=${SMTPSERVER} \
 --smtp-server-port=${SMTPSERVERPORT} \
 --smtp-encryption=${SMTPENCRYPT} \
 --smtp-user=${SMTPUSER} \
 --smtp-pass=${SMTPPASS} \
 --from=\"${SMTPFROM}\" \
 --to=${TO} \
 --cc=${CC} \
 --annotate \
 --compose \
 patches

-- 
Lee Jones [李琼斯]

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ