Quantcast
Channel: lkml.org : Vaidyanathan Srinivasan
Browsing all 890 articles
Browse latest View live

Re: [PATCH 07/34] x86/entry/32: Restore segments before int registers

Linus Torvalds writes: (Summary) wrote: [...] previous versions which was return to user with kernel-cr3 :) Ahh. The NX protection to guarantee that you don't return to user mode was really good on...

View Article



Re: [PATCH 7/7] RCU, workqueue: Implement rcu_work

Linus Torvalds writes: (Summary) The rcu_call() part fundamentally will happen on any CPU, and sure, it could then schedule the work on something else, but that doesn't sound like a particularly sound...

View Article

Re: [PATCH 5/9] x86/dumpstack: Improve opcodes dumping in the Code ...

Linus Torvalds writes: (Summary) On Tue, Mar 6, 2018 at 1:49 AM, Borislav Petkov <bp@alien8.de> wrote: [...] on the cmdline a new buffer gets allocated. Are these always serialized? For oopses, I...

View Article

Re: [PATCH net-next] modules: allow modprobe load regular elf binaries

Linus Torvalds writes: (Summary) wrote: [...] [,,] [,,] I like this, but I have one request: can we make sure that this action is visible in the system messages? is visible in the system messages? When...

View Article

Re: [PATCH net-next] modules: allow modprobe load regular elf binaries

Linus Torvalds writes: (Summary) We've been *so* much better off moving most of the module loading logic to the kernel, we should not go back in the old broken direction. direction. I do *not* want the...

View Article


Re: VLA removal (was Re: [RFC 2/2] lustre: use VLA_SAFE)

Linus Torvalds writes: (Summary) It generates much more code, and much _slower_ code (and more fragile code), than just using a fixed key size would have done. key size would have done. Ok, so...

View Article

Re: [PATCH] vsprintf: Make "null" pointer dereference more robust

Linus Torvalds writes: (Summary) We'll still take the fauly, still do vmalloc fault filling, still do a *lot* of potentially really complicated things. complicated things. Guys, stop this idiocy. They...

View Article

Re: Simplifying our RCU models

Linus Torvalds writes: (Summary) wrote:[...] board with changing these various names? I really would prefer to not see massive re-naming unless there is a really good reason for it. really good reason...

View Article


Re: [PATCH] x86/vsyscall/64: Drop "native" vsyscalls

Linus Torvalds writes: On Wed, Mar 7, 2018 at 11:12 AM, Andy Lutomirski <luto@kernel.org> wrote: [...] years, and nothing has gone wrong. Delete it. Ack. Ack. I guess we';ll hear if anybody might...

View Article


Re: Invalid /proc//fd/{0,1,2} symlinks with TIOCGPTPEER

Linus Torvalds writes: (Summary) Why are you using a bind mount in the first place? Right now path_pts() just does ret = path_parent_directory(path); ret = path_parent_directory(path); and that simply...

View Article

Re: [PATCH 5/9] x86/dumpstack: Improve opcodes dumping in the Code ...

Linus Torvalds writes: On Wed, Mar 7, 2018 at 5:25 AM, Josh Poimboeuf <jpoimboe@redhat.com> wrote: [...] least, reduce its possible range to a reasonable max?) Ack. Just limit it to 64 bytes max...

View Article

Re: [PATCH] docs: clarify security-bugs disclosure policy

Linus Torvalds writes: (Summary) We also don't explicitly disclose the discussion of the patches or the report, although part of it mayt obviously become more or less public for other reasons. or less...

View Article

Re: [PATCH] [v2] docs: clarify security-bugs disclosure policy

Linus Torvalds writes: That patch looks fine to me, avoiding any terms that might be misunderstood, and being pretty straightforward. misunderstood, and being pretty straightforward. I'm guessing this...

View Article


Re: [PATCH] vsprintf: Make "null" pointer dereference more robust

Linus Torvalds writes: (Summary) It _does_ affect plain %p. You're correct that it doesn't affect %px and %pK, since those never printed out (null) in the first place. printed out (null) in the first...

View Article

Re: [PATCH] vsprintf: Make "null" pointer dereference more robust

Linus Torvalds writes: (Summary) wrote:[...] It not only affects %p, but it also affects %pS and friends (sSfFB), Looking around at the x86 panic thing, %p doesn't matter that much, but %p[sSfFB]...

View Article


Re: [PATCH 5/9] x86/dumpstack: Improve opcodes dumping in the Code ...

Linus Torvalds writes: (Summary) wrote: [...] + unsigned int code_prologue = OPCODE_BUFSIZE * 43 / OPCODE_BUFSIZE; Heh. Heh. That's a very odd way of writing "43". That's a very odd way of writing...

View Article

Re: [PATCH 5/9] x86/dumpstack: Improve opcodes dumping in the Code ...

Linus Torvalds writes: (Summary) wrote: [...] is more important than the epilogue. Yes, so the reason the prologue is more important is that there's really two cases for the "Code:" line: really two...

View Article


Re: [PATCH] kernel.h: Skip single-eval logic on literals in min()/ ...

Linus Torvalds writes: (Summary) It will mean that trivial constants like "5" and "sizeof(x)" won't simplify, because they have different types. simplify, because they have different types. The ?: will...

View Article

Re: [PATCH] kernel.h: Skip single-eval logic on literals in min()/ ...

Linus Torvalds writes: (Summary) wrote: [...] tree. Yes, but I also didn't want to add any new cases in case people add new min/max() users. new min/max() users. But: But:[...] =99:[...] pointer types...

View Article

Re: [PATCH net-next] modules: allow modprobe load regular elf binaries

Linus Torvalds writes: (Summary) If Kees doesn't trust the files to be loaded, an executable - even if it's running with root privileges and in the initns - is still fundamentally weaker than a kernel...

View Article
Browsing all 890 articles
Browse latest View live




Latest Images