lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1445964002-10093-1-git-send-email-dvlasenk@redhat.com>
Date:	Tue, 27 Oct 2015 17:39:54 +0100
From:	Denys Vlasenko <dvlasenk@...hat.com>
To:	linux-kernel@...r.kernel.org
Cc:	Denys Vlasenko <dvlasenk@...hat.com>,
	Peter Hurley <peter@...leysoftware.com>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Jiri Slaby <jslaby@...e.com>, linux-serial@...r.kernel.org
Subject: [PATCH 0/8] drivers/tty/: Deinline functions when it saves at least 300 bytes per function

Denys Vlasenko (8):
  tty/cyclades.c: Deinline cyy_readb, save 368 bytes
  tty/cyclades.c: Deinline cyy_writeb, save 880 bytes
  tty/cyclades.c: Deinline serial_paranoia_check, save 304 bytes
  tty/isicom.c: Deinline WaitTillCardIsFree, save 1120 bytes
  tty/serial/bcm63xx_uart.c: Deinline wait_for_xmitr, save 374 bytes
  tty/serial/jsm/jsm_neo.c: Deinline neo_parse_isr, save 688 bytes
  tty/serial/serial_core.c: Deinline uart_update_mctrl, save 304 bytes
  tty/tty_ldisc.c: Deinline tty_ldisc_put, save 368 bytes

 drivers/tty/cyclades.c            | 6 +++---
 drivers/tty/isicom.c              | 2 +-
 drivers/tty/serial/bcm63xx_uart.c | 2 +-
 drivers/tty/serial/jsm/jsm_neo.c  | 2 +-
 drivers/tty/serial/serial_core.c  | 2 +-
 drivers/tty/tty_ldisc.c           | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

-- 
1.8.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ