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 22669C64EC4 for ; Fri, 3 Mar 2023 21:13:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231555AbjCCVNF (ORCPT ); Fri, 3 Mar 2023 16:13:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54194 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231587AbjCCVM7 (ORCPT ); Fri, 3 Mar 2023 16:12:59 -0500 Received: from todd.t-8ch.de (todd.t-8ch.de [159.69.126.157]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B760F8A67 for ; Fri, 3 Mar 2023 13:12:57 -0800 (PST) Date: Fri, 3 Mar 2023 21:12:50 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=weissschuh.net; s=mail; t=1677877975; bh=VeQmXoevSEHeXLXwDSjkxV2KAA8j5T4nsyFAOkqBhqE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QYp+r/Bd562Afswv24ysDhPTFDHM4E2htQjbYLVccigmHdhdwD1otbtY527vxq/Yj ckg76yVAVjHbr6VsQ1VSa7cW/CBix+P+KFvwXIItVnIZkT+HqYCbBjDacg0TQxRpIs l4lK64pHfS2XmRo3BbfCepgq8ORfq5J9sXdSFJUA= From: Thomas =?utf-8?Q?Wei=C3=9Fschuh?= To: Storm Dragon Cc: George Kennedy , Greg Kroah-Hartman , Jiri Slaby , linux-kernel@vger.kernel.org, Randy Dunlap Subject: Re: [PATCH] vc_screen: don't clobber return value in vcs_read Message-ID: <00e5aee7-c7b3-4077-8c9f-4f28ec220567@t-8ch.de> References: <20230220064612.1783-1-linux@weissschuh.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 20, 2023 at 11:06:08AM -0500, Storm Dragon wrote: > On Mon, Feb 20, 2023 at 06:46:12AM +0000, linux@weissschuh.net wrote: > > From: Thomas Weißschuh > > > > @Storm Could you validate this patch? > > > I am willing to test, but I have almost no experience doing anything > with the kernel other than upgrading it from time to time. Can you send > me some instructions for testing this? Sorry for the long delay, but this should be fixed in the current round of stable kernels. Can you try the following: pacman -U https://mirrors.edge.kernel.org/archlinux/testing/os/x86_64/linux-6.2.2.arch1-1-x86_64.pkg.tar.zst Thomas