Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1437483
| From | "Jan Beulich" <JBeulich@suse.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/7] xen-pciback: misc cleanup |
| Date | 2016-07-06 08:50 +0200 |
| Message-ID | <rROOJ-5IG-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The first five patches are the result of the requested split of
"xen-pciback: clean up {bar,rom}_init()", with Boris'es R-b
dropped despite there not being any functional change (the
mechanical change appears too significant to retain it). The
remaining two are a follow-up to the recent "xen/pciback: Fix
conf_space read/write overlap check." and I hope the folding
in of the formatting correction of two lines touched anyway is
going to be acceptable this time.
1: drop unused function parameter of read_dev_bar()
2: drop rom_init()
3: fold read_dev_bar() into its now single caller
4: simplify determination of 64-bit memory resource
5: use const and unsigned in bar_init()
6: short-circuit read path used for merging write values
7: drop superfluous variables
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v4 0/7] xen-pciback: misc cleanup "Jan Beulich" <JBeulich@suse.com> - 2016-07-06 08:50 +0200 [PATCH v4 2/7] xen-pciback: drop rom_init() "Jan Beulich" <JBeulich@suse.com> - 2016-07-06 09:00 +0200 [PATCH v4 3/7] xen-pciback: fold read_dev_bar() into its now single caller "Jan Beulich" <JBeulich@suse.com> - 2016-07-06 09:00 +0200 [PATCH v4 1/7] xen-pciback: drop unused function parameter of read_dev_bar() "Jan Beulich" <JBeulich@suse.com> - 2016-07-06 09:00 +0200 [PATCH v4 4/7] xen-pciback: simplify determination of 64-bit memory resource "Jan Beulich" <JBeulich@suse.com> - 2016-07-06 09:00 +0200 [PATCH v4 6/7] xen-pciback: short-circuit read path used for merging write values "Jan Beulich" <JBeulich@suse.com> - 2016-07-06 09:00 +0200 [PATCH v4 5/7] xen-pciback: use const and unsigned in bar_init() "Jan Beulich" <JBeulich@suse.com> - 2016-07-06 09:00 +0200 [PATCH v4 7/7] xen-pciback: drop superfluous variables "Jan Beulich" <JBeulich@suse.com> - 2016-07-06 09:10 +0200 Re: [Xen-devel] [PATCH v4 0/7] xen-pciback: misc cleanup David Vrabel <david.vrabel@citrix.com> - 2016-07-06 11:50 +0200
csiph-web