Re: [PATCH] arch/alpha: Remove dead code

2019-08-03 Thread Souptick Joarder
On Sun, Aug 4, 2019 at 12:50 AM Al Viro wrote: > > On Sun, Aug 04, 2019 at 12:47:36AM +0530, Souptick Joarder wrote: > > These are dead code since 2.6.11. If there is no plan to use > > it further, this can be removed forever. > > What's the point in removing ifdef

[PATCH] arch/alpha: Remove dead code

2019-08-03 Thread Souptick Joarder
These are dead code since 2.6.11. If there is no plan to use it further, this can be removed forever. Signed-off-by: Souptick Joarder --- arch/alpha/boot/bootpz.c | 6 -- arch/alpha/kernel/core_irongate.c | 20 -- arch/alpha/kernel/core_polaris.c | 3 --- arch

Re: [PATCH] include/asm/cmpxchg.h: Remove duplicate header

2018-11-02 Thread Souptick Joarder
On Sat, Nov 3, 2018 at 12:31 AM Matt Turner wrote: > > On Fri, Nov 2, 2018 at 11:55 AM Souptick Joarder wrote: > > We run the static analyser "make includecheck" which list out files where > > duplicate headers can be removed and based on that we thought to remov

Re: [PATCH] include/asm/cmpxchg.h: Remove duplicate header

2018-11-02 Thread Souptick Joarder
Hi Michael, On Fri, Nov 2, 2018 at 11:59 PM Michael Cree wrote: > > On Fri, Nov 02, 2018 at 08:56:37PM +0530, Brajeswar Ghosh wrote: > > Remove asm/xchg.h which is included more than once > > > > Signed-off-by: Brajeswar Ghosh > > --- > > arch/alpha/include/asm/cmpxchg.h | 1 - > > 1 file

[PATCH] mm: convert return type of handle_mm_fault() caller to vm_fault_t

2018-06-14 Thread Souptick Joarder
_fault_t") In this patch all the caller of handle_mm_fault() are changed to return vm_fault_t type. Signed-off-by: Souptick Joarder --- arch/alpha/mm/fault.c | 3 ++- arch/arc/mm/fault.c | 4 +++- arch/arm/mm/fault.c | 7 --- arch/arm64/mm/fault.c | 6