Re: [mm 4.15-rc8] Random oopses under memory pressure.
Linus Torvalds writes: (Summary) wrote: [...] compliant with the spec. That's an unnecessary technicality. That's an unnecessary technicality. Any compiler that doesn't get pointer inequality testing...
View ArticleRe: [mm 4.15-rc8] Random oopses under memory pressure.
Linus Torvalds writes: (Summary) Maybe some are hidden in macros and removing one removes a lot. and removing one removes a lot. The real problem is that sometimes the subtraction is simply the right...
View ArticleRe: Boot regression with bacf6b499e11 ("x86/mm: Use a struct to re ...
Linus Torvalds writes: (Summary) On Fri, Jan 19, 2018 at 5:23 PM, Laura Abbott <labbott@redhat.com> I've tried to read through that patch three times to find anything it actually changes, and I...
View ArticleRe: [PATCH] x86: Use __nostackprotect for sme_encrypt_kernel
Linus Torvalds writes: On Sat, Jan 20, 2018 at 5:14 PM, Laura Abbott <labbott@redhat.com> wrote: [...] I hadn't seen this picked up yet so sending explicitly Ingo, I just took this directly as a...
View ArticleRe: [PATCH] x86: Use __nostackprotect for sme_encrypt_kernel
Linus Torvalds writes: (Summary) On Sat, Jan 20, 2018 at 5:49 PM, Gabriel C <nix.or.die@gmail.com> wrote: [...] is in stable-queue. Oh, it wasn't clear from the commit message. But I guess the...
View ArticleRe: [RFC 09/10] x86/enter: Create macros to restrict/unrestrict In ...
Linus Torvalds writes: (Summary) Not doing the right thing for meltdown would be completely unacceptable. would be completely unacceptable. So the IBRS garbage implies that Intel is _not_ planning on...
View Article*Not* final 4.15 this weekend
Linus Torvalds writes: (Summary) Tsirkin (1): ptr_ring: document usage around __ptr_ring_peek Michal Suchanek (1): powerpc/pseries: include linux/types.h in asm/hvcall.h Mike Maloney (1): ipv6: fix...
View ArticleRe: [RFC 09/10] x86/enter: Create macros to restrict/unrestrict In ...
Linus Torvalds writes: (Summary) On Sun, Jan 21, 2018 at 2:00 PM, David Woodhouse <dwmw2@infradead.org> Odd intel naming detail. If you look at this series, it very much does that kernel...
View ArticleRe: [PATCHv2] mm, page_vma_mapped: Drop faulty pointer arithmetics ...
Linus Torvalds writes: On Sun, Jan 21, 2018 at 3:49 PM, Tetsuo Handa<penguin-kernel@i-love.sakura.ne.jp> wrote:[...] the object side does not change. Ok, thanks for checking. Ok, thanks for...
View ArticleRe: [RFC PATCH 00/16] PTI support for x86-32
Linus Torvalds writes: (Summary) It might not be entirely reliable for all microarchitectures, though. microarchitectures, though.[...] ation[...] ike[...] protection if needed (and then enable PTI)?...
View ArticleRe: [PATCH] x86/retpoline/entry: Disable the entire SYSCALL64 fast ...
Linus Torvalds writes: (Summary) Compared to all the PTI mess, it's not even noticeable. all the PTI mess, it's not even noticeable. And if we ever get CPU's that have this all fixed, we can re-visit...
View ArticleRe: [mm 4.15-rc8] Random oopses under memory pressure.
Linus Torvalds writes: (Summary) On Mon, Jan 22, 2018 at 5:26 AM, Rasmus Villemoes<rasmus.villemoes@prevas.dk> I have definitely seen gcc generate the difference with a divide. I have definitely...
View ArticleRe: [PATCH] mm, page_vma_mapped: Introduce pfn_in_hpage()
Linus Torvalds writes: On Mon, Jan 22, 2018 at 1:22 AM, Kirill A. Shutemov <kirill.shutemov@linux.intel.com> wrote:[...] better to do this explicitly. Thanks, I applied it directly, since your...
View ArticleRe: [RFC PATCH 00/16] PTI support for x86-32
Linus Torvalds writes: (Summary) the limit check is actually fairly natural to do early rather than late (since it acts on the linear address _before_ base add and TLB lookup). _before_ base add and...
View ArticleRe: [PATCH v6 3/4] vfs: Add timestamp_truncate() api
Linus Torvalds writes: (Summary) wrote: [...] + t.tv_nsec -= t.tv_nsec % gran; This doesn't actuall ywork if tv_nsec is negative. This doesn't actuall ywork if tv_nsec is negative. Which may not be an...
View ArticleRe: [PATCHv6, RESEND 4/4] x86/boot/compressed/64: Handle 5-level p ...
Linus Torvalds writes: On Tue, Jan 23, 2018 at 9:09 AM, Kirill A. Shutemov <kirill.shutemov@linux.intel.com> wrote:[...] code becomes unreachable to the CPU. I do wonder if we need this. Why...
View ArticleRe: [RFC PATCH 0/4] softirq: Per vector threading v3
Linus Torvalds writes: (Summary) workqueues seem to use cond_resched_rcu_qs(), which does a cond_resched() (and a RCU quiescent note). cond_resched() (and a RCU quiescent note). But I wonder if the...
View ArticleRe: [PATCH v2 5/5] x86/pti: Do not enable PTI on fixed Intel proce ...
Linus Torvalds writes: (Summary) Whether it gets to a cache replacement or not is unclear. a cache replacement or not is unclear. So that naming is very misleading. So that naming is very misleading....
View ArticleRe: [GIT PULL] PCI fixes for v4.15
Linus Torvalds writes: (Summary) On Tue, Jan 23, 2018 at 11:56 AM, Bjorn Helgaas <helgaas@kernel.org> wrote: [...] (Christian K=C3=B6nig) Bjorn, I think you need to look at your email habits. I...
View ArticleRe: [GIT PULL] PCI fixes for v4.15
Linus Torvalds writes: (Summary) It happened before too, so there's three of them: git log --author=ckoenig.leichtzumerken@gmail.com git log --author=ckoenig.leichtzumerken@gmail.com it's also possible...
View Article