[PATCH] x86/kprobe: unbalanced preempt counter in kprobe_{fault,debug}_handler

2018-01-14 Thread Yang Bo
Don't see any preempt_disable() in do_debug() and do_page_fault(), there is no need to call preempt_enable_no_resched() here. Signed-off-by: Yang Bo --- arch/x86/kernel/kprobes/core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/kernel/kprobes/core.c b/arch/x86/kernel/kp

RE: [PATCH 1/1] scsi: megaraid_sas - Fix random failure of DCDBcmds with sense info

2008-02-25 Thread Yang, Bo
James, Thanks for the reply. We will resubmit the patch to rollback it to our original implementation. Regards. Bo Yang -Original Message- From: James Bottomley [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 11:36 AM To: Yang, Bo Cc: Matthew Wilcox; [EMAIL PROTECTED

RE: [PATCH 1/1] scsi: megaraid_sas - Fix random failure of DCDB cmds with sense info

2008-02-22 Thread Yang, Bo
James, What is the status for this patch? We need to submit more patches based on the acceptance of this patch. Thanks. Bo Yang -Original Message- From: Yang, Bo Sent: Thursday, November 29, 2007 1:24 PM To: 'Matthew Wilcox' Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL

RE: [PATCH 1/1] scsi: megaraid_sas - Fix random failure of DCDB cmds with sense info

2007-11-29 Thread Yang, Bo
: Yang, Bo Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-kernel@vger.kernel.org; Patro, Sumant; Kolli, Neela Subject: Re: [PATCH 1/1] scsi: megaraid_sas - Fix random failure of DCDB cmds with sense info On Wed, Nov 28, 2007 at 12:08:37PM -0700, Yang, Bo wrote: > Matthew, >

RE: [PATCH 1/1] scsi: megaraid_sas - Fix random failure of DCDB cmds with sense info

2007-11-28 Thread Yang, Bo
10:33 AM To: Yang, Bo Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-kernel@vger.kernel.org; Patro, Sumant; Kolli, Neela Subject: Re: [PATCH 1/1] scsi: megaraid_sas - Fix random failure of DCDB cmds with sense info On Tue, Nov 27, 2007 at 08:19:09AM -0700, Yang, Bo wrote

RE: [PATCH 1/1] scsi: megaraid_sas - Fix random failure of DCDB cmds with sense info

2007-11-27 Thread Yang, Bo
PROTECTED] Sent: Tuesday, November 20, 2007 3:42 PM To: Yang, Bo Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-kernel@vger.kernel.org; Patro, Sumant; Kolli, Neela Subject: Re: [PATCH 1/1] scsi: megaraid_sas - Fix random failure of DCDB cmds with sense info On Wed, Nov 21, 2

RE: [PATCH 1/6] scsi: megaraid_sas - add hibernation support

2007-11-16 Thread Yang, Bo
James, Do you have get any feedback for those patches? Based on those patches be added to the scsi_misc tree, we have more patches need to submit. Please let me know. Thanks. Bo Yang -Original Message- From: Yang, Bo Sent: Friday, November 09, 2007 3:54 PM To: [EMAIL PROTECTED] Cc

RE: [PATCH] MegaRAID SAS: Convert aen_mutex to the mutex API

2007-11-14 Thread Yang, Bo
ACK Thanks. Bo Yang -Original Message- From: Matthias Kaehlcke [mailto:[EMAIL PROTECTED] Sent: Saturday, October 27, 2007 3:49 AM To: DL-MegaRAID Linux; [EMAIL PROTECTED] Cc: linux-kernel@vger.kernel.org; Andrew Morton Subject: [PATCH] MegaRAID SAS: Convert aen_mutex to the mutex API

RE: PATCH [2/8] scsi: megaraid_sas - add module param fast_load

2007-11-09 Thread Yang, Bo
. Regards. Bo Yang -Original Message- From: Christoph Hellwig [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 12:40 PM To: Yang, Bo Cc: Christoph Hellwig; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-kernel@vger.kernel.org Subject: Re: PATCH [2/8] scsi: megar

RE: [PATCH 3/8] scsi: megaraid_sas - add module param max_sectors, cmd_per_lun

2007-11-06 Thread Yang, Bo
& max_sectors are also intended to be provided by user only at driver load time. In the current implementation both these do appear as read-only values under host# in sysfs. The current design is not to allow these values to be modified on the fly. Regards, Bo Yang -Original Message- From: Yang

RE: PATCH [2/8] scsi: megaraid_sas - add module param fast_load

2007-11-06 Thread Yang, Bo
proc/scsi and remove the extra braces you have pointed out. Please accept the current implementation/patches. Regards, Bo Yang -------- From: Yang, Bo Sent: Wednesday, October 31, 2007 9:46 AM To: Chr