From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757269AbZBBRbv (ORCPT ); Mon, 2 Feb 2009 12:31:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752665AbZBBRbk (ORCPT ); Mon, 2 Feb 2009 12:31:40 -0500 Received: from nf-out-0910.google.com ([64.233.182.185]:17509 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752551AbZBBRbj (ORCPT ); Mon, 2 Feb 2009 12:31:39 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=GdT6BysdOHpPRv/Ep9CeNVN848unEmEnnEsA740a4nrmpVl3gkMVEaNeUqoAk1fIJi E0AfLTF0O30iKt6lnk/nNlKssksfww9e3nBl8e5OaLnkePWnZmJY4AFFTqdaRSk07yFk /LZrVvqVl7SIKKmTOpegNDZogB9zDW1cTp7CI= Message-ID: <49872DF3.3060401@panasas.com> Date: Mon, 02 Feb 2009 19:31:31 +0200 From: Boaz Harrosh User-Agent: Thunderbird/3.0a2 (X11; 2008072418) MIME-Version: 1.0 To: Jens Axboe CC: Linus Torvalds , Andrew Morton , linux-kernel@vger.kernel.org, linux-scsi , open-osd mailing-list Subject: Re: [GIT PULL] block bits References: <20090202131502.GH30821@kernel.dk> In-Reply-To: <20090202131502.GH30821@kernel.dk> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jens Axboe wrote: > Hi Linus, > > One critical bit in here, which fixes a reported oops from the iostat > patch. The others are either trivial/minor or documentation. Please > pull. > > git://git.kernel.dk/linux-2.6-block.git for-linus > > Alberto Bertogli (2): > Fix misleading comment in bio.h > bio.h: If they MUST be inlined, then use __always_inline > > Jens Axboe (3): > block: fix oops in blk_queue_io_stat() > block: fix inconsistent parenthesisation of QUEUE_FLAG_DEFAULT > block: add text file detailing queue/ sysfs files > Hi Jens. The bsg sense handling bug fix, is I think, a security breach in that Kernel copies dangling Kernel stack back to user-mode. It might even need a stable release. At the time I was thinking that since bsg is marked EXPERIMENTAL in Kconfig then it must not be included in distro's Kernels by default, but Benny noted that it is included in Fedora since FC8 or FC9. The patch I sent still applies I think? Thanks Boaz