refresh 2.6.30 patches
authorFlorian Fainelli <florian@openwrt.org>
Sun, 2 Aug 2009 11:02:35 +0000 (11:02 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 2 Aug 2009 11:02:35 +0000 (11:02 +0000)
SVN-Revision: 17093

target/linux/generic-2.6/patches-2.6.30/780-fix-race-in-snd_soc_jack_add_gpios.patch
target/linux/generic-2.6/patches-2.6.30/980-vm_exports.patch
target/linux/generic-2.6/patches-2.6.30/998-openwrt_lzma_options.patch

index 068d850ef0e02c0c7333fa198702162e7b79e5f4..b7214b9d6d3efc9493b30a11202fbcc535b8b2af 100644 (file)
@@ -9,11 +9,9 @@ Date:   Fri Jul 31 18:26:48 2009 +0200
     
     Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
 
-diff --git a/sound/soc/soc-jack.c b/sound/soc/soc-jack.c
-index 28346fb..639333a 100644
 --- a/sound/soc/soc-jack.c
 +++ b/sound/soc/soc-jack.c
-@@ -220,6 +220,9 @@ int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count,
+@@ -220,6 +220,9 @@ int snd_soc_jack_add_gpios(struct snd_so
                if (ret)
                        goto err;
  
@@ -23,7 +21,7 @@ index 28346fb..639333a 100644
                ret = request_irq(gpio_to_irq(gpios[i].gpio),
                                gpio_handler,
                                IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING,
-@@ -227,9 +230,6 @@ int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count,
+@@ -227,9 +230,6 @@ int snd_soc_jack_add_gpios(struct snd_so
                                &gpios[i]);
                if (ret)
                        goto err;
index 8ade08a8b695ce4dc85ef4d5a4f1953b3da2dc00..eaf89da3f56ae3357c92fdd31498aa692600c519 100644 (file)
@@ -70,7 +70,7 @@
   * macro override instead of weak attribute alias, to workaround
 --- a/kernel/sched.c
 +++ b/kernel/sched.c
-@@ -5665,6 +5665,7 @@ int can_nice(const struct task_struct *p
+@@ -5666,6 +5666,7 @@ int can_nice(const struct task_struct *p
        return (nice_rlim <= p->signal->rlim[RLIMIT_NICE].rlim_cur ||
                capable(CAP_SYS_NICE));
  }
index f334e23af5d1b3525e302db31e79ea46d5b9fa18..336c13ac73b092f377ba2158168405362d1a7c09 100644 (file)
@@ -6,9 +6,9 @@
  quiet_cmd_lzma = LZMA    $@
 -cmd_lzma = (lzma -9 -c $< && $(size_append) $<) >$@ || (rm -f $@ ; false)
 +cmd_lzma = lzma e $< $@ -lc1 -lp2 -pb2 -eos
---- a/scripts/gen_initramfs_list.sh    2009-06-10 05:05:27.000000000 +0200
-+++ b/scripts/gen_initramfs_list.sh    2009-08-01 18:36:14.000000000 +0200
-@@ -225,7 +225,7 @@
+--- a/scripts/gen_initramfs_list.sh
++++ b/scripts/gen_initramfs_list.sh
+@@ -225,7 +225,7 @@ cpio_list=
  output="/dev/stdout"
  output_file=""
  is_cpio_compressed=
@@ -17,7 +17,7 @@
  
  arg="$1"
  case "$arg" in
-@@ -239,9 +239,9 @@
+@@ -239,9 +239,9 @@ case "$arg" in
                output_file="$1"
                cpio_list="$(mktemp ${TMPDIR:-/tmp}/cpiolist.XXXXXX)"
                output=${cpio_list}
@@ -30,7 +30,7 @@
                echo "$output_file" | grep -q "\.cpio$" && compr="cat"
                shift
                ;;
-@@ -292,7 +292,7 @@
+@@ -292,7 +292,7 @@ if [ ! -z ${output_file} ]; then
        if [ "${is_cpio_compressed}" = "compressed" ]; then
                cat ${cpio_tfile} > ${output_file}
        else