From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 3.5.2
Date: Wed, 15 Aug 2012 08:19:58 -0700 [thread overview]
Message-ID: <20120815151958.GA14327@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 11856 bytes --]
I'm announcing the release of the 3.5.2 kernel.
All users of the 3.5 kernel series must upgrade.
The updated 3.5.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.5.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
------------
Documentation/security/Yama.txt | 14 -
MAINTAINERS | 2
Makefile | 2
arch/arm/boot/dts/imx53-ard.dts | 20 +
arch/arm/configs/mxs_defconfig | 1
arch/arm/include/asm/cacheflush.h | 8
arch/arm/kernel/entry-armv.S | 111 +++++---
arch/arm/kernel/process.c | 2
arch/arm/kernel/smp.c | 3
arch/arm/kernel/traps.c | 8
arch/arm/mach-imx/clk-imx31.c | 2
arch/arm/mach-imx/clk-imx51-imx53.c | 1
arch/arm/mach-pxa/raumfeld.c | 2
arch/arm/mm/tlb-v7.S | 12
arch/arm/vfp/entry.S | 16 -
arch/arm/vfp/vfphw.S | 19 -
arch/arm/vfp/vfpmodule.c | 8
arch/ia64/include/asm/atomic.h | 4
arch/ia64/kernel/irq_ia64.c | 1
arch/sh/mm/fault.c | 8
arch/x86/kernel/alternative.c | 2
arch/x86/syscalls/syscall_64.tbl | 2
block/blk-ioc.c | 1
drivers/acpi/processor_driver.c | 2
drivers/block/virtio_blk.c | 25 -
drivers/char/mspec.c | 2
drivers/char/random.c | 352 +++++++++++++++++----------
drivers/firmware/dmi_scan.c | 3
drivers/firmware/pcdp.c | 4
drivers/hid/hid-chicony.c | 1
drivers/hid/hid-core.c | 2
drivers/hid/hid-cypress.c | 2
drivers/hid/hid-ids.h | 5
drivers/hid/hid-multitouch.c | 5
drivers/input/mouse/synaptics.c | 22 +
drivers/input/tablet/wacom_wac.c | 2
drivers/input/touchscreen/eeti_ts.c | 21 -
drivers/isdn/hardware/mISDN/avmfritz.c | 7
drivers/isdn/mISDN/layer2.c | 2
drivers/md/raid1.c | 5
drivers/media/rc/ene_ir.c | 3
drivers/media/video/m5mols/m5mols_controls.c | 4
drivers/media/video/videobuf-dma-contig.c | 53 ++--
drivers/mfd/ab3100-core.c | 5
drivers/mfd/ezx-pcap.c | 2
drivers/mfd/wm831x-otp.c | 8
drivers/net/ethernet/intel/e1000e/82571.c | 4
drivers/net/tun.c | 1
drivers/net/wireless/ath/ath9k/hw.c | 1
drivers/net/wireless/ath/ath9k/hw.h | 1
drivers/net/wireless/ath/ath9k/pci.c | 1
drivers/net/wireless/iwlwifi/iwl-agn-rs.c | 13
drivers/net/wireless/rt2x00/rt61pci.c | 3
drivers/platform/x86/asus-wmi.c | 7
drivers/rtc/rtc-wm831x.c | 24 +
drivers/target/target_core_cdb.c | 43 ++-
drivers/usb/core/hub.c | 9
drivers/video/smscufx.c | 2
fs/exofs/ore.c | 14 -
fs/nilfs2/ioctl.c | 4
fs/nilfs2/super.c | 3
fs/nilfs2/the_nilfs.c | 1
fs/nilfs2/the_nilfs.h | 2
include/linux/input/eeti_ts.h | 1
include/linux/irqdesc.h | 1
include/linux/mfd/ezx-pcap.h | 1
include/linux/random.h | 6
include/linux/security.h | 2
include/trace/events/random.h | 134 ++++++++++
kernel/irq/handle.c | 7
kernel/irq/manage.c | 17 -
kernel/printk.c | 2
lib/vsprintf.c | 3
mm/hugetlb.c | 25 +
mm/internal.h | 2
mm/memory-failure.c | 6
mm/mmu_notifier.c | 45 +--
mm/page_alloc.c | 4
mm/sparse.c | 3
mm/vmscan.c | 38 ++
net/core/dev.c | 3
net/core/rtnetlink.c | 1
net/mac80211/mesh.c | 1
net/sunrpc/clnt.c | 3
net/sunrpc/rpcb_clnt.c | 4
net/wireless/core.c | 5
net/wireless/core.h | 1
net/wireless/reg.c | 16 +
net/wireless/util.c | 2
security/selinux/hooks.c | 15 -
security/yama/yama_lsm.c | 41 +++
sound/pci/hda/patch_conexant.c | 1
sound/pci/hda/patch_realtek.c | 7
93 files changed, 926 insertions(+), 390 deletions(-)
Al Viro (1):
selinux: fix selinux_inode_setxattr oops
Alan Cox (1):
x86, nops: Missing break resulting in incorrect selection on Intel
Alex Hung (1):
asus-wmi: use ASUS_WMI_METHODID_DSTS2 as default DSTS ID.
Alexander Holler (1):
video/smscufx: fix line counting in fb_write
Arnd Bergmann (2):
ARM: pxa: remove irq_to_gpio from ezx-pcap driver
Input: eeti_ts: pass gpio value instead of IRQ
Asias He (3):
virtio-blk: Call del_gendisk() before disable guest kick
virtio-blk: Reset device after blk_cleanup_queue()
virtio-blk: Use block layer provided spinlock
Austin Hendrix (1):
HID: multitouch: add support for Novatek touchscreen
Boaz Harrosh (1):
ore: Fix out-of-bounds access in _ios_obj()
Chris Bagwell (1):
Input: wacom - Bamboo One 1024 pressure fix
Colin Cross (2):
ARM: 7476/1: vfp: only clear vfp state for current cpu in vfp_pm_suspend
ARM: 7477/1: vfp: Always save VFP state in vfp_pm_suspend on UP
Cyrus Lien (1):
HID: add ASUS AIO keyboard model AK1D
Dan Rosenberg (1):
lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)
Daniel Drake (1):
cfg80211: process pending events when unregistering net device
David Henningsson (2):
ALSA: hda - remove quirk for Dell Vostro 1015
ALSA: hda - Fix double quirk for Quanta FL1 / Lenovo Ideapad
Fabio Estevam (1):
ARM: clk-imx31: Fix the keypad clock name
Felix Kaechele (1):
ALSA: hda - add dock support for Thinkpad X230
Feng Tang (1):
ACPI processor: Fix tick_broadcast_mask online/offline regression
Greg Kroah-Hartman (1):
Linux 3.5.2
Greg Pearson (1):
pcdp: use early_ioremap/early_iounmap to access pcdp table
H. Peter Anvin (2):
x86-64, kcmp: The kcmp system call can be common
random: mix in architectural randomness in extract_buf()
Hugh Dickins (1):
memcg: further prevent OOM with too many dirty pages
Javier Martinez Canillas (1):
ARM: 7480/1: only call smp_send_stop() on SMP
Jeff Mahoney (1):
printk: Fix calculation of length used to discard records
Joe Perches (1):
sunrpc: clnt: Add missing braces
Johannes Berg (2):
mac80211: cancel mesh path timer
iwlwifi: disable greenfield transmissions as a workaround
Joonsoo Kim (1):
mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page()
Karsten Keil (2):
mISDN: Bugfix only few bytes are transfered on a connection
mISDN: Bugfix for layer2 fixed TEI mode
Kees Cook (1):
Yama: higher restrictions should block PTRACE_TRACEME
Lad, Prabhakar (1):
media: videobuf-dma-contig: restore buffer mapping for uncached bufers
Linus Torvalds (1):
random: create add_device_randomness() interface
Lionel Vaux (1):
HID: add support for Cypress barcode scanner 04B4:ED81
Luis Henriques (1):
media: ene_ir: Fix driver initialisation
Marek Vasut (1):
ARM: mxs: Remove MMAP_MIN_ADDR setting from mxs_defconfig
Mark Brown (2):
rtc: wm831x: Feed the write counter into device_add_randomness()
mfd: wm831x: Feed the device UUID into device_add_randomness()
Mel Gorman (1):
mm: hugetlbfs: close race during teardown of hugetlbfs shared page tables
Michal Hocko (1):
memcg: prevent OOM with too many dirty pages
Mohammed Shafi Shajakhan (1):
ath9k: Add PID/VID support for AR1111
NeilBrown (1):
md/raid1: don't abort a resync on the first badblock.
Olof Johansson (1):
block: uninitialized ioc->nr_tasks triggers WARN_ON
Paul Mundt (1):
sh: Fix up recursive fault in oops with unset TTB.
Philipp A. Mohrenweiser (1):
ALSA: hda - add dock support for Thinkpad T430s
Roland Dreier (4):
target: Add range checking to UNMAP emulation
target: Fix reading of data length fields for UNMAP commands
target: Fix possible integer underflow in UNMAP emulation
target: Check number of unmap descriptors against our limit
Russell King (1):
ARM: Fix undefined instruction exception handling
Ryusuke Konishi (1):
nilfs2: fix deadlock issue between chcp and thaw ioctls
Seth Forshee (1):
Input: synaptics - handle out of bounds values from the hardware
Shawn Guo (3):
ARM: 7466/1: disable interrupt before spinning endlessly
ARM: imx: enable emi_slow_gate clock for imx5
ARM: dts: imx53-ard: add regulators for lan9220
Stanislav Kinsbursky (2):
SUNRPC: return negative value in case rpcbind client creation error
tun: don't zeroize sock->file on detach
Stanislaw Gruszka (2):
wireless: reg: restore previous behaviour of chan->max_power calculations
rt61pci: fix NULL pointer dereference in config_lna_gain
Sylwester Nawrocki (1):
media: m5mols: Correct reported ISO values
Theodore Ts'o (9):
random: make 'add_interrupt_randomness()' do something sane
random: use lockless techniques in the interrupt path
usb: feed USB device information to the /dev/random driver
net: feed /dev/random with the MAC address when registering a device
random: use the arch-specific rng in xfer_secondary_pool
random: add new get_random_bytes_arch() function
random: add tracepoints for easier debugging and verification
MAINTAINERS: Theodore Ts'o is taking over the random driver
random: remove rand_initialize_irq()
Tony Luck (3):
Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the casts
random: Add comment to random_initialize()
dmi: Feed DMI table to /dev/random driver
Tushar Dave (1):
e1000e: NIC goes up and immediately goes down
Will Deacon (2):
ARM: 7478/1: errata: extend workaround for erratum #720789
ARM: 7479/1: mm: avoid NULL dereference when flushing gate_vma with VIVT caches
Xiao Guangrong (1):
mm: mmu_notifier: fix freed page still mapped in secondary MMU
Xishi Qiu (1):
mm: setup pageblock_order before it's used by sparsemem
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
next reply other threads:[~2012-08-15 15:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-15 15:19 Greg KH [this message]
2012-08-15 15:20 ` Linux 3.5.2 Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120815151958.GA14327@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=lwn@lwn.net \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.