summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-21backports: remove swiotlb_nr_tbl()v3.12.1-1Hauke Mehrtens
Upstream commit 582829f7d8c136730ee9f5e1d90d4d157b93602b This is not used anywhere. The Debian Wheezy kernel also includes this function and it conflicted with backports version. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-11-07backports: do not add debugfs_create_x64() on RHEL 6.4v3.12-1Hauke Mehrtens
Upstream commit: a00d7b07a89d1bb0b6c9a51bfec4e53a76940bb3 debugfs_create_x64() is provided by the RHEL 6.4 kernel and should not be added to the build on such a kernel. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-29backports: refresh on 3.12-rc7v3.12-rc7-1Hauke Mehrtens
1 2.6.25 [ OK ] 2 2.6.26 [ OK ] 3 2.6.27 [ OK ] 4 2.6.28 [ OK ] 5 2.6.29 [ OK ] 6 2.6.30 [ OK ] 7 2.6.31 [ OK ] 8 2.6.32 [ OK ] 9 2.6.33 [ OK ] 10 2.6.34 [ OK ] 11 2.6.35 [ OK ] 12 2.6.36 [ OK ] 13 2.6.37 [ OK ] 14 2.6.38 [ OK ] 15 2.6.39 [ OK ] 16 3.0.101 [ OK ] 17 3.1.10 [ OK ] 18 3.10.17 [ OK ] 19 3.11.6 [ OK ] 20 3.12-rc7 [ OK ] 21 3.2.52 [ OK ] 22 3.3.8 [ OK ] 23 3.4.67 [ OK ] 24 3.5.7 [ OK ] 25 3.6.11 [ OK ] 26 3.7.10 [ OK ] 27 3.8.13 [ OK ] 28 3.9.11 [ OK ] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-29backports: fix usb-sg for usbnetHauke Mehrtens
Upstream commit: ba0cdc6fb4891c9efc91f627698c8203583f0e52 This adapts the changes from: commit 60e453a940ac678565b6641d65f8c18541bb9f28 Author: Ming Lei <ming.lei@canonical.com> Date: Mon Sep 23 20:59:35 2013 +0800 USBNET: fix handling padding packet Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-29gentree.py: add v as prefix for stable folder nameHauke Mehrtens
Upstream commit: 72657d3ff7c144a85b0b916c81bfeaa54e2d623f The folder name did not started with an v. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-29genlib: add missing slash to korg_path for stableHauke Mehrtens
Upstream commit: 4fb89169e8a5969388b16771695452f55ceb43e6 Without this slash it wants to use the directory /backportsstable/ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: refresh patches on next-20130913backports-20130913Hauke Mehrtens
== ckmake-report.log == 1 2.6.25 [ OK ] 2 2.6.26 [ OK ] 3 2.6.27 [ OK ] 4 2.6.28 [ OK ] 5 2.6.29 [ OK ] 6 2.6.30 [ OK ] 7 2.6.31 [ OK ] 8 2.6.32 [ OK ] 9 2.6.33 [ OK ] 10 2.6.34 [ OK ] 11 2.6.35 [ OK ] 12 2.6.36 [ OK ] 13 2.6.37 [ OK ] 14 2.6.38 [ OK ] 15 2.6.39 [ OK ] 16 3.0.98 [ OK ] 17 3.1.10 [ OK ] 18 3.10.14 [ OK ] 19 3.11.3 [ OK ] 20 3.12-rc3 [ OK ] 21 3.2.51 [ OK ] 22 3.3.8 [ OK ] 23 3.4.64 [ OK ] 24 3.5.7 [ OK ] 25 3.6.11 [ OK ] 26 3.7.10 [ OK ] 27 3.8.13 [ OK ] 28 3.9.11 [ OK ] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: refresh patches on next-20130906backports-20130906-2backports-20130906Hauke Mehrtens
== ckmake-report.log == 1 2.6.25 [ OK ] 2 2.6.26 [ OK ] 3 2.6.27 [ OK ] 4 2.6.28 [ OK ] 5 2.6.29 [ OK ] 6 2.6.30 [ OK ] 7 2.6.31 [ OK ] 8 2.6.32 [ OK ] 9 2.6.33 [ OK ] 10 2.6.34 [ OK ] 11 2.6.35 [ OK ] 12 2.6.36 [ OK ] 13 2.6.37 [ OK ] 14 2.6.38 [ OK ] 15 2.6.39 [ OK ] 16 3.0.98 [ OK ] 17 3.1.10 [ OK ] 18 3.10.14 [ OK ] 19 3.11.3 [ OK ] 20 3.12-rc3 [ OK ] 21 3.2.51 [ OK ] 22 3.3.8 [ OK ] 23 3.4.64 [ OK ] 24 3.5.7 [ OK ] 25 3.6.11 [ OK ] 26 3.7.10 [ OK ] 27 3.8.13 [ OK ] 28 3.9.11 [ OK ] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: tcf_destroy_chain takes a normal pointer on <= 2.6.25Hauke Mehrtens
This caused a compile warning and probably runtime errors in sch_fq_codel_core.c Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: use correct suspend/resume function for rtl8188eeHauke Mehrtens
The newly created function ends with _compat. This causes compile warnings and probably runtime problems on kernel < 2.6.29. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: struct tty_port was added with kernel 2.6.28Hauke Mehrtens
The functions will only build for kernel version < 3.10 and >= 2.6.28, so the same with the prototype. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: REGULATOR_TPS65217 needs struct members from kernel 3.12Hauke Mehrtens
This does not compile on kernel < 3.12. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove addr_assign_type from usbnetHauke Mehrtens
addr_assign_type was added with kernel 2.6.36. This is just used to inform userspace, so removing it is no problem. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: add eth_hw_addr_inherit()Hauke Mehrtens
This is needed by drivers/net/wireless/libertas/mesh.c Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: refresh on next-20130830backports-20130830Hauke Mehrtens
== ckmake-report.log == 1 2.6.25 [ OK ] 2 2.6.26 [ OK ] 3 2.6.27 [ OK ] 4 2.6.28 [ OK ] 5 2.6.29 [ OK ] 6 2.6.30 [ OK ] 7 2.6.31 [ OK ] 8 2.6.32 [ OK ] 9 2.6.33 [ OK ] 10 2.6.34 [ OK ] 11 2.6.35 [ OK ] 12 2.6.36 [ OK ] 13 2.6.37 [ OK ] 14 2.6.38 [ OK ] 15 2.6.39 [ OK ] 16 3.0.98 [ OK ] 17 3.1.10 [ OK ] 18 3.10.14 [ OK ] 19 3.11.3 [ OK ] 20 3.12-rc3 [ FAIL ] 21 3.2.51 [ OK ] 22 3.3.8 [ OK ] 23 3.4.64 [ OK ] 24 3.5.7 [ OK ] 25 3.6.11 [ OK ] 26 3.7.10 [ OK ] 27 3.8.13 [ OK ] 28 3.9.11 [ OK ] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: do not use uapi in includeHauke Mehrtens
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: add platform driver for media driversHauke Mehrtens
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: VIDEO_RENESAS_VSP1 depends on kernel >= 3.6Hauke Mehrtens
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: fix kernel dependencies for regulator driversHauke Mehrtens
These drivers are depending on changes of the regulator core driver which are not in the specific kernel versions. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove vga_switcheroo.hHauke Mehrtens
This only used by the DRM drivers Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove linux/pagemap.hHauke Mehrtens
This was just used by some GPU drivers Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove pci_platform_rom()Hauke Mehrtens
This was only used by the DRM drivers Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove shmem_read_mapping_page_gfp()Hauke Mehrtens
This was only needed for some of the DRM drivers, remove it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove cpufreq_quick_get_max()Hauke Mehrtens
This was only needed for some of the DRM drivers, remove it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove i2c_bit_algo()Hauke Mehrtens
This was only needed for some of the DRM drivers, remove it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove compat_wake_up_locked()Hauke Mehrtens
This was only needed for some of the DRM drivers, remove it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove devm_regmap_init_spi()Hauke Mehrtens
This is not used by any code in backports, not even a DRM driver. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove ktime_get_monotonic_offset()Hauke Mehrtens
This was only needed for some of the DRM drivers, remove it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove scatterlistHauke Mehrtens
This was only needed for some of the DRM drivers, remove it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove some stuff related to MTRRHauke Mehrtens
This was only needed for some of the DRM drivers, remove it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove more hdmi stuffHauke Mehrtens
This was only needed for some of the DRM drivers, remove it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove BACKPORT_BUILD_HDMIHauke Mehrtens
This was only needed for some of the DRM drivers, remove it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove BACKPORT_BUILD_RADIX_HELPERSHauke Mehrtens
This was only needed for some of the DRM drivers, remove it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove CPTCFG_BACKPORT_BUILD_WW_MUTEXHauke Mehrtens
This was only needed for some of the DRM drivers, remove it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove BACKPORT_BUILD_CROSS_RESERVATIONHauke Mehrtens
This was only needed for some of the DRM drivers, remove it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove platform driversHauke Mehrtens
The platform drivers were only needed by some DRM drivers and are not needed any more with the DRM driver being removed. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-23backports: remove DRM driverHauke Mehrtens
Maintaining the DRM driver takes a lot of recourses as there they are depending on many API changes done to the core kernel code and currently we do not have that many recourses to follow them. On the other side one needs also new userspace drivers to make use of the new features added to the DRM kernel drivers and it is not easy to update the X drivers. Therefore we came to the conclusion to remove the drm drivers for now. There were also some problems with some DRM drivers, like the Intel i915 driver caused kernel panic on some systems and was probably only usable on some very recent kernel versions. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-21backports: update test kernel versionsbackports-20130822Hauke Mehrtens
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-21backports: refresh patches on next-20130822Hauke Mehrtens
== ckmake-report.log == 1 2.6.25 [ OK ] 2 2.6.26 [ OK ] 3 2.6.27 [ OK ] 4 2.6.28 [ OK ] 5 2.6.29 [ OK ] 6 2.6.30 [ OK ] 7 2.6.31 [ OK ] 8 2.6.32 [ OK ] 9 2.6.33 [ OK ] 10 2.6.34 [ OK ] 11 2.6.35 [ OK ] 12 2.6.36 [ OK ] 13 2.6.37 [ OK ] 14 2.6.38 [ OK ] 15 2.6.39 [ OK ] 16 3.0.98 [ OK ] 17 3.1.10 [ OK ] 18 3.10.14 [ OK ] 19 3.11.3 [ OK ] 20 3.12-rc3 [ FAIL ] 21 3.2.51 [ OK ] 22 3.3.8 [ OK ] 23 3.4.64 [ OK ] 24 3.5.7 [ OK ] 25 3.6.11 [ OK ] 26 3.7.10 [ OK ] 27 3.8.13 [ OK ] 28 3.9.11 [ OK ] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-21backports: remove reading of consumed energy from sysfsHauke Mehrtens
MSR_RAPL_POWER_UNIT is not available on older kernel versions. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-21backports: add tty_port_tty_hangup()Hauke Mehrtens
This is needed by ./net/bluetooth/rfcomm/tty.c Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-21backports: add tty_port_tty_wakeup()Hauke Mehrtens
This is needed by ./net/bluetooth/rfcomm/tty.c Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-21backports: copy include/drm/drm_flip_work.hHauke Mehrtens
This file was newly added to drm. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-21backports: backport new sysfs api in mediaHauke Mehrtens
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-21backports: add DEVICE_ATTR_RWHauke Mehrtens
This is used by drivers/media/v4l2-core/v4l2-dev.c. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-21backports: refresh patches for next-20130816backports-20130816Hauke Mehrtens
1 2.6.25 [ OK ] 2 2.6.26 [ OK ] 3 2.6.27 [ OK ] 4 2.6.28 [ OK ] 5 2.6.29 [ OK ] 6 2.6.30 [ OK ] 7 2.6.31 [ OK ] 8 2.6.32 [ OK ] 9 2.6.33 [ OK ] 10 2.6.34 [ OK ] 11 2.6.35 [ OK ] 12 2.6.36 [ OK ] 13 2.6.37 [ OK ] 14 2.6.38 [ OK ] 15 2.6.39 [ OK ] 16 3.0.89 [ OK ] 17 3.1.10 [ OK ] 18 3.10.5 [ OK ] 19 3.11-rc4 [ OK ] 20 3.2.50 [ OK ] 21 3.3.8 [ OK ] 22 3.4.56 [ OK ] 23 3.5.7 [ OK ] 24 3.6.11 [ OK ] 25 3.7.10 [ OK ] 26 3.8.13 [ OK ] 27 3.9.11 [ OK ] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-21backports: do not build REGULATOR_PALMAS on older kernel versions.Hauke Mehrtens
REGULATOR_PALMASi now needs some symbols form headers of very recent kernel versions. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-21backports: add debugfs_create_x64()Hauke Mehrtens
This adds debugfs_create_x64() by calling debugfs_create_u64() instead. The 64 bit number is then not hex, but dec formated in debug fs. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-21backports: do not use DMA SG on old kernel versionsHauke Mehrtens
the usb net driver now uses the dma sg api which is not available on old kernels, this patch removed the usage of the dma sg api for old kernel versions. This backports the following upstream commit: commit 638c5115a794981441246fa8fa5d95c1875af5ba Author: Ming Lei <ming.lei@canonical.com> Date: Thu Aug 8 21:48:24 2013 +0800 USBNET: support DMA SG Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-10-21backports: use old led api on old kernel versions.Hauke Mehrtens
Usage of a new led api was introduced in mac80211, this patch make backports use the old api on older kernel versions. This could cause a problem with the led, the transmit led could stay on if nothing is transfered. This backports the following upstream commit: commit e47f2509e5f182f4df144406de6f2bc78179d57e Author: Fabio Baltieri <fabio.baltieri@gmail.com> Date: Thu Jul 25 12:00:26 2013 +0200 mac80211: use oneshot blink API for LED triggers Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>