From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753163AbcAZVMS (ORCPT ); Tue, 26 Jan 2016 16:12:18 -0500 Received: from mail.skyhub.de ([78.46.96.112]:56866 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750722AbcAZVMP (ORCPT ); Tue, 26 Jan 2016 16:12:15 -0500 From: Borislav Petkov To: Ingo Molnar Cc: LKML Subject: [PATCH 00/10] tip-queue 2016-01-26, rest Date: Tue, 26 Jan 2016 22:12:00 +0100 Message-Id: <1453842730-28463-1-git-send-email-bp@alien8.de> X-Mailer: git-send-email 2.3.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Borislav Petkov Hi, this is the rest of the series today. Main one is the cpufeature cleanup. I merged the AVIC patch from tip:x86/cpu so that the rest applies cleanly. The rest is simplifications/cleanups. Please apply, thanks. Alexander Kuleshov (1): x86/head_64: Simplify kernel load address alignment check Borislav Petkov (5): x86/cpufeature: Carve out X86_FEATURE_* x86/cpufeature: Replace the old static_cpu_has() with safe variant x86/cpufeature: Get rid of the non-asm goto variant x86/alternatives: Add an auxilary section x86/vdso: Use static_cpu_has() Brian Gerst (1): x86/alternatives: Discard dynamic check after init Michael S. Tsirkin (3): x86/asm: Add condition codes clobber to memory barrier macros x86/asm: Drop a comment left over from X86_OOSTORE x86/asm: Tweak the comment about wmb() use for IO