All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sedat Dilek <sedat.dilek@gmail.com>
To: Peter Zijlstra <peterz@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>,
	Jiri Kosina <jikos@kernel.org>, Tejun Heo <tj@kernel.org>,
	Lai Jiangshan <jiangshanlai@gmail.com>,
	Benjamin Tissoires <benjamin.tissoires@redhat.com>,
	Paul McKenney <paulmck@linux.vnet.ibm.com>,
	Andy Lutomirski <luto@kernel.org>,
	LKML <linux-kernel@vger.kernel.org>,
	linux-usb@vger.kernel.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Alan Stern <stern@rowland.harvard.edu>,
	Felipe Balbi <balbi@ti.com>, Ingo Molnar <mingo@redhat.com>
Subject: Re: [PATCH] usbhid: Fix lockdep unannotated irqs-off warning
Date: Wed, 2 Mar 2016 17:42:25 +0100	[thread overview]
Message-ID: <CA+icZUWqSYU=O8KKN9oOkBN_ij+ubyhhwVrt1oMmjSPWw259kA@mail.gmail.com> (raw)
In-Reply-To: <20160302162412.GI6357@twins.programming.kicks-ass.net>

On 3/2/16, Peter Zijlstra <peterz@infradead.org> wrote:
> On Wed, Mar 02, 2016 at 04:53:36PM +0100, Sedat Dilek wrote:
>> ffffffff8110f570 <del_timer_sync>:
>> ffffffff8110f570:	55                   	push   %rbp
>> ffffffff8110f571:	48 89 e5             	mov    %rsp,%rbp
>> ffffffff8110f574:	41 57                	push   %r15
>> ffffffff8110f576:	41 56                	push   %r14
>> ffffffff8110f578:	53                   	push   %rbx
>> ffffffff8110f579:	48 83 ec 28          	sub    $0x28,%rsp
>
> stack offset is 0x28 bytes [*]
>
>> ffffffff8110f57d:	48 89 fb             	mov    %rdi,%rbx
>> ffffffff8110f580:	e8 6b 6e 80 00       	callq  ffffffff819163f0 <mcount>
>> ffffffff8110f585:	e8 66 6e 80 00       	callq  ffffffff819163f0 <mcount>
>> ffffffff8110f58a:	e8 61 6e 80 00       	callq  ffffffff819163f0 <mcount>
>> ffffffff8110f58f:	e8 5c 6e 80 00       	callq  ffffffff819163f0 <mcount>
>
> Your compiler is on drugs!
>
>> ffffffff8110f594:	9c                   	pushfq
>> ffffffff8110f595:	8f 45 e0             	popq   -0x20(%rbp)
>
> Saves flags in -0x20(%rbp)
>
>> ffffffff8110f598:	4c 8b 7d e0          	mov    -0x20(%rbp),%r15
>
> And in %r15
>
> /me wonders what's wrong with: popf %r15
>
>> ffffffff8110f59c:	e8 4f 6e 80 00       	callq  ffffffff819163f0 <mcount>
>> ffffffff8110f5a1:	e8 4a 6e 80 00       	callq  ffffffff819163f0 <mcount>
>> ffffffff8110f5a6:	fa                   	cli
>> ffffffff8110f5a7:	e8 84 cb fc ff       	callq  ffffffff810dc130
>> <trace_hardirqs_off>
>> ffffffff8110f5ac:	4c 8d 73 50          	lea    0x50(%rbx),%r14
>> ffffffff8110f5b0:	48 c7 04 24 b0 f5 10 	movq   $0xffffffff8110f5b0,(%rsp)
>> ffffffff8110f5b7:	81
>> ffffffff8110f5b8:	31 f6                	xor    %esi,%esi
>> ffffffff8110f5ba:	31 d2                	xor    %edx,%edx
>> ffffffff8110f5bc:	31 c9                	xor    %ecx,%ecx
>> ffffffff8110f5be:	41 b8 01 00 00 00    	mov    $0x1,%r8d
>> ffffffff8110f5c4:	45 31 c9             	xor    %r9d,%r9d
>> ffffffff8110f5c7:	4c 89 f7             	mov    %r14,%rdi
>> ffffffff8110f5ca:	e8 c1 e5 fc ff       	callq  ffffffff810ddb90
>> <lock_acquire>
>> ffffffff8110f5cf:	be 01 00 00 00       	mov    $0x1,%esi
>> ffffffff8110f5d4:	48 c7 c2 cf f5 10 81 	mov    $0xffffffff8110f5cf,%rdx
>> ffffffff8110f5db:	4c 89 f7             	mov    %r14,%rdi
>> ffffffff8110f5de:	e8 8d 08 fd ff       	callq  ffffffff810dfe70
>> <lock_release>
>> ffffffff8110f5e3:	e8 08 6e 80 00       	callq  ffffffff819163f0 <mcount>
>
>> ffffffff8110f5e8:	4c 89 f8             	mov    %r15,%rax
>> ffffffff8110f5eb:	49 89 c6             	mov    %rax,%r14
>
> Moves r15 into r14 through rax
>
>
>> ffffffff8110f5ee:	f6 c4 02             	test   $0x2,%ah
>> ffffffff8110f5f1:	75 19                	jne    ffffffff8110f60c
>> <del_timer_sync+0x9c>
>> ffffffff8110f5f3:	e8 f8 6d 80 00       	callq  ffffffff819163f0 <mcount>
>> ffffffff8110f5f8:	e8 f3 6d 80 00       	callq  ffffffff819163f0 <mcount>
>
>
>> ffffffff8110f5fd:	4c 89 75 d0          	mov    %r14,-0x30(%rbp)
>> ffffffff8110f601:	ff 75 d0             	pushq  -0x30(%rbp)
>> ffffffff8110f604:	9d                   	popfq
>
> put r14 into -0x30(rbp) and pushes/pops that, see [*] this is 8 bytes
> over stack ?!
>
>> ffffffff8110f605:	e8 26 cb fc ff       	callq  ffffffff810dc130
>> <trace_hardirqs_off>
>> ffffffff8110f60a:	eb 17                	jmp    ffffffff8110f623
>> <del_timer_sync+0xb3>
>> ffffffff8110f60c:	e8 2f cb fc ff       	callq  ffffffff810dc140
>> <trace_hardirqs_on>
>> ffffffff8110f611:	e8 da 6d 80 00       	callq  ffffffff819163f0 <mcount>
>> ffffffff8110f616:	e8 d5 6d 80 00       	callq  ffffffff819163f0 <mcount>
>> ffffffff8110f61b:	4c 89 75 d8          	mov    %r14,-0x28(%rbp)
>> ffffffff8110f61f:	ff 75 d8             	pushq  -0x28(%rbp)
>> ffffffff8110f622:	9d                   	popfq
>
> puts r14 into -0x28(rbp) and pushes/pops that
>
>> ffffffff8110f623:	e8 c8 6d 80 00       	callq  ffffffff819163f0 <mcount>
>> ffffffff8110f628:	65 8b 04 25 d4 ae 00 	mov    %gs:0xaed4,%eax
>> ffffffff8110f62f:	00
>> ffffffff8110f630:	a9 00 00 0f 00       	test   $0xf0000,%eax
>> ffffffff8110f635:	74 25                	je     ffffffff8110f65c
>> <del_timer_sync+0xec>
>> ffffffff8110f637:	f6 43 2a 20          	testb  $0x20,0x2a(%rbx)
>> ffffffff8110f63b:	75 1f                	jne    ffffffff8110f65c
>> <del_timer_sync+0xec>
>> ffffffff8110f63d:	48 c7 c7 04 54 c5 81 	mov    $0xffffffff81c55404,%rdi
>> ffffffff8110f644:	be 61 04 00 00       	mov    $0x461,%esi
>> ffffffff8110f649:	e8 12 c4 f6 ff       	callq  ffffffff8107ba60
>> <warn_slowpath_null>
>> ffffffff8110f64e:	eb 0c                	jmp    ffffffff8110f65c
>> <del_timer_sync+0xec>
>> ffffffff8110f650:	e8 9b 6d 80 00       	callq  ffffffff819163f0 <mcount>
>> ffffffff8110f655:	e8 96 6d 80 00       	callq  ffffffff819163f0 <mcount>
>> ffffffff8110f65a:	f3 90                	pause
>> ffffffff8110f65c:	48 89 df             	mov    %rbx,%rdi
>> ffffffff8110f65f:	e8 4c fe ff ff       	callq  ffffffff8110f4b0
>> <try_to_del_timer_sync>
>> ffffffff8110f664:	85 c0                	test   %eax,%eax
>> ffffffff8110f666:	78 e8                	js     ffffffff8110f650
>> <del_timer_sync+0xe0>
>> ffffffff8110f668:	48 83 c4 28          	add    $0x28,%rsp
>> ffffffff8110f66c:	5b                   	pop    %rbx
>> ffffffff8110f66d:	41 5e                	pop    %r14
>> ffffffff8110f66f:	41 5f                	pop    %r15
>> ffffffff8110f671:	5d                   	pop    %rbp
>> ffffffff8110f672:	c3                   	retq
>> ffffffff8110f673:	66 66 66 66 2e 0f 1f 	data32 data32 data32 nopw
>> %cs:0x0(%rax,%rax,1)
>> ffffffff8110f67a:	84 00 00 00 00 00
>
>
> That LLVM generate disgusting code, as a contrast, this is what my GCC
> makes of this:
>
> ffffffff81155f50 <del_timer_sync>:
> ffffffff81155f50:       e8 bb 02 9c 00          callq  ffffffff81b16210
> <__fentry__>
> ffffffff81155f55:       55                      push   %rbp
> ffffffff81155f56:       48 89 e5                mov    %rsp,%rbp
> ffffffff81155f59:       41 55                   push   %r13
> ffffffff81155f5b:       41 54                   push   %r12
> ffffffff81155f5d:       53                      push   %rbx
> ffffffff81155f5e:       48 89 fb                mov    %rdi,%rbx
> ffffffff81155f61:       48 83 ec 08             sub    $0x8,%rsp
> ffffffff81155f65:       9c                      pushfq
> ffffffff81155f66:       41 5c                   pop    %r12
> ffffffff81155f68:       fa                      cli
> ffffffff81155f69:       e8 72 5c fd ff          callq  ffffffff8112bbe0
> <trace_hardirqs_off>
> ffffffff81155f6e:       4c 8d 6b 50             lea    0x50(%rbx),%r13
> ffffffff81155f72:       45 31 c9                xor    %r9d,%r9d
> ffffffff81155f75:       31 c9                   xor    %ecx,%ecx
> ffffffff81155f77:       31 d2                   xor    %edx,%edx
> ffffffff81155f79:       31 f6                   xor    %esi,%esi
> ffffffff81155f7b:       4c 89 ef                mov    %r13,%rdi
> ffffffff81155f7e:       48 c7 04 24 55 5f 15    movq
> $0xffffffff81155f55,(%rsp)
> ffffffff81155f85:       81
> ffffffff81155f86:       41 b8 01 00 00 00       mov    $0x1,%r8d
> ffffffff81155f8c:       e8 3f b3 fd ff          callq  ffffffff811312d0
> <lock_acquire>
> ffffffff81155f91:       48 c7 c2 55 5f 15 81    mov
> $0xffffffff81155f55,%rdx
> ffffffff81155f98:       be 01 00 00 00          mov    $0x1,%esi
> ffffffff81155f9d:       4c 89 ef                mov    %r13,%rdi
> ffffffff81155fa0:       e8 0b b5 fd ff          callq  ffffffff811314b0
> <lock_release>
> ffffffff81155fa5:       41 f7 c4 00 02 00 00    test   $0x200,%r12d
> ffffffff81155fac:       75 52                   jne    ffffffff81156000
> <del_timer_sync+0xb0>
> ffffffff81155fae:       41 54                   push   %r12
> ffffffff81155fb0:       9d                      popfq
> ffffffff81155fb1:       e8 2a 5c fd ff          callq  ffffffff8112bbe0
> <trace_hardirqs_off>
> ffffffff81155fb6:       65 8b 05 5b 66 eb 7e    mov
> %gs:0x7eeb665b(%rip),%eax        # c618 <__preempt_count>
> ffffffff81155fbd:       a9 00 00 0f 00          test   $0xf0000,%eax
> ffffffff81155fc2:       74 25                   je     ffffffff81155fe9
> <del_timer_sync+0x99>
> ffffffff81155fc4:       f6 43 2a 20             testb  $0x20,0x2a(%rbx)
> ffffffff81155fc8:       75 1f                   jne    ffffffff81155fe9
> <del_timer_sync+0x99>
> ffffffff81155fca:       be 61 04 00 00          mov    $0x461,%esi
> ffffffff81155fcf:       48 c7 c7 09 87 f3 81    mov
> $0xffffffff81f38709,%rdi
> ffffffff81155fd6:       e8 15 03 f8 ff          callq  ffffffff810d62f0
> <warn_slowpath_null>
> ffffffff81155fdb:       48 89 df                mov    %rbx,%rdi
> ffffffff81155fde:       e8 fd fe ff ff          callq  ffffffff81155ee0
> <try_to_del_timer_sync>
> ffffffff81155fe3:       85 c0                   test   %eax,%eax
> ffffffff81155fe5:       79 0e                   jns    ffffffff81155ff5
> <del_timer_sync+0xa5>
> ffffffff81155fe7:       f3 90                   pause
> ffffffff81155fe9:       48 89 df                mov    %rbx,%rdi
> ffffffff81155fec:       e8 ef fe ff ff          callq  ffffffff81155ee0
> <try_to_del_timer_sync>
> ffffffff81155ff1:       85 c0                   test   %eax,%eax
> ffffffff81155ff3:       78 f2                   js     ffffffff81155fe7
> <del_timer_sync+0x97>
> ffffffff81155ff5:       48 83 c4 08             add    $0x8,%rsp
> ffffffff81155ff9:       5b                      pop    %rbx
> ffffffff81155ffa:       41 5c                   pop    %r12
> ffffffff81155ffc:       41 5d                   pop    %r13
> ffffffff81155ffe:       5d                      pop    %rbp
> ffffffff81155fff:       c3                      retq
> ffffffff81156000:       e8 4b 8b fd ff          callq  ffffffff8112eb50
> <trace_hardirqs_on>
> ffffffff81156005:       41 54                   push   %r12
> ffffffff81156007:       9d                      popfq
> ffffffff81156008:       eb ac                   jmp    ffffffff81155fb6
> <del_timer_sync+0x66>
> ffffffff8115600a:       66 0f 1f 44 00 00       nopw   0x0(%rax,%rax,1)
>

OK, I cannot say much to your analysis.

The full make-lines look differently.

GCC for example has '-mfentry -DCC_USING_FENTRY'.

[ CLANG ]

mycompiler -Wp,-MD,kernel/.workqueue.o.d  -nostdinc -isystem
/opt/llvm-toolchain-3.8.0rc3/bin/../lib/clang/3.8.0/include -nostdinc
-isystem /opt/llvm-toolchain-3.8.0rc3/bin/../lib/clang/3.8.0/include
-I./arch/x86/include -Iarch/x86/include/generated/uapi
-Iarch/x86/include/generated  -Iinclude -I./arch/x86/include/uapi
-Iarch/x86/include/generated/uapi -I./include/uapi
-Iinclude/generated/uapi -include ./include/linux/kconfig.h
-D__KERNEL__ -Qunused-arguments -Wno-unknown-warning-option -Wall
-Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing
-fno-common -Werror-implicit-function-declaration -Wno-format-security
-std=gnu89 -no-integrated-as -mno-sse -mno-mmx -mno-sse2 -mno-3dnow
-mno-avx -m64 -mtune=generic -mno-red-zone -mcmodel=kernel
-funit-at-a-time -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1
-DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1
-DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_SSSE3=1 -DCONFIG_AS_CRC32=1
-DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare
-fno-asynchronous-unwind-tables -O2 -Wframe-larger-than=1024
-fno-stack-protector -Wno-unused-variable
-Wno-format-invalid-specifier -Wno-gnu -Wno-asm-operand-widths
-Wno-initializer-overrides -fno-builtin -Wno-tautological-compare
-mno-global-merge -fno-omit-frame-pointer -fno-optimize-sibling-calls
-pg -Wdeclaration-after-statement -Wno-pointer-sign
-fno-strict-overflow -Werror=implicit-int -Werror=strict-prototypes
-Werror=date-time -Wno-initializer-overrides -Wno-unused-value
-Wno-format -Wno-unknown-warning-option -Wno-sign-compare
-Wno-format-zero-length -Wno-uninitialized    -D"KBUILD_STR(s)=#s"
-D"KBUILD_BASENAME=KBUILD_STR(workqueue)"
-D"KBUILD_MODNAME=KBUILD_STR(workqueue)" -c -o kernel/.tmp_workqueue.o
kernel/workqueue.c

mycompiler -Wp,-MD,kernel/time/.timer.o.d  -nostdinc -isystem
/opt/llvm-toolchain-3.8.0rc3/bin/../lib/clang/3.8.0/include -nostdinc
-isystem /opt/llvm-toolchain-3.8.0rc3/bin/../lib/clang/3.8.0/include
-I./arch/x86/include -Iarch/x86/include/generated/uapi
-Iarch/x86/include/generated  -Iinclude -I./arch/x86/include/uapi
-Iarch/x86/include/generated/uapi -I./include/uapi
-Iinclude/generated/uapi -include ./include/linux/kconfig.h
-D__KERNEL__ -Qunused-arguments -Wno-unknown-warning-option -Wall
-Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing
-fno-common -Werror-implicit-function-declaration -Wno-format-security
-std=gnu89 -no-integrated-as -mno-sse -mno-mmx -mno-sse2 -mno-3dnow
-mno-avx -m64 -mtune=generic -mno-red-zone -mcmodel=kernel
-funit-at-a-time -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1
-DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1
-DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_SSSE3=1 -DCONFIG_AS_CRC32=1
-DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare
-fno-asynchronous-unwind-tables -O2 -Wframe-larger-than=1024
-fno-stack-protector -Wno-unused-variable
-Wno-format-invalid-specifier -Wno-gnu -Wno-asm-operand-widths
-Wno-initializer-overrides -fno-builtin -Wno-tautological-compare
-mno-global-merge -fno-omit-frame-pointer -fno-optimize-sibling-calls
-pg -Wdeclaration-after-statement -Wno-pointer-sign
-fno-strict-overflow -Werror=implicit-int -Werror=strict-prototypes
-Werror=date-time -Wno-initializer-overrides -Wno-unused-value
-Wno-format -Wno-unknown-warning-option -Wno-sign-compare
-Wno-format-zero-length -Wno-uninitialized    -D"KBUILD_STR(s)=#s"
-D"KBUILD_BASENAME=KBUILD_STR(timer)"
-D"KBUILD_MODNAME=KBUILD_STR(timer)" -c -o kernel/time/.tmp_timer.o
kernel/time/timer.c

[ GCC ]

mycompiler -Wp,-MD,kernel/.workqueue.o.d  -nostdinc -isystem
/usr/lib/gcc/x86_64-linux-gnu/4.9/include -nostdinc -isystem
/usr/lib/gcc/x86_64-linux-gnu/4.9/include -I./arch/x86/include
-Iarch/x86/include/generated/uapi -Iarch/x86/include/generated
-Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi
-I./include/uapi -Iinclude/generated/uapi -include
./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef
-Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common
-Werror-implicit-function-declaration -Wno-format-security -std=gnu89
-mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -falign-jumps=1
-falign-loops=1 -mno-80387 -mno-fp-ret-in-387
-mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone
-mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args
-DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1
-DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_SSSE3=1
-DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe
-Wno-sign-compare -fno-asynchronous-unwind-tables
-fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0
-Wframe-larger-than=1024 -fno-stack-protector
-Wno-unused-but-set-variable -fno-omit-frame-pointer
-fno-optimize-sibling-calls -fno-var-tracking-assignments -pg -mfentry
-DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign
-fno-strict-overflow -fconserve-stack -Werror=implicit-int
-Werror=strict-prototypes -Werror=date-time -DCC_HAVE_ASM_GOTO
-D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(workqueue)"
-D"KBUILD_MODNAME=KBUILD_STR(workqueue)" -c -o kernel/.tmp_workqueue.o
kernel/workqueue.c

mycompiler -Wp,-MD,kernel/time/.timer.o.d  -nostdinc -isystem
/usr/lib/gcc/x86_64-linux-gnu/4.9/include -nostdinc -isystem
/usr/lib/gcc/x86_64-linux-gnu/4.9/include -I./arch/x86/include
-Iarch/x86/include/generated/uapi -Iarch/x86/include/generated
-Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi
-I./include/uapi -Iinclude/generated/uapi -include
./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef
-Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common
-Werror-implicit-function-declaration -Wno-format-security -std=gnu89
-mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -falign-jumps=1
-falign-loops=1 -mno-80387 -mno-fp-ret-in-387
-mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone
-mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args
-DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1
-DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_SSSE3=1
-DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe
-Wno-sign-compare -fno-asynchronous-unwind-tables
-fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0
-Wframe-larger-than=1024 -fno-stack-protector
-Wno-unused-but-set-variable -fno-omit-frame-pointer
-fno-optimize-sibling-calls -fno-var-tracking-assignments -pg -mfentry
-DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign
-fno-strict-overflow -fconserve-stack -Werror=implicit-int
-Werror=strict-prototypes -Werror=date-time -DCC_HAVE_ASM_GOTO
-D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(timer)"
-D"KBUILD_MODNAME=KBUILD_STR(timer)" -c -o kernel/time/.tmp_timer.o
kernel/time/timer.c

I can try to use the make-line of GCC and re-compile.

- Sedat -

  parent reply	other threads:[~2016-03-02 16:42 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-28  8:10 [PATCH] usbhid: Fix lockdep unannotated irqs-off warning Sedat Dilek
2015-09-28 11:33 ` Jiri Kosina
2015-09-29  8:40   ` Sedat Dilek
2015-09-29  9:27     ` Jiri Kosina
2015-09-29 18:54       ` Sedat Dilek
2015-09-29 19:08         ` Steven Rostedt
2015-09-29 19:32           ` Sedat Dilek
     [not found]       ` <CA+icZUWH2vR_vpYu4hCS578U3ssmoiF0pLYUfM-Xo-57e8uN=g@mail.gmail.com>
2015-09-30  6:41         ` Sedat Dilek
2015-09-30  8:50           ` Steven Rostedt
2015-09-30  7:35         ` Jiri Kosina
2015-09-30  8:56           ` Steven Rostedt
2015-09-30  9:46             ` Sedat Dilek
2015-09-30 10:13               ` Steven Rostedt
2015-09-30 10:39                 ` Sedat Dilek
     [not found]                 ` <CA+icZUXSzScTmMgLZwPQq9RMH9cUsD5_iDxKTVuG0rrGqH-8Cw@mail.gmail.com>
2015-10-01  2:01                   ` Steven Rostedt
2015-10-01  5:34                     ` Sedat Dilek
2015-10-01  6:05                     ` Sedat Dilek
     [not found]                       ` <CA+icZUUyaHqHP2v52juhGhoTNS9xX7LT2YxkOppLz6f9Z+FBEA@mail.gmail.com>
     [not found]                         ` <CA+icZUWagGMVNs5gBPRBhYO0LsY2A1hK3KSLabp9ZpDVOTmtig@mail.gmail.com>
2015-10-13  0:57                           ` Steven Rostedt
2016-03-01 10:05                             ` Sedat Dilek
2016-03-01 15:07                               ` Steven Rostedt
2016-03-01 15:17                                 ` Peter Zijlstra
2016-03-02 15:00                                   ` Sedat Dilek
2016-03-02 15:17                                     ` Peter Zijlstra
2016-03-02 15:34                                       ` Sedat Dilek
2016-03-02 15:53                                       ` Sedat Dilek
2016-03-02 15:56                                         ` Steven Rostedt
2016-03-02 16:08                                           ` Sedat Dilek
2016-03-02 16:11                                             ` Sedat Dilek
2016-03-02 16:21                                               ` Sedat Dilek
2016-03-02 16:24                                         ` Peter Zijlstra
2016-03-02 16:35                                           ` Steven Rostedt
2016-03-02 16:42                                             ` Peter Zijlstra
2016-03-02 16:42                                           ` Sedat Dilek [this message]
2016-03-02 16:52                                             ` Sedat Dilek
2016-03-01 15:59                               ` Alan Stern
2016-03-02  6:25                                 ` Sedat Dilek
2016-03-04 16:04                                   ` Alan Stern
2016-03-05 22:30                                     ` Sedat Dilek
2016-03-06  8:51                                       ` Sedat Dilek
2016-03-06 17:23                                       ` Alan Stern
2016-03-02  6:36                                 ` Sedat Dilek
2016-03-02  8:34                                   ` Sedat Dilek
2016-03-02  8:37                                     ` Jiri Kosina
2016-03-02  9:11                                       ` Sedat Dilek
     [not found]     ` <CA+icZUX3tJvRor6CbOZFBecTAUZzyWzjLzJSEdb3c12yKRAT3g@mail.gmail.com>
2015-09-29 13:13       ` Steven Rostedt
2016-03-07 15:59 Sedat Dilek
2016-03-07 16:28 ` Sedat Dilek
2016-03-07 16:41 ` Alan Stern
2016-03-07 17:03   ` Steven Rostedt
2016-03-07 17:05   ` Jiri Kosina
2016-03-07 17:15     ` Sedat Dilek
2016-03-07 17:27       ` David Laight
2016-03-07 18:07         ` Alan Stern
2016-03-07 18:30           ` Linus Torvalds
2016-06-27 19:50             ` Sedat Dilek
2016-06-27 20:03               ` Sedat Dilek
2016-06-27 20:14               ` Linus Torvalds
2016-06-27 20:27                 ` Sedat Dilek
2016-06-27 20:36                   ` Linus Torvalds
2016-03-07 17:11   ` Steven Rostedt
2016-03-07 17:18   ` Sedat Dilek
2016-03-07 17:24     ` Jiri Kosina
2016-03-07 17:30       ` Steven Rostedt
2016-03-07 18:04         ` Andy Lutomirski
2016-03-07 19:10           ` Steven Rostedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+icZUWqSYU=O8KKN9oOkBN_ij+ubyhhwVrt1oMmjSPWw259kA@mail.gmail.com' \
    --to=sedat.dilek@gmail.com \
    --cc=balbi@ti.com \
    --cc=benjamin.tissoires@redhat.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jiangshanlai@gmail.com \
    --cc=jikos@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=luto@kernel.org \
    --cc=mingo@redhat.com \
    --cc=paulmck@linux.vnet.ibm.com \
    --cc=peterz@infradead.org \
    --cc=rostedt@goodmis.org \
    --cc=stern@rowland.harvard.edu \
    --cc=tj@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.