[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKv+Gu_w1uE=9on8xU7z5uvkXE2xvPKsOqxUv2W_FkEi=TmJhw@mail.gmail.com>
Date: Thu, 21 Nov 2019 13:07:32 +0100
From: Ard Biesheuvel <ard.biesheuvel@...aro.org>
To: Will Deacon <will@...nel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Kees Cook <keescook@...omium.org>,
Ingo Molnar <mingo@...nel.org>,
Elena Reshetova <elena.reshetova@...el.com>,
Peter Zijlstra <peterz@...radead.org>,
Hanjun Guo <guohanjun@...wei.com>
Subject: Re: [RESEND PATCH v4 00/10] Rework REFCOUNT_FULL using atomic_fetch_* operations
On Thu, 21 Nov 2019 at 12:59, Will Deacon <will@...nel.org> wrote:
>
> Hi everybody,
>
> This is a resend of version four of the patches I posted here:
>
> v4: https://lore.kernel.org/lkml/20191030143035.19440-1-will@kernel.org
>
> Previous versions can be found at:
>
> v1: https://lkml.kernel.org/r/20190802101000.12958-1-will@kernel.org
> v2: https://lkml.kernel.org/r/20190827163204.29903-1-will@kernel.org
> v3: https://lkml.kernel.org/r/20191007154703.5574-1-will@kernel.org
>
> I didn't receive any feedback last time around, other than some positive
> noises from Kees, so please consider this for inclusion in mainline.
>
For the series,
Reviewed-by: Ard Biesheuvel <ardb@...nel.org>
> Cc: Kees Cook <keescook@...omium.org>
> Cc: Ingo Molnar <mingo@...nel.org>
> Cc: Elena Reshetova <elena.reshetova@...el.com>
> Cc: Peter Zijlstra <peterz@...radead.org>
> Cc: Ard Biesheuvel <ard.biesheuvel@...aro.org>
> Cc: Hanjun Guo <guohanjun@...wei.com>
>
> --->8
>
> Will Deacon (10):
> lib/refcount: Define constants for saturation and max refcount values
> lib/refcount: Ensure integer operands are treated as signed
> lib/refcount: Remove unused refcount_*_checked() variants
> lib/refcount: Move bulk of REFCOUNT_FULL implementation into header
> lib/refcount: Improve performance of generic REFCOUNT_FULL code
> lib/refcount: Move saturation warnings out of line
> lib/refcount: Consolidate REFCOUNT_{MAX,SATURATED} definitions
> refcount: Consolidate implementations of refcount_t
> lib/refcount: Remove unused 'refcount_error_report()' function
> drivers/lkdtm: Remove references to CONFIG_REFCOUNT_FULL
>
> arch/Kconfig | 21 ---
> arch/arm/Kconfig | 1 -
> arch/arm64/Kconfig | 1 -
> arch/s390/configs/debug_defconfig | 1 -
> arch/x86/Kconfig | 1 -
> arch/x86/include/asm/asm.h | 6 -
> arch/x86/include/asm/refcount.h | 126 --------------
> arch/x86/mm/extable.c | 49 ------
> drivers/gpu/drm/i915/Kconfig.debug | 1 -
> drivers/misc/lkdtm/refcount.c | 11 +-
> include/linux/kernel.h | 7 -
> include/linux/refcount.h | 269 ++++++++++++++++++++++++-----
> kernel/panic.c | 11 --
> lib/refcount.c | 255 +++------------------------
> 14 files changed, 257 insertions(+), 503 deletions(-)
> delete mode 100644 arch/x86/include/asm/refcount.h
>
> --
> 2.24.0.432.g9d3f5f5b63-goog
>
Powered by blists - more mailing lists