On Sat, Aug 12, 2017 at 12:51 PM, wrote:
> 在 2017-08-12 12:04,Chen-Yu Tsai 写道:
>>
>> On Sat, Jul 22, 2017 at 11:00 AM, wrote:
>>>
>>> 在 2017-05-29 15:34,Chen-Yu Tsai 写道:
Hi,
On Sat, May 27, 2017 at 06:23:06PM +0800, Icenowy Zheng wrote:
>>
>>
>> [...]
>>
> +
> +
在 2017-08-12 12:04,Chen-Yu Tsai 写道:
On Sat, Jul 22, 2017 at 11:00 AM, wrote:
在 2017-05-29 15:34,Chen-Yu Tsai 写道:
Hi,
On Sat, May 27, 2017 at 06:23:06PM +0800, Icenowy Zheng wrote:
[...]
+
+/*
+ * For the special bit in gate part, please see the BSP source code
at
+ *
https://github.co
On Sat, Aug 12, 2017 at 12:04 PM, wrote:
> 在 2017-05-29 15:34,Chen-Yu Tsai 写道:
>>
>> Hi,
>>
>> On Sat, May 27, 2017 at 06:23:06PM +0800, Icenowy Zheng wrote:
>>>
>>> Allwinner R40 SoC have a clock controller module in the style of the
>>> SoCs beyond sun6i, however, it's more rich and complex.
>>
On Sat, Jul 22, 2017 at 11:00 AM, wrote:
> 在 2017-05-29 15:34,Chen-Yu Tsai 写道:
>>
>> Hi,
>>
>> On Sat, May 27, 2017 at 06:23:06PM +0800, Icenowy Zheng wrote:
[...]
>>> +
>>> +/*
>>> + * For the special bit in gate part, please see the BSP source code at
>>> + *
>>> https://github.com/BPI-SINOVO
在 2017-05-29 15:34,Chen-Yu Tsai 写道:
Hi,
On Sat, May 27, 2017 at 06:23:06PM +0800, Icenowy Zheng wrote:
Allwinner R40 SoC have a clock controller module in the style of the
SoCs beyond sun6i, however, it's more rich and complex.
Add support for it.
Signed-off-by: Icenowy Zheng
---
Changes in
Right now, SECCOMP_RET_KILL_THREAD (neé SECCOMP_RET_KILL) kills the
current thread. There have been a few requests for this to kill the entire
process (the thread group). This cannot be just changed (discovered when
adding coredump support since coredumping kills the entire process)
because there a
In preparation for adding SECCOMP_RET_KILL_PROCESS, rename SECCOMP_RET_KILL
to the more accurate SECCOMP_RET_KILL_THREAD.
The existing selftest values are intentionally left as SECCOMP_RET_KILL
just to be sure we're exercising the alias.
Signed-off-by: Kees Cook
---
Documentation/networking/fil
This series is the result of Fabricio, Tyler, Will and I going around a
few times on possible solutions for finding a way to enhance RET_KILL
to kill the process group. There's a lot of ways this could be done,
but I wanted something that felt cleanest. My sense of what constitutes
"clean" has shif
This introduces the BPF return value for SECCOMP_RET_KILL_PROCESS to kill
an entire process. This cannot yet be reached by seccomp, but it changes
the default-kill behavior (for unknown return values) from kill-thread to
kill-process.
Signed-off-by: Kees Cook
---
include/uapi/linux/seccomp.h | 1
This verifies that SECCOMP_RET_KILL_PROCESS is higher priority than
SECCOMP_RET_KILL_THREAD. (This also moves a bunch of defines up earlier
in the file to use them earlier.)
Signed-off-by: Kees Cook
Reviewed-by: Tyler Hicks
---
tools/testing/selftests/seccomp/seccomp_bpf.c | 228 +++
On Fri, Aug 11, 2017 at 09:30:59AM -0500, Eddie James wrote:
>
>
> On 08/10/2017 08:18 PM, Guenter Roeck wrote:
> >On Thu, Aug 10, 2017 at 05:19:45PM -0500, Eddie James wrote:
> >>From: "Edward A. James"
> >>
> >>Add the driver to monitor POWER system power supplies with hwmon over
> >>pmbus.
>
On 08/10/2017 08:18 PM, Guenter Roeck wrote:
On Thu, Aug 10, 2017 at 05:19:45PM -0500, Eddie James wrote:
From: "Edward A. James"
Add the driver to monitor POWER system power supplies with hwmon over
pmbus.
Signed-off-by: Edward A. James
---
drivers/hwmon/pmbus/Kconfig | 10 +++
driv
On 08/11/2017 10:11 AM, Yubin Ruan wrote:
> 2017-08-09 3:27 GMT+08:00 Michael Kerrisk (man-pages)
> :
>>
>> Hi,
>>
>> On 08/07/2017 06:42 PM, Randy Dunlap wrote:
>>> On 08/07/2017 09:31 AM, Yubin Ruan wrote:
Hi, I am wondering whether there is any progress for NPTL. In page[1]
I see lots
2017-08-09 3:27 GMT+08:00 Michael Kerrisk (man-pages) :
>
> Hi,
>
> On 08/07/2017 06:42 PM, Randy Dunlap wrote:
> > On 08/07/2017 09:31 AM, Yubin Ruan wrote:
> >> Hi, I am wondering whether there is any progress for NPTL. In page[1]
> >> I see lots of pthread-related pages are missing. Pretty shock
On 08/08/2017 04:30 AM, Jonathan Corbet wrote:
> On Mon, 31 Jul 2017 09:53:01 +0800
> Alex Shi wrote:
>
>> On 07/31/2017 09:50 AM, Alex Shi wrote:
>>> -Reviewers: Ingo Molnar, Thomas Gleixner, Thomas Duetsch, and Randy Dunlap
>>> +Original Reviewers: Ingo Molnar, Thomas Gleixner, Thomas Duets
15 matches
Mail list logo