From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lithops.sigma-star.at (mailout.nod.at [116.203.167.152]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 162173BC67A; Wed, 11 Mar 2026 08:45:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=116.203.167.152 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773218750; cv=none; b=Cal30klhOZ7Mpb9KegQbVi8XzNBujzNIhrqhEeoOraLzpfc3qm87Q6fPvIkpoEVDdwXxdeQY4/kqEfyeBfYzTlK4/D+kmK00mhZM3rQPYs18HPEIL0N5sXfW78jFULOZuD08mooy62ioJE/QoRdTE4SxtWofTgRgstt20liCjAU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773218750; c=relaxed/simple; bh=Tmt46hJ14n5mJT8WpkY0LC2/s3w1NMyJdvLKZ2I0GjA=; h=Date:From:To:Cc:Message-ID:In-Reply-To:References:Subject: MIME-Version:Content-Type; b=r+t/jZGdatnd6kVnL3evvunDjFdWGrs1dyuMH7UuN1xFNe3wrq0mlJRNcdk2h7OrZIz6azG1x2lrn+LrxUbt9Rx84GTzT11ixfe17Q/XX6Z3a2YrHQndV+qEkLmGXV0KIxN3QsTRRE7l7ZnPYSFYMXSpyZjXiQsbDmQfWQ+PEzw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nod.at; spf=fail smtp.mailfrom=nod.at; arc=none smtp.client-ip=116.203.167.152 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nod.at Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=nod.at Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id BC6442B03D8; Wed, 11 Mar 2026 09:45:35 +0100 (CET) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id U1QpR9pLQfYI; Wed, 11 Mar 2026 09:45:35 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id E817E2ABFDC; Wed, 11 Mar 2026 09:45:34 +0100 (CET) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id sQ20C_OvpL54; Wed, 11 Mar 2026 09:45:34 +0100 (CET) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 297CD2A87F7; Wed, 11 Mar 2026 09:45:34 +0100 (CET) Date: Wed, 11 Mar 2026 09:45:33 +0100 (CET) From: Richard Weinberger To: hch Cc: Andrew Morton , Richard Henderson , Matt Turner , Magnus Lindholm , Russell King , Catalin Marinas , will , Huacai Chen , WANG Xuerui , Madhavan Srinivasan , Michael Ellerman , Nicholas Piggin , "Christophe Leroy, CS GROUP" , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Heiko Carstens , Vasily Gorbik , Alexander Gordeev , Christian Borntraeger , Sven Schnelle , davem , Andreas Larsson , anton ivanov , Johannes Berg , Thomas Gleixner , mingo , bp , dave hansen , x86 , hpa , Herbert Xu , dan j williams , Chris Mason , David Sterba , Arnd Bergmann , Song Liu , Yu Kuai , Li Nan , tytso , "Jason A. Donenfeld" , linux-alpha , linux-kernel , linux-arm-kernel , loongarch , linuxppc-dev , linux-riscv , linux-s390 , sparclinux , linux-um , Linux Crypto Mailing List , linux-btrfs , linux-arch , linux-raid Message-ID: <942530005.19163.1773218733711.JavaMail.zimbra@nod.at> In-Reply-To: <20260311070416.972667-4-hch@lst.de> References: <20260311070416.972667-1-hch@lst.de> <20260311070416.972667-4-hch@lst.de> Subject: Re: [PATCH 03/27] um/xor: cleanup xor.h Precedence: bulk X-Mailing-List: linux-alpha@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF147 (Linux)/8.8.12_GA_3809) Thread-Topic: um/xor: cleanup xor.h Thread-Index: ROrz3iTmErkYXUli/cm3A2WDQMn1kg== ----- Urspr=C3=BCngliche Mail ----- > Since commit c055e3eae0f1 ("crypto: xor - use ktime for template > benchmarking") the benchmarking works just fine even for TT_MODE_INFCPU, > so drop the workarounds. Note that for CPUs supporting AVX2, which > includes almost everything built in the last 10 years, the AVX2 > implementation is forced anyway. >=20 > CONFIG_X86_32 is always correctly set for UM in arch/x86/um/Kconfig, > so don't override it either. >=20 > Signed-off-by: Christoph Hellwig > --- > arch/um/include/asm/xor.h | 16 ---------------- > 1 file changed, 16 deletions(-) Acked-by: Richard Weinberger Thanks, //richard