[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#664461: [squeeze] atl1c: AR8152: "transmit queue 0 timed out" and network is unusable until reset



Jonathan Nieder wrote:
> Luis R. Rodriguez wrote:

>> FWIW we already provide daily backports of code through compat-wireless.
>> compat-wireless will eventually be changed to "compat-drivers" to reflect
>> that it has drivers backported other than 802.11. We also have stable releases
>> of the Linux kernel backported for use on older releases.
>
> I looked at the relevant repositories and am afraid I am too dim to
> see how to use them.

Ok, it's becoming a little clearer now.  Is the appropriate procedure
something like this?

  git clone git://github.com/mcgrof/compat.git
  git clone git://github.com/mcgrof/compat-wireless.git
  cd compat-wireless
  git checkout linux-3.0.y
  GIT_COMPAT_TREE=$(pwd)/compat/
  NEXT_TREE=/path/to/src/linux
  GIT_TREE=/path/to/linux/repo
  export GIT_TREE GIT_COMPAT_TREE

  scripts/gen-stable-release.sh <some appropriate arguments>

And then this will not generate a list of patches but just a patched
source code tree with appropriate #ifdefs to make the code build
against old kernels.

That sounds useful.



Reply to: