lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 13 Dec 2010 10:31:34 -0800
From:	"Luis R. Rodriguez" <mcgrof@...il.com>
To:	Stephen Rothwell <sfr@...b.auug.org.au>
Cc:	linux-kernel@...r.kernel.org,
	linux-wireless <linux-wireless@...r.kernel.org>,
	Greg KH <greg@...ah.com>
Subject: Stable extra versions on linux-next.git

Stephen,

I'm using linux-next.git to suck out pending stable patches for some
releases for 802.11 using compat-wireless. This works great for the
first stable release of a kernel, so for example 2.6.36 was released
but there were a few stable patches I wanted to suck in for a release
for compat-wireless-2.6.36 so I used linux-next.git and used this:

git format-patch --grep=stable@...nel.org -o pending-stable/ v2.6.36..
        net/wireless/
        net/wireless/
        net/mac80211/
        net/rfkill/
        drivers/net/wireless/
        net/bluetooth/
        drivers/bluetooth/
        drivers/net/atl1c/
        drivers/net/atl1e/
        drivers/net/atlx/
        include/linux/nl80211.h
        include/linux/rfkill.h
        include/net/cfg80211.h
	include/net/mac80211.h
        include/net/regulatory.h
        include/net/cfg80211.h

To suck out pending-stable patches so I can apply to my local tarball.
I just noticed linux-next.git doesn't suck in the stable extra
versions though. The extra version stable updates are available
through hpa's linux-2.6-allstable.git tree:

git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-allstable.git

Now, I have three trees:

git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-allstable.git

My wireless-testing.git tree is the original fresh clonse, all others
are cloned with --reference pointing to the wireless-testing/.git
directory. This lets me removes the need to suck in objects which all
trees have in common. What it seems I want is to generate a
format-patch from one old stable-extra-version to a new linux-next
tag.

git format-patch --grep=stable@...nel.org -o pending-stable/
v2.6.36.2..next-20101213

I tried this from my wireless-testing directory but with no luck, it
doesn't know about the linux-2.6-allstable.git tags and linux-next.git
tags, and my linux-next tree tree is unaware of the extra version
stable updates. Any ideas if I can get this working somehow?

  Luis
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ