Re: [PATCH] md/raid0: add config parameters to specify zone layout

2020-04-30 Thread John Stoffel
> "Song" == Song Liu writes: Song> Hi Jason, >> On Apr 27, 2020, at 2:10 PM, Jason Baron wrote: >> >> >> >> On 4/25/20 12:31 AM, Coly Li wrote: >>> On 2020/3/26 23:28, Jason Baron wrote: Let's add some CONFIG_* options to directly configure the raid0 layout if you know in advanc

Re: [dm-devel] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM

2018-05-02 Thread John Stoffel
> "Mike" == Mike Snitzer writes: Mike> On Tue, May 01 2018 at 8:36pm -0400, Mike> Andrew Morton wrote: >> On Tue, 24 Apr 2018 12:33:01 -0400 (EDT) Mikulas Patocka >> wrote: >> >> > >> > >> > On Tue, 24 Apr 2018, Michal Hocko wrote: >> > >> > > On Tue 24-04-18 11:30:40, Mikulas Patock

Re: [dm-devel] [PATCH v5] fault-injection: introduce kvmalloc fallback options

2018-05-02 Thread John Stoffel
>>>>> "Mikulas" == Mikulas Patocka writes: Mikulas> On Mon, 30 Apr 2018, John Stoffel wrote: >> >>>>> "Mikulas" == Mikulas Patocka writes: >> Mikulas> On Thu, 26 Apr 2018, John Stoffel wrote: >> Mikulas> I see your

Re: [dm-devel] [PATCH v5] fault-injection: introduce kvmalloc fallback options

2018-04-30 Thread John Stoffel
>>>>> "Mikulas" == Mikulas Patocka writes: Mikulas> On Thu, 26 Apr 2018, John Stoffel wrote: >> >>>>> "James" == James Bottomley >> >>>>> writes: >> James> I may be an atypical developer but I'd

Re: [dm-devel] [PATCH v5] fault-injection: introduce kvmalloc fallback options

2018-04-26 Thread John Stoffel
> "James" == James Bottomley writes: James> On Wed, 2018-04-25 at 19:00 -0400, Mikulas Patocka wrote: >> >> On Wed, 25 Apr 2018, James Bottomley wrote: >> >> > > > Do we really need the new config option?  This could just be >> > > > manually  tunable via fault injection IIUC. >> > >  >> >

Re: [PATCH 0/12 v3] Writeback improvements

2017-09-28 Thread John Stoffel
On Wed, Sep 27, 2017 at 02:13:47PM -0600, Jens Axboe wrote: > We've had some issues with writeback in presence of memory reclaim > at Facebook, and this patch set attempts to fix it up. The real > functional change for that issue is patch 10. The rest are cleanups, > as well as the removal of doing

Re: [PATCH 0/6] More graceful flusher thread memory reclaim wakeup

2017-09-20 Thread John Stoffel
On Tue, Sep 19, 2017 at 01:53:01PM -0600, Jens Axboe wrote: > We've had some issues with writeback in presence of memory reclaim > at Facebook, and this patch set attempts to fix it up. The real > functional change is the last patch in the series, the first 5 are > prep and cleanup patches. > > Th

Re: 4.4-rc3, KVM, br0 and instant hang

2015-12-05 Thread John Stoffel
>>>>> "Jens" == Jens Axboe writes: Jens> On 12/05/2015 10:31 AM, John Stoffel wrote: >>>>>>> "John" == John Stoffel writes: >> John> On Fri, Dec 04, 2015 at 11:28:33PM -0500, John Stoffel wrote: >>>> >>

Re: 4.4-rc3, KVM, br0 and instant hang

2015-12-05 Thread John Stoffel
>>>>> "John" == John Stoffel writes: John> On Fri, Dec 04, 2015 at 11:28:33PM -0500, John Stoffel wrote: >> >> Hi all, >> Anyway, if I try to boot up anything past the 4.2.6 kernel, the system >> locks up pretty quickly with an oops messa

Re: 4.4-rc3, KVM, br0 and instant hang

2015-12-05 Thread John Stoffel
On Fri, Dec 04, 2015 at 11:28:33PM -0500, John Stoffel wrote: > > Hi all, > > I've been trying to upgrade to something newer than 4.2.6 since I want > to use LVM Cache on my home NFS fileserver, KVM server, test server, > etc. So when it goes down, I lose all my ot

4.4-rc3, KVM, br0 and instant hang

2015-12-04 Thread John Stoffel
Hi all, I've been trying to upgrade to something newer than 4.2.6 since I want to use LVM Cache on my home NFS fileserver, KVM server, test server, etc. So when it goes down, I lose all my other systems which mount stuff from it. Right now I'm trying to figure out how to use Netconsole to grab

Re: Hard lockup in ext4_finish_bio

2015-10-08 Thread John Stoffel
>>>>> "Nikolay" == Nikolay Borisov writes: Nikolay> On 10/08/2015 05:34 PM, John Stoffel wrote: >> Great bug report, but you're missing the info on which kernel >> you're Nikolay> This is on 3.12.47 (self compiled). It was evident on my Nikol

Re: Hard lockup in ext4_finish_bio

2015-10-08 Thread John Stoffel
Great bug report, but you're missing the info on which kernel you're running here... is this a vendor kernel or self-compiled? Nikolay> I've hit a rather strange hard lock up on one of my servers Nikolay> from the page writeback path, the actual backtrace is: Nikolay> [427149.717151] ---

Re: [RFC/PATCH 0/2] A simpler way to maintain custom defconfigs

2015-08-28 Thread John Stoffel
Felipe> For several years I've used a trick to be able to maintain a simple defconfig Felipe> that works across many versions, and requires little maintenance from my Felipe> part: Felipe> % cat arch/x86/configs/x86_64_defconfig ~/my-config > .config && make olddefconfig Felipe> I'm sending a

Re: [PATCH 3/3 v4] mm/vmalloc: Cache the vmalloc memory info

2015-08-24 Thread John Stoffel
George> John Stoffel wrote: >>> vmap_info_gen should be initialized to 1 to force an initial >>> cache update. >> Blech, it should be initialized with a proper #define >> VMAP_CACHE_NEEDS_UPDATE 1, instead of more magic numbers. George> Er... this is a jo

Re: [PATCH 3/3 v4] mm/vmalloc: Cache the vmalloc memory info

2015-08-24 Thread John Stoffel
> "Ingo" == Ingo Molnar writes: Ingo> * George Spelvin wrote: >> First, an actual, albeit minor, bug: initializing both vmap_info_gen >> and vmap_info_cache_gen to 0 marks the cache as valid, which it's not. Ingo> Ha! :-) Fixed. >> vmap_info_gen should be initialized to 1 to force an init

Re: [PATCH] x86/kconfig/32: Make CONFIG_VM86 default to n and remove EXPERT

2015-07-09 Thread John Stoffel
> "Linus" == Linus Torvalds writes: Linus> On Thu, Jul 9, 2015 at 11:51 AM, Arjan van de Ven wrote: >> >> I would rather do BOTH the default n AND the EXPERT Linus> That basically makes it impossible for "normal people" to test it. You Linus> have to mark yourself as expert, and then get

Re: [PATCH RFC] vfs: add a O_NOMTIME flag

2015-05-12 Thread John Stoffel
> "Austin" == Austin S Hemmelgarn writes: Austin> On 2015-05-12 01:08, Kevin Easton wrote: >> On Mon, May 11, 2015 at 07:10:21PM -0400, Theodore Ts'o wrote: >>> On Mon, May 11, 2015 at 09:24:09AM -0700, Sage Weil wrote: > Let me re-ask the question that I asked last week (and was apparent

Re: [PATCH RFC] vfs: add a O_NOMTIME flag

2015-05-12 Thread John Stoffel
> "Sage" == Sage Weil writes: Sage> On Mon, 11 May 2015, Trond Myklebust wrote: >> On Mon, May 11, 2015 at 12:39 PM, Sage Weil wrote: >> > On Mon, 11 May 2015, Dave Chinner wrote: >> >> On Sun, May 10, 2015 at 07:13:24PM -0400, Trond Myklebust wrote: >> >> > On Fri, May 8, 2015 at 6:24 PM, S

Re: [PATCH v2 00/10] evacuate struct page from the block layer, introduce __pfn_t

2015-05-08 Thread John Stoffel
>>>>> "Linus" == Linus Torvalds writes: Linus> On Fri, May 8, 2015 at 7:40 AM, John Stoffel wrote: >> >> Now go and look at your /home or /data/ or /work areas, where the >> endusers are actually keeping their day to day work. Photos, mp3, >

Re: [PATCH v2 00/10] evacuate struct page from the block layer, introduce __pfn_t

2015-05-08 Thread John Stoffel
> "Ingo" == Ingo Molnar writes: Ingo> * Rik van Riel wrote: >> The disadvantage is pretty obvious too: 4kB pages would no longer be >> the fast case, with an indirection. I do not know how much of an >> issue that would be, or whether it even makes sense for 4kB pages to >> continue bein

Re: [PATCH RFC] vfs: add a O_NOMTIME flag

2015-05-08 Thread John Stoffel
> "Sage" == Sage Weil writes: Sage> On Thu, 7 May 2015, Zach Brown wrote: >> On Thu, May 07, 2015 at 10:26:17AM +1000, Dave Chinner wrote: >> > On Wed, May 06, 2015 at 03:00:12PM -0700, Zach Brown wrote: >> > > The criteria for using O_NOMTIME is the same as for using O_NOATIME: >> > > owning

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-29 Thread John Stoffel
> "David" == David Herrmann writes: David> Hi David> On Wed, Apr 29, 2015 at 10:43 PM, David Lang wrote: >> If the justification for why this needs to be in the kernel is that you >> can't reliably prevent apps from exiting if there are pending messages, [...] David> It's not. >> the answe

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-29 Thread John Stoffel
> "Austin" == Austin S Hemmelgarn writes: Austin> On 2015-04-29 14:54, Andy Lutomirski wrote: >> On Apr 29, 2015 5:48 AM, "Harald Hoyer" wrote: >>> >>> * Being in the kernel closes a lot of races which can't be fixed with >>> the current userspace solutions. For example, with kdbus, there

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-29 Thread John Stoffel
>>>>> "Steven" == Steven Rostedt writes: Steven> On Wed, Apr 29, 2015 at 12:26:59PM -0400, John Stoffel wrote: >> >> If your customers wnat this feature, you're more than welcome to fork >> the kernel and support it yourself. Oh wait...

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-29 Thread John Stoffel
> "Harald" == Harald Hoyer writes: Harald> On 29.04.2015 15:33, Richard Weinberger wrote: >> It depends how you define "beginning". To me an initramfs is a *very* minimal >> tool to prepare the rootfs and nothing more (no udev, no systemd, no >> "mini distro"). >> If the initramfs fails to do

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-28 Thread John Stoffel
> "Havoc" == Havoc Pennington writes: Havoc> On Tue, Apr 28, 2015 at 1:18 PM, Theodore Ts'o wrote: >> So the question is if one of the justifications for moving the daemon >> into kernel space is that it's performance is crap, then I think it is >> useful to determine whether a fully optimiz

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-14 Thread John Stoffel
> "Greg" == Greg Kroah-Hartman writes: Greg> On Tue, Apr 14, 2015 at 11:57:22AM -0700, Andy Lutomirski wrote: >> On Tue, Apr 14, 2015 at 10:50 AM, Greg Kroah-Hartman >> wrote: >> > On Mon, Apr 13, 2015 at 02:01:21PM -0700, Andy Lutomirski wrote: >> >> On Mon, Apr 13, 2015 at 1:45 PM, Greg Kr

Re: 4.0.0-rc4: panic in free_block

2015-03-23 Thread John Stoffel
>>>>> "David" == David Miller writes: David> From: "John Stoffel" David> Date: Mon, 23 Mar 2015 12:51:03 -0400 >> Would it make sense to have some memmove()/memcopy() tests on bootup >> to catch problems like this? I know this is a stran

Re: 4.0.0-rc4: panic in free_block

2015-03-23 Thread John Stoffel
David> David> [PATCH] sparc64: Fix several bugs in memmove(). David> Firstly, handle zero length calls properly. Believe it or not there David> are a few of these happening during early boot. David> Next, we can't just drop to a memcpy() call in the forward copy case David>

Re: [PATCH v2 2/2] x86_64,signal: Remove 'fs' and 'gs' from sigcontext

2015-03-10 Thread John Stoffel
> "Andy" == Andy Lutomirski writes: Andy> As far as I can tell, these fields have been set to zero on save and Andy> ignored on restore since Linux was imported into git. Rename them Andy> '__pad1' and '__pad2' to avoid confusion and to allow them to be Andy> recycled some day. Andy> I'm in

Re: [PATCH 0/9] Support follow_link in RCU-walk.

2015-03-05 Thread John Stoffel
>>>>> "Al" == Al Viro writes: Al> On Thu, Mar 05, 2015 at 08:52:20AM -0500, John Stoffel wrote: >> So what happens if your filesystem is 10Tb in size, and you have 50 >> million files and lots of them are symlinks? I've got developers who >>

Re: [PATCH 0/9] Support follow_link in RCU-walk.

2015-03-05 Thread John Stoffel
> "Al" == Al Viro writes: Al> On Thu, Mar 05, 2015 at 04:21:21PM +1100, NeilBrown wrote: >> Hi Al (and others), >> >> I wonder if you could look over this patchset. >> It allows RCU-walk to follow symlinks in many common cases, >> thus removing a surprising performance hit caused by using sy

Re: [PATCH v2] usb: serial: Perform verification for FTDI FT232R devices

2014-10-23 Thread John Stoffel
So what else is in those magic 2.12.00 official drivers besides this eeprom magic? And why don't you printer a much more informative message to the logs when you do fail a chip? No matter what you say here, you're targetting end users with this patch, even if you're just trying to put pressur

Re: Linux 3.16-rc6

2014-07-24 Thread John Stoffel
> "Waiman" == Waiman Long writes: Waiman> On 07/24/2014 02:36 PM, Peter Zijlstra wrote: >> On Thu, Jul 24, 2014 at 11:18:16AM -0700, Linus Torvalds wrote: >>> On Thu, Jul 24, 2014 at 5:58 AM, Peter Zijlstra >>> wrote: So going by the nifty picture rostedt made: [ 61.454336

Re: After unlinking a large file on ext4, the process stalls for a long time

2014-07-16 Thread John Stoffel
Mason> (I hope you'll forgive me for reformatting the quote characters Mason> to my taste.) No problem. Mason> On 16/07/2014 17:16, John Stoffel wrote: >> Mason wrote: >> >>> I'm using Linux (3.1.10 at the moment) on a embedded system >>> simil

Re: After unlinking a large file on ext4, the process stalls for a long time

2014-07-16 Thread John Stoffel
Mason> I'm using Linux (3.1.10 at the moment) on a embedded system Mason> similar in spec to a desktop PC from 15 years ago (256 MB RAM, Mason> 800-MHz CPU, USB). Sounds like a Raspberry Pi... And have you investigated using something like XFS as your filesystem instead? Mason> I need to be a

Re: [PATCH] mm readahead: Fix sys_readahead breakage by reverting 2MB limit (bug 79111)

2014-07-03 Thread John Stoffel
> "Linus" == Linus Torvalds writes: Linus> On Thu, Jul 3, 2014 at 11:22 AM, Linus Torvalds Linus> wrote: >> >> So the bugzilla entry worries me a bit - we definitely do not want to >> regress in case somebody really relied on timing - but without more >> specific information I still think t

Re: [PATCH 0/2] Disable zone_reclaim_mode by default v2

2014-04-18 Thread John Stoffel
> "Andrew" == Andrew Morton writes: Andrew> On Tue, 8 Apr 2014 09:22:58 +0100 Mel Gorman wrote: >> Changelog since v1 >> o topology comment updates >> >> When it was introduced, zone_reclaim_mode made sense as NUMA distances >> punished and workloads were generally partitioned to fit into

Re: [RFC PATCH] cmdline: Hide "debug" from /proc/cmdline

2014-04-05 Thread John Stoffel
>>>>> "Greg" == Greg Kroah-Hartman writes: Greg> On Fri, Apr 04, 2014 at 05:17:09PM -0400, John Stoffel wrote: >> >>>>> "Linus" == Linus Torvalds writes: >> Linus> On Fri, Apr 4, 2014 at 11:21 AM, Andy Lutomirski wrote: >

Re: [RFC PATCH] cmdline: Hide "debug" from /proc/cmdline

2014-04-04 Thread John Stoffel
> "Linus" == Linus Torvalds writes: Linus> On Fri, Apr 4, 2014 at 11:21 AM, Andy Lutomirski wrote: >> >> The other thing I've used /dev/kmsg for is to shove a "I'm starting >> something now" message in. This is only really necessary because the >> current kernel log timestamps are unusabl

Re: [RFC] speeding up the stat() family of system calls...

2013-12-21 Thread John Stoffel
Linus> Here's both x86 people and filesystem people involved, because this Linus> hacky RFC patch touches both. Linus> NOTE NOTE NOTE! I've modified "cp_new_stat()" in place, in a way that Linus> is x86-64 specific. So the attached patch *only* works on x86-64, and Linus> will very actively break

Re: RIP - dead harddisk..

2013-09-11 Thread John Stoffel
>>>>> "H" == H Peter Anvin writes: H> On 09/10/2013 08:00 PM, Linus Torvalds wrote: >> On Tue, Sep 10, 2013 at 7:46 PM, John Stoffel wrote: >>> Linus> The timing absolutely sucks, but it looks like the SSD in my Linus> main workstation just died

Re: RIP - dead harddisk..

2013-09-10 Thread John Stoffel
Linus> The timing absolutely sucks, but it looks like the SSD in my Linus> main workstation just died on me. What model, if you care to share? I figure you'r a perfect storm of SSD beating with all your compiles and git pulls, etc. And may I suggest that you get TWO of them next time and mirr

Re: [PATCH] dcache: Translating dentry into pathname without taking rename_lock

2013-09-05 Thread John Stoffel
>>>>> "Waiman" == Waiman Long writes: Waiman> On 09/04/2013 04:40 PM, John Stoffel wrote: >>>>>>> "Waiman" == Waiman Long writes: Waiman> In term of AIM7 performance, this patch has a performance boost of Waiman> about 6-7% on to

Re: [PATCH] dcache: Translating dentry into pathname without taking rename_lock

2013-09-04 Thread John Stoffel
> "Waiman" == Waiman Long writes: Waiman> In term of AIM7 performance, this patch has a performance boost of Waiman> about 6-7% on top of Linus' lockref patch on a 8-socket 80-core DL980. Waiman> User Range | 10-100 | 200-1 | 1100-2000 | Waiman> Mean JPM w/o patch | 4,365,11

Re: [PATCH] mm: negative left shift count when PAGE_SHIFT > 20

2013-07-18 Thread John Stoffel
Jerry> When PAGE_SHIFT > 20, the result of "20 - PAGE_SHIFT" is negative. The Jerry> calculating here will generate an unexpected result. In addition, if Jerry> PAGE_SHIFT > 20, The memory size represented by numentries was already Jerry> integral multiple of 1MB. Why this magic number of 20? Pl

Re: [GIT] Networking

2013-05-02 Thread John Stoffel
>>>>> "Ben" == Ben Hutchings writes: Ben> On Thu, 2013-05-02 at 14:53 -0400, John Stoffel wrote: >> >>>>> "David" == David Miller writes: >> David> From: Bjørn Mork David> Date: Thu, 02 May 2013 11:06:42 +0200 >>

Re: [GIT] Networking

2013-05-02 Thread John Stoffel
> "David" == David Miller writes: David> From: Bjørn Mork David> Date: Thu, 02 May 2013 11:06:42 +0200 >> From d957cf339bf625869c39d852ac6733ef597ecef9 Mon Sep 17 00:00:00 2001 >> From: Bjørn Mork >> Date: Thu, 2 May 2013 10:37:05 +0200 >> Subject: [PATCH] net: vlan,ethtool: netdev_feature

Re: Major network performance regression in 3.7

2013-01-06 Thread John Stoffel
> "Willy" == Willy Tarreau writes: Willy> On Sun, Jan 06, 2013 at 11:00:15AM -0800, Eric Dumazet wrote: >> On Sun, 2013-01-06 at 10:51 -0800, Eric Dumazet wrote: >> > > >> > > (sd->len is usually 4096, which is expected, but sd->total_len value is >> > > huge in your case, so we always set t

Re: Major network performance regression in 3.7

2013-01-06 Thread John Stoffel
>>>>> "Willy" == Willy Tarreau writes: Willy> On Sun, Jan 06, 2013 at 04:49:35PM -0500, John Stoffel wrote: >> >>>>> "Willy" == Willy Tarreau writes: >> Willy> On Sun, Jan 06, 2013 at 11:00:15AM -0800, Eric Dumaze

Re: [dm-devel] [PATCH v7 9/9] block: Avoid deadlocks with bio allocation by stacking drivers

2012-08-29 Thread John Stoffel
> "Kent" == Kent Overstreet writes: Kent> On Wed, Aug 29, 2012 at 03:39:14PM +0100, Alasdair G Kergon wrote: >> It's also instructive to remember why the code is the way it is: it used >> to process bios for underlying devices immediately, but this sometimes >> meant too much recursive stack

RE: [2/3][PATCH][v2] TDM Framework

2012-07-30 Thread John Stoffel
>>>>> "Singh" == Singh Sandeep-B37400 writes: Singh> -Original Message----- Singh> From: John Stoffel [mailto:j...@stoffel.org] Singh> Sent: 27 July 2012 19:42 Singh> To: Singh Sandeep-B37400 Singh> Cc: linuxppc-...@lists.ozlabs.org; l

Re: [2/3][PATCH][v2] TDM Framework

2012-07-27 Thread John Stoffel
> From: Sandeep Singh > TDM Framework is an attempt to provide a platform independent layer which can > offer a standard interface for TDM access to different client modules. Please don't use TLAs (Three Letter Acronyms) like TDM without explaining the clearly and up front. It makes it hard fo

Re: [PATCH] cyclades: Prepare for relaxed locking in callers

2008-02-20 Thread John Stoffel
>>>>> "Alan" == Alan Cox <[EMAIL PROTECTED]> writes: Alan> On Wed, 20 Feb 2008 16:22:29 -0500 Alan> "John Stoffel" <[EMAIL PROTECTED]> wrote: >> Alan> Basically wrap it in lock_kernel where it is hard to prove the Alan> locking is

Re: [PATCH] cyclades: Prepare for relaxed locking in callers

2008-02-20 Thread John Stoffel
Alan> Basically wrap it in lock_kernel where it is hard to prove the Alan> locking is ok. I've got cyclades cards, both ISA and Serial. Do you want/need any specific tests? Or should I just send you (or your deputy) the ISA card for your collection? John Alan> Signed-off-by: Alan Cox <[EMAIL

Re: [PATCH] Document huge memory/cache overhead of memory controller in Kconfig

2008-02-20 Thread John Stoffel
>>>>> "Balbir" == Balbir Singh <[EMAIL PROTECTED]> writes: Balbir> John Stoffel wrote: >> I know this is a pedantic comment, but why the heck is it called such >> a generic term as "Memory Controller" which doesn't give any >>

Re: [PATCH] Document huge memory/cache overhead of memory controller in Kconfig

2008-02-20 Thread John Stoffel
>>>>> "Jan" == Jan Engelhardt <[EMAIL PROTECTED]> writes: Jan> On Feb 20 2008 20:50, Balbir Singh wrote: >> John Stoffel wrote: >>> I know this is a pedantic comment, but why the heck is it called such >>> a generic term as "Memory Co

Re: [PATCH] Document huge memory/cache overhead of memory controller in Kconfig

2008-02-20 Thread John Stoffel
> "Balbir" == Balbir Singh <[EMAIL PROTECTED]> writes: Balbir> Andi Kleen wrote: >> Document huge memory/cache overhead of memory controller in Kconfig >> >> I was a little surprised that 2.6.25-rc* increased struct page for the memory >> controller. At least on many x86-64 machines it will

Re: [git pull] x86 arch updates for v2.6.25

2008-02-05 Thread John Stoffel
> "Linus" == Linus Torvalds <[EMAIL PROTECTED]> writes: Linus> On Tue, 5 Feb 2008, Maxim Levitsky wrote: >> >> The x86 tree was merged several times, but I don't see kgdb included in >> latest mainline -git. >> >> So just one question, will it be included or no? Linus> I won't even conside

Re: [PATCH 0/9] firewire-sbp2: misc hotplug related patches

2008-02-04 Thread John Stoffel
Stefan> John Stoffel wrote: >> I've completely given up on my Firewire/USB external enclosure with a >> PL-3xxx chipset. Stefan> Is it a variant whose firmware cannot be updated? No, it can be updated, and I have done that once before. It became a little more stable,

Re: [PATCH 0/9] firewire-sbp2: misc hotplug related patches

2008-02-04 Thread John Stoffel
> "Stefan" == Stefan Richter <[EMAIL PROTECTED]> writes: Stefan> I got quite good results with several OxSemi based SBP-2 Stefan> devices, also with an Initio based dual-LU device and LSI Stefan> based devices. A Prolific PL-3505 based device with known Stefan> buggy firmware didn't work too

Re: The ext3 way of journalling

2008-01-08 Thread John Stoffel
>>>>> "Tuomo" == Tuomo Valkonen <[EMAIL PROTECTED]> writes: Tuomo> On 2008-01-08, John Stoffel <[EMAIL PROTECTED]> wrote: >> Look at your filesystems, using 'tune2fs' and see if the ext3 journal >> is actually turned on and used.

Re: The ext3 way of journalling

2008-01-08 Thread John Stoffel
> "Tuomo" == Tuomo Valkonen <[EMAIL PROTECTED]> writes: Tuomo> The ext3 journalling code can be summarised as: superblock-> last_checked = random(); Tuomo> sync(superblock) Tuomo> I hate it: every time Linux crashes, e.g. due to power failure, Tuomo> it takes almost an hour to boot, beca

Re: [patch] scsi: revert "[SCSI] Get rid of scsi_cmnd->done"

2008-01-07 Thread John Stoffel
>>>>> "Stefan" == Stefan Richter <[EMAIL PROTECTED]> writes: Stefan> John Stoffel wrote: >> The question to me really revolves around how do you automate the >> process in a transparent manner so that people don't have to change >> much

Re: [patch] scsi: revert "[SCSI] Get rid of scsi_cmnd->done"

2008-01-07 Thread John Stoffel
I'll agree with what Willy wrote here, Bugzilla is a pain to use, you can't just dump an email into it and have it captured. I think we should be looking at something more like 'WebRT' which is an *issue* tracker software. But that too might be too heavy weight and too noisy as well. And sudden

Re: 2.6.24-rc5: tape drive not responding

2007-12-17 Thread John Stoffel
>>>>> "James" == James Bottomley <[EMAIL PROTECTED]> writes: James> On Mon, 2007-12-17 at 13:43 -0800, Andrew Morton wrote: >> On Mon, 17 Dec 2007 16:02:02 -0500 >> "John Stoffel" <[EMAIL PROTECTED]> wrote: >> >> > >

Re: 2.6.24-rc5: tape drive not responding

2007-12-17 Thread John Stoffel
Just to confirm, the propsed patch to st.c fixes the issue with 2.6.24-rc5 as well at 2.6.24-rc5-mm1 with access to my DLT tape drives. Thanks! John -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at htt

Re: 2.6.24-rc5: tape drive not responding

2007-12-17 Thread John Stoffel
>>>>> "Andrew" == Andrew Morton <[EMAIL PROTECTED]> writes: Andrew> On Mon, 17 Dec 2007 11:25:51 +0900 FUJITA Tomonori <[EMAIL PROTECTED]> wrote: >> On Sun, 16 Dec 2007 20:05:51 -0500 >> "John Stoffel" <[EMAIL PROTECTED]> wrot

Re: 2.6.24-rc5: tape drive not responding

2007-12-17 Thread John Stoffel
>>>>> "Andrew" == Andrew Morton <[EMAIL PROTECTED]> writes: Andrew> On Mon, 17 Dec 2007 11:25:51 +0900 FUJITA Tomonori <[EMAIL PROTECTED]> wrote: >> On Sun, 16 Dec 2007 20:05:51 -0500 >> "John Stoffel" <[EMAIL PROTECTED]> wro

Re: 2.6.24-rc5: tape drive not responding

2007-12-16 Thread John Stoffel
Hi, This looks to be a regression between 2.6.23 and 2.6.24-rc5, I'll try to bi-sect this and report more on it. Basically, when I bootup, I get a ton of errors in the dmesg log along the lines of: [ 215.007701] sym1: SCSI parity error detected: SCR1=1 DBC=1128 SBCL=ae [ 215.008145] sym1:

Re: 2.6.24-rc5-mm1: kernel BUG at include/linux/scatterlist.h:59!

2007-12-15 Thread John Stoffel
John> Just fired up 2.6.24-rc5-mm1 on a Dual CPU PIII 550mhz system John> with 2gb of RAM. Got the following error. Let me know if you John> need more details or want me to run tests or make changes. John> Looks like something in the SCSI st driver, which makes sense John> since I have a pair of

2.6.24-rc5-mm1: kernel BUG at include/linux/scatterlist.h:59!

2007-12-14 Thread John Stoffel
Hi, Just fired up 2.6.24-rc5-mm1 on a Dual CPU PIII 550mhz system with 2gb of RAM. Got the following error. Let me know if you need more details or want me to run tests or make changes. Looks like something in the SCSI st driver, which makes sense since I have a pair of DLT 7k drives hooked up

Re: [RFT] Port 0x80 I/O speed

2007-12-12 Thread John Stoffel
My results, PIII, Dual 550Mhz Xeon. jfsnew:~/src> sudo ./port80 cycles: out 774, in 332 jfsnew:~/src> sudo ./port80 cycles: out 774, in 332 jfsnew:~/src> sudo ./port80 cycles: out 774, in 332 jfsnew:~/src> sudo ./port80 cycles: out 774, in 332 jfsnew:~/src> sudo ./port80 cycles: out 774, in 332 j

Re: RFC: outb 0x80 in inb_p, outb_p harmful on some modern AMD64 with MCP51 laptops

2007-12-11 Thread John Stoffel
Here's my results on a PIII Xeon, 550mhz, 440GX chipset, and an ISA slot, which until recently was actually used with an 8 port serial card: jfsnew:~/src> sudo ./port80 out: 729 in : 348 jfsnew:~/src> sudo ./port80 out: 729 in : 354 jfsnew:~/src> sudo ./port80 out: 729 in : 350 jfsnew:~/src> sudo

Re: [PATCH] Clustering indirect blocks in Ext3

2007-11-20 Thread John Stoffel
Abhishek> It took me some time to get compilebench working due to the Abhishek> known issue with drop_caches due to circular lock dependency Abhishek> between j_list_lock and inode_lock (compilebench triggers Abhishek> drop_caches quite frequently). Here are the results for Abhishek> compilebench

Re: IDE crash...

2007-10-24 Thread John Stoffel
>>>>> "Jens" == Jens Axboe <[EMAIL PROTECTED]> writes: Jens> On Tue, Oct 23 2007, John Stoffel wrote: >> >>>>> "Jens" == Jens Axboe <[EMAIL PROTECTED]> writes: >> Jens> On Tue, Oct 23 2007, David Miller wrote: >&g

Re: IDE crash...

2007-10-23 Thread John Stoffel
> "Jens" == Jens Axboe <[EMAIL PROTECTED]> writes: Jens> On Tue, Oct 23 2007, David Miller wrote: >> From: Jens Axboe <[EMAIL PROTECTED]> >> Date: Tue, 23 Oct 2007 09:23:59 +0200 >> >> > On Tue, Oct 23 2007, David Miller wrote: >> > > From: Jens Axboe <[EMAIL PROTECTED]> >> > > Date: Tue, 23

Re: [PATCH 02/10] [SG] Update block layer to use sg helpers

2007-10-23 Thread John Stoffel
> "Jens" == Jens Axboe <[EMAIL PROTECTED]> writes: Jens> Signed-off-by: Jens Axboe <[EMAIL PROTECTED]> Jens> --- Jens> block/ll_rw_blk.c |8 ++-- Jens> 1 files changed, 6 insertions(+), 2 deletions(-) Jens> diff --git a/block/ll_rw_blk.c b/block/ll_rw_blk.c Jens> index 8025d64..61c2e

Re: Flynn's Original Paper about Computer Organization

2007-10-15 Thread John Stoffel
Mohamed> I am looking for Michael Flynn original paper about computer Mohamed> organization in which Flynn devised the so-called "Flynn Mohamed> Taxonomy". I tried Google, IEEE Xplore, ACM, Yahoo but in Mohamed> vain. I would be very grateful if someone can post a scanned Mohamed> version of the m

Re: [PATCH] remove throttle_vm_writeout()

2007-10-05 Thread John Stoffel
>> I think that's an improvement in all respects. >> >> However it still does not generally address the deadlock scenario: if >> there's a small DMA zone, and fuse manages to put all of those pages >> under writeout, then there's trouble. Miklos> And the only way to solve that AFAICS, is to make

Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..

2007-10-02 Thread John Stoffel
Linus> I said I was hoping that -rc8 was the last -rc, and I hate Linus> doing this, but we've had more changes since -rc8 than we had Linus> in -rc8. And while most of them are pretty trivial, I really Linus> couldn't face doing a 2.6.23 release and take the risk of some Linus> really stupid brow

Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..

2007-10-02 Thread John Stoffel
Linus> I said I was hoping that -rc8 was the last -rc, and I hate Linus> doing this, but we've had more changes since -rc8 than we had Linus> in -rc8. And while most of them are pretty trivial, I really Linus> couldn't face doing a 2.6.23 release and take the risk of some Linus> really stupid brow

Re: sata_nv issues with MCP51 SATA controller

2007-09-15 Thread John Stoffel
> "Jon" == Jon Ivar Rykkelid <[EMAIL PROTECTED]> writes: Jon> Prakash Punnoor wrote: >> I don't have exaclty the same hw, but the same chipset and I don't have any >> problems - even with the swncq patch applied. Do you have an hpet? If not, >> try booting with acpi_use_time_override. My sys

Re: [PATCH 21/23] mm: per device dirty threshold

2007-09-11 Thread John Stoffel
Peter> Scale writeback cache per backing device, proportional to its Peter> writeout speed. By decoupling the BDI dirty thresholds a Peter> number of problems we currently have will go away, namely: Ah, this clarifies my questions! Thanks! Peter> - mutual interference starvation (for any numb

Re: [PATCH 00/23] per device dirty throttling -v10

2007-09-11 Thread John Stoffel
Peter> Per device dirty throttling patches These patches aim to Peter> improve balance_dirty_pages() and directly address three Peter> issues: Peter> 1) inter device starvation Peter> 2) stacked device deadlocks Peter> 3) inter process starvation Peter> 1 and 2 are a direct result from rem

Re: NFS hang + umount -f: better behaviour requested.

2007-08-22 Thread John Stoffel
>>>>> "Valdis" == Valdis Kletnieks <[EMAIL PROTECTED]> writes: Valdis> On Tue, 21 Aug 2007 14:50:42 EDT, John Stoffel said: >> Now maybe those issues are raised when you have a Linux NFS server >> with Solaris clients. But in my book, reliable NF

Re: NFS hang + umount -f: better behaviour requested.

2007-08-21 Thread John Stoffel
>>>>> "Peter" == Peter Staubach <[EMAIL PROTECTED]> writes: Peter> John Stoffel wrote: Robin> I'm bringing this up again (I know it's been mentioned here Robin> before) because I had been told that NFS support had gotten Robin> better in

Re: NFS hang + umount -f: better behaviour requested.

2007-08-21 Thread John Stoffel
Robin> I'm bringing this up again (I know it's been mentioned here Robin> before) because I had been told that NFS support had gotten Robin> better in Linux recently, so I have been (for my $dayjob) Robin> testing the behaviour of NFS (autofs NFS, specifically) under Robin> Linux with hard,intr an

Re: [PATCH 0/4] Virtual Machine Time Accounting

2007-08-20 Thread John Stoffel
Laurent> The aim of these four patches is to introduce Virtual Machine Laurent> time accounting. So what does this buy us? What increased functionality? Laurent> [PATCH 1/4] as recent CPUs introduce a third running state, Laurent> after "user" and "system", we need a new field, "guest", in L

2.6.23-rc2: WARNING: at kernel/irq/resend.c:70 check_irq_resend()

2007-08-09 Thread John Stoffel
Hi, I'm opening this ticket as a new subject, even though it looks like it might be related to the thread "Networking dies after random time". Sorry for the wide CC list, but since my network hasn't died since I rebooted into 2.6.23-rc2 (after 30+ days at 2.6.22-rc7), I'm wondering if the problem

Re: [PATCH 000 of 35] Refactor block layer to improve support for stacked devices.

2007-08-01 Thread John Stoffel
Tejun> Avi Kivity wrote: >> NeilBrown wrote: >>> To achieve this, the "for_each" macros are now somewhat more complex. >>> For example, rq_for_each_segment is: >>> >>> #define bio_for_each_segment_offset(bv, bio, _i, offs, _size)\ >>> for (_i.i = 0, _i.offset = (bio)->bi_offset + offs,

Re: Patches for REALLY TINY 386 kernels

2007-07-18 Thread John Stoffel
> "Jan" == Jan Engelhardt <[EMAIL PROTECTED]> writes: Jan> On Jul 18 2007 20:20, Andi Kleen wrote: >>> >>> Well, how big the vmlinux file is matters if it doesn't fit in memory >>> with enough time to get to the phase where it is dumping the init >>> sections. >> >> If you don't have enoug

Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...?

2007-07-17 Thread John Stoffel
utz> On Tue, 2007-07-17 at 00:28 +0200, Rene Herman wrote: >> Given that as Arjan stated Fedora and even RHEL have been using 4K stacks >> for some time now, and certainly the latter being a distribution which I >> would expect to both host a relatively large number of lvm/md/xfs and what >> st

Re: [PATCH 00/33] SG table chaining support

2007-07-16 Thread John Stoffel
Jens> A repost of this patchset, which adds support forchaining of sg Jens> tables. This enables much larger IO commands, since we don't Jens> have to allocate large consecutive pieces of memory to represent Jens> the sgtable of a huge command. Right now Linux is limited to Jens> somewhere betwee

Re: Versioning file system

2007-07-05 Thread John Stoffel
> "Erik" == Erik Mouw <[EMAIL PROTECTED]> writes: Erik> (sorry for the late reply, just got back from holiday) Erik> On Mon, Jun 18, 2007 at 01:29:56PM -0400, Theodore Tso wrote: >> As I mentioned in my Linux.conf.au presentation a year and a half ago, >> the main use of Streams in Windows to

Re: Moving MD/LVM from PPC to x86

2007-07-02 Thread John Stoffel
> "Neil" == Neil Brown <[EMAIL PROTECTED]> writes: Neil> On Saturday June 30, [EMAIL PROTECTED] wrote: >> Quoting Alasdair G Kergon <[EMAIL PROTECTED]>: >> >> > On Thu, Jun 28, 2007 at 11:02:39PM +0200, Turbo Fredriksson wrote: >> >> 2. How do I move a VG/PV/LV from PPC to x86? >> > >> > Th

Re: Versioning file system

2007-06-19 Thread John Stoffel
Matthew> On Tue, Jun 19, 2007 at 04:34:42PM -0400, John Stoffel wrote: >> >>>>> "Jack" == Jack Stone <[EMAIL PROTECTED]> writes: >> Jack> The whole idea of the file system is that it wouldn't return the Jack> file in the file listing. T

Re: Versioning file system

2007-06-19 Thread John Stoffel
> "Jack" == Jack Stone <[EMAIL PROTECTED]> writes: Jack> The whole idea of the file system is that it wouldn't return the Jack> file in the file listing. The user would have to know that the Jack> file system was versioning to access the older versions as they Jack> would explicitly have to re

Re: Change in default vm_dirty_ratio

2007-06-19 Thread John Stoffel
> "Andrew" == Andrew Morton <[EMAIL PROTECTED]> writes: Andrew> On Mon, 18 Jun 2007 14:14:30 -0700 Andrew> Tim Chen <[EMAIL PROTECTED]> wrote: >> IOZone write drops by about 60% when test file size is 50 percent of >> memory. Rand-write drops by 90%. Andrew> heh. Andrew> (Or is that an in

  1   2   >