Greg KH | 17 Jun 2012 20:30
Favicon
Gravatar

Linux 3.4.3

I'm announcing the release of the 3.4.3 kernel.

All users of the 3.4 kernel series must upgrade.

The updated 3.4.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.4.y
and can be browsed at the normal kernel.org git web browser:
        http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

 Makefile                                      |    2 
 arch/powerpc/kernel/module_32.c               |   11 +-
 arch/powerpc/kernel/time.c                    |   14 ++-
 arch/x86/crypto/aesni-intel_asm.S             |    6 -
 arch/x86/include/asm/uv/uv_bau.h              |    1 
 arch/x86/kernel/cpu/mcheck/mce_amd.c          |   56 ++++++++++---
 arch/x86/platform/uv/tlb_uv.c                 |    1 
 drivers/acpi/video.c                          |    5 -
 drivers/ata/ata_piix.c                        |   36 ++++++++
 drivers/ata/libata-core.c                     |    6 +
 drivers/bcma/driver_chipcommon_pmu.c          |    4 
 drivers/bcma/sprom.c                          |    4 
 drivers/char/agp/intel-agp.c                  |    1 
 drivers/char/agp/intel-agp.h                  |    1 
 drivers/char/hw_random/atmel-rng.c            |    7 +
(Continue reading)

Greg KH | 17 Jun 2012 20:30
Favicon
Gravatar

Re: Linux 3.4.3

diff --git a/Makefile b/Makefile
index 901a955..a0804c6 100644
--- a/Makefile
+++ b/Makefile
 <at>  <at>  -1,6 +1,6  <at>  <at> 
 VERSION = 3
 PATCHLEVEL = 4
-SUBLEVEL = 2
+SUBLEVEL = 3
 EXTRAVERSION =
 NAME = Saber-toothed Squirrel
 
diff --git a/arch/powerpc/kernel/module_32.c b/arch/powerpc/kernel/module_32.c
index 0b6d796..2e3200c 100644
--- a/arch/powerpc/kernel/module_32.c
+++ b/arch/powerpc/kernel/module_32.c
 <at>  <at>  -176,8 +176,8  <at>  <at>  int module_frob_arch_sections(Elf32_Ehdr *hdr,
 
 static inline int entry_matches(struct ppc_plt_entry *entry, Elf32_Addr val)
 {
-	if (entry->jump[0] == 0x3d600000 + ((val + 0x8000) >> 16)
-	    && entry->jump[1] == 0x396b0000 + (val & 0xffff))
+	if (entry->jump[0] == 0x3d800000 + ((val + 0x8000) >> 16)
+	    && entry->jump[1] == 0x398c0000 + (val & 0xffff))
 		return 1;
 	return 0;
 }
 <at>  <at>  -204,10 +204,9  <at>  <at>  static uint32_t do_plt_call(void *location,
 		entry++;
 	}
(Continue reading)


Gmane