From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752964AbbDCRx5 (ORCPT ); Fri, 3 Apr 2015 13:53:57 -0400 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:59532 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752171AbbDCRx4 (ORCPT ); Fri, 3 Apr 2015 13:53:56 -0400 Date: Fri, 3 Apr 2015 11:53:53 -0600 From: Jens Axboe To: CC: Subject: [GIT PULL] Block fix for 4.0-final Message-ID: <20150403175353.GA5825@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline X-Originating-IP: [192.168.52.13] X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-04-03_07:2015-04-03,2015-04-03,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Just one patch in this pull request, fixing a regression caused by a "mathematically correct" change to lcm(). Please pull! git://git.kernel.dk/linux-block.git for-linus Mike Snitzer (1): block: fix blk_stack_limits() regression due to lcm() change block/blk-settings.c | 6 +++--- include/linux/lcm.h | 1 + lib/lcm.c | 11 +++++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) -- Jens Axboe