From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752156AbcCVTc0 (ORCPT ); Tue, 22 Mar 2016 15:32:26 -0400 Received: from mail-wm0-f49.google.com ([74.125.82.49]:33082 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751635AbcCVTcW (ORCPT ); Tue, 22 Mar 2016 15:32:22 -0400 From: Rasmus Villemoes To: Douglas Gilbert , Christoph Hellwig , Hannes Reinecke , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Bart Van Assche , "James E.J. Bottomley" , Rasmus Villemoes Subject: [PATCH v3 0/3] scsi: reduce CONFIG_SCSI_CONSTANTS=y impact by 8k Date: Tue, 22 Mar 2016 20:32:02 +0100 Message-Id: <1458675126-19265-1-git-send-email-linux@rasmusvillemoes.dk> X-Mailer: git-send-email 2.1.4 In-Reply-To: <20160322075405.GA20141@infradead.org> References: <20160322075405.GA20141@infradead.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is mostly identical to v2 sent in November, rebased (cleanly) to current mainline. The only change is that I've this time also updated the Kconfig help text in 3/3, since the 75 KB was a bit exaggerated. After these patches are applied, the impact of choosing CONFIG_SCSI_CONSTANTS=y is about 36 KB, while it was about 44 KB before. I took the liberty of including Hannes' Reviewed-by and Douglas' Tested-by despite that addition. Rasmus Villemoes (3): scsi: make some Additional Sense strings more grep'able scsi: move Additional Sense Codes to separate file scsi: reduce CONFIG_SCSI_CONSTANTS=y impact by 8k drivers/scsi/Kconfig | 4 +- drivers/scsi/constants.c | 859 ++------------------------------------------- drivers/scsi/sense_codes.h | 826 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 849 insertions(+), 840 deletions(-) create mode 100644 drivers/scsi/sense_codes.h -- 2.1.4