Re: [PATCH 1/1 v2] hwmon: add support for Sensirion SHT3x sensors

2016-05-14 Thread Guenter Roeck
On 04/25/2016 01:42 AM, Pascal Sachs wrote: From: David Frey This driver implements support for the Sensirion SHT3x-DIS chip, a humidity and temperature sensor. Temperature is measured in degrees celsius, relative humidity is expressed as a percentage. In the sysfs

Re: [PATCH -trivial 1/3] Documentation: vm: Spelling s/paltform/platform/g

2016-05-14 Thread Jonathan Corbet
On Tue, 10 May 2016 20:59:56 +0200 Geert Uytterhoeven wrote: > diff --git a/Documentation/vm/hugetlbpage.txt > b/Documentation/vm/hugetlbpage.txt > index 54dd9b9c6c31aeed..6f3b3fa35613d900 100644 > --- a/Documentation/vm/hugetlbpage.txt > +++

Re: [PATCH] Documentation/memcg: update kmem limit doc as codes behavior

2016-05-14 Thread Jonathan Corbet
On Wed, 11 May 2016 14:07:31 +0800 Qiang Huang wrote: > The restriction of kmem setting is not there anymore because the > accounting is enabled by default even in the cgroup v1 - see > b313aeee2509 ("mm: memcontrol: enable kmem accounting for all > cgroups in the legacy

Re: [PATCH 0/9] kernel-doc/docproc prep work for reStructuredText

2016-05-14 Thread Jonathan Corbet
On Thu, 12 May 2016 16:15:35 +0300 Jani Nikula wrote: > Jon, I was hoping we could consider nudging things forward a bit in the > kernel-doc and docproc reStructuredText front already in 4.7. I know > it's a bit close to the merge window, but this should not interfere with

Re: [PATCH 20/25] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it

2016-05-14 Thread Yury Norov
So, after all discussions, this patch is looking like this. Changes: - assembler part reworked to be more clear, as Catalin recommended; - mmap now points to mmap2, as in 1st versions (suggested by Bamvor), and ilp32 wrapper delouses required arguments; - pread64 and pwrite64 wrappers

Re: [PATCH 20/25] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it

2016-05-14 Thread Yury Norov
On Thu, May 12, 2016 at 04:19:48PM +0300, Yury Norov wrote: [...] > > I think that's a good idea. The function used to be slightly different > > for each architecture, but now it seems we have a significant number > > of identical implementations that we could just merge them together > > into

[PATCH] Documentation: Fix some grammar mistakes in sync_file.txt

2016-05-14 Thread Javier Martinez Canillas
There are two sentences in the Sync File documentation where the english is a little off. This patch is an attempt to fix these. Signed-off-by: Javier Martinez Canillas --- Documentation/sync_file.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff