summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-19gentree: create *.tar.gz instead of *.tar.bz for kernel.orgv3.12.8-1linux-3.12.yHauke Mehrtens
Upstream commit: e7ff81f2d7ff55bef128c0eacdc43f16080ec8a0 kernel.org does not support bzip2 any more, use gzip instead. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2014-01-19backports: refresh patches on 3.12.8Hauke 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.2.54 [ OK ] 19 3.3.8 [ OK ] 20 3.4.77 [ OK ] 21 3.5.7 [ OK ] 22 3.6.11 [ OK ] 23 3.7.10 [ OK ] 24 3.8.13 [ OK ] 25 3.9.11 [ OK ] 26 3.10.27 [ OK ] 27 3.11.10 [ OK ] 28 3.12.8 [ OK ] 29 3.13-rc8 [ FAIL ] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2014-01-19backports: add missing include for linux/of.hHauke Mehrtens
Upstream commit: a9081420811be2a9c7386b4693c5cf1b93b3ae23 This fixes a compile error with some config options. Closes bug: https://bugzilla.kernel.org/show_bug.cgi?id=66601 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Reported-by: Richard Röjfors <richard.rojfors@gmail.com> Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
2013-11-30backports: refresh patches on 3.12.2v3.12.2-1Hauke 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.101 [ OK ] 17 3.1.10 [ OK ] 18 3.10.20 [ OK ] 19 3.11.9 [ OK ] 20 3.12.1 [ OK ] 21 3.13-rc1 [ FAIL ] 22 3.2.52 [ OK ] 23 3.3.8 [ OK ] 24 3.4.70 [ OK ] 25 3.5.7 [ OK ] 26 3.6.11 [ OK ] 27 3.7.10 [ OK ] 28 3.8.13 [ OK ] 29 3.9.11 [ OK ] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-11-30backports: add backport_ prefix in front of BQL functionsHauke Mehrtens
Upstream commit: 351423240e69e385b7433adb555b739e05af3def Sometimes these functions are backported in the kernel, add the backports_ prefix to prevent the names from colliding. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-11-30backports: check for define in module_driver and not kernel versionHauke Mehrtens
Upstream commit: 153c22dd7d65ac8e607e682c834316a164dba5b6 In some places backports checked for the kernel version on weather to add a own define for module_driver or not. This patch makes it check if there is already one or not. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-11-30backports: remove kref_get_unless_zero()Hauke Mehrtens
Upstream commit: 7e5e6782399fbd41f6d7f323d3c5b8d0c72190b3 kref_get_unless_zero() was never called by any code. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-11-30backports: remove hex_byte_pack()Hauke Mehrtens
Upstream commit: 46ea32e1ded36972b1793688a24848c4d5015ddb hex_byte_pack() was never called by any code. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-11-30backports: remove irq_set_affinity_hint()Hauke Mehrtens
Upstream commit: 84453052c585d2dd101e74c43663615013afa64d irq_set_affinity_hint() was never called by any code. This makes it possible to remove struct cpumask. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-11-30backports: remove eeprom_93cx6.h headerHauke Mehrtens
Upstream commit: 6b7c0a75c11776b3a07df11c2132f4ea34bec0e7 The driver is not included in backports and we should use the in kernel headers. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-11-30backports: remove mdio driver codeHauke Mehrtens
Upstream commit: 162a33256456453b305b0de9df19d07a4091981d There is some code for the mdio driver in backports, but it does not get build on any kernel, just remove it till someone wants to make it work. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-11-24backports: update test kernelsHauke Mehrtens
Upstream commit: 1b81e7a672aa4bd956fd1a409e90c3bfc5111322 Add kernel 3.13-rc1 and update the other kernel versions. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2013-11-23backports: update test kernel versionsHauke Mehrtens
Upstream commit: 338c4388ccd4bc5829c9c0c5953264f529ae1ad4 This brings the kernels test test against to the latest versions. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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>