All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xen: arm: Ensure all PTE bits have a known value
@ 2015-08-14 21:40 Chris (Christopher) Brand
  0 siblings, 0 replies; 4+ messages in thread
From: Chris (Christopher) Brand @ 2015-08-14 21:40 UTC (permalink / raw)
  To: xen-devel@lists.xen.org
  Cc: Julien Grall (julien.grall@citrix.com),
	stefano.stabellini@citrix.com,
	Ian Campbell (ian.campbell@citrix.com)


[-- Attachment #1.1: Type: text/plain, Size: 540 bytes --]

Hi,

This is more-or-less what Julien requested. He noted that pt.contig was never
set to zero. When I looked further, I found other bits that were also never
given a value. Looking at the callsites, they almost all seem to assume a value
of zero, so that's what I went with.

Patch 1 re-orders the assignments to match the declaration, making it clearer
which ones are missing. Patch 2 then adds the missing bits.

Chris
P.S. Apologies for any threading issues - I have not yet managed to get git
send-email working properly.

[-- Attachment #1.2: Type: text/html, Size: 2594 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 0/2] xen: arm: Ensure all PTE bits have a known value
@ 2015-08-14 21:41 Chris (Christopher) Brand
  2015-08-17 18:23 ` Julien Grall
  0 siblings, 1 reply; 4+ messages in thread
From: Chris (Christopher) Brand @ 2015-08-14 21:41 UTC (permalink / raw)
  To: xen-devel@lists.xen.org
  Cc: Julien Grall (julien.grall@citrix.com),
	stefano.stabellini@citrix.com,
	Ian Campbell (ian.campbell@citrix.com)

Hi,

This is more-or-less what Julien requested. He noted that pt.contig was never
set to zero. When I looked further, I found other bits that were also never
given a value. Looking at the callsites, they almost all seem to assume a value
of zero, so that's what I went with.

Patch 1 re-orders the assignments to match the declaration, making it clearer
which ones are missing. Patch 2 then adds the missing bits.

Chris
P.S. Apologies for any threading issues - I have not yet managed to get git
send-email working properly.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] xen: arm: Ensure all PTE bits have a known value
  2015-08-14 21:41 [PATCH 0/2] xen: arm: Ensure all PTE bits have a known value Chris (Christopher) Brand
@ 2015-08-17 18:23 ` Julien Grall
  2015-08-17 19:00   ` Chris (Christopher) Brand
  0 siblings, 1 reply; 4+ messages in thread
From: Julien Grall @ 2015-08-17 18:23 UTC (permalink / raw)
  To: Chris (Christopher) Brand, xen-devel@lists.xen.org
  Cc: stefano.stabellini@citrix.com,
	Ian Campbell (ian.campbell@citrix.com)



On 14/08/2015 14:41, Chris (Christopher) Brand wrote:
> Hi,

Hi Chris,

Thank you for the patch.

> This is more-or-less what Julien requested. He noted that pt.contig was never
> set to zero. When I looked further, I found other bits that were also never
> given a value. Looking at the callsites, they almost all seem to assume a value
> of zero, so that's what I went with.
>
> Patch 1 re-orders the assignments to match the declaration, making it clearer
> which ones are missing. Patch 2 then adds the missing bits.
>
> Chris
> P.S. Apologies for any threading issues - I have not yet managed to get git
> send-email working properly.

I'm usually using git format-patch to get a list of files (one per 
patch) and my cover letter (--cover-letter).

Then I use git send-email *.patch which will send the patch correctly 
threading.

Regards,

-- 
Julien Grall

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] xen: arm: Ensure all PTE bits have a known value
  2015-08-17 18:23 ` Julien Grall
@ 2015-08-17 19:00   ` Chris (Christopher) Brand
  0 siblings, 0 replies; 4+ messages in thread
From: Chris (Christopher) Brand @ 2015-08-17 19:00 UTC (permalink / raw)
  To: Julien Grall, xen-devel@lists.xen.org
  Cc: stefano.stabellini@citrix.com,
	Ian Campbell (ian.campbell@citrix.com)

> > P.S. Apologies for any threading issues - I have not yet managed to
> > get git send-email working properly.
> 
> I'm usually using git format-patch to get a list of files (one per
> patch) and my cover letter (--cover-letter).

Thanks.

> Then I use git send-email *.patch which will send the patch correctly
> threading.

Yeah, the difficulty is finding the right set of --smtp* options to get it
through our corporate mail server. I had it working once upon a time
when I was working for Linaro, but something somewhere seems to have
changed :-)

Chris

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-17 19:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-14 21:41 [PATCH 0/2] xen: arm: Ensure all PTE bits have a known value Chris (Christopher) Brand
2015-08-17 18:23 ` Julien Grall
2015-08-17 19:00   ` Chris (Christopher) Brand
  -- strict thread matches above, loose matches on Subject: below --
2015-08-14 21:40 Chris (Christopher) Brand

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.