summaryrefslogtreecommitdiff
path: root/lib/lzo/Makefile
blob: fc7b2b7ef4b20ee7719a7efc0518387f82f11c3f (plain)
1
2
3
4
5
6
# SPDX-License-Identifier: GPL-2.0-only
lzo_compress-objs := lzo1x_compress.o lzo1x_compress_safe.o
lzo_decompress-objs := lzo1x_decompress_safe.o

obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o
obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o
6.6.y&id=ef54cf0c600fb8f5737fb001a9e357edda1a1de8'>usbip: prevent bind loops on devices attached to vhci_hcdShuah Khan 2018-01-04tools: usb: usbip: fix fd leak in case of 'fread' failureElad Wexler 2018-01-04tools: usb: usbip_device_driver: prefer 'unsigned int' to 'unsigned'Elad Wexler 2018-01-02Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman 2017-12-19usbip: fix usbip bind writing random string after command in match_busidJuan Zea 2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman 2017-12-08usbip: prevent vhci_hcd driver from leaking a socket pointer addressShuah Khan 2017-12-08tools/usbip: fixes potential (minor) "buffer overflow" (detected on recent gc...Julien BOIBESSOT 2017-12-07tools/usbip: fixes build with musl libc toolchainJulien BOIBESSOT 2017-11-30usbip: fix usbip attach to find a port that matches the requested speedShuah Khan 2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-04usbip: tools: Install all headers needed for libusbip developmentBen Hutchings 2017-08-31usbip: auto retry for concurrent attachNobuo Iwata 2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman 2017-06-13usbip: vhci-hcd: Add USB3 SuperSpeed supportYuyang Du 2017-06-13usbip: vhci-hcd: Rework vhci_hcd_initYuyang Du 2017-06-13usb: usbip tool: Fix parse_status()Yuyang Du 2017-06-13usb: usbip tool: Fix refresh_imported_device_list()Yuyang Du 2017-06-13usb: usbip tool: Add ncontrollers in vhci_driver structureYuyang Du 2017-06-13usb: usbip tool: Check the return of get_nports()Yuyang Du 2017-06-02tools: usb: testusb: update default vary for superspeedFelipe Balbi 2017-04-18usb: fix some references for /proc/bus/usbMauro Carvalho Chehab 2017-04-08usb: usbip tool: Fix get_nports()Yuyang Du 2017-03-17usbip: Fix implicit fallthrough warningJonathan Dieter 2017-03-17usbip: Fix potential format overflow in userspace toolsJonathan Dieter 2017-03-16tools/usb: Add .gitignore filePrarit Bhargava 2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman 2017-01-24tools: usb: ffs-test: add SS descriptorsFelipe Balbi 2017-01-24tools: usb: ffs-test: switch to _DEFAULT_SOURCEFelipe Balbi 2017-01-10tools: usb: usbip: Update READMEKrzysztof Opasiak 2017-01-10tools: usb: usbip: Add simple script to show how to setup vUDCKrzysztof Opasiak 2016-12-06usbip: add missing compile time generated files to .gitignoreShuah Khan 2016-11-07usbip: deletion of incorrect socket descriptor checkingNobuo Iwata 2016-05-03usbip: adding names db to port operationNobuo Iwata 2016-04-26usbip: tools: Start using VUDC backend in usbip toolsIgor Kotrasinski 2016-04-26usbip: tools: Add vudc backend to usbip toolsKrzysztof Opasiak 2016-04-26usbip: tools: Extract generic code to be shared with vudc backendKrzysztof Opasiak 2015-10-22Merge tag 'usb-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman 2015-09-27tools: usb: testusb: change the default value for length from 512 to 1024Peter Chen 2015-09-27tools: usb: testusb: change the help textPeter Chen 2015-09-22tools: usbip: detach: avoid calling strlen() at each iterationEric Curtin