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=-6.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 6696FC4338F for ; Tue, 10 Aug 2021 15:03:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3CBB560FC4 for ; Tue, 10 Aug 2021 15:03:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242498AbhHJPDq (ORCPT ); Tue, 10 Aug 2021 11:03:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:37538 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240677AbhHJPDp (ORCPT ); Tue, 10 Aug 2021 11:03:45 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A5EF160F02; Tue, 10 Aug 2021 15:03:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628607803; bh=vqMTZKhTdDZX5E8puA+HiV17moykUJQpBQOrLZ1EM/A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oSAEaFh4dsg4P2SVFPedD6dueP58RiAljUQ08QcEgbJd+ENCMb9w4RyLdG7+wIs7Y yFmIWhX0kPNKhVUt9Y12N5TsjjqhyAV3nItZwnK6gk3iWr0K0zvVQKm+4/xLcD5p33 eX28HtYYelcgErqAsB4JV/61fZMKsM8cs0v69wzI= Date: Tue, 10 Aug 2021 17:03:18 +0200 From: Greg KH To: Mark Rutland Cc: stable@vger.kernel.org, will@kernel.org Subject: Re: [PATCH 5.10.y] arm64: fix compat syscall return truncation Message-ID: References: <20210810144355.33235-1-mark.rutland@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210810144355.33235-1-mark.rutland@arm.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Aug 10, 2021 at 03:43:55PM +0100, Mark Rutland wrote: > commit e30e8d46cf605d216a799a28c77b8a41c328613a upstream. > > Due to inconsistencies in the way we manipulate compat GPRs, we have a > few issues today: > > * For audit and tracing, where error codes are handled as a (native) Thanks, both now queued up. greg k-h