Re: [PATCH UPDATED 6/6] workqueue: reimplement WQ_HIGHPRI using a separate worker_pool

2012-07-14 Thread Fengguang Wu
v2: nr_running indexing bug in get_pool_nr_running() fixed. Signed-off-by: Tejun Heo t...@kernel.org Reported-by: Josh Hunt joshhun...@gmail.com LKML-Reference: CAKA=qzahqwz8eqplnfjxno2fx-tgaojmpvxgbfjv6djeqao...@mail.gmail.com Cc: Tony Luck tony.l...@intel.com Cc: Fengguang Wu fengguang

ERROR: __crc32c_le [crypto/crc32c.ko] undefined!

2013-03-25 Thread Fengguang Wu
Hi Darrick, I'm not sure if it's a good bisect. Anyway here is a long standing error and it'd be good to scrub it away. tree: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux master head: 53b680924800ad6c67f7e54ca7d5bdc4859d2318 commit: 6a0962b22eccc70b8421014022c07efcf194a95e

Re: initcall calibrate_xor_blocks returned with preemption imbalance

2013-10-10 Thread Fengguang Wu
Dear Boaz, On Thu, Oct 10, 2013 at 01:41:23PM -0700, Boaz Harrosh wrote: On 10/10/2013 02:02 AM, Fengguang Wu wrote: Greetings, I got the below dmesg and the first bad commit is Dear Wu This 20545536cd8ea949c61527b6395ec8c0d2c237b1 is from my tree at linux-open-osd.org How did

Re: [crypto] BUG: unable to handle kernel paging request at ffff88000bb88000

2014-06-29 Thread Fengguang Wu
Hi Stephan, On Sun, Jun 29, 2014 at 09:45:48PM +0200, Stephan Mueller wrote: Am Sonntag, 29. Juni 2014, 22:52:46 schrieb Fengguang Wu: Hi Fengguang, Greetings, 0day kernel testing robot got the below dmesg and the first bad commit is May I ask whether there is anything special

Re: [PATCH] Potential NULL pointer deference in drbg_ctr_df

2014-07-04 Thread Fengguang Wu
On Sat, Jul 05, 2014 at 02:00:15AM +0200, Stephan Mueller wrote: Am Freitag, 4. Juli 2014, 13:50:03 schrieb Dan Carpenter: Hi Dan, On Wed, Jun 25, 2014 at 05:06:46PM +0800, Herbert Xu wrote: On Sat, Jun 21, 2014 at 02:26:29PM +0200, Stephan Mueller wrote: The handling of additional

[PATCH cryptodev] crypto: echainiv_read_iv() can be static

2015-05-22 Thread Fengguang Wu
Signed-off-by: Fengguang Wu fengguang...@intel.com --- echainiv.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/echainiv.c b/crypto/echainiv.c index e5a9878..d0e325d0 100644 --- a/crypto/echainiv.c +++ b/crypto/echainiv.c @@ -67,7 +67,7 @@ static int

Re: [kbuild-all] [cryptodev:master 119/123] include/linux/pci.h:389:12: error: 'struct pci_dev' has no member named 'physfn'

2015-08-10 Thread Fengguang Wu
On Mon, Aug 10, 2015 at 12:06:56PM -0700, Tadeusz Struk wrote: On 08/10/2015 11:47 AM, kbuild test robot wrote: tree: git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master head: 9cfaf082b8775e9f99fa5f2e8b2ae0ca8baff785 commit:

Re: [kbuild-all] [PATCH] crypto: af_alg - add async support to algif_aead

2016-01-28 Thread Fengguang Wu
On Wed, Jan 27, 2016 at 02:41:36PM -0800, Tadeusz Struk wrote: > On 01/27/2016 02:29 PM, kbuild test robot wrote: > > Hi Tadeusz, > > > > [auto build test ERROR on cryptodev/master] > > [also build test ERROR on v4.5-rc1 next-20160127] > > [if your patch is applied to the wrong git tree, please

Re: [PATCH 6/7] md/raid10, LLVM: get rid of variable length array

2017-03-17 Thread Fengguang Wu
Hi Dmitry, On Fri, Mar 17, 2017 at 08:05:16PM +0100, Dmitry Vyukov wrote: On Fri, Mar 17, 2017 at 7:57 PM, Borislav Petkov wrote: On Fri, Mar 17, 2017 at 07:47:33PM +0100, Dmitry Vyukov wrote: This problem is more general and is not specific to clang. It equally applies to