From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751686AbdCOCPp (ORCPT ); Tue, 14 Mar 2017 22:15:45 -0400 Received: from mga14.intel.com ([192.55.52.115]:38157 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751135AbdCOCOh (ORCPT ); Tue, 14 Mar 2017 22:14:37 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,166,1486454400"; d="scan'208";a="1108544247" From: Andi Kleen To: akpm@linux-foundation.org Cc: linux-kernel@vger.kernel.org Subject: Some inline debloating, 4.11 edition Date: Tue, 14 Mar 2017 19:14:24 -0700 Message-Id: <20170315021431.13107-1-andi@firstfloor.org> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I was looking for bloated inlines, and fixed some of the worst ones in current master. Often inlines grow over time, and at some point it doesn't make sense anymore to have them inline. But the inline attribute is often kept. The attached patches together save around 70k in my kernel. Andrew, some of the patches are for areas which have no clear maintainer.