[PATCH 1/7] uml: fix patch mismerge



From: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx>

I sent a patch, it was applied as cda402b283c34a24b091f78eee116963e9494762, then
it was applied again as 181ae4005d0a4010802be534d929b38c42b9ac06 by mistake. But
while the 1st time it modified (correctly) cow_header_v3, the 2nd it modified
cow_header_v3_broken.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx>
---

arch/um/drivers/cow_user.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/um/drivers/cow_user.c b/arch/um/drivers/cow_user.c
index 6ab852b..0ec4052 100644
--- a/arch/um/drivers/cow_user.c
+++ b/arch/um/drivers/cow_user.c
@@ -100,7 +100,7 @@ struct cow_header_v3_broken {
__u32 alignment;
__u32 cow_format;
char backing_file[PATH_LEN_V3];
-} __attribute__((packed));
+};

/* COW format definitions - for now, we have only the usual COW bitmap */
#define COW_BITMAP 0
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: acpi ->video_device_list corruption
    ... This resulted in silent corruption without ... The patch was seen to resolve the issue on the affected system. ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: [BUG] e100: eth0 appers many times in /proc/interrupts after resume
    ... Could you try the following patch? ... I just fixed suspend/shutdown for e100 in 2.6.19, not sure why the problem still shows up. ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: [PATCH] smbfs chroot issue (CVE-2006-1864)
    ... This patch also applies to 2.4, did you receive it on your side or do you ... want me to queue it in -upstream? ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: [PATCH 30/61] knfsd: Fix race that can disable NFS server.
    ... response. ... this patch is definitely appropriate for 2.4. ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: [patch 17/59] PCI: prevent down_read when pci_devices is empty
    ... I'd prefer to see that version of this patch go in. ... This is a bogus call since pci is not initialized yet, so the list is empty. ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)