It's unused, so remove it.
Signed-off-by: Yuval Shaia
---
v0 -> v1:
* Add commit message
* Update Documentation/networking/phy.txt
* Modify commit header message
---
Documentation/networking/phy.txt | 1 -
drivers/net/phy/phy.c| 24
i
On Fri 02-06-17 16:18:52, Roman Gushchin wrote:
> On Fri, Jun 02, 2017 at 10:43:33AM +0200, Michal Hocko wrote:
> > On Wed 31-05-17 14:01:45, Johannes Weiner wrote:
> > > On Wed, May 31, 2017 at 06:25:04PM +0200, Michal Hocko wrote:
> > > > > > + /*
> > > > > > * If current has a pending SIG
Hi Leo,
On 2017/5/25 16:57, Leo Yan wrote:
> Bind debug module driver for Hi6220.
>
> Reviewed-by: Mathieu Poirier
> Signed-off-by: Leo Yan
Thanks!
Fine to me.
Acked-by: Wei Xu
Hi Mathieu,
Can you help to pick up this patch as well?
Thanks!
Best Regards,
Wei
> ---
> arch/arm64/boot/dts/h
Hi,
Ruslan Bilovol writes:
>> Ruslan Bilovol writes:
>>> I came to this patch series when wanted to do two things:
>>> - use UAC1 as virtual ALSA sound card on gadget side,
>>>just like UAC2 is used so it's possible to do rate
>>>resampling
>>> - have both playback/capture support in
On 5 June 2017 at 02:33, Wei Xu wrote:
> Hi Leo,
>
> On 2017/5/25 16:57, Leo Yan wrote:
>> Bind debug module driver for Hi6220.
>>
>> Reviewed-by: Mathieu Poirier
>> Signed-off-by: Leo Yan
>
> Thanks!
> Fine to me.
> Acked-by: Wei Xu
>
> Hi Mathieu,
>
> Can you help to pick up this patch as wel
Hi Yury,
On Sun, Jun 04, 2017 at 02:59:52PM +0300, Yury Norov wrote:
> The newer prlimit64 syscall provides all the functionality provided by
> the getrlimit and setrlimit syscalls and adds the pid of target process,
> so future architectures won't need to include getrlimit and setrlimit.
>
> The
From: Anmol Sarma
Date: Sat, 3 Jun 2017 17:40:54 +0530
> Update tcp.txt to fix mandatory congestion control ops and default
> CCA selection. Also, fix comment in tcp.h for undo_cwnd.
>
> Signed-off-by: Anmol Sarma
Applied, thank you.
--
To unsubscribe from this list: send the line "unsubscrib
Hi Mathieu,
On 2017/6/5 15:17, Mathieu Poirier wrote:
> On 5 June 2017 at 02:33, Wei Xu wrote:
>> Hi Leo,
>>
>> On 2017/5/25 16:57, Leo Yan wrote:
>>> Bind debug module driver for Hi6220.
>>>
>>> Reviewed-by: Mathieu Poirier
>>> Signed-off-by: Leo Yan
>>
>> Thanks!
>> Fine to me.
>> Acked-by: W
On 06/05/2017 12:18 AM, Yuval Shaia wrote:
> It's unused, so remove it.
>
> Signed-off-by: Yuval Shaia
Reviewed-by: Florian Fainelli
--
Florian
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at
Hi Mickaël,
On 06/03/2017 05:13 AM, Mickaël Salaün wrote:
> Hi Shuah,
>
> On 02/06/2017 21:31, Shuah Khan wrote:
>> Hi Mickaël,
>>
>> On 05/26/2017 12:43 PM, Mickaël Salaün wrote:
>>> Rebuild the seccomp tests when kselftest_harness.h is updated.
>>>
>>> Signed-off-by: Mickaël Salaün
>>> Acked-b
On 06/03/2017 05:17 AM, Mickaël Salaün wrote:
>
> On 02/06/2017 22:02, Shuah Khan wrote:
>> Hi Mickaël,
>>
>> On 05/26/2017 12:44 PM, Mickaël Salaün wrote:
>>> Add ReST metadata to kselftest_harness.h to be able to include the
>>> comments in the Sphinx documentation.
>>>
>>
>> These don't belong
Hi,
This patch series make the seccomp/test_harness.h more generally available [1]
and update the kselftest documentation in the Sphinx format. It also improve
the Makefile of seccomp tests to take into account any kselftest_harness.h
update.
[1]
https://lkml.kernel.org/r/CAGXu5j+8CVz8vL51DRYXqO
Include and convert kselftest to the Sphinx format.
Signed-off-by: Mickaël Salaün
Acked-by: Kees Cook
Cc: Jonathan Corbet
Cc: Shuah Khan
---
Changes since v2:
* lighten the modifications (suggested by Kees Cook)
---
Documentation/dev-tools/index.rst | 1 +
Documentation/dev-tools/kself
Add ReST metadata to kselftest_harness.h to be able to include the
comments in the Sphinx documentation.
Signed-off-by: Mickaël Salaün
Cc: Andy Lutomirski
Cc: Jonathan Corbet
Cc: Kees Cook
Cc: Shuah Khan
Cc: Will Drewry
---
Changes since v5:
* remove a blank line to please "git am" :)
Cha
Remove the TEST_API() wrapper to expose the underlying macro arguments
to the documentation tools.
Use "git diff --patience" to get a more readable patch.
Signed-off-by: Mickaël Salaün
Cc: Andy Lutomirski
Cc: Jonathan Corbet
Cc: Kees Cook
Cc: Shuah Khan
Cc: Will Drewry
---
Changes since v
Rebuild the seccomp tests when kselftest_harness.h is updated.
Signed-off-by: Mickaël Salaün
Acked-by: Kees Cook
Cc: Andy Lutomirski
Cc: Shuah Khan
Cc: Will Drewry
---
tools/testing/selftests/seccomp/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/testing/selftests/secco
The seccomp/test_harness.h file contains useful helpers to build tests.
Moving it to the selftest directory should benefit to other test
components.
Keep seccomp maintainers for this file.
Signed-off-by: Mickaël Salaün
Acked-by: Kees Cook
Acked-by: Will Drewry
Cc: Andy Lutomirski
Cc: Shuah Kh
Move kselftest.txt to dev-tools/kselftest.rst .
Signed-off-by: Mickaël Salaün
Acked-by: Kees Cook
Cc: Jonathan Corbet
Cc: Shuah Khan
---
Documentation/00-INDEX | 2 --
Documentation/{kselftest.txt => dev-tools/kselftest.rst} | 0
2 files changed, 2 deletions(
Keep the content consistent with the new name.
Signed-off-by: Mickaël Salaün
Acked-by: Kees Cook
Cc: Andy Lutomirski
Cc: Shuah Khan
Cc: Will Drewry
---
tools/testing/selftests/kselftest_harness.h | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/tools/testing/se
Update include/linux to include the s-Par drivers set's common header
files, which are needed for the s-Par visorbus.
Since the include directories are now moved to include/linux/visorbus, this
patch makes all the s-Par drivers (visorbus, visorinput, visornic, and
visorhba) use the new include fo
This patch simply does a git mv of the
drivers/staging/unisys/Documentation directory to Documentation. It also
renames overview.txt to visorbus.txt and renames sysfs-platform-visorchipset
to the correct name sysfs-bus-visorbus.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
.../ABI/st
This patchset moves drivers/staging/unisys/include to
include/linux/visorbus, and moves drivers/staging/unisys/visorbus to
drivers/virt/visorbus.
David Kershner (3):
include: linux: visorbus: Add visorbus to include/linux directory
Documentation: Move visorbus documentation from staging to
This patch moves visorbus from drivers/staging/visorbus to
drivers/virt.
Signed-off-by: David Kershner
Reviewed-by: Tim Sell
---
MAINTAINERS | 1 +
drivers/staging/unisys/Kconfig | 1 -
drivers/staging/unisys/Makefil
On Thu, 1 Jun 2017 13:21:02 +0900
SeongJae Park wrote:
> This commit applies upstream change, commit b26cfc48e3e0 ("doc: Update
> control-dependencies section of memory-barriers.txt"), to Korean
> translation.
I've applied this to the docs tree, thanks.
jon
--
To unsubscribe from this list: se
On Sat, 27 May 2017 20:52:43 +0200
Wolfram Sang wrote:
> Correct the typo, the wrongly typed function does not exist.
Applied to the docs tree, thanks.
jon
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordom
On Tue, 23 May 2017 15:46:54 +0200
Wolfram Sang wrote:
> a) Linux can be an I2C slave meanwhile
> b) all drivers except one use the driver model currently
>
> Update the documentation.
I wasn't sure if you wanted me to apply this one or not...I don't see it
in linux-next, so I've gone ahead and
On Thu, 18 May 2017 14:32:57 -0400
Ayan Shafqat wrote:
> ---
> Documentation/process/coding-style.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/process/coding-style.rst
> b/Documentation/process/coding-style.rst
> index d20d52a4d812..a20b44a40ec
Add the "owl" earlycon option to kernel-parameters.txt.
Signed-off-by: Andreas Färber
---
v3 -> v4:
* Extended help text and commit message (Jonathan)
v1 -> v2 -> v3: unchanged
Documentation/admin-guide/kernel-parameters.txt | 6 ++
1 file changed, 6 insertions(+)
diff --git a/Docume
Hello,
This patch series adds initial support for Actions Semiconductor S500 (ARMv7)
and S900 (ARMv8) SoCs.
v4 refactors the clocksource driver again and fixes power-gating for CPU2/CPU3.
With this v4 I would like to start applying initial patches to my tree for 4.13.
@Actions:Last call for
On Wed, May 31, 2017 at 08:45:31AM -0400, Jeff Layton wrote:
> Jan's description for this patch is much better than mine, so I'm
> quoting it verbatim here:
>
> -8<-
> DAX currently doesn't set errors in the mapping when cache flushing
> fails in dax_writeback_mappi
On Mon, 2017-06-05 at 19:01 -0600, Ross Zwisler wrote:
> On Wed, May 31, 2017 at 08:45:31AM -0400, Jeff Layton wrote:
> > Jan's description for this patch is much better than mine, so I'm
> > quoting it verbatim here:
> >
> > -8<-
> > DAX currently doesn't set error
31 matches
Mail list logo