Re: [GIT PULL] sound updates for 4.17-rc1
Linus Torvalds writes: (Summary) THIS IS NEVER EVER AUTOMATED! THIS IS NEVER EVER AUTOMATED! It shouldn't even be scripted, because this shouldn't be about tens of branches anyway, and it certainly...
View ArticleRe: [PATCH v7] kernel.h: Retain constant expression output for max ...
Linus Torvalds writes: (Summary) I was actually expecting it to go with the other VLA removal patches, but if the plan is to try to just get them in individual maintainer trees, I guess I can just take...
View ArticleRe: [PATCH v7] kernel.h: Retain constant expression output for max ...
Linus Torvalds writes: On Thu, Apr 5, 2018 at 1:31 PM, Kees Cook <keescook@chromium.org> wrote: [...] single-patch pull. If you can snag it now, that'd be great! :) Ok, applied. Ok, applied....
View ArticleRe: [GIT PULL] x86/build changes for v4.17
Linus Torvalds writes: (Summary) wrote: [...] __builtin_constant_p to return true. I actually really wish that were true, and that it would always be considered an ICE. considered an ICE. But it's not,...
View ArticleRe: [PATCH v7] kernel.h: Retain constant expression output for max ...
Linus Torvalds writes: (Summary) wrote:[...] Ok, applied. Ugh, during the merge window, we had actually grown a new example of that "different enum types" problem: that "different enum types" problem:...
View ArticleRe: [GIT PULL] sound updates for 4.17-rc1
Linus Torvalds writes: (Summary) But the merges they are are the *only* thing that brings in the new code, and when you look at history, the code development within one topic branch is nice and linear...
View ArticleRe: [GIT PULL] x86/build changes for v4.17
Linus Torvalds writes: (Summary) wrote: [...] compiler optimization to change. I actually mis-read your example - in your case it obviously does pass the array itself down to the call, and yes, it...
View ArticleRe: [GIT PULL] printk for 4.17
Linus Torvalds writes: (Summary) wrote: [...] Merge branch 'for-4.17' into for-linus Please don't do this. Please don't do this. There was no reason for it, and the commit message says: There was no...
View ArticleRe: [GIT PULL 2/3] ARM: SoC platform updates for 4.17
Linus Torvalds writes: On Thu, Apr 5, 2018 at 2:29 PM, Arnd Bergmann <arnd@arndb.de> wrote: [...] mailing list. I think you replied to the wrong pull request, and meant to reply to the DT one.....
View ArticleRe: [GIT PULL 3/3] ARM: SoC driver updates for 4.17
Linus Torvalds writes: (Summary) On Thu, Apr 5, 2018 at 2:23 PM, Arnd Bergmann <arnd@arndb.de> wrote: [...] a little more. This caused a trivial merge with the perf tree. This caused a trivial...
View Article[tip:x86/asm] x86/syscalls: Don't pointlessly reload the system ca ...
tip-bot for Linus Torvalds writes: (Summary) 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/arch/x86/entry/common.c b/arch/x86/entry/common.c index 74f6eee15179..a8b066dbbf48...
View ArticleRe: [PATCH net-next 00/12] fscache: Fixes, traces and development
Linus Torvalds writes: On Fri, Apr 6, 2018 at 7:44 AM, David Howells <dhowells@redhat.com> wrote: [...] Do you want me to repost the patchset? No, but if you can redo the pull request part so...
View ArticleRe: [PATCH net-next 00/12] fscache: Fixes, traces and development
Linus Torvalds writes: (Summary) I usually start my days off looking at emails in general, so I see discussions and I see your emails, but then when I start actually pulling I go to that list of...
View ArticleRe: [PATCH net-next 00/12] fscache: Fixes, traces and development
Linus Torvalds writes: (Summary) In fact, even then it's generally fine to just point to the git tree and just mention the patches that extend out of just the pure subsystem (and why they do so)....
View ArticleRe: [GIT PULL] SELinux patches for v4.17
Linus Torvalds writes: (Summary) I ended up re-doing the merge, and it looks like some more sctp changes happened after Stephen's merge anyway, so mine didn't end up quite like his. quite like his....
View ArticleRe: [PATCH 00/20] afs: Fixes and development
Linus Torvalds writes: (Summary) wrote: [...] are: So I pulled this after your updated fscache pull request, and I notice that these three commits are duplicate (not shared): that these three commits...
View ArticleRe: [GIT PULL] SELinux patches for v4.17
Linus Torvalds writes: (Summary) wrote:[...] handle the checks required via security_socket_connect(): Ok, thanks, that's exactly what I wanted to get. Ok, thanks, that's exactly what I wanted to get....
View ArticleRe: [PATCH 00/20] afs: Fixes and development
Linus Torvalds writes: On Sat, Apr 7, 2018 at 10:19 AM, Al Viro <viro@zeniv.linux.org.uk> wrote: [...] get rid of dget_parent() there at the same time. Ok, I will skip the afs updates for now,...
View ArticleRe: [PATCH v2 1/3] mm/gup_benchmark: handle gup failures
Linus Torvalds writes: On Thu, Apr 5, 2018 at 2:03 PM, Michael S. Tsirkin <mst@redhat.com> wrote: [...] + i += nr; Can we just make this robust while at it, and just make it Can we just make this...
View ArticleRe: git source files with rw permissions
Linus Torvalds writes: On Thu, Apr 5, 2018 at 5:53 PM, Joe Perches <joe@perches.com> wrote: [...] awk '{print $9}' A simpler version of this is: A simpler version of this is: git ls-files -s...
View Article