Re: [PATCH 01/24] Add the ability to lock down access to the runni ...
Linus Torvalds writes: (Summary) For example, if the distro is sure that it doesn't need /dev/mem, then why the hell is this tied to "lockdown" that then may have to be disabled because *other* changes...
View ArticleRe: [GIT PULL] Thermal management updates for v4.17-rc1
Linus Torvalds writes: (Summary) wrote: [...] git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git next Pulled, and then immediately unpulled again. Pulled, and then immediately unpulled...
View ArticleRe: sparc/ppc/arm compat siginfo ABI regressions: sending SIGFPE v ...
Linus Torvalds writes: (Summary) On Wed, Apr 11, 2018 at 6:34 PM, Dmitry V. wrote: [...] looking commit messages. Yes, this siginfo stuff has been a mess. Yes, this siginfo stuff has been a mess. Eric...
View ArticleRe: sparc/ppc/arm compat siginfo ABI regressions: sending SIGFPE v ...
Linus Torvalds writes: (Summary) 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/arch/arm/include/uapi/asm/siginfo.h b/arch/arm/include/uapi/asm/siginfo.h index...
View ArticleRe: [PATCH 01/24] Add the ability to lock down access to the runni ...
Linus Torvalds writes: (Summary) On Thu, Apr 12, 2018 at 6:09 AM, Justin Forbes <jmforbes@linuxtx.org> wrote: [...] Very rarely in my experience. Good. Do you have a handle on the reasons? Good....
View ArticleRe: [GIT PULL] Thermal management updates for v4.17-rc1
Linus Torvalds writes: (Summary) On Wed, Apr 11, 2018 at 10:08 PM, Zhang Rui <rui.zhang@intel.com> wrote: [...] could you please illustrate me what the kconfig & warning is? Just "make...
View ArticleRe: [PATCH] proc: fixup (c) sign
Linus Torvalds writes: (Summary) wrote: [...] Andrew's scripts butchered it :-( Oh, it's not just Andrew. Oh, it's not just Andrew. Git will fix up commit messages etc, but the actual *patch* will be...
View ArticleRe: sparc/ppc/arm compat siginfo ABI regressions: sending SIGFPE v ...
Linus Torvalds writes: On Thu, Apr 12, 2018 at 10:20 AM, Russell King - ARM Linux <linux@armlinux.org.uk> wrote:[...] would be better to remove the whole file. Fair enough. I'm not going to...
View ArticleRe: [PATCH 0/5] [GIT PULL] tracing: A few last minute clean up and ...
Linus Torvalds writes: (Summary) On Wed, Apr 11, 2018 at 6:53 PM, Steven Rostedt <rostedt@goodmis.org> wrote: [...] Please pull the latest ktest-v4.17-2 tree, which can be found at: That doesn't...
View ArticleRe: [PATCH 0/5] [GIT PULL] tracing: A few last minute clean up and ...
Linus Torvalds writes: (Summary) On Thu, Apr 12, 2018 at 10:53 AM, Linus Torvalds<torvalds@linux-foundation.org> That "ktest-v4.17-2" tag does exist - in the tracing tree. in the tracing tree. So...
View ArticleRe: [GIT PULL] Please pull NFS client updates for 4.17
Linus Torvalds writes: (Summary) I do my pulls in batches of mostly similar stuff, and the nfs pull just came in after I had done my last batch of FS pulls, so now it's waiting for the next one. FS...
View ArticleRe: [RFC PATCH for 4.18 12/23] cpu_opv: Provide cpu_opv system cal ...
Linus Torvalds writes: (Summary) wrote:[...] array as argument. Do we really want the page pinning? Do we really want the page pinning? This whole cpu_opv thing is the most questionable part of the...
View ArticleRe: [RFC PATCH for 4.18 12/23] cpu_opv: Provide cpu_opv system cal ...
Linus Torvalds writes: (Summary) wrote:[...] What are your concerns about page pinning ? Pretty much everything. Pretty much everything. It's the most complex part by far, and the vmalloc space is a...
View ArticleRe: [PATCH] proc: fixup (c) sign
Linus Torvalds writes: (Summary) charset=us-ascii which is what I'd expect if Mutt has a "use the least complex charset that can fit the message". that can fit the message". If you look at my emails,...
View ArticleRe: [PATCH v4] proc: fixup copyright sign
Linus Torvalds writes: Yup, this came through correctly: Yup, this came through correctly: Content-Type: text/plain; charset=utf-8 Content-Type: text/plain; charset=utf-8 and the patch looks fine too....
View ArticleRe: sparc/ppc/arm compat siginfo ABI regressions: sending SIGFPE v ...
Linus Torvalds writes: (Summary) 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/arch/arm/include/uapi/asm/siginfo.h b/arch/arm/include/uapi/asm/siginfo.h deleted file mode 100644...
View ArticleRe: [RFC PATCH for 4.18 12/23] cpu_opv: Provide cpu_opv system cal ...
Linus Torvalds writes: (Summary) On Fri, Apr 13, 2018 at 5:16 AM, Mathieu Desnoyers<mathieu.desnoyers@efficios.com> wrote:[...] a cpu_opv call can touch. No it's not. No it's not. You can have a...
View ArticleRe: [PATCH 21/30] stack-protector: test compiler capability in Kco ...
Linus Torvalds writes: (Summary) In the presense of multiple defaults, the first is picked, so this _automatically_ does that whole priority ordering. that whole priority ordering. And then the...
View ArticleRe: sparc/ppc/arm compat siginfo ABI regressions: sending SIGFPE v ...
Linus Torvalds writes: (Summary) wrote:[...] operation from the FP hardware? Note that the number of people who actually look at the si_code is approximately zero. approximately zero. But the ones that...
View ArticleRe: sparc/ppc/arm compat siginfo ABI regressions: sending SIGFPE v ...
Linus Torvalds writes: (Summary) I've seen code that cares about SIGFPE deeply, but it's almost invariably about some emulated environment (eg Java VM, or CPU emulation). emulation). And the siginfo...
View Article