lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 27 Jan 2013 20:56:58 -0800
From:	Greg KH <gregkh@...uxfoundation.org>
To:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:	lwn@....net, Jiri Slaby <jslaby@...e.cz>
Subject: Linux 3.7.5

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


Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ