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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 22 May 2020 01:43:38 +0000 From: "Singh, Balbir" <sblbir@...zon.com> To: "boris.ostrovsky@...cle.com" <boris.ostrovsky@...cle.com>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, "Agarwal, Anchal" <anchalag@...zon.com>, "peterz@...radead.org" <peterz@...radead.org>, "Woodhouse, David" <dwmw@...zon.co.uk>, "vkuznets@...hat.com" <vkuznets@...hat.com>, "sstabellini@...nel.org" <sstabellini@...nel.org>, "tglx@...utronix.de" <tglx@...utronix.de>, "linux-pm@...r.kernel.org" <linux-pm@...r.kernel.org>, "Valentin, Eduardo" <eduval@...zon.com>, "linux-mm@...ck.org" <linux-mm@...ck.org>, "jgross@...e.com" <jgross@...e.com>, "konrad.wilk@...cle.com" <konrad.wilk@...cle.com>, "axboe@...nel.dk" <axboe@...nel.dk>, "x86@...nel.org" <x86@...nel.org>, "roger.pau@...rix.com" <roger.pau@...rix.com>, "hpa@...or.com" <hpa@...or.com>, "rjw@...ysocki.net" <rjw@...ysocki.net>, "mingo@...hat.com" <mingo@...hat.com>, "Kamata, Munehisa" <kamatam@...zon.com>, "pavel@....cz" <pavel@....cz>, "bp@...en8.de" <bp@...en8.de>, "netdev@...r.kernel.org" <netdev@...r.kernel.org>, "len.brown@...el.com" <len.brown@...el.com>, "davem@...emloft.net" <davem@...emloft.net>, "benh@...nel.crashing.org" <benh@...nel.crashing.org>, "xen-devel@...ts.xenproject.org" <xen-devel@...ts.xenproject.org> Subject: Re: [PATCH 06/12] xen-blkfront: add callbacks for PM suspend and hibernation > @@ -1057,7 +1063,7 @@ static int xen_translate_vdev(int vdevice, int *minor, unsigned int *offset) > case XEN_SCSI_DISK5_MAJOR: > case XEN_SCSI_DISK6_MAJOR: > case XEN_SCSI_DISK7_MAJOR: > - *offset = (*minor / PARTS_PER_DISK) + > + *offset = (*minor / PARTS_PER_DISK) + > ((major - XEN_SCSI_DISK1_MAJOR + 1) * 16) + > EMULATED_SD_DISK_NAME_OFFSET; > *minor = *minor + > @@ -1072,7 +1078,7 @@ static int xen_translate_vdev(int vdevice, int *minor, unsigned int *offset) > case XEN_SCSI_DISK13_MAJOR: > case XEN_SCSI_DISK14_MAJOR: > case XEN_SCSI_DISK15_MAJOR: > - *offset = (*minor / PARTS_PER_DISK) + > + *offset = (*minor / PARTS_PER_DISK) + > ((major - XEN_SCSI_DISK8_MAJOR + 8) * 16) + > EMULATED_SD_DISK_NAME_OFFSET; > *minor = *minor + These seem like whitespace fixes? If so, they should be in a separate patch Balbir
Powered by blists - more mailing lists