Re: [PATCH][next] net/mlx5: Fix bit-wise and with zero

2021-04-06 Thread Laurence Oberman
s.action & > + if (sa_ctx->fpga_xfrm->accel_xfrm.attrs.action == > MLX5_ACCEL_ESP_ACTION_DECRYPT) > ida_free(&fipsec->halloc, sa_ctx->sa_handle); > Looks correct to me with enum mlx5_accel_esp_action action; Reviewed-by Laurence Oberman

Re: [PATCH] Fix fnic driver to remove bogus ratelimit messages.

2021-03-23 Thread Laurence Oberman
shost_printk(KERN_DEBUG, fnic->lport- > >host, > + "Start VLAN Discovery\n"); > fnic_event_enq(fnic, FNIC_EVT_START_VLAN_DISC); > break; > case FIP_VLAN_SENT: This looks good to me. Reviewed-by: Laurence Oberman

Re: [PATCH] block: recalculate segment count for multi-segment discard requests correctly

2021-02-08 Thread Laurence Oberman
On Thu, 2021-02-04 at 11:43 -0500, Laurence Oberman wrote: > On Thu, 2021-02-04 at 10:27 +0800, Ming Lei wrote: > > On Mon, Feb 01, 2021 at 11:48:50AM -0500, David Jeffery wrote: > > > When a stacked block device inserts a request into another block > &

Re: [PATCH] block: recalculate segment count for multi-segment discard requests correctly

2021-02-04 Thread Laurence Oberman
[xfs] > > process_one_work+0x1b6/0x350 > > worker_thread+0x53/0x3e0 > > ? process_one_work+0x350/0x350 > > kthread+0x11b/0x140 > > ? __kthread_bind_mask+0x60/0x60 > > ret_from_fork+0x22/0x30 > > > > This patch fixes blk_recalc_rq_segments to be awa

Re: [PATCH] block: recalculate segment count for multi-segment discard requests correctly

2021-02-03 Thread Laurence Oberman
On Wed, 2021-02-03 at 08:50 -0500, Laurence Oberman wrote: > On Wed, 2021-02-03 at 03:15 +, Chaitanya Kulkarni wrote: > > On 2/2/21 18:39, Ming Lei wrote: > > > + /* fall through */ > > > case REQ_OP_WRITE_ZEROES: > > > - return 0; > >

Re: [PATCH] block: recalculate segment count for multi-segment discard requests correctly

2021-02-03 Thread Laurence Oberman
On Wed, 2021-02-03 at 03:15 +, Chaitanya Kulkarni wrote: > On 2/2/21 18:39, Ming Lei wrote: > > + /* fall through */ > > case REQ_OP_WRITE_ZEROES: > > - return 0; > > I don't think returning 1 for write-zeroes is right, > did you test this patch with write-zeores enable

Re: [PATCH] scsi: core: Log SCSI command age with errors

2019-09-27 Thread Laurence Oberman
On Fri, 2019-09-27 at 17:26 +0200, Martin Wilck wrote: > On Mon, 2019-09-23 at 11:31 +0530, Milan P. Gandhi wrote: > > Couple of users had requested to print the SCSI command age along > > with command failure errors. This is a small change, but allows > > users to get more important information

Re: [PATCH] scsi: core: Log SCSI command age with errors

2019-09-23 Thread Laurence Oberman
intf(logbuf + off, logbuf_len - off, > + "cmd-age=%lus", cmd_age); > + > out_printk: > dev_printk(KERN_INFO, &cmd->device->sdev_gendev, "%s", logbuf); > scsi_log_release_buffer(logbuf); > This looks to be a useful debug addition to me, and the code looks correct. I believe this has also been tested by Milan in our lab. Reviewed-by: Laurence Oberman

[tip:core/core] watchdog/core: Add watchdog_thresh command line parameter

2018-11-01 Thread tip-bot for Laurence Oberman
Commit-ID: 11295055526308ee71d82dc97f0a9ca2dd61c3b9 Gitweb: https://git.kernel.org/tip/11295055526308ee71d82dc97f0a9ca2dd61c3b9 Author: Laurence Oberman AuthorDate: Thu, 1 Nov 2018 09:30:18 -0400 Committer: Thomas Gleixner CommitDate: Thu, 1 Nov 2018 14:33:35 +0100 watchdog/core: Add

[PATCH V8] watchdog/core: Add watchdog_thresh command line parameter

2018-11-01 Thread Laurence Oberman
command line. The detector can only be completely disabled. Add a new watchdog_thresh= command line parameter to allow boot time control over the threshold. It works in the same way as the sysctl and affects both the soft and the hard lockup detectors. Signed-off-by: Laurence Oberman

[PATCH] [PATCH V7] watchdog/core: Add watchdog_thresh command line parameter

2018-10-30 Thread Laurence Oberman
to extend the hard lockup timer in the console code. Note that this also affects the soft lockup detector Signed-off-by: Laurence Oberman --- Documentation/admin-guide/kernel-parameters.txt | 8 kernel/watchdog.c | 7 +++ 2 files changed, 15 insertions

[PATCH] V6 init/main.c Enable watchdog_thresh control from kernel line To: lober...@redhat.com

2018-10-24 Thread Laurence Oberman
to avoid the hard lockups in the console code. Signed-off-by: Laurence Oberman Acked-by: Randy Dunlap --- Documentation/admin-guide/kernel-parameters.txt | 7 +++ init/main.c | 11 +++ 2 files changed, 18 insertions(+) diff --git a/Documentation

Re: [PATCH] V3 init/main.c Enable watchdog_thresh control from kernel line

2018-10-24 Thread Laurence Oberman
git tree, please drop us a > note to help improve the system] > > url:https://github.com/0day-ci/linux/commits/Laurence-Oberman/V3- > init-main-c-Enable-watchdog_thresh-control-from-kernel-line/20181025- > 015902 > base:   https://github.com/thesofproject/linux master > co

[PATCH] V4 init/main.c Enable watchdog_thresh control from kernel line

2018-10-24 Thread Laurence Oberman
to avoid the hard lockups in the console code. Signed-off-by: Laurence Oberman --- Documentation/admin-guide/kernel-parameters.txt | 7 +++ init/main.c | 8 2 files changed, 15 insertions(+) diff --git a/Documentation/admin-guide/kernel

[PATCH] V3 init/main.c Enable watchdog_thresh control from kernel line

2018-10-24 Thread Laurence Oberman
to avoid the hard lockups in the console code. Signed-off-by: Laurence Oberman --- Documentation/admin-guide/kernel-parameters.txt | 8 init/main.c | 9 + 2 files changed, 17 insertions(+) diff --git a/Documentation/admin-guide/kernel

[PATCH] V2 init/main.c Enable watchdog_thresh control from kernel line

2018-10-24 Thread Laurence Oberman
to avoid the hard lockups in the console code. Signed-off-by: Laurence Oberman --- init/main.c | 9 + 1 file changed, 9 insertions(+) diff --git a/init/main.c b/init/main.c index e4a3160..5882750 100644 --- a/init/main.c +++ b/init/main.c @@ -977,6 +977,15 @@ static int __init

[PATCH] init/main.c Enable watchdog_thresh control from kernel line

2018-10-24 Thread Laurence Oberman
to avoid the hard lockups in the console code. Signed-off-by: Laurence Oberman --- init/main.c | 9 + 1 file changed, 9 insertions(+) diff --git a/init/main.c b/init/main.c index e4a3160..5882750 100644 --- a/init/main.c +++ b/init/main.c @@ -977,6 +977,15 @@ static int __init

Re: [PATCH] scsi: qla2xxx: remove the unused tcm_qla2xxx_cmd_wq

2018-05-02 Thread Laurence Oberman
r_template(&tcm_qla2xxx_ops); When I first saw this I thought, no way, it must be used, but when I had a closer look and checked its indeed not used or even made external. This looks OK to me. Reviewed-by: Laurence Oberman

Re: [PATCH v4 1/7] scsi: hpsa: Eliminate duplicate barriers on weakly-ordered archs

2018-03-20 Thread Laurence Oberman
tstanding); >   } This looks like it would work for the x86_64 and arm because of how its defined architecture specific for the x86_64 and the arm64 I guess its up to Don and the driver folks and if its worth the change. I am generally not a fan of messing with these barrier things though. Reviewed-by: Laurence Oberman

Re: [RFC PATCH] blk-mq: fixup RESTART when queue becomes idle

2018-01-18 Thread Laurence Oberman
On Thu, 2018-01-18 at 22:24 +, Bart Van Assche wrote: > On Thu, 2018-01-18 at 17:18 -0500, Laurence Oberman wrote: > > OK, I ran 5 at once of 5 separate mount points. > > I am using 4k block sizes > > Its solid consistent for me. No stalls no gaps. > > Hi Laurence,

Re: [RFC PATCH] blk-mq: fixup RESTART when queue becomes idle

2018-01-18 Thread Laurence Oberman
On Thu, 2018-01-18 at 17:01 -0500, Mike Snitzer wrote: > On Thu, Jan 18 2018 at  4:39pm -0500, > Bart Van Assche wrote: > > > On Thu, 2018-01-18 at 16:23 -0500, Mike Snitzer wrote: > > > On Thu, Jan 18 2018 at  3:58P -0500, > > > Bart Van Assche wrote: > > > > > > > On Thu, 2018-01-18 at 15:48

Re: [RFC PATCH] blk-mq: fixup RESTART when queue becomes idle

2018-01-18 Thread Laurence Oberman
On Thu, 2018-01-18 at 16:23 -0500, Mike Snitzer wrote: > On Thu, Jan 18 2018 at  3:58P -0500, > Bart Van Assche wrote: > > > On Thu, 2018-01-18 at 15:48 -0500, Mike Snitzer wrote: > > > For Bart's test the underlying scsi-mq driver is what is > > > regularly > > > hitting this case in __blk_mq_tr

Re: blk-mq: don't dispatch request in blk_mq_request_direct_issue if queue is busy

2018-01-17 Thread Laurence Oberman
t, and > > what we need to do is to return the queue busy info to caller, so > > that caller can deal with it well. > > > > Fixes: 396eaf21ee ("blk-mq: improve DM's blk-mq IO merging via > > blk_insert_cloned_request feedback") > > Rep

Re: [PATCH 0/2] genirq/affinity: try to make sure online CPU is assgined to irq vector

2018-01-16 Thread Laurence Oberman
On Tue, 2018-01-16 at 15:22 +, Don Brace wrote: > > -Original Message- > > From: Laurence Oberman [mailto:lober...@redhat.com] > > Sent: Tuesday, January 16, 2018 7:29 AM > > To: Thomas Gleixner ; Ming Lei > .com> > > Cc: Christoph Hel

Re: [PATCH 0/2] genirq/affinity: try to make sure online CPU is assgined to irq vector

2018-01-16 Thread Laurence Oberman
On Tue, 2018-01-16 at 12:25 +0100, Thomas Gleixner wrote: > On Tue, 16 Jan 2018, Ming Lei wrote: > > > On Mon, Jan 15, 2018 at 09:40:36AM -0800, Christoph Hellwig wrote: > > > On Tue, Jan 16, 2018 at 12:03:43AM +0800, Ming Lei wrote: > > > > Hi, > > > > > > > > These two patches fixes IO hang iss

Re: [PATCH 0/2] genirq/affinity: try to make sure online CPU is assgined to irq vector

2018-01-15 Thread Laurence Oberman
On Mon, 2018-01-15 at 18:43 +0100, Thomas Gleixner wrote: > On Tue, 16 Jan 2018, Ming Lei wrote: > > These two patches fixes IO hang issue reported by Laurence. > > > > 84676c1f21 ("genirq/affinity: assign vectors to all possible CPUs") > > may cause one irq vector assigned to all offline CPUs, th

Re: HP ProLiant DL360p Gen8 hangs with Linux 4.13+.

2018-01-15 Thread Laurence Oberman
On Mon, 2018-01-15 at 07:01 -0800, Hellwig, Christoph wrote: > Laurence, I'm a little confused.  Is this the same issue we just > fixed, > or is this an issue showing up with the fix? > > E.g. what kernel versions or trees are affected? Hello Christoph This showed up on a combined tree of Mikes

Re: HP ProLiant DL360p Gen8 hangs with Linux 4.13+.

2018-01-15 Thread Laurence Oberman
On Mon, 2018-01-15 at 20:17 +0800, Ming Lei wrote: > On Sun, Jan 14, 2018 at 06:40:40PM -0500, Laurence Oberman wrote: > > On Thu, 2018-01-04 at 14:32 -0800, Vinson Lee wrote: > > > Hi. > > > > > > HP ProLiant DL360p Gen8 with Smart Array P420i boots to the log

Re: [PATCHSET v5] blk-mq: reimplement timeout handling

2018-01-12 Thread Laurence Oberman
On Fri, 2018-01-12 at 20:57 +, Bart Van Assche wrote: > On Tue, 2018-01-09 at 08:29 -0800, Tejun Heo wrote: > > Currently, blk-mq timeout path synchronizes against the usual > > issue/completion path using a complex scheme involving atomic > > bitflags, REQ_ATOM_*, memory barriers and subtle me

Re: device support in hpsa, was: Re: OOPS from cciss_ioctl in 4.12+git

2017-07-07 Thread Laurence Oberman
On 07/07/2017 02:08 PM, Christoph Hellwig wrote: On Fri, Jul 07, 2017 at 11:42:38AM -0400, Laurence Oberman wrote: What happens when hpsa_allow_any=1 with the Smart Array 64xx It should probe. But only if it has a HP vendor ID as far as I can tell. We'd still need to add the compaq i

Re: device support in hpasa, was: Re: OOPS from cciss_ioctl in 4.12+git

2017-07-07 Thread Laurence Oberman
On 07/07/2017 11:03 AM, Jens Axboe wrote: On 07/07/2017 09:00 AM, Christoph Hellwig wrote: On Thu, Jul 06, 2017 at 12:55:04PM +0300, Meelis Roos wrote: Also we're trying to move people away from the cciss driver, can you check if the hpsa SCSI driver works for you as well? I have older adap

Re: [PATCH] sd: Consider max_xfer_blocks if opt_xfer_blocks is unusable

2017-03-27 Thread Laurence Oberman
* Combine with controller limits */ > q->limits.max_sectors = min(rw_max, queue_max_hw_sectors(q)); > -- > 2.9.3 > > Looks good to me and addresses the issue we faced. FInal confirmation this change is OK to come from Martin or James. Reviewed-by: Laurence Oberman

Re: [PATCH] RDMA/bnxt_re: remove redundant initialization of rc to zero

2017-02-17 Thread Laurence Oberman
; + int rc; > > if (mr->npages && mr->pages) { > rc = bnxt_qplib_free_fast_reg_page_list(&rdev->qplib_res, > -- > 2.10.2 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Makes sense, looks fine. Reviewed-by: Laurence Oberman

Re: [4.10, panic, regression] iscsi: null pointer deref at iscsi_tcp_segment_done+0x20d/0x2e0

2017-01-04 Thread Laurence Oberman
- Original Message - > From: "Laurence Oberman" > To: "Jan Kara" > Cc: "Johannes Weiner" , "Hugh Dickins" > , "Linus Torvalds" > , "Dave Chinner" , "Chris > Leech" , "Linux > Kern

Re: [4.10, panic, regression] iscsi: null pointer deref at iscsi_tcp_segment_done+0x20d/0x2e0

2017-01-04 Thread Laurence Oberman
- Original Message - > From: "Jan Kara" > To: "Johannes Weiner" > Cc: "Hugh Dickins" , "Linus Torvalds" > , "Dave Chinner" > , "Chris Leech" , "Linux Kernel > Mailing List" > , "Lee Duncan" , > open-is...@googlegroups.com, "Linux SCSI List" > , linux-bl...@vger.kernel.org, "Christoph

Re: [PATCH] bnx2fc: shift wrapping bug in bnx2fc_process_unsol_compl()

2016-11-28 Thread Laurence Oberman
if (err_warn_bit_map & (u64)((u64)1 << i)) { > err_warn = i; > break; > } > -- > 2.9.3 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-scsi" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Looks fine to me. Reviewed-by: Laurence Oberman

Re: [PATCH] scsi: mpt3sas: fix some spelling mistakes in message and comments

2016-11-02 Thread Laurence Oberman
- Original Message - > From: "Alexander Alemayhu" > To: "Colin King" > Cc: "Sathya Prakash" , "Chaitra P B" > , "Suganath Prabu > Subramani" , "James E . J . Bottomley" > , "Martin K . > Petersen" , "MPT-FusionLinux pdl" > , > linux-s...@vger.kernel.org, linux-kernel@vger.kernel.org

Re: [PATCH] scsi: replace broken specification URL

2016-09-15 Thread Laurence Oberman
- Original Message - > From: "Martin K. Petersen" > To: "Michael Opdenacker" > Cc: cor...@lwn.net, j...@linux.vnet.ibm.com, "martin petersen" > , > linux-...@vger.kernel.org, linux-kernel@vger.kernel.org, > linux-s...@vger.kernel.org > Sent: Thursday, September 15, 2016 10:06:19 AM >

Re: [PATCH] scsi: replace broken specification URL

2016-09-15 Thread Laurence Oberman
Revision 6 > * 10-MAR-94 > -- > 2.7.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-scsi" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Looks right matching what James wanted as well. Reviewed-by: Laurence Oberman

Re: [PATCH v2 3/3] scsi/ncr5380: Improve interrupt latency during PIO tranfers

2016-08-31 Thread Laurence Oberman
t; { > return ((struct scsi_cmnd *)ncmd_ptr) - 1; > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-scsi" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Patch makes sense, look good to me. Reviwed-by: Laurence Oberman

Re: [PATCH] infiniband/mlx5: Remove superfluous include of io-mapping.h

2016-08-23 Thread Laurence Oberman
#include > #endif > -- > 2.9.3 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > I compiled and tested this with no issues on my mlx5 test bed. Reviewed-by Laurence Oberman Tested-by Laurence Oberman

Re: linux-4.8-rc1/drivers/scsi/sd.c:317: pointless test ?

2016-08-08 Thread Laurence Oberman
const char *buf, size_t count) { struct scsi_disk *sdkp = to_scsi_disk(dev); unsigned int val; int err; if (!capable(CAP_SYS_ADMIN)) return -EACCES; err = kstrtouint(buf, 10, &val); ***** if (err)

Re: [PATCH 0082/1285] Replace numeric parameter like 0444 with macro

2016-08-02 Thread Laurence Oberman
t; > -- > To unsubscribe from this list: send the line "unsubscribe linux-scsi" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Looks fine: Reviewed by: Laurence Oberman

Re: [PATCH] scsi: Delete an unnecessary check before the function call "kfree"

2016-07-24 Thread Laurence Oberman
scribe from this list: send the line "unsubscribe linux-scsi" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Looks fine, small comment is that the function call prior to check in the fucntion sets up variables etc. So is more expensive than a simple NULL check prior. Reviewed-by: Laurence Oberman

Re: [PATCH] tcm_qla2xxx: fix spelling mistake: "seperator" -> "separator"

2016-06-23 Thread Laurence Oberman
return ERR_PTR(-EINVAL); > } > *p++ = '\0'; > -- > 2.8.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-scsi" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Simple change, and its fine Reviewed-by Laurence Oberman

Re: [PATCH] snic: Fix use-after-free in case of a dma mapping error

2016-06-23 Thread Laurence Oberman
); > + kfree(buf); > + snic_req_free(snic, rqi); > ret = -EINVAL; > > goto error; > -- > 2.8.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-scsi" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Looks fine to me Reviewed-by Laurence Oberman

Re: [PATCH] aic7xxx: fix wrong return values

2016-06-08 Thread Laurence Oberman
> if (*base == 0) > - return (ENOMEM); > + return -ENOMEM; > if (!request_region(*base, 256, "aic7xxx")) > - return (ENOMEM); > + return -ENOMEM; > return (0); > } > > @@ -369,16 +369,16 @@ ahc_linux_pci_reserve_mem_region(struct ahc_softc *ahc, > if (start != 0) { > *bus_addr = start; > if (!request_mem_region(start, 0x1000, "aic7xxx")) > - error = ENOMEM; > + error = -ENOMEM; > if (error == 0) { > *maddr = ioremap_nocache(start, 256); > if (*maddr == NULL) { > - error = ENOMEM; > + error = -ENOMEM; > release_mem_region(start, 0x1000); > } > } > } else > - error = ENOMEM; > + error = -ENOMEM; > return (error); > } > > diff --git a/drivers/scsi/aic7xxx/aic7xxx_pci.c > b/drivers/scsi/aic7xxx/aic7xxx_pci.c > index 22d5a94..40e1c9b 100644 > --- a/drivers/scsi/aic7xxx/aic7xxx_pci.c > +++ b/drivers/scsi/aic7xxx/aic7xxx_pci.c > @@ -806,7 +806,7 @@ ahc_pci_config(struct ahc_softc *ahc, const struct > ahc_pci_identity *entry) > > error = ahc_reset(ahc, /*reinit*/FALSE); > if (error != 0) > - return (ENXIO); > + return -ENXIO; > > if ((ahc->features & AHC_DT) != 0) { > u_int sfunct; > @@ -2387,7 +2387,7 @@ static int > ahc_raid_setup(struct ahc_softc *ahc) > { > printk("RAID functionality unsupported\n"); > - return (ENXIO); > + return -ENXIO; > } > > static int > -- > 2.5.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-scsi" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Patch looks simple as the change is straightforward. However can you make the code consistent, some have parenthesis in return, some not. How did this work before though if it was returning non-negative to the caller or upper layer Has this been tested to work with the changes Reviewed-by Laurence Oberman

Re: [PATCH] bnx2i: fix spelling mistake "complection" -> "completion"

2016-06-04 Thread Laurence Oberman
"offload request, unexpected complection\n"); > + "offload request, unexpected completion\n"); > return; > } > > -- > 2.8.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-scsi" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Simple fix Reviewed-by Laurence Oberman

Re: [PATCH] qla1280: Reduce can_queue to 32

2016-04-22 Thread Laurence Oberman
Johannes OK , yes thanks for pointing out the commit. Laurence Oberman Principal Software Maintenance Engineer Red Hat Global Support Services - Original Message - From: "Johannes Thumshirn" To: "Laurence Oberman" Cc: "Johannes Thumshirn" , "M

Re: [PATCH] qla1280: Reduce can_queue to 32

2016-04-22 Thread Laurence Oberman
that is reported as working. So other changes in 4.4 must be "abusing" this high value. Reviewed-by Laurence Oberman Laurence Oberman Principal Software Maintenance Engineer Red Hat Global Support Services - Original Message - From: "Johannes Thumshirn" To: "Mart

Re: [PATCH] drivers/scsi/fnic/fnic_scsi.c: Deinline fnic_queue_abort_io_req, save 1792 bytes

2016-04-08 Thread Laurence Oberman
Simple change, looks fine to me. Reviewed-by: Laurence Oberman Laurence Oberman Principal Software Maintenance Engineer Red Hat Global Support Services - Original Message - From: "Denys Vlasenko" To: "James Bottomley" Cc: "Denys Vlasenko" , "Hir

Re: [PATCH] mm: readahead: get back a sensible upper limit

2015-02-24 Thread Laurence Oberman
3 99 21:49:23 sdg 163840213 320 512 0 000 512 125 447 3 99 21:49:24 sdg 18944 0 37 512 0 000 512 19 442 29 21:49:25 sdg 0 000 0 000 0 0

Re: Crash when copying from broken external hdd

2014-11-30 Thread Laurence Oberman
est() > > Thanks, > //richard > >> Thanks >> Simon >> >> On Sun, 2014-11-30 at 10:58 -0500, Laurence Oberman wrote: >>> I need more of the stack if you have it, the screenshot is not attached. >>> Thanks >>> Laurence >>> >>>

Re: Crash when copying from broken external hdd

2014-11-30 Thread Laurence Oberman
I need more of the stack if you have it, the screenshot is not attached. Thanks Laurence On Sun, Nov 30, 2014 at 6:11 AM, Richard Weinberger wrote: > On Sat, Nov 29, 2014 at 11:52 AM, Simon Danner wrote: >> Hello, >> i get the following crash after i try to copy files from a broken >> external h

Re: Drivers: scsi: FLUSH timeout

2013-09-20 Thread Laurence Oberman
I am thinking Srini meant in the sd_mod driver module. #define SD_FLUSH_TIMEOUT (60 * HZ) Laurence On Fri, Sep 20, 2013 at 4:32 PM, Greg KH wrote: > On Fri, Sep 20, 2013 at 12:32:27PM -0700, K. Y. Srinivasan wrote: >> The SD_FLUSH_TIMEOUT value is currently hardcoded. > > Hardcoded where? Plea

Figured out the wait queue question

2005-02-27 Thread Laurence Oberman
Hello, I figured out the answer to my previous question. I used the equivalent of the list_entry MACRO to get the values >From the crash dump. Thanks Laurence - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

Understanding task_list pointers in a wait_queue_head_t

2005-02-27 Thread Laurence Oberman
se addresses in any of the task pointers, so how do I get the task descriptors on the wait queues from these in the crash dump. Thanks for the help. Laurence Oberman - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Mo