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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BB244C433FE for ; Mon, 10 Oct 2022 16:29:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229580AbiJJQ3Q (ORCPT ); Mon, 10 Oct 2022 12:29:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43190 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229445AbiJJQ3N (ORCPT ); Mon, 10 Oct 2022 12:29:13 -0400 Received: from mail-oo1-xc2e.google.com (mail-oo1-xc2e.google.com [IPv6:2607:f8b0:4864:20::c2e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2A3E24331C for ; Mon, 10 Oct 2022 09:29:11 -0700 (PDT) Received: by mail-oo1-xc2e.google.com with SMTP id i25-20020a4a8d99000000b0047fa712fc6dso7121988ook.2 for ; Mon, 10 Oct 2022 09:29:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxtx.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:sender:from:to:cc:subject:date:message-id :reply-to; bh=+2uYq3tgp6/J4DBIjupnsIzkyc6wJWd0bWQW/BTTTME=; b=ibkfke7+fgDqLXAvl6MK4j9UaJNQrz49j792Px4lUPBv4WIgPwzgrJUNSQ06WfWWVd eMPHE94SSfAUxG+l3ftKsng2bwFTeHrnMZVlMsVsI+lwdMFeBgJicd+7pXX+b8o3nfxN f5V/7p/5moQhhmgNvVjGXTn47TPwxZ3A8e2l4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:sender:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=+2uYq3tgp6/J4DBIjupnsIzkyc6wJWd0bWQW/BTTTME=; b=Wm52bofSiFsqp9kcgyxlZ4gGTngeL0D9PYXRStxrG8m2G0uC9dNOp3FH6pK/5AfRt6 R5QSEicmaKGtyTjAfLwK8VkT56nhIkPOOQt79Ytab60Gs3YZoCNA7I/6VXFkYK2HKN3E FVfJQjlHgk4khzj2VblU+kyx3ZbpwzUCEntx2c+7rdrkH/5u7vcylOcauoT9AjagKFTN dqRAbGygHHMHt2J6Gk/kt65yiVmr3VsijXZJhLcs4346maCdPQBfLBHmLd+nZ33sRrJ4 jAappVcddz+rm9/0YWMKOpkM5av+A0+wKlR/N4pbkNdEhZw6rlBnpiE3gIhr1I2tmGSH 8xBw== X-Gm-Message-State: ACrzQf2RNMOR+H3ddixb2mgfspfrMN/kvnJ3in+b7VdgQlzqOFuiuijs 9QCvGUojfyQWSspBC9qOeVUuhQ== X-Google-Smtp-Source: AMsMyM5QP7cdwrSX/yV35weHhtAm3JF6qMYzIFg4BZI3GkFSvPECEJzVgrZVDmzpYaXWKOr0I7UccQ== X-Received: by 2002:a05:6830:4191:b0:660:f2e9:a775 with SMTP id r17-20020a056830419100b00660f2e9a775mr7967009otu.268.1665419350429; Mon, 10 Oct 2022 09:29:10 -0700 (PDT) Received: from fedora64.linuxtx.org (99-47-93-78.lightspeed.rcsntx.sbcglobal.net. [99.47.93.78]) by smtp.gmail.com with ESMTPSA id r14-20020a056870414e00b00127a6357bd5sm5271549oad.49.2022.10.10.09.29.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 Oct 2022 09:29:08 -0700 (PDT) Sender: Justin Forbes Date: Mon, 10 Oct 2022 11:29:05 -0500 From: Justin Forbes To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net Subject: Re: [PATCH 5.19 00/48] 5.19.15-rc1 review Message-ID: References: <20221010070333.676316214@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221010070333.676316214@linuxfoundation.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 10, 2022 at 09:04:58AM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.19.15 release. > There are 48 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Wed, 12 Oct 2022 07:03:19 +0000. > Anything received after that time might be too late. > > The whole patch series can be found in one patch at: > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.19.15-rc1.gz > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.19.y > and the diffstat can be found below. > > thanks, > > greg k-h Tested rc1 against the Fedora build system (aarch64, armv7, ppc64le, s390x, x86_64), and boot tested x86_64. No regressions noted. Tested-by: Justin M. Forbes