Re: [GIT PULL] Some fixes for v5.11

2020-12-15 Thread Christian Brauner
On Mon, Dec 14, 2020 at 04:45:50PM -0800, Linus Torvalds wrote: > On Mon, Dec 14, 2020 at 5:27 AM Christian Brauner > wrote: > > > > /* Conflicts */ > > At the time of creating this PR no merge conflicts were reported from > > linux-next and no merge conflict with 2c85ebc57b3e ("Linux 5.10") when

Re: [GIT PULL] Some fixes for v5.11

2020-12-15 Thread Christian Brauner
On Tue, Dec 15, 2020 at 03:37:51PM +1100, Stephen Rothwell wrote: > Hi Linus, > > On Mon, 14 Dec 2020 16:45:50 -0800 Linus Torvalds > wrote: > > > > On Mon, Dec 14, 2020 at 5:27 AM Christian Brauner > > wrote: > > > > > > /* Conflicts */ > > > At the time of creating this PR no merge conflicts

Re: [GIT PULL] Some fixes for v5.11

2020-12-14 Thread Stephen Rothwell
Hi Linus, On Mon, 14 Dec 2020 16:45:50 -0800 Linus Torvalds wrote: > > On Mon, Dec 14, 2020 at 5:27 AM Christian Brauner > wrote: > > > > /* Conflicts */ > > At the time of creating this PR no merge conflicts were reported from > > linux-next and no merge conflict with 2c85ebc57b3e ("Linux

Re: [GIT PULL] Some fixes for v5.11

2020-12-14 Thread pr-tracker-bot
The pull request you sent on Mon, 14 Dec 2020 14:27:45 +0100: > g...@gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux > tags/fixes-v5.11 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/f9b4240b074730f41c1ef8e0d695d10fb5bb1e27 Thank you! -- Deet-doot-dot,

Re: [GIT PULL] Some fixes for v5.11

2020-12-14 Thread Linus Torvalds
On Mon, Dec 14, 2020 at 5:27 AM Christian Brauner wrote: > > /* Conflicts */ > At the time of creating this PR no merge conflicts were reported from > linux-next and no merge conflict with 2c85ebc57b3e ("Linux 5.10") when > pulling the tag. Really? It conflicted with your own time namespace

[GIT PULL] Some fixes for v5.11

2020-12-14 Thread Christian Brauner
Hi Linus, Here are some fixes for v5.11. /* Summary */ This contains several fixes which felt worth being combined into a single pr: - Use put_nsproxy() instead of open-coding it switch_task_namespaces(). - Kirill's work to unify lifecycle management for all namespaces. The lifetime counters