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:	Mon, 22 Nov 2010 11:18:31 -0800
From:	Greg KH <gregkh@...e.de>
To:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	torvalds@...ux-foundation.org, stable@...nel.org
Cc:	lwn@....net
Subject: Linux 2.6.36.1

I'm announcing the release of the 2.6.36.1 kernel.

All users of the 2.6.36 kernel series must upgrade.

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

thanks,

greg k-h

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

 Makefile                                         |    2 -
 arch/arm/include/asm/kgdb.h                      |    5 +-
 arch/arm/kernel/kgdb.c                           |    2 -
 arch/arm/mach-cns3xxx/include/mach/debug-macro.S |    2 -
 arch/powerpc/kernel/ppc970-pmu.c                 |    2 +
 arch/x86/include/asm/cpufeature.h                |    2 -
 arch/x86/include/asm/io.h                        |    1 
 arch/x86/include/asm/mrst.h                      |    2 -
 arch/x86/include/asm/smp.h                       |    9 ++++-
 arch/x86/kernel/apic/io_apic.c                   |    2 +
 arch/x86/kernel/cpu/mtrr/cleanup.c               |    2 -
 arch/x86/kernel/cpu/perf_event_amd.c             |    4 +-
 arch/x86/kernel/crash_dump_64.c                  |    3 +
 arch/x86/kernel/olpc.c                           |    5 ++
 arch/x86/kernel/reboot.c                         |    2 -
 arch/x86/kernel/smp.c                            |   15 +++++---
 arch/x86/kernel/traps.c                          |    1 
 arch/x86/kernel/vm86_32.c                        |   10 ++++-
 arch/x86/kvm/svm.c                               |   37 ++++++++++++++++++++-
 arch/x86/kvm/x86.c                               |    4 +-
 arch/x86/xen/enlighten.c                         |    2 -
 arch/x86/xen/smp.c                               |    6 +--
 drivers/ata/ahci.h                               |    1 
 drivers/ata/libahci.c                            |   18 ++++++++--
 drivers/bluetooth/hci_ldisc.c                    |    7 ++++
 drivers/char/pcmcia/synclink_cs.c                |    2 +
 drivers/idle/intel_idle.c                        |    2 -
 drivers/misc/sgi-xp/xpc_uv.c                     |   17 ++++++++++
 drivers/net/wireless/p54/eeprom.c                |    4 +-
 drivers/net/wireless/p54/p54usb.c                |   15 ++++++++
 drivers/platform/x86/asus-laptop.c               |    6 +--
 drivers/scsi/gdth.c                              |    8 ++++
 drivers/scsi/libsas/sas_ata.c                    |    1 
 drivers/scsi/pmcraid.h                           |    1 
 drivers/scsi/qla4xxx/ql4_nx.c                    |    1 
 drivers/scsi/scsi_lib.c                          |    3 +
 drivers/scsi/scsi_sysfs.c                        |    3 +
 drivers/scsi/sd.c                                |   15 +++++---
 drivers/staging/phison/phison.c                  |    2 -
 drivers/staging/usbip/usbip_event.c              |   16 +--------
 drivers/staging/usbip/vhci_hcd.c                 |    2 +
 drivers/usb/core/hub.c                           |    9 +++--
 drivers/usb/core/message.c                       |   14 ++++----
 drivers/usb/gadget/atmel_usba_udc.c              |    3 +
 drivers/usb/gadget/composite.c                   |    3 +
 drivers/usb/gadget/f_acm.c                       |    2 -
 drivers/usb/gadget/g_ffs.c                       |    4 +-
 drivers/usb/gadget/multi.c                       |    4 +-
 drivers/usb/host/r8a66597.h                      |    2 -
 drivers/usb/musb/blackfin.c                      |    7 ++--
 drivers/usb/musb/davinci.c                       |    2 +
 drivers/usb/musb/musb_core.c                     |    4 --
 drivers/usb/musb/omap2430.c                      |    1 
 drivers/usb/musb/tusb6010.c                      |    4 ++
 drivers/usb/serial/cp210x.c                      |    2 +
 drivers/usb/serial/ftdi_sio.c                    |   39 ++++++++++++++++++++---
 drivers/usb/serial/ftdi_sio_ids.h                |   39 ++++++++++++++++++++++-
 drivers/usb/serial/mct_u232.c                    |    7 ++--
 drivers/usb/serial/opticon.c                     |    6 +--
 drivers/usb/serial/option.c                      |   23 +++++++++++--
 drivers/usb/serial/visor.c                       |   11 +++++-
 fs/cifs/cifsproto.h                              |    3 +
 fs/cifs/dir.c                                    |   12 ++-----
 fs/cifs/file.c                                   |    4 +-
 fs/nfs/direct.c                                  |    2 -
 fs/pipe.c                                        |    2 -
 kernel/futex.c                                   |   31 +++++++++---------
 kernel/perf_event.c                              |    8 ++++
 kernel/sched.c                                   |   13 +------
 mm/vmalloc.c                                     |    9 +++++
 net/bluetooth/l2cap.c                            |    4 +-
 net/netfilter/xt_SECMARK.c                       |    2 -
 72 files changed, 379 insertions(+), 141 deletions(-)

Alan Cox (1):
      bluetooth: Fix missing NULL check

Alan Stern (2):
      USB: disable endpoints after unbinding interfaces, not before
      USB: accept some invalid ep0-maxpacket values

Alok Kataria (1):
      x86, kexec: Make sure to stop all CPUs before exiting the kernel

Alon Ziv (1):
      USB: opticon: Fix long-standing bugs in opticon driver

Anders Larsen (1):
      USB: cp210x: Add WAGO 750-923 Service Cable device ID

Andre Przywara (1):
      x86, cpu: Fix renamed, not-yet-shipping AMD CPUID feature bit

Andreas Herrmann (1):
      x86, mtrr: Assume SYS_CFG[Tom2ForceMemTypeWB] exists on all future AMD CPUs

Anil Ravindranath (1):
      pmcraid: remove duplicate struct member

Bart Oldeman (1):
      x86, vm86: Fix preemption bug for int1 debug and int3 breakpoint handlers.

Christian Lamparter (2):
      p54usb: fix off-by-one on !CONFIG_PM
      p54usb: add five more USBIDs

Christof Schmitt (1):
      Fix race when removing SCSI devices

Cliff Wickman (2):
      mm, x86: Saving vmcore with non-lazy freeing of vmas
      x86, kdump: Change copy_oldmem_page() to use cached addressing

Corentin Chary (1):
      asus-laptop: fix gps rfkill

DJ Delorie (1):
      USB: cp210x: Add Renesas RX-Stick device ID

Dan Carpenter (1):
      gdth: integer overflow in ioctl

Daniel Suchy (1):
      USB: ftdi_sio: new VID/PIDs for various Papouch devices

Darren Hart (1):
      futex: Fix errors in nested key ref-counting

David Milburn (1):
      libsas: fix NCQ mixing with non-NCQ

Eric Paris (1):
      secmark: do not return early if there was no error

Greg Kroah-Hartman (3):
      Staging: phison: fix problem caused by libata change
      USB: ftdi_sio: add device ids for ScienceScope
      Linux 2.6.36.1

H. Peter Anvin (1):
      x86, mrst: A function in a header file needs to be marked "inline"

Jean-Christophe PLAGNIOL-VILLARD (1):
      USB: atmel_usba_udc: force vbus_pin at -EINVAL when gpio_request failled

Jiri Slaby (1):
      qla4xxx: fix build on PPC

Joerg Roedel (2):
      KVM: X86: Report SVM bit to userspace only when supported
      KVM: SVM: Restore correct registers after sel_cr0 intercept emulation

Johan Hovold (3):
      USB: mct_u232: fix broken close
      USB: ftdi_sio: revert "USB: ftdi_sio: fix DTR/RTS line modes"
      USB: visor: fix initialisation of UX50/TH55 devices

Julia Lawall (1):
      drivers/net/wireless/p54/eeprom.c: Return -ENOMEM on memory allocation failure

Len Brown (1):
      intel_idle: do not use the LAPIC timer for ATOM C2

Linus Walleij (1):
      sched: Drop all load weight manipulation for RT tasks

Mac Lin (1):
      ARM: cns3xxx: Fixup the missing second parameter to addruart macro to allow them to build.

Mathieu Desnoyers (1):
      sched: Fix string comparison in /proc/sched_features

Mauro Carvalho Chehab (1):
      USB: option: Add more ZTE modem USB id's

Max Vozeler (2):
      staging: usbip: Notify usb core of port status changes
      staging: usbip: Process event flags without delay

Michael Reed (1):
      sd name space exhaustion causes system hang

Michal Nazarewicz (2):
      USB: gadget: g_ffs: fixed vendor and product ID
      USB: gadget: g_multi: fixed vendor and product ID

Mike Christie (1):
      Fix regressions in scsi_internal_device_block

Nathan Holstein (1):
      Bluetooth: fix oops in l2cap_connect_req

Nicolas Kaiser (1):
      pipe: fix failure to return error code on ->confirm()

Nobuhiro Iwamatsu (1):
      usb: r8a66597-hcd: Change mistake of the outsw function

Paul Fox (1):
      x86, olpc: Don't retry EC commands forever

Paul Mackerras (1):
      powerpc/perf: Fix sampling enable for PPC970

Praveena Nadahally (1):
      USB: Change acm_iad_descriptor bFunctionProtocol to USB_CDC_ACM_PROTO_AT_V25TER

Rabin Vincent (1):
      kgdb,arm: fix register dump

Rainer Keller (1):
      USB: add PID for FTDI based OpenDCC hardware

Rich Mattes (1):
      USB: ftdi_sio: Add PID for accesio products

Robin Holt (1):
      sgi-xp: incoming XPC channel messages can come in after the channel's partition structures have been torn down

Roger Quadros (1):
      usb gadget: composite: prevent OOPS for non-standard control request

Sergei Shtylyov (3):
      USB: MUSB: fix kernel WARNING/oops when unloading module in OTG mode
      usb: musb: blackfin: call usb_nop_xceiv_unregister() in musb_platform_exit()
      usb: musb: blackfin: call gpio_free() on error path in musb_platform_init()

Stephane Eranian (2):
      perf_events: Fix bogus AMD64 generic TLB events
      perf_events: Fix bogus context time tracking

Steve Dickson (1):
      Fixed Regression in NFS Direct I/O path

Suresh Jayaraman (1):
      cifs: fix broken oplock handling

Suresh Siddha (1):
      x86, intr-remap: Set redirection hint in the IRTE

Tejun Heo (1):
      libahci: fix result_tf handling after an ATA PIO data-in command

Vasiliy Kulikov (1):
      pcmcia: synclink_cs: fix information leak to userland

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ