Re: [PATCH] proc: Provide details on indirect branch speculation

2020-11-04 Thread Anand K. Mistry
On Sun, 1 Nov 2020 at 07:05, Andrew Morton wrote: > > On Fri, 30 Oct 2020 17:27:54 +1100 Anand K Mistry wrote: > > > Similar to speculation store bypass, show information about the indirect > > branch speculation mode of a task in /proc/$pid/status. > > Why is this considered useful? For

Re: [PATCH] proc: Provide details on indirect branch speculation

2020-10-31 Thread Andrew Morton
On Fri, 30 Oct 2020 17:27:54 +1100 Anand K Mistry wrote: > Similar to speculation store bypass, show information about the indirect > branch speculation mode of a task in /proc/$pid/status. Why is this considered useful?

[PATCH] proc: Provide details on indirect branch speculation

2020-10-30 Thread Anand K Mistry
Similar to speculation store bypass, show information about the indirect branch speculation mode of a task in /proc/$pid/status. Signed-off-by: Anand K Mistry --- Documentation/filesystems/proc.rst | 2 ++ fs/proc/array.c| 28 2 files changed,