diff options
author | Chuck Ebbert <cebbert@redhat.com> | 2011-02-01 12:21:31 -0500 |
---|---|---|
committer | Chuck Ebbert <cebbert@redhat.com> | 2011-02-01 12:21:31 -0500 |
commit | 285227b68c8212a9b9bd37049335510dcff3a5ed (patch) | |
tree | 04b76fb2e2f6af429072e4d6e6c24b83ba87944b /kernel.spec | |
parent | 270ebd20289d823dc4a18b3566e7000fe4c5926d (diff) | |
download | kernel-285227b68c8212a9b9bd37049335510dcff3a5ed.tar.gz kernel-285227b68c8212a9b9bd37049335510dcff3a5ed.tar.xz kernel-285227b68c8212a9b9bd37049335510dcff3a5ed.zip |
Try to fix some obvious bugs in hfsplus mount failure handling (#673857)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 817820810..d3d6013c7 100644 --- a/kernel.spec +++ b/kernel.spec @@ -735,6 +735,12 @@ Patch12430: can-softing-depend-on-iomem.patch Patch12431: nfs-2.6.38-bugfixes.patch +# rhbz#673857 +Patch12432: hfsplus-01-dont-leak-buffer.patch +Patch12433: hfsplus-02-fill-super-skip-cleanup.patch +Patch12434: hfsplus-03-zero-vhdr-on-free.patch +Patch12435: hfsplus-04-check-for-vhdr.patch + %endif BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root @@ -1352,6 +1358,12 @@ ApplyPatch can-softing-depend-on-iomem.patch ApplyPatch nfs-2.6.38-bugfixes.patch +# rhbz#673857 +ApplyPatch hfsplus-01-dont-leak-buffer.patch +ApplyPatch hfsplus-02-fill-super-skip-cleanup.patch +ApplyPatch hfsplus-03-zero-vhdr-on-free.patch +ApplyPatch hfsplus-04-check-for-vhdr.patch + # END OF PATCH APPLICATIONS %endif @@ -1964,6 +1976,9 @@ fi # ||----w | # || || %changelog +* Mon Feb 01 2011 Chuck Ebbert <cebbert@redhat.com> +- Try to fix some obvious bugs in hfsplus mount failure handling (#673857) + * Mon Jan 31 2011 Chuck Ebbert <cebbert@redhat.com> 2.6.38-0.rc2.git9.1 - Linux 2.6.38-rc2-git9 |