Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp2426238pxu; Mon, 14 Dec 2020 01:54:56 -0800 (PST) X-Google-Smtp-Source: ABdhPJyA1+Ehh41g1GI8rQ6iRAva0RofGbp4ZxxNnwN9dFzO/zGrxRTeghSSKhg+/glV24YdObmV X-Received: by 2002:a17:907:94c6:: with SMTP id dn6mr22176711ejc.13.1607939696306; Mon, 14 Dec 2020 01:54:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607939696; cv=none; d=google.com; s=arc-20160816; b=y6VRWVFTOIkGrB60dD5IwL28/zj4m2TnIERbysVgTFIrMwq35WzXwstNfHM39P9Wzr XZkeOM0mme5z1H8EQ6eeX2CMFM2nu1ISGQahOObnrh4sBXsKxml0EYgVg7suvZ7k7hhP 66grjqFmaUgNJqaX8dsroTRtW+CrmaXELWag3n6AteF4qh8QJ2RUsRLNbHYTgGuIvOQ1 DRo+mMt8TfKHmryJQ5jg0lY5PnPYlRDXgjVqHZkM8BjEo6TN22W3kVCfM0mJSSCUvaN9 p7EVpDlgRwW/SLWeQoKBOkWCHl6DxIFumpUa55iorbzwwmhWMqh+BdWGMesrr7qybZZP XrzQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:mail-followup-to:message-id:subject:cc:to :from:date; bh=OYss0T68uW2nMkewyWzUSjWYVfGg150P9DxOPNzAyvM=; b=fTWDV4dUOb+fXW9ctOtwTGtAd88Sfbd3GXP8T+ku1Vl4YYy/1X1lsQe2BP0WmDQwm8 10lSliwHvfjp9LZh/f1gH901hTQlABN95zuwheZ/KBu4/NsQeMQKJoRGRPgoaOECr2AN MGw5gr5xQFvIq/DafH52vMmjYBPDO6MqylbH1TjeHPo6X24jt1ZvlR9+YdqiCD1t6KNt 80S58wmZ4q39CCxEdybvnJXurAlIOkvuNltmJkSdcq03HXP/eFwLPb0hXgJWjt2lm9qs c552+4YP5A9nVC9TIYBIJS+cohIzIYc+C2qfIPln6+FeR5rfav6TtljLYpR3NpqryM+K RmMA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id hr22si9946960ejc.411.2020.12.14.01.54.33; Mon, 14 Dec 2020 01:54:56 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387529AbgLNFlS (ORCPT + 99 others); Mon, 14 Dec 2020 00:41:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48370 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727555AbgLNFlI (ORCPT ); Mon, 14 Dec 2020 00:41:08 -0500 Received: from scorn.kernelslacker.org (scorn.kernelslacker.org [IPv6:2600:3c03:e000:2fb::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DE0DBC0613D3 for ; Sun, 13 Dec 2020 21:40:27 -0800 (PST) Received: from [2601:196:4600:6634:ae9e:17ff:feb7:72ca] (helo=wopr.kernelslacker.org) by scorn.kernelslacker.org with esmtp (Exim 4.92) (envelope-from ) id 1kogSZ-0001xt-OR; Mon, 14 Dec 2020 00:31:47 -0500 Received: by wopr.kernelslacker.org (Postfix, from userid 1026) id 31F0356016E; Mon, 14 Dec 2020 00:31:47 -0500 (EST) Date: Mon, 14 Dec 2020 00:31:47 -0500 From: Dave Jones To: Linus Torvalds Cc: Linux Kernel Mailing List , Mike Snitzer Subject: Re: Linux 5.10 Message-ID: <20201214053147.GA24093@codemonkey.org.uk> Mail-Followup-To: Dave Jones , Linus Torvalds , Linux Kernel Mailing List , Mike Snitzer References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Note: SpamAssassin invocation failed Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 13, 2020 at 03:03:29PM -0800, Linus Torvalds wrote: > Ok, here it is - 5.10 is tagged and pushed out. > > I pretty much always wish that the last week was even calmer than it > was, and that's true here too. There's a fair amount of fixes in here, > including a few last-minute reverts for things that didn't get fixed, > but nothing makes me go "we need another week". ... > Mike Snitzer (1): > md: change mddev 'chunk_sectors' from int to unsigned Seems to be broken. This breaks mounting my raid6 partition: [ 87.290698] attempt to access beyond end of device md0: rw=4096, want=13996467328, limit=6261202944 [ 87.293371] attempt to access beyond end of device md0: rw=4096, want=13998564480, limit=6261202944 [ 87.296045] BTRFS warning (device md0): couldn't read tree root [ 87.300056] BTRFS error (device md0): open_ctree failed Reverting it goes back to the -rc7 behaviour where it mounts fine. Dave