Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752975AbbKIEY3 (ORCPT ); Sun, 8 Nov 2015 23:24:29 -0500 Received: from ozlabs.org ([103.22.144.67]:52532 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752401AbbKIEYZ (ORCPT ); Sun, 8 Nov 2015 23:24:25 -0500 From: Rusty Russell To: linux-kernel@vger.kernel.org Cc: Josh Poimboeuf , Peter Zijlstra , Rusty Russell Subject: [PATCH 0/4] module RO/NX cleanups. Date: Mon, 9 Nov 2015 14:53:53 +1030 Message-Id: <1447043037-10833-1-git-send-email-rusty@rustcorp.com.au> X-Mailer: git-send-email 2.5.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1240 Lines: 34 Josh drew my attention to this code, and it clearly needed some love. Josh Poimboeuf (1): module: Use the same logic for setting and unsetting RO/NX Rusty Russell (3): gcov: use within_module() helper. module: use a structure to encapsulate layout. module: clean up RO/NX handling. arch/alpha/kernel/module.c | 2 +- arch/arc/kernel/unwind.c | 4 +- arch/avr32/kernel/module.c | 12 +- arch/ia64/kernel/module.c | 14 +- arch/metag/kernel/module.c | 4 +- arch/mips/kernel/vpe.c | 6 +- arch/parisc/kernel/module.c | 32 ++-- arch/powerpc/kernel/module_32.c | 6 +- arch/s390/kernel/module.c | 22 +-- arch/x86/kernel/livepatch.c | 6 +- include/linux/module.h | 68 ++++---- kernel/debug/kdb/kdb_main.c | 4 +- kernel/gcov/base.c | 7 +- kernel/module.c | 334 ++++++++++++++++++---------------------- 14 files changed, 244 insertions(+), 277 deletions(-) -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/