* Re: [stable] [patch 00/32] -stable review
@ 2006-12-09 3:19 Chuck Ebbert
2006-12-09 3:31 ` Chris Wright
0 siblings, 1 reply; 3+ messages in thread
From: Chuck Ebbert @ 2006-12-09 3:19 UTC (permalink / raw)
To: Chris Wright; +Cc: linux-kernel, stable
In-Reply-To: <20061209003810.GP1397@sequoia.sous-sol.org>
On Fri, 8 Dec 2006 16:38:10 -0800, Chris Wright wrote:
> And a roll-up is available at:
>
> http://www.kernel.org/pub/linux/kernel/people/chrisw/stable/patch-2.6.19.1-rc1.{gz,bz2}
Would it be possible to make this available as a quilt patchset, like this:
-rw-rw---- 1 me me 267 Dec 8 21:59 00_version_2.6.19.1-pre1.patch
-rw-rw---- 1 me me 2791 Dec 8 20:38 01_net_ipv6_ndisc_calc_pkt_length.patch
-rw-rw---- 1 me me 2105 Dec 8 20:40 02_net_80211_softmac_tx_no_disable.patch
-rw-rw---- 1 me me 3187 Dec 8 21:01 03_net_bridge_ebtables_fix_wraparound.patch
-rw-rw---- 1 me me 2714 Dec 8 20:59 04_net_filter_ebtables_iterator_check_zero.patch
-rw-rw---- 1 me me 1755 Dec 8 21:09 05_net_bridge_ebtables_loop_worst_case.patch
-rw-rw---- 1 me me 3240 Dec 8 21:03 06_net_bridge_ebtables_fix_size_wrap.patch
-rw-rw---- 1 me me 3277 Dec 8 20:48 07_net_sched_act_police_backwards_compat.patch
-rw-rw---- 1 me me 1406 Dec 8 21:11 08_blk_cryptoloop_select_cbc.patch
-rw-rw---- 1 me me 2992 Dec 8 20:36 09_acpi_revert_sci_override.patch
-rw-rw---- 1 me me 1803 Dec 8 20:42 10_net_sched_gact_div_by_zero_fix.patch
-rw-rw---- 1 me me 1729 Dec 8 20:54 11_net_sunhme_fix_x86_failure.patch
-rw-rw---- 1 me me 11012 Dec 8 20:38 12_net_filter_fix_hook_validation.patch
-rw-rw---- 1 me me 5334 Dec 8 21:10 13_net_filter_ipv4_fix_compat_validation.patch
-rw-rw---- 1 me me 5325 Dec 8 21:12 14_net_filter_bridge_handle_martians.patch
-rw-rw---- 1 me me 1944 Dec 8 21:07 15_net_80211_softmac_unbalanced_mutex.patch
-rw-rw---- 1 me me 2126 Dec 8 20:43 16_drv_infiniband_cleanup_deadlock.patch
-rw-rw---- 1 me me 2090 Dec 8 20:46 17_fs_exec_coredump_stop_rewrite.patch
-rw-rw---- 1 me me 1883 Dec 8 20:55 18_net_tokenring_memory_corruption.patch
-rw-rw---- 1 me me 2033 Dec 8 20:47 19_net_ipv4_use_output_dev_xfrm.patch
-rw-rw---- 1 me me 1475 Dec 8 20:51 20_drv_usb_phidget_oops.patch
-rw-rw---- 1 me me 1604 Dec 8 20:59 21_net_ipv4_xfrm_peer_leak.patch
-rw-rw---- 1 me me 1889 Dec 8 21:02 22_net_irds_incorrect_ttp_hdr_reserv.patch
-rw-rw---- 1 me me 1419 Dec 8 21:05 23_net_netlink_restore_compatibility.patch
-rw-rw---- 1 me me 2970 Dec 8 21:06 24_separate_bh_declarations.patch
-rw-rw---- 1 me me 1477 Dec 8 20:52 25_drv_drm_sis_linkage.patch
-rw-rw---- 1 me me 3445 Dec 8 20:57 26_compat_mount_skip_null_data_page.patch
-rw-rw---- 1 me me 1431 Dec 8 20:56 27_pm_swsusp_debug.patch
-rw-rw---- 1 me me 4882 Dec 8 20:44 28_fs_autofs_fill_sb_error_code.patch
-rw-rw---- 1 me me 2506 Dec 8 21:13 29_krnl_softirq_remove_bug_on.patch
-rw-rw---- 1 me me 6657 Dec 8 20:49 30_m32r_make_userspace_hdrs.patch
-rw-rw---- 1 me me 2472 Dec 8 20:41 31_x86_64_fix_nmi_init_hang.patch
-rw-rw---- 1 me me 3016 Dec 8 20:53 32_net_drv_forcedeth_disable_intx.patch
-rw-rw---- 1 me me 1279 Dec 8 22:01 series
It makes things much easier to review because I can use 'quilt annotate'
to find out which patch changed a line of source.
--
Chuck
"Even supernovas have their duller moments."
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [stable] [patch 00/32] -stable review
2006-12-09 3:19 [stable] [patch 00/32] -stable review Chuck Ebbert
@ 2006-12-09 3:31 ` Chris Wright
0 siblings, 0 replies; 3+ messages in thread
From: Chris Wright @ 2006-12-09 3:31 UTC (permalink / raw)
To: Chuck Ebbert; +Cc: Chris Wright, linux-kernel, stable
* Chuck Ebbert (76306.1226@compuserve.com) wrote:
> In-Reply-To: <20061209003810.GP1397@sequoia.sous-sol.org>
>
> On Fri, 8 Dec 2006 16:38:10 -0800, Chris Wright wrote:
>
> > And a roll-up is available at:
> >
> > http://www.kernel.org/pub/linux/kernel/people/chrisw/stable/patch-2.6.19.1-rc1.{gz,bz2}
>
> Would it be possible to make this available as a quilt patchset, like this:
Well, that's how we keep it in stable-queue. For example, there's a quilt series
in k.o/pub/scm/linux/kernel/git/stable/stable-queue/review-2.6.19
Can you pull from that?
thanks,
-chris
^ permalink raw reply [flat|nested] 3+ messages in thread
* [patch 00/32] -stable review
@ 2006-12-08 23:57 Chris Wright
2006-12-09 0:38 ` [stable] " Chris Wright
0 siblings, 1 reply; 3+ messages in thread
From: Chris Wright @ 2006-12-08 23:57 UTC (permalink / raw)
To: linux-kernel, stable
Cc: Justin Forbes, Zwane Mwaikambo, Theodore Ts'o, Randy Dunlap,
Dave Jones, Chuck Wolber, Chris Wedgwood, Michael Krufky,
torvalds, akpm, alan
This is the start of the stable review cycle for the 2.6.19.1 release.
There are 32 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let us know. If anyone is a maintainer of the proper subsystem, and
wants to add a Signed-off-by: line to the patch, please respond with it.
These patches are sent out with a number of different people on the
Cc: line. If you wish to be a reviewer, please email stable@kernel.org
to add your name to the list. If you want to be off the reviewer list,
also email us.
Responses should be made by Mon Dec 11 00:00 UTC Anything received after
that time might be too late.
thanks,
the -stable release team
--
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [stable] [patch 00/32] -stable review
2006-12-08 23:57 Chris Wright
@ 2006-12-09 0:38 ` Chris Wright
0 siblings, 0 replies; 3+ messages in thread
From: Chris Wright @ 2006-12-09 0:38 UTC (permalink / raw)
To: linux-kernel, stable
Cc: akpm, Theodore Ts'o, Zwane Mwaikambo, Justin Forbes,
torvalds, Chris Wedgwood, Randy Dunlap, Michael Krufky,
Dave Jones, Chuck Wolber, alan
And a roll-up is available at:
http://www.kernel.org/pub/linux/kernel/people/chrisw/stable/patch-2.6.19.1-rc1.{gz,bz2}
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-12-09 3:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-09 3:19 [stable] [patch 00/32] -stable review Chuck Ebbert
2006-12-09 3:31 ` Chris Wright
-- strict thread matches above, loose matches on Subject: below --
2006-12-08 23:57 Chris Wright
2006-12-09 0:38 ` [stable] " Chris Wright
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®