From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754991AbYDHUqR (ORCPT ); Tue, 8 Apr 2008 16:46:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753067AbYDHUp6 (ORCPT ); Tue, 8 Apr 2008 16:45:58 -0400 Received: from netops-testserver-3-out.sgi.com ([192.48.171.28]:42746 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752718AbYDHUp5 (ORCPT ); Tue, 8 Apr 2008 16:45:57 -0400 Date: Tue, 8 Apr 2008 13:45:57 -0700 (PDT) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: Pekka J Enberg cc: Linus Torvalds , Hugh Dickins , Peter Zijlstra , James Bottomley , Andrew Morton , FUJITA Tomonori , Jens Axboe , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org Subject: Re: [PATCH] scsi: fix sense_slab/bio swapping livelock In-Reply-To: Message-ID: References: <1207598115.29991.23.camel@lappy> <47FA8B5A.5090104@cs.helsinki.fi> <47FA8CB0.6070106@cs.helsinki.fi> <47FA937E.6000009@cs.helsinki.fi> <47FA94AE.4070803@cs.helsinki.fi> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 8 Apr 2008, Pekka J Enberg wrote: > So something like this fugly patch on top of the SLUB variable order > patches that let the allocator fall-back to smaller page orders. Survives > OOM in my testing and the box seems to be bit more responsive even under X > with this. Hmmmm... Peter has the most experience with these issues. Maybe the best would be to have this sort of logic in a more general way in the page allocator? Similar issues surely exist with the page allocator and a fix there would fix it for all users.