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.7.5
Date: Sun, 27 Jan 2013 20:56:58 -0800 [thread overview]
Message-ID: <20130128045658.GA3488@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 7330 bytes --]
I'm announcing the release of the 3.7.5 kernel.
All users of the 3.7 kernel series must upgrade.
The updated 3.7.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.7.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 | 4
arch/arm64/include/asm/elf.h | 5
arch/x86/kernel/cpu/perf_event.c | 6 -
arch/x86/kernel/step.c | 9 -
drivers/acpi/processor_idle.c | 4
drivers/acpi/processor_perflib.c | 7 +
drivers/ata/ahci.c | 8 +
drivers/ata/libahci.c | 6 -
drivers/ata/libata-core.c | 22 ++--
drivers/ata/libata-eh.c | 2
drivers/block/virtio_blk.c | 7 +
drivers/cpufreq/Kconfig.x86 | 2
drivers/cpufreq/acpi-cpufreq.c | 7 +
drivers/dma/ioat/dma_v3.c | 2
drivers/dma/tegra20-apb-dma.c | 8 +
drivers/firmware/dmi_scan.c | 78 ++++++++++++---
drivers/gpu/drm/i915/i915_gem_execbuffer.c | 21 ++++
drivers/gpu/drm/i915/i915_reg.h | 1
drivers/gpu/drm/i915/intel_pm.c | 4
drivers/i2c/busses/i2c-mxs.c | 2
drivers/idle/intel_idle.c | 3
drivers/media/usb/gspca/kinect.c | 1
drivers/misc/ti-st/st_kim.c | 37 +++++++
drivers/pci/hotplug/pciehp.h | 2
drivers/pci/hotplug/pciehp_core.c | 11 --
drivers/pci/hotplug/pciehp_ctrl.c | 8 -
drivers/pci/hotplug/pciehp_hpc.c | 11 +-
drivers/pci/hotplug/shpchp.h | 3
drivers/pci/hotplug/shpchp_core.c | 35 ++----
drivers/pci/hotplug/shpchp_ctrl.c | 6 -
drivers/pci/pcie/aer/aerdrv_core.c | 1
drivers/pci/pcie/aspm.c | 3
drivers/scsi/sd.c | 13 +-
drivers/usb/dwc3/gadget.c | 1
drivers/usb/gadget/f_fs.c | 6 -
drivers/usb/host/uhci-hcd.c | 15 +-
drivers/usb/musb/cppi_dma.c | 4
drivers/vfio/pci/vfio_pci_rdwr.c | 4
include/linux/ata.h | 8 -
include/linux/libata.h | 4
include/linux/module.h | 10 -
include/linux/sched.h | 11 +-
init/do_mounts_initrd.c | 4
init/main.c | 4
kernel/async.c | 27 +++--
kernel/debug/kdb/kdb_main.c | 2
kernel/module.c | 147 +++++++++++++++++++----------
kernel/ptrace.c | 72 +++++++++++---
kernel/sched/core.c | 3
kernel/signal.c | 19 +--
kernel/trace/ftrace.c | 2
lib/bug.c | 1
security/integrity/evm/evm_crypto.c | 4
sound/pci/hda/patch_conexant.c | 9 +
sound/pci/hda/patch_realtek.c | 1
tools/perf/Makefile | 2
56 files changed, 491 insertions(+), 208 deletions(-)
Al Viro (1):
make sure that /linuxrc has std{in,out,err}
Alan Stern (1):
USB: UHCI: fix IRQ race during initialization
Alex Williamson (1):
vfio-pci: Fix buffer overfill
Alexander Graf (1):
virtio-blk: Don't free ida when disk is in use
Benoit Goby (1):
usb: gadget: FunctionFS: Fix missing braces in parse_opts
Betty Dall (1):
PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()
Bian Yu (1):
libata: ahci: Fix lack of command retry after a success error handler.
Bjorn Helgaas (2):
PCI: shpchp: Handle push button event asynchronously
PCI: shpchp: Use per-slot workqueues to avoid deadlock
Borislav Petkov (1):
powernow-k8: Add a kconfig dependency on acpi-cpufreq
Chris Wilson (1):
drm/i915: Invalidate the relocation presumed_offsets along the slow path
Colin Ian King (1):
PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported
Daniel Vetter (1):
drm/i915: Implement WaDisableHiZPlanesWhenMSAAEnabled
David Ahern (1):
perf x86: revert 20b279 - require exclude_guest to use PEBS - kernel side
David Henningsson (1):
ALSA: hda - Fix mute led for another HP machine
Dmitry Kasatkin (1):
evm: checking if removexattr is not a NULL
Fabio Estevam (1):
i2c: mxs: Fix type of error code
Greg Kroah-Hartman (1):
Linux 3.7.5
Hugh Daschbach (1):
libata: ahci: Add support for Enmotus Bobcat device.
Jacob Schloss (1):
media: gspca_kinect: add Kinect for Windows USB id
Joel D. Diaz (1):
SCSI: sd: Reshuffle init_sd to avoid crash
Konrad Rzeszutek Wilk (2):
ACPI / cpuidle: Fix NULL pointer issues when cpuidle is disabled
intel_idle: Don't register CPU notifier if we are not running.
Laxman Dewangan (1):
dma: tegra: implement flags parameters for cyclic transfer
Linus Torvalds (1):
module: fix missing module_mutex unlock
Luciano Coelho (1):
Revert "drivers/misc/ti-st: remove gpio handling"
Matthew Garrett (1):
cpufreq: Add module aliases for acpi-cpufreq
Oleg Nesterov (3):
ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()
ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL
wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task
Pratyush Anand (1):
usb: dwc3: gadget: fix ep->maxburst for ep0
Rusty Russell (2):
module: add new state MODULE_STATE_UNFORMED.
module: put modules in list much earlier.
Sergei Shtylyov (1):
usb: musb: cppi_dma: drop '__init' annotation
Shane Huang (1):
libata: replace sata_settings with devslp_timing
Shuah Khan (1):
ioat: Fix DMA memory sync direction correct flag
Stefan Bader (1):
ACPI: Check MSR valid bit before using P-state frequencies
Steven Rostedt (1):
ftrace: Be first to run code modification on modules
Takashi Iwai (1):
ALSA: hda - Add Conexant CX20755/20756/20757 codec IDs
Tejun Heo (1):
async: fix __lowest_in_progress()
Thomas Schlichter (1):
ACPI / processor: Get power info before updating the C-states
Vineet Gupta (1):
Ensure that kernel_init_freeable() is not inlined into non __init code
Will Deacon (2):
arm64: makefile: fix uname munging when setting ARCH on native machine
arm64: elf: fix core dumping to match what glibc expects
Yijing Wang (1):
PCI: pciehp: Use per-slot workqueues to avoid deadlock
Zhenzhong Duan (2):
drivers/firmware/dmi_scan.c: check dmi version when get system uuid
drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it exists
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
next reply other threads:[~2013-01-28 4:55 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-28 4:56 Greg KH [this message]
2013-01-28 4:57 ` Linux 3.7.5 Greg KH
[not found] ` <pan.2013.01.28.11.42.16.556318@googlemail.com>
2013-01-28 14:39 ` Greg KH
[not found] ` <pan.2013.01.28.20.33.44.918987@googlemail.com>
2013-01-28 20:46 ` [regression] external HDD in USB3 enclosure cannot be dynamically removed (Re: Linux 3.7.5) Jonathan Nieder
2013-02-12 0:40 ` Sarah Sharp
2013-02-12 0:54 ` Jonathan Nieder
2013-02-12 8:36 ` Holger Hoffstätte
2013-02-12 10:35 ` Holger Hoffstätte
2013-02-12 20:42 ` Sarah Sharp
2013-02-13 8:28 ` Holger Hoffstätte
2013-02-13 17:16 ` Matthias Schniedermeyer
2013-02-13 19:33 ` Sarah Sharp
2013-02-13 20:04 ` Matthias Schniedermeyer
2013-02-13 21:08 ` Sarah Sharp
2013-02-13 21:31 ` Greg KH
2013-02-13 22:12 ` Sarah Sharp
2013-03-01 16:48 ` Greg KH
2013-03-05 22:10 ` Stable backport request, Was: " Sarah Sharp
2013-03-06 2:11 ` 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=20130128045658.GA3488@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.