From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4208BC43381 for ; Mon, 1 Apr 2019 14:34:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0BBBC20883 for ; Mon, 1 Apr 2019 14:34:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1554129276; bh=h8zolMEnIrLgViLNztNND/7j92VJ763eK/cO9p1Jdrc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Fp7uWpLy2+2/GDyqUXE7lyfgLlOs4mwuatz8kQTKeCsCoQZPbSsa65lghN9iIA16J gvLPRAvDmXym1Mv6bdso+sW6PTz7Dfn4yWs4KdZ6ibB7drpl/1NwOYF9wilrcdHjWT w7O4gNoH7EWEQuE98m1pU7QbA2hzkzCSlKHsaqCo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726617AbfDAOef (ORCPT ); Mon, 1 Apr 2019 10:34:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:45326 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726514AbfDAOef (ORCPT ); Mon, 1 Apr 2019 10:34:35 -0400 Received: from localhost (unknown [173.13.115.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5A23920856; Mon, 1 Apr 2019 14:34:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1554129274; bh=h8zolMEnIrLgViLNztNND/7j92VJ763eK/cO9p1Jdrc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Bk7KDHkE4uo/6tf5TAprfhDjY5WEadxo7jL5/l3jlBOEGH6qwKxw8/ER4v8gIH787 LARoQLgKVMGnyEnpiYrp8fYey+x8lWQhljf/hCoeQ4HVhPEHbukCRPA9VgVCfVNn5K ykkJSv0HfTQ9BzVIulIDg40F1vhaF+rnLGwERJt8= Date: Mon, 1 Apr 2019 10:34:32 -0400 From: Sasha Levin To: Arnd Bergmann Cc: stable Subject: Re: [STABLE candidates] backport candidates from Allwinner kernels Message-ID: <20190401143432.GB2792@sasha-vm> References: <20190327155902.GK25262@sasha-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Mar 28, 2019 at 11:02:16AM +0800, Arnd Bergmann wrote: >On Wed, Mar 27, 2019 at 11:59 PM Sasha Levin wrote: >> >> On Fri, Mar 22, 2019 at 09:46:18PM +0100, Arnd Bergmann wrote: > >> Hi Arnd, >> >> I've queued all but the following, which didn't look like fixes to me: > >Ok, thanks! > >> block: partition: add partition specific uevent callbacks for partition info >> coresight: removing bind/unbind options from sysfs >> stm class: Hide STM-specific options if STM is disabled >> arm64: mm: mark fault_info table const >> dma mapping : export caller to vmallocinfo >> s390: add DEBUG_RODATA support >> arm64: support keyctl() system call in 32-bit mode >> >> Any reason they should be included? > >The keyctl patch is probably the only one that makes >a difference here, please include that to fix a bug in the >compat layer of lacking keyctl access. > >The coresight unbind fix is a bugfix that avoids a user >triggered kernel oops, but since unbind requires root >permissions, it's not a critical fix. > >I assumed the STM Kconfig avoided a randconfig >build issue, but I may be misremembering that, >and I did not try it without that patch. I'll queue them up, thanks for the explanation. -- Thanks, Sasha