Re: [GIT PULL] SCSI fixes for 4.16-rc1
Linus Torvalds writes: On Wed, Feb 14, 2018 at 12:28 PM, James Bottomley<James.Bottomley@hansenpartnership.com> wrote: [...] a new pull request next week. Ok, dropped. Ok, dropped. Linus Linus Linus
View ArticleRe: [PATCH] x86, nospec: Fix uninitialized mask in array_index_mas ...
Linus Torvalds writes: (Summary) wrote: [...] of (0 - 0 - CARRY). NAK. NAK. This is stupid. This is stupid. Any asm tools that think this is "uninitialized inline asm arguments" are complete garbage....
View ArticleRe: [GIT PULL] x86 PTI and Spectre related fixes and updates
Linus Torvalds writes: (Summary) On Wed, Feb 14, 2018 at 4:38 PM, Ingo Molnar <mingo@kernel.org> wrote: [...] This tree generates two relatively simple conflicts with your tree: So what annoys me...
View ArticleRe: [GIT PULL] x86 PTI and Spectre related fixes and updates
Linus Torvalds writes: On Wed, Feb 14, 2018 at 9:48 PM, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote:[...] do that, or you do :) Ok, as long as it helps something, I'm ok with it. I was...
View ArticleRe: [PATCH 0/3] Use global pages with PTI
Linus Torvalds writes: (Summary) Odd, I have this distinct memory of somebody even _testing_ the global bit performance when I pointed out that we shouldn't just make the bit go away entirely. the bit...
View ArticleRe: [PATCH] linux/nospec.h: allow index argument to have const-qua ...
Linus Torvalds writes: (Summary) HOWEVER, even then it's wrong, because if "size" is of a signed type, the check in WARN_ONCE is pure garbage. the check in WARN_ONCE is pure garbage. To make matters...
View ArticleRe: [PATCH] linux/nospec.h: allow index argument to have const-qua ...
Linus Torvalds writes: (Summary) Here's a test: run a 32-bit kernel, and then do an ioctl() or something with a negative fd. something with a negative fd. What I think will happen is: What I think will...
View ArticleRe: [PATCH RFC v2 4/6] x86: Disable PTI on compatibility mode
Linus Torvalds writes: (Summary) But even with just one thread, I'm not seeing how you keep user mode from going from compatibility mode to L mode with just a far jump. compatibility mode to L mode...
View ArticleRe: [PATCH RFC v2 4/6] x86: Disable PTI on compatibility mode
Linus Torvalds writes: (Summary) On Thu, Feb 15, 2018 at 4:22 PM, Nadav Amit <nadav.amit@gmail.com> wrote: [...] the work. Sure, I can see it working, but it's some really shady stuff, and now...
View ArticleRe: [PATCH] mm: hide a #warning for COMPILE_TEST
Linus Torvalds writes: On Fri, Feb 16, 2018 at 7:25 AM, Arnd Bergmann <arnd@arndb.de> wrote: [...] is set. Ack, looks sane, so I just applied it directly to my tree instead of waiting for this to...
View ArticleRe: [PATCH 4/4] fs/dcache: Avoid the try_lock loops in dentry_kill()
Linus Torvalds writes: (Summary) wrote: [...] Trylock loops are problematic in two scenarios: I don't mind this patch series per se (although I would really like Al to ack it), but this particular...
View ArticleRe: [PATCH 11/23] kconfig: add 'shell-stdout' function
Linus Torvalds writes: (Summary) The rule would be very simple: - if the result of the shell command is a failure, the result is 'n' - otherwise, the result is the first line of stdout - if the result...
View ArticleRe: [RFC][PATCH] x86: proposed new ARCH_CAPABILITIES MSR bit for R ...
Linus Torvalds writes: (Summary) So it might actually be even better with _two_ bits: "explicitly needs RSB stuffing" and "explicitly fixed and does _not_ need RSB stuffing". And then if neither bit it...
View ArticleRe: [RFC][PATCH] x86: proposed new ARCH_CAPABILITIES MSR bit for R ...
Linus Torvalds writes: (Summary) Who knows, virtualization people may simply want the user to specify the model, but then make the Spectre decisions be based on actual hardware capabilities (whether...
View ArticleRe: [PATCH 4/4] fs/dcache: Avoid the try_lock loops in dentry_kill()
Linus Torvalds writes: (Summary) wrote: [...] d_prune_aliases(), for example. What are you talking about? What are you talking about? lock_parent() does the nice "spin_trylock succeeded" special case....
View ArticleRe: [PATCH 4/4] fs/dcache: Avoid the try_lock loops in dentry_kill()
Linus Torvalds writes: (Summary) You can't just move the trylock into the caller, since then you need to move all the other stuff too? to move all the other stuff too? Or were you planning on splitting...
View ArticleRe: [PATCH 4/4] fs/dcache: Avoid the try_lock loops in dentry_kill()
Linus Torvalds writes: (Summary) wrote: [...] would know if they needed to recheck the dentry contents. So you'd have to add another way to say "didn't need to drop dentry lock". And then your...
View ArticleLinux 4.16-rc2
Linus Torvalds writes: (Summary) Silva (2): ACPI: SPCR: Mark expected switch fall-through in acpi_parse_spcr x86/cpu: Change type of x86_cache_size variable to unsigned int Hans de Goede (4):...
View ArticleRe: [PATCH 11/23] kconfig: add 'shell-stdout' function
Linus Torvalds writes: (Summary) On Sun, Feb 18, 2018 at 8:48 PM, Ulf Magnusson <ulfalizer@gmail.com> I'm not seeing anything like that right now, but I could imagine it in theory, so your worry...
View ArticleRe: [PATCH 11/23] kconfig: add 'shell-stdout' function
Linus Torvalds writes: (Summary) Thinking about it some more, I really would prefer just "$(shell ...)" everywhere. ...)" everywhere. But it would be nice if perhaps the error handling would match the...
View Article