Re: [PATCH] x86/entry64: remove unused audit related macros

2016-10-23 Thread Alexander Kuleshov
Hello Borislav, On 10-23-16, Borislav Petkov wrote: > I'd prefer it if you said which patch *removed* them and made those > defines unused again. > > What would be even better is if your commit message explained *why* they > were removed in that patch and that because of we > don't need them her

Re: [PATCH] x86/entry64: remove unused audit related macros

2016-10-23 Thread Borislav Petkov
On Sun, Oct 23, 2016 at 12:10:32AM +0600, Alexander Kuleshov wrote: > which are ocured in the 86a1c34a929f commit (x86_64 syscall audit > fast-path by Roland McGrath ) and now they are > not used anymore. I'd prefer it if you said which patch *removed* them and made those defines unused again. Wh

[PATCH] x86/entry64: remove unused audit related macros

2016-10-22 Thread Alexander Kuleshov
which are ocured in the 86a1c34a929f commit (x86_64 syscall audit fast-path by Roland McGrath ) and now they are not used anymore. Signed-off-by: Alexander Kuleshov --- arch/x86/entry/entry_64.S | 6 -- 1 file changed, 6 deletions(-) diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/e