Loading Makefile +1 −1 Original line number Diff line number Diff line VERSION = 4 PATCHLEVEL = 4 SUBLEVEL = 267 SUBLEVEL = 269 EXTRAVERSION = NAME = Blurry Fish Butt Loading arch/arc/kernel/entry.S +2 −2 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ tracesys: ; Do the Sys Call as we normally would. ; Validate the Sys Call number cmp r8, NR_syscalls cmp r8, NR_syscalls - 1 mov.hi r0, -ENOSYS bhi tracesys_exit Loading Loading @@ -264,7 +264,7 @@ ENTRY(EV_Trap) ;============ Normal syscall case ; syscall num shd not exceed the total system calls avail cmp r8, NR_syscalls cmp r8, NR_syscalls - 1 mov.hi r0, -ENOSYS bhi ret_from_system_call Loading arch/arc/kernel/signal.c +2 −2 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ stash_usr_regs(struct rt_sigframe __user *sf, struct pt_regs *regs, sizeof(sf->uc.uc_mcontext.regs.scratch)); err |= __copy_to_user(&sf->uc.uc_sigmask, set, sizeof(sigset_t)); return err; return err ? -EFAULT : 0; } static int restore_usr_regs(struct pt_regs *regs, struct rt_sigframe __user *sf) Loading @@ -111,7 +111,7 @@ static int restore_usr_regs(struct pt_regs *regs, struct rt_sigframe __user *sf) &(sf->uc.uc_mcontext.regs.scratch), sizeof(sf->uc.uc_mcontext.regs.scratch)); if (err) return err; return -EFAULT; set_current_blocked(&set); regs->bta = uregs.scratch.bta; Loading arch/arm/boot/dts/exynos5250-smdk5250.dts +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ compatible = "maxim,max77686"; reg = <0x09>; interrupt-parent = <&gpx3>; interrupts = <2 IRQ_TYPE_NONE>; interrupts = <2 IRQ_TYPE_LEVEL_LOW>; pinctrl-names = "default"; pinctrl-0 = <&max77686_irq>; wakeup-source; Loading arch/arm/boot/dts/exynos5250-snow-common.dtsi +1 −1 Original line number Diff line number Diff line Loading @@ -281,7 +281,7 @@ max77686: max77686@09 { compatible = "maxim,max77686"; interrupt-parent = <&gpx3>; interrupts = <2 IRQ_TYPE_NONE>; interrupts = <2 IRQ_TYPE_LEVEL_LOW>; pinctrl-names = "default"; pinctrl-0 = <&max77686_irq>; wakeup-source; Loading Loading
Makefile +1 −1 Original line number Diff line number Diff line VERSION = 4 PATCHLEVEL = 4 SUBLEVEL = 267 SUBLEVEL = 269 EXTRAVERSION = NAME = Blurry Fish Butt Loading
arch/arc/kernel/entry.S +2 −2 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ tracesys: ; Do the Sys Call as we normally would. ; Validate the Sys Call number cmp r8, NR_syscalls cmp r8, NR_syscalls - 1 mov.hi r0, -ENOSYS bhi tracesys_exit Loading Loading @@ -264,7 +264,7 @@ ENTRY(EV_Trap) ;============ Normal syscall case ; syscall num shd not exceed the total system calls avail cmp r8, NR_syscalls cmp r8, NR_syscalls - 1 mov.hi r0, -ENOSYS bhi ret_from_system_call Loading
arch/arc/kernel/signal.c +2 −2 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ stash_usr_regs(struct rt_sigframe __user *sf, struct pt_regs *regs, sizeof(sf->uc.uc_mcontext.regs.scratch)); err |= __copy_to_user(&sf->uc.uc_sigmask, set, sizeof(sigset_t)); return err; return err ? -EFAULT : 0; } static int restore_usr_regs(struct pt_regs *regs, struct rt_sigframe __user *sf) Loading @@ -111,7 +111,7 @@ static int restore_usr_regs(struct pt_regs *regs, struct rt_sigframe __user *sf) &(sf->uc.uc_mcontext.regs.scratch), sizeof(sf->uc.uc_mcontext.regs.scratch)); if (err) return err; return -EFAULT; set_current_blocked(&set); regs->bta = uregs.scratch.bta; Loading
arch/arm/boot/dts/exynos5250-smdk5250.dts +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ compatible = "maxim,max77686"; reg = <0x09>; interrupt-parent = <&gpx3>; interrupts = <2 IRQ_TYPE_NONE>; interrupts = <2 IRQ_TYPE_LEVEL_LOW>; pinctrl-names = "default"; pinctrl-0 = <&max77686_irq>; wakeup-source; Loading
arch/arm/boot/dts/exynos5250-snow-common.dtsi +1 −1 Original line number Diff line number Diff line Loading @@ -281,7 +281,7 @@ max77686: max77686@09 { compatible = "maxim,max77686"; interrupt-parent = <&gpx3>; interrupts = <2 IRQ_TYPE_NONE>; interrupts = <2 IRQ_TYPE_LEVEL_LOW>; pinctrl-names = "default"; pinctrl-0 = <&max77686_irq>; wakeup-source; Loading