From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755115AbcI0NeS (ORCPT ); Tue, 27 Sep 2016 09:34:18 -0400 Received: from mail-pa0-f65.google.com ([209.85.220.65]:33379 "EHLO mail-pa0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752374AbcI0NeI (ORCPT ); Tue, 27 Sep 2016 09:34:08 -0400 Message-ID: <1474983244.28155.48.camel@edumazet-glaptop3.roam.corp.google.com> Subject: Re: [PATCH v2] fs/select: add vmalloc fallback for select(2) From: Eric Dumazet To: Vlastimil Babka Cc: Andrew Morton , Alexander Viro , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Michal Hocko , netdev@vger.kernel.org Date: Tue, 27 Sep 2016 06:34:04 -0700 In-Reply-To: <6e62a278-4ac3-a866-51c6-e32511406aba@suse.cz> References: <20160922164359.9035-1-vbabka@suse.cz> <20160926170105.517f74cd67ecdd5ef73e1865@linux-foundation.org> <1474940324.28155.44.camel@edumazet-glaptop3.roam.corp.google.com> <6e62a278-4ac3-a866-51c6-e32511406aba@suse.cz> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2016-09-27 at 10:13 +0200, Vlastimil Babka wrote: > I doubt anyone runs that in production, especially if performance is of concern. > I doubt anyone serious runs select() on a large fd set in production. Last time I used it was in last century. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH v2] fs/select: add vmalloc fallback for select(2) Date: Tue, 27 Sep 2016 06:34:04 -0700 Message-ID: <1474983244.28155.48.camel@edumazet-glaptop3.roam.corp.google.com> References: <20160922164359.9035-1-vbabka@suse.cz> <20160926170105.517f74cd67ecdd5ef73e1865@linux-foundation.org> <1474940324.28155.44.camel@edumazet-glaptop3.roam.corp.google.com> <6e62a278-4ac3-a866-51c6-e32511406aba@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Andrew Morton , Alexander Viro , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Michal Hocko , netdev@vger.kernel.org To: Vlastimil Babka Return-path: In-Reply-To: <6e62a278-4ac3-a866-51c6-e32511406aba@suse.cz> Sender: owner-linux-mm@kvack.org List-Id: netdev.vger.kernel.org On Tue, 2016-09-27 at 10:13 +0200, Vlastimil Babka wrote: > I doubt anyone runs that in production, especially if performance is of concern. > I doubt anyone serious runs select() on a large fd set in production. Last time I used it was in last century. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f198.google.com (mail-io0-f198.google.com [209.85.223.198]) by kanga.kvack.org (Postfix) with ESMTP id 32D6728027B for ; Tue, 27 Sep 2016 09:34:08 -0400 (EDT) Received: by mail-io0-f198.google.com with SMTP id 92so37449883iom.3 for ; Tue, 27 Sep 2016 06:34:08 -0700 (PDT) Received: from mail-pa0-x244.google.com (mail-pa0-x244.google.com. [2607:f8b0:400e:c03::244]) by mx.google.com with ESMTPS id d199si13440010itc.63.2016.09.27.06.34.07 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Sep 2016 06:34:07 -0700 (PDT) Received: by mail-pa0-x244.google.com with SMTP id my20so735534pab.3 for ; Tue, 27 Sep 2016 06:34:07 -0700 (PDT) Message-ID: <1474983244.28155.48.camel@edumazet-glaptop3.roam.corp.google.com> Subject: Re: [PATCH v2] fs/select: add vmalloc fallback for select(2) From: Eric Dumazet Date: Tue, 27 Sep 2016 06:34:04 -0700 In-Reply-To: <6e62a278-4ac3-a866-51c6-e32511406aba@suse.cz> References: <20160922164359.9035-1-vbabka@suse.cz> <20160926170105.517f74cd67ecdd5ef73e1865@linux-foundation.org> <1474940324.28155.44.camel@edumazet-glaptop3.roam.corp.google.com> <6e62a278-4ac3-a866-51c6-e32511406aba@suse.cz> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Vlastimil Babka Cc: Andrew Morton , Alexander Viro , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Michal Hocko , netdev@vger.kernel.org On Tue, 2016-09-27 at 10:13 +0200, Vlastimil Babka wrote: > I doubt anyone runs that in production, especially if performance is of concern. > I doubt anyone serious runs select() on a large fd set in production. Last time I used it was in last century. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org