Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp5058794pxu; Tue, 13 Oct 2020 13:49:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyJkvLpkq0KD63psAoNFetoQmhRoN+eONOM+6eJxYb8wUaoKt5ipWpR+QjGmgK7YxuoktnM X-Received: by 2002:a05:6402:b31:: with SMTP id bo17mr1617028edb.342.1602622174899; Tue, 13 Oct 2020 13:49:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602622174; cv=none; d=google.com; s=arc-20160816; b=dycKMBu5wBxZaD4wA3GuQy7RRuwrpa8ixuiafKiv+yLW4Z3PBLZ/KVtF0cUbOFuDW+ WNxa67lTEztqRVmdDTvJoIoYC4OFpUTVx1VFP+a9h6zdDMYO4Taf71RjIif7CjBbstb2 T4FtyD2ZIo5dqWKbkUTveydI+W3PsxsaPPMgwkiIJuoiBu5BzQsPM+RN7pnFUKOZsCD5 36Q4jsTDGIrszkE5cWPeKeH4ntcIZRFsfxWDVGbw5mQdo9q/3uWXt09kwvGK5lyalhCl eDBwPncw/NL66pJQ6qZpf4RGcY7EK3vpJ2jtN1aMQm41DzDNUxuKBx/Ekwm12jV7Mg0K yTlQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=3EXCK/5T3wlpq75ACRLUxWtZoBVZk7BkHyZAIs8noj8=; b=RNq0vKesAwIAp/7MUszP0uVWttO4sUMjgRPCimD7BhnoIklVSNyJy7V5hApP7Jjnxc EG82XZFulBbHxSPwu+pPE9WUZBFfbfxjYE3iPm9awFV4OARuL5iLZmLpdCgVSzSv0kFj tugRP68sMdKOiWq3tiPN17iDtKs6Ilsp/vNL1KduHqOD15lSmuw0nkXQ9MNoi1t2M9Zr VSx757n9X+goaSdm6j9m432yVtwzvefNBoxqGen0YIkpQzY/bGnF641hem/Ov3Um5ueN JmuYqSu1PrfwtS7rNrw09ETzYUZ7LXd7bAONgbjSVXPMyj8MpjWqNFZMG+kpr+kESx89 wKkg== 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 x18si604157eji.17.2020.10.13.13.49.12; Tue, 13 Oct 2020 13:49:34 -0700 (PDT) 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 S1726708AbgJMUr5 (ORCPT + 99 others); Tue, 13 Oct 2020 16:47:57 -0400 Received: from mx2.suse.de ([195.135.220.15]:55090 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726186AbgJMUr5 (ORCPT ); Tue, 13 Oct 2020 16:47:57 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 7F66EACA3; Tue, 13 Oct 2020 20:47:56 +0000 (UTC) Date: Tue, 13 Oct 2020 22:47:45 +0200 From: Borislav Petkov To: Linus Torvalds Cc: Uros Bizjak , x86-ml , lkml Subject: Re: [GIT PULL -v2] x86/asm updates for v5.10 Message-ID: <20201013204745.GL32151@zn.tnic> References: <20201012110557.GK25311@zn.tnic> <20201013094149.GA32151@zn.tnic> 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 Tue, Oct 13, 2020 at 01:39:01PM -0700, Linus Torvalds wrote: > Actually, I think you forgot to push out the updated thing, I still > see the same contents of the pull. Blergh, that tag is still pointing to the old branch: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/tag/?h=x86_asm_for_v5.10 even though I wrote a new one and pushed it. Otherwise I wouldnt've been able to create the v2 pull request message. However, I used the same tag name and force-pushed and perhaps there it didn't do what I wanted it to do. Sorry about that - I'll recheck stuff like that in the future. > Which I guess is ok, since Uros has convinced me that the xorl > conversion is safe even for the byte cases. > > So I've pulled that unmodified branch. Aha, ok, sounds good too. Thx. -- Regards/Gruss, Boris. SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg --