From: Dexuan Cui
Sent: Friday, July 8, 2016 15:47
You can also get the patch here (2764221d):
https://github.com/dcui/linux/commits/decui/hv_sock/net-next/20160708_v15
In v14:
fix some coding style issues pointed out by David.
In v15:
Just some stylistic changes addressing comments from Joe Perches and
Olaf Hering -- thank you!
- add a GPL blurb.
- define a new macro PAGE_SIZE_4K and use it to replace PAGE_SIZE
- change sk_to_hvsock/hvsock_to_sk() from macros to inline functions
- remove a not-very-useful pr_err()
- fix some typos in comment and coding style issues.
FYI: the diff between v14 and v15 is attached: the diff is generated by
git-diff-ing the 2 branches decui/hv_sock/net-next/20160629_v14 and
decui/hv_sock/net-next/20160708_v15 in the above github repo.
Thanks,
-- Dexuan