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

Re: Final kfreebsd-10 upload before freeze?



Emilio Pozuelo Monfort <pochu@debian.org> writes:
> On 31/10/14 12:43, Steven Chamberlain wrote:
>> kfreebsd-10 migrated last night;  is there a chance another upload of
>> the kernel could go into sid and be aged in before the freeze starts?
>
> That would be bug fixes only, right? I'd be fine with an unblock of
> that in principle. What's the diffstat like?

Not too bad (I actually expected worse). RC4..final should be similar I
guess

  Christoph

svn diff -r273304:273874 https://svn0.us-west.freebsd.org/base/releng/10.1/sys | diffstat
 amd64/amd64/pmap.c                              |   14 ++++-
 amd64/vmm/vmm_ioport.c                          |   48 ++++++++++---------
 cam/ata/ata_da.c                                |    6 ++
 conf/newvers.sh                                 |    2 
 dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c       |    2 
 dev/hyperv/stordisengage/hv_ata_pci_disengage.c |    2 
 dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c     |    7 +-
 dev/hyperv/utilities/hv_util.c                  |    2 
 geom/geom_disk.c                                |   59 ++++++------------------
 kern/vfs_bio.c                                  |    4 +
 kern/vfs_lookup.c                               |   41 ++++++----------
 11 files changed, 87 insertions(+), 100 deletions(-)


svn log -r273304:273874 https://svn0.us-west.freebsd.org/base/releng/10.1/sys 
------------------------------------------------------------------------
r273304 | mav | 2014-10-20 09:15:04 +0200 (Mon, 20 Oct 2014) | 8 lines

MFS10 r273272 (r273143 in head):
Remove setting BIO_DONE flag for BIOs that have done() method.

This fixes use-after-free, caused by geom_disk, completing same BIO twice
to save extra allocation, and getting BIO_DONE set after the first.

Approved by:	re (hrs)

------------------------------------------------------------------------
r273414 | delphij | 2014-10-21 22:20:36 +0200 (Tue, 21 Oct 2014) | 8 lines

Fix rtsold(8) remote buffer overflow vulnerability. [SA-14:20]

Fix routed(8) remote denial of service vulnerability. [SA-14:21]

Fix memory leak in sandboxed namei lookup. [SA-14:22]

Approved by:	re (so@ blanket)

------------------------------------------------------------------------
r273435 | gjb | 2014-10-22 01:07:30 +0200 (Wed, 22 Oct 2014) | 10 lines

MFstable10 r273429:
  MFC r273402:
  Fix an issue where a FreeBSD virtual machine provisioned in
  the Microsoft Azure service does not recognize the second
  attached disk on the system.

PR:		194376
Approved by:	re (delphij)
Sponsored by:	The FreeBSD Foundation

------------------------------------------------------------------------
r273437 | gjb | 2014-10-22 01:09:09 +0200 (Wed, 22 Oct 2014) | 5 lines

Update releng/10.1 to -RC3 as part of the 10.1-RELEASE cycle.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation

------------------------------------------------------------------------
r273581 | delphij | 2014-10-24 09:50:34 +0200 (Fri, 24 Oct 2014) | 7 lines

MFS r273580: MFC r273577:

Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR or 0 for in-tree
driver.  This change was verified by Microsoft.

Approved by:	re (kib)

------------------------------------------------------------------------
r273776 | mav | 2014-10-28 15:01:58 +0100 (Tue, 28 Oct 2014) | 13 lines

MFS10 r273767 / MFC r273638:
Revert somewhat hackish geom_disk optimization, committed as part of r256880,
and the following r273143 commit, supposed to workaround introduced issue by
quite innocent-looking change.

While there is no clear understanding why, but r273143 is accused in data
corruption in some environments with high I/O load.  I personally don't see
any problem in that commit, and possibly it is just a trigger to some other
bug somewhere, but better safe then sorry for now.

Requested by:   scottl@
Approved by:	re (kib@)

------------------------------------------------------------------------
r273818 | smh | 2014-10-29 12:11:54 +0100 (Wed, 29 Oct 2014) | 9 lines

MFS10 r273814
MFC r273704

Fix ATA CF ERASE breakage caused by 268205

PR:		194606
Approved by:	re (marius)
Sponsored by:	Multiplay

------------------------------------------------------------------------
r273832 | neel | 2014-10-29 17:49:28 +0100 (Wed, 29 Oct 2014) | 9 lines

MFS10 r273573, MFC r273356:
Fix a race in pmap_emulate_accessed_dirty() that could trigger a EPT
misconfiguration VM-exit.

MFS10 r273807, MFC r273666:
Don't pass the 'error' return from an I/O port handler directly to vm_run().

Approved by:	re (kib)

------------------------------------------------------------------------
r273874 | gjb | 2014-10-30 23:21:12 +0100 (Thu, 30 Oct 2014) | 5 lines

Update releng/10.1 to -RC4 as part of the 10.1-RELEASE cycle.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation

------------------------------------------------------------------------


Reply to: