workqueue list corruption

2017-06-04 Thread Cong Wang
Hello, On Tue, Apr 18, 2017 at 8:08 PM, Samuel Holland wrote: > Representative backtraces follow (the warnings come in sets). I have > kernel .configs and extended netconsole output from several occurrences > available upon request. > > WARNING: CPU: 1 PID: 0 at

Re: bad page state due to PF_ALG socket

2015-12-21 Thread Cong Wang
On Thu, Dec 17, 2015 at 4:58 AM, Dmitry Vyukov wrote: > kasan: GPF could be caused by NULL-ptr deref or user memory access > general protection fault: [#1] SMP KASAN > Modules linked in: > CPU: 3 PID: 7168 Comm: a.out Tainted: GB 4.4.0-rc3+ #151 > Hardware

[PATCH 12/60] crypto: remove the second argument of k[un]map_atomic()

2012-02-09 Thread Cong Wang
Signed-off-by: Cong Wang amw...@redhat.com --- drivers/crypto/hifn_795x.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/crypto/hifn_795x.c b/drivers/crypto/hifn_795x.c index fe765f4..76368f9 100644 --- a/drivers/crypto/hifn_795x.c +++ b/drivers/crypto

[PATCH 08/60] x86: remove the second argument of k[un]map_atomic()

2012-02-09 Thread Cong Wang
Acked-by: Avi Kivity a...@redhat.com Acked-by: Herbert Xu herb...@gondor.apana.org.au Signed-off-by: Cong Wang amw...@redhat.com --- arch/x86/crypto/aesni-intel_glue.c | 24 arch/x86/kernel/crash_dump_32.c|6 +++--- arch/x86/kvm/lapic.c |8

[PATCH 09/62] crypto: remove the second argument of k[un]map_atomic()

2011-11-26 Thread Cong Wang
Signed-off-by: Cong Wang amw...@redhat.com --- crypto/ahash.c |4 ++-- crypto/async_tx/async_memcpy.c |8 crypto/blkcipher.c |8 crypto/ccm.c |4 ++-- crypto/scatterwalk.c |8 crypto/shash.c

[PATCH 08/62] x86: remove the second argument of k[un]map_atomic()

2011-11-26 Thread Cong Wang
Signed-off-by: Cong Wang amw...@redhat.com --- arch/x86/crypto/aesni-intel_glue.c | 24 arch/x86/kernel/crash_dump_32.c|6 +++--- arch/x86/kvm/lapic.c |8 arch/x86/kvm/paging_tmpl.h |4 ++-- arch/x86/kvm/x86.c

[PATCH 12/62] crypto: remove the second argument of k[un]map_atomic()

2011-11-26 Thread Cong Wang
Signed-off-by: Cong Wang amw...@redhat.com --- drivers/crypto/hifn_795x.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/crypto/hifn_795x.c b/drivers/crypto/hifn_795x.c index fe765f4..76368f9 100644 --- a/drivers/crypto/hifn_795x.c +++ b/drivers/crypto