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]
Date:	Fri, 28 Nov 2014 14:50:45 +0100
From:	Ricardo Ribalda Delgado <ricardo.ribalda@...il.com>
To:	Felipe Balbi <balbi@...com>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Ricardo Ribalda Delgado <ricardo.ribalda@...il.com>,
	Peter Chen <peter.chen@...escale.com>,
	Andrzej Pietrasiewicz <andrzej.p@...sung.com>,
	linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 00/17] net2280: Code cleanout, improve debug and remove broken param

This set of patches removes broken parameter use_dma_chaining, and the
unneeded full_speed,use_dma and use_msi.

Then does some code cleanout by removing duplicated and dead code.

Finally it removes the unconditional removed debug messages, since
they can be enabled by the user via dynamic printk.

Due to the fact that I am implementing the scather gatter on the top of
this tree I would like to get this merged/reviewed before continuing.

Ricardo Ribalda Delgado (17):
  net2280: Remove obsolete module param use_dma_chaining
  net2280: remove full_speed module parameter
  net2280: Remove module parameter use_msi
  net2280: Remove use_dma module parameter
  net2280: Remove dma_started field
  net2280: Remove restart_dma inline function definition
  net2280: Code cleanout remove ep_stdrsp function
  net2280: Remove field is_halt
  net2280: Remove function ep_stall
  net2280: Merge abort_dma for 228x and 338x
  net2280: Clean function net2280_queue
  net2280: Improve patching of defect 7374
  net2280: Remove function resume_dma
  net2280: Declare allow_status_338x as inline
  net2280: Simplify scan_dma_completions
  net2280: Move ASSERT_OUT_NAKING into out_flush
  net2280: Re-enable dynamic debug messages

 drivers/usb/gadget/udc/net2280.c | 525 ++++++++++-----------------------------
 drivers/usb/gadget/udc/net2280.h |  23 +-
 2 files changed, 129 insertions(+), 419 deletions(-)

-- 
2.1.3

--
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