* [ANNOUNCE] target-pending tree updated to v3.6-rc2
@ 2012-08-17 2:43 Nicholas A. Bellinger
2012-08-17 6:49 ` Nicholas A. Bellinger
0 siblings, 1 reply; 3+ messages in thread
From: Nicholas A. Bellinger @ 2012-08-17 2:43 UTC (permalink / raw)
To: target-devel
Cc: LKML, linux-scsi, Christoph Hellwig, Roland Dreier,
Michael S. Tsirkin, Stefan Hajnoczi, Chad Dupuis,
Giridhar Malavali, Arun Easi, Andy Grover, Paolo Bonzini
Hi all,
With the release of v3.6-rc2 this afternoon, the target-pending.git tree
now has been updated using the freshly cut -rc2 as it's new HEAD.
Patches destined into for-3.7 code are now being added into for-next for
linux-next build testing.
Also, thanks go out to MST, Stefan, and Paolo who managed to get
tcm_vhost fabric code merged in mainline for -rc2 under the special
post merge window exception rule for new kernel code, which in my
experience tends to happens about as often as Haley's comet comes
around..
Here is the current breakdown of pending patches by branch:
master: (patches headed for 3.6-rc-fixes)
5b7517f8 tcm_vhost: Change vhost_scsi_target->vhost_wwpn to char *
d0e27c88 target: fix NULL pointer dereference bug alloc_page() fails to get memory
1fa8f450 tcm_fc: Avoid debug overhead when not debugging
101998f6 tcm_vhost: Post-merge review changes requested by MST
f0e0e9bb tcm_vhost: Fix incorrect IS_ERR() usage in vhost_scsi_map_iov_to_sgl
for-next: (patches headed for-3.7 merge window)
6a922a33 target: Fix minor spelling typos in drivers/target
867c8e7d target: Simplify fabric sense data length handling
3ab2a995 target: Remove unused target_core_fabric_ops.get_fabric_sense_len method
7b43c0e6 target/sbp: Remove strict param from sbp_parse_wwn
0fa5702d target: Cleanup transport_subsystem_check_init
6fc3933f target: Remove request_module for target_core_stgt
for-next-merge: (new fabric drivers headed for 3.7 merge window)
None
queue: (recent patches needing more review/testing before committing)
9b840e4c target: Fix regression bug with handling of zero-length data CDBs
e093f8a5 target: Fix ->data_length re-assignment bug with SCSI overflow
0aa8cc14 target: Remove unused se_cmd.cmd_spdtl
--
Please let me know if anything is missing from the list, and I'll plan
to send out a PULL request for outstanding master -> 3.6-rc-fixes
sometime next week.
Thanks!
--nab
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ANNOUNCE] target-pending tree updated to v3.6-rc2
2012-08-17 2:43 [ANNOUNCE] target-pending tree updated to v3.6-rc2 Nicholas A. Bellinger
@ 2012-08-17 6:49 ` Nicholas A. Bellinger
2012-08-17 15:30 ` Alex Elsayed
0 siblings, 1 reply; 3+ messages in thread
From: Nicholas A. Bellinger @ 2012-08-17 6:49 UTC (permalink / raw)
To: target-devel; +Cc: LKML, linux-scsi, Christoph Hellwig, Alex Elsayed
On Thu, 2012-08-16 at 19:43 -0700, Nicholas A. Bellinger wrote:
> Hi all,
>
> With the release of v3.6-rc2 this afternoon, the target-pending.git tree
> now has been updated using the freshly cut -rc2 as it's new HEAD.
> Patches destined into for-3.7 code are now being added into for-next for
> linux-next build testing.
>
> Also, thanks go out to MST, Stefan, and Paolo who managed to get
> tcm_vhost fabric code merged in mainline for -rc2 under the special
> post merge window exception rule for new kernel code, which in my
> experience tends to happens about as often as Haley's comet comes
> around..
>
> Here is the current breakdown of pending patches by branch:
>
> master: (patches headed for 3.6-rc-fixes)
>
> 5b7517f8 tcm_vhost: Change vhost_scsi_target->vhost_wwpn to char *
> d0e27c88 target: fix NULL pointer dereference bug alloc_page() fails to get memory
> 1fa8f450 tcm_fc: Avoid debug overhead when not debugging
> 101998f6 tcm_vhost: Post-merge review changes requested by MST
> f0e0e9bb tcm_vhost: Fix incorrect IS_ERR() usage in vhost_scsi_map_iov_to_sgl
>
Whoops.. Missed one extra target/pscsi regression bug-fix reported
recently by Alex Elsayed (CC'ed) that has just been pushed into master
here:
target/pscsi: Fix bug with REPORT_LUNs handling for SCSI passthrough
http://git.kernel.org/?p=linux/kernel/git/nab/target-pending.git;a=commitdiff;h=1d2a2cd95ee0137a2353d1b5635739c281f27cd4
Alex-E, you where able to get TYPE_ROM passthrough w/ pSCSI export
working on your setup with this patch, yes..?
Thanks!
--nab
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ANNOUNCE] target-pending tree updated to v3.6-rc2
2012-08-17 6:49 ` Nicholas A. Bellinger
@ 2012-08-17 15:30 ` Alex Elsayed
0 siblings, 0 replies; 3+ messages in thread
From: Alex Elsayed @ 2012-08-17 15:30 UTC (permalink / raw)
To: Nicholas A. Bellinger; +Cc: target-devel, LKML, linux-scsi, Christoph Hellwig
On Thursday, August 16, 2012 11:49:44 PM Nicholas A. Bellinger wrote:
> On Thu, 2012-08-16 at 19:43 -0700, Nicholas A. Bellinger wrote:
> > Hi all,
> >
> > With the release of v3.6-rc2 this afternoon, the target-pending.git tree
> > now has been updated using the freshly cut -rc2 as it's new HEAD.
> > Patches destined into for-3.7 code are now being added into for-next for
> > linux-next build testing.
> >
> > Also, thanks go out to MST, Stefan, and Paolo who managed to get
> > tcm_vhost fabric code merged in mainline for -rc2 under the special
> > post merge window exception rule for new kernel code, which in my
> > experience tends to happens about as often as Haley's comet comes
> > around..
> >
> > Here is the current breakdown of pending patches by branch:
> >
> > master: (patches headed for 3.6-rc-fixes)
> >
> > 5b7517f8 tcm_vhost: Change vhost_scsi_target->vhost_wwpn to char *
> > d0e27c88 target: fix NULL pointer dereference bug alloc_page() fails to
> > get memory 1fa8f450 tcm_fc: Avoid debug overhead when not debugging
> > 101998f6 tcm_vhost: Post-merge review changes requested by MST
> > f0e0e9bb tcm_vhost: Fix incorrect IS_ERR() usage in
> > vhost_scsi_map_iov_to_sgl
> Whoops.. Missed one extra target/pscsi regression bug-fix reported
> recently by Alex Elsayed (CC'ed) that has just been pushed into master
> here:
>
> target/pscsi: Fix bug with REPORT_LUNs handling for SCSI passthrough
> http://git.kernel.org/?p=linux/kernel/git/nab/target-pending.git;a=commitdif
> f;h=1d2a2cd95ee0137a2353d1b5635739c281f27cd4
>
> Alex-E, you where able to get TYPE_ROM passthrough w/ pSCSI export
> working on your setup with this patch, yes..?
>
> Thanks!
>
> --nab
The patch got it to where XP and Windows 7 would recognize it and mount it,
but there's still some weirdness - for instance, opening it in the file browser
hangs for an extended period of time before it starts working. No noise in
dmesg when that happens, and I haven't had time to look deeper.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-08-17 15:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-17 2:43 [ANNOUNCE] target-pending tree updated to v3.6-rc2 Nicholas A. Bellinger
2012-08-17 6:49 ` Nicholas A. Bellinger
2012-08-17 15:30 ` Alex Elsayed
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).