I'm announcing the release of the 3.0.35 kernel. All users of the 3.0 kernel series must upgrade. The updated 3.0.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.0.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/x86/crypto/aesni-intel_asm.S | 6 ++- arch/x86/kernel/cpu/mcheck/mce_amd.c | 55 +++++++++++++++++++++++------ drivers/acpi/video.c | 5 +- drivers/char/agp/intel-agp.c | 1 drivers/char/agp/intel-agp.h | 1 drivers/hwmon/fam15h_power.c | 8 ++-- drivers/net/can/c_can/c_can.c | 16 ++++---- drivers/net/can/c_can/c_can.h | 1 drivers/net/e1000/e1000.h | 2 + drivers/net/e1000/e1000_main.c | 18 ++++----- drivers/net/usb/sierra_net.c | 14 +++++-- drivers/net/wireless/iwlwifi/iwl-agn-sta.c | 2 - fs/fuse/dir.c | 1 fs/fuse/fuse_i.h | 3 + fs/fuse/inode.c | 17 ++++++++ kernel/sched.c | 9 +--- lib/btree.c | 4 +- mm/hugetlb.c | 29 ++++++++++++--- mm/vmalloc.c | 11 +++-- net/mac80211/iface.c | 12 ++++++ net/mac80211/offchannel.c | 16 ++++++++ net/wireless/util.c | 19 +++++++++- 24 files changed, 195 insertions(+), 68 deletions(-) Alan Cox (1): acpi_video: fix leaking PCI references Andre Przywara (1): hwmon: (fam15h_power) Increase output resolution AnilKumar Ch (3): can: c_can: fix "BUG! echo_skb is occupied!" during transmit can: c_can: fix an interrupt thrash issue with c_can driver can: c_can: fix race condition in c_can_open() Bjørn Mork (1): net: sierra_net: device IDs for Aircard 320U++ Borislav Petkov (1): x86, MCE, AMD: Make APIC LVT thresholding interrupt optional Dave Hansen (1): hugetlb: fix resv_map leak in error path Dean Nelson (1): e1000: save skb counts in TX to avoid cache misses Dimitri Sivanich (1): sched: Fix the relax_domain_level boot parameter Emmanuel Grumbach (1): iwlwifi: don't mess up the SCD when removing a key Eugeni Dodonov (1): char/agp: add another Ironlake host bridge Greg Kroah-Hartman (1): Linux 3.0.35 Johannes Berg (2): mac80211: clean up remain-on-channel on interface stop cfg80211: fix interface combinations check KyongHo (1): mm: fix faulty initialization in vmalloc_init() Mathias Krause (1): crypto: aesni-intel - fix unaligned cbc decrypt for x86-32 Minchan Kim (1): mm/vmalloc.c: change void* into explict vm_struct* Pavel Shilovsky (1): fuse: fix stat call on 32 bit platforms Roland Dreier (1): btree: fix tree corruption in btree_get_prev() Steffen Rumler (1): powerpc: Fix kernel panic during kernel module load