stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-28 22:20:02 to 2015-02-03 23:14:38 UTC [more...]

[PATCH 3.18 00/57] 3.18.6-stable review
 2015-02-03 23:14 UTC  (46+ messages)
` [PATCH 3.18 01/57] x86, build: replace Perl script with Shell script
` [PATCH 3.18 02/57] spi: dw: Fix detecting FIFO depth
` [PATCH 3.18 03/57] spi: dw-mid: fix FIFO size
` [PATCH 3.18 04/57] vm: add VM_FAULT_SIGSEGV handling support
` [PATCH 3.18 05/57] arc: mm: Fix build failure
` [PATCH 3.18 06/57] vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS
` [PATCH 3.18 07/57] ASoC: wm8960: Fix capture sample rate from 11250 to 11025
` [PATCH 3.18 08/57] ASoC: pcm512x: Fix DSP program selection
` [PATCH 3.18 09/57] ASoC: fsl_esai: Fix incorrect xDC field width of xCCR registers
` [PATCH 3.18 10/57] ASoC: soc-compress.c: fix NULL dereference
` [PATCH 3.18 11/57] ASoC: simple-card: Fix crash in asoc_simple_card_unref()
` [PATCH 3.18 12/57] ASoC: omap-mcbsp: Correct CBM_CFS dai format configuration
` [PATCH 3.18 13/57] udf: Release preallocation on last writeable close
` [PATCH 3.18 14/57] can: kvaser_usb: Do not sleep in atomic context
` [PATCH 3.18 15/57] can: kvaser_usb: Send correct context to URB completion
` [PATCH 3.18 16/57] can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUT
` [PATCH 3.18 17/57] can: kvaser_usb: Fix state handling upon BUS_ERROR events
` [PATCH 3.18 18/57] powerpc/xmon: Fix another endiannes issue in RTAS call from xmon
` [PATCH 3.18 19/57] ALSA: seq-dummy: remove deadlock-causing events on close
` [PATCH 3.18 20/57] rbd: drop parent_ref in rbd_dev_unprobe() unconditionally
` [PATCH 3.18 21/57] rbd: fix rbd_dev_parent_get() when parent_overlap == 0
` [PATCH 3.18 22/57] USB: Add OTG PET device to TPL
` [PATCH 3.18 23/57] usb-storage/SCSI: blacklist FUA on JMicron 152d:2566 USB-SATA controller
` [PATCH 3.18 24/57] uas: Add no-report-opcodes quirk for Simpletech devices with id 4971:8017
` [PATCH 3.18 25/57] i2c: s3c2410: fix ABBA deadlock by keeping clock prepared
` [PATCH 3.18 26/57] Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2nd
` [PATCH 3.18 27/57] Input: elantech - add more Fujtisu notebooks to force crc_enabled
` [PATCH 3.18 28/57] Input: i8042 - add noloop quirk for Medion Akoya E7225 (MD98857)
` [PATCH 3.18 29/57] nfs: fix dio deadlock when O_DIRECT flag is flipped
` [PATCH 3.18 30/57] NFSv4.1: Fix an Oops in nfs41_walk_client_list
` [PATCH 3.18 31/57] mac80211: properly set CCK flag in radiotap
` [PATCH 3.18 32/57] mac80211: only roll back station states for WDS when suspending
` [PATCH 3.18 33/57] nl80211: fix per-station group key get/del and memory leak
` [PATCH 3.18 34/57] pinctrl: at91: allow to have disabled gpio bank
` [PATCH 3.18 35/57] ARM: mvebu: dont set the PL310 in I/O coherency mode when I/O coherency is disabled
` [PATCH 3.18 36/57] dm thin: dont allow messages to be sent to a pool target in READ_ONLY or FAIL mode
` [PATCH 3.18 37/57] dm cache: fix missing ERR_PTR returns and handling
` [PATCH 3.18 38/57] drm/vmwgfx: Replace the hw mutex with a hw spinlock
` [PATCH 3.18 41/57] spi/pxa2xx: Clear cur_chip pointer before starting next message
` [PATCH 3.18 42/57] drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty element
` [PATCH 3.18 43/57] regulator: core: fix race condition in regulator_put()
` [PATCH 3.18 44/57] drivers: net: cpsw: discard dual emac default vlan configuration
` [PATCH 3.18 45/57] drm: fix fb-helper vs MST dangling connector ptrs (v2)
` [PATCH 3.18 46/57] drm/i915: Only fence tiled region of object
` [PATCH 3.18 47/57] drm/i915: BDW Fix Halo PCI IDs marked as ULT

[PATCH 3.14 00/33] 3.14.32-stable review
 2015-02-03 23:14 UTC  (16+ messages)
` [PATCH 3.14 01/33] x86, build: replace Perl script with Shell script
` [PATCH 3.14 02/33] spi: dw-mid: fix FIFO size
` [PATCH 3.14 03/33] ASoC: wm8960: Fix capture sample rate from 11250 to 11025
` [PATCH 3.14 04/33] ASoC: fsl_esai: Fix incorrect xDC field width of xCCR registers
` [PATCH 3.14 05/33] ASoC: soc-compress.c: fix NULL dereference
` [PATCH 3.14 06/33] ASoC: omap-mcbsp: Correct CBM_CFS dai format configuration
` [PATCH 3.14 07/33] can: kvaser_usb: Do not sleep in atomic context
` [PATCH 3.14 08/33] can: kvaser_usb: Send correct context to URB completion
` [PATCH 3.14 09/33] can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUT
` [PATCH 3.14 10/33] can: kvaser_usb: Fix state handling upon BUS_ERROR events
` [PATCH 3.14 11/33] powerpc/xmon: Fix another endiannes issue in RTAS call from xmon
` [PATCH 3.14 12/33] ALSA: seq-dummy: remove deadlock-causing events on close
` [PATCH 3.14 13/33] rbd: drop parent_ref in rbd_dev_unprobe() unconditionally
` [PATCH 3.14 14/33] i2c: s3c2410: fix ABBA deadlock by keeping clock prepared
` [PATCH 3.14 15/33] Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2nd

[PATCH] ntp: Fixup adjtimex freq validation on 32bit systems
 2015-02-03 19:45 UTC  (2+ messages)

[3.13.y-ckt stable] Linux 3.13.11-ckt15
 2015-02-03 19:27 UTC  (2+ messages)

[PATCH 1/1] Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open()
 2015-02-03 16:30 UTC 

[PATCH] mm: fix arithmetic overflow in __vm_enough_memory()
 2015-02-03 13:29 UTC  (5+ messages)
  ` [PATCH] mm/nommu.c: "

[PATCH v3 0/2][request for stable inclusion] several pstore related bugfixs
 2015-02-03  3:47 UTC  (2+ messages)

[PATCH v2] userns: Disallow setgroups unless the gid_map writer is privileged
 2015-02-02 21:31 UTC  (21+ messages)
` [CFT][PATCH 2/3] userns: Add a knob to disable setgroups on a per user namespace basis
  ` [CFT][PATCH 1/7] userns: Document what the invariant required for safe unprivileged mappings
    ` [CFT][PATCH 6/7] userns: Add a knob to disable setgroups on a per user namespace basis
                ` [CFT][PATCH 1/8] userns: Document what the invariant required for safe unprivileged mappings
                  ` [CFT][PATCH 7/8] userns: Add a knob to disable setgroups on a per user namespace basis
                                  ` [PATCH 1/2] proc.5: Document /proc/[pid]/setgroups
                                  ` [PATCH 2/2] user_namespaces.7: Update the documention to reflect the fixes for negative groups

adjtimex EINVALs in 3.18.5 (and 3.19)
 2015-02-02 18:02 UTC  (2+ messages)

[PATCH] pci-dma: Fix x86 dma_alloc_coherent to fully clear all pages returned
 2015-02-02 16:39 UTC  (3+ messages)

[PATCH] i915: stack address leak when failing to read registers
 2015-02-02 16:38 UTC  (2+ messages)

[PATCH 3.18 00/61] 3.18.5-stable review
 2015-02-02 11:28 UTC  (9+ messages)
` [PATCH 3.18 11/61] workqueue: fix subtle pool management issue which can stall whole worker_pool

Linux 3.12.37
 2015-02-02 10:50 UTC 

[3.16.y-ckt stable] Linux 3.16.7-ckt5
 2015-02-02 10:03 UTC  (2+ messages)

[PATCH] clocksource: exynos_mct: fix for sleeping in atomic ctx handling cpu hotplug notif
 2015-02-02  8:42 UTC  (3+ messages)

[PATCH v2 1/4] mm/compaction: fix wrong order check in compact_finished()
 2015-01-31  7:38 UTC  (3+ messages)

[PATCH v2] cpuset: Fix cpuset sched_relax_domain_level
 2015-01-31  0:31 UTC  (2+ messages)

[PATCH v2 1/2] MIPS: OCTEON: fix kernel crash when offlining a CPU
 2015-01-30 18:53 UTC  (9+ messages)
` [PATCH v2 2/2] MIPS: fix kernel lockup or crash after CPU offline/online

[PATCH 1/2] gpio: sysfs: fix memory leak in gpiod_export_link
 2015-01-30  9:30 UTC  (4+ messages)
` [PATCH 2/2] gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low

[PATCH 3.4 000/177] 3.4.106-rc1 review
 2015-01-30  7:43 UTC  (3+ messages)

Linux 3.10.67
 2015-01-30  1:54 UTC  (2+ messages)

Linux 3.14.31
 2015-01-30  1:54 UTC  (2+ messages)

Linux 3.18.5
 2015-01-30  1:54 UTC  (2+ messages)

[PATCH 3.12 000/176] 3.12.37-stable review
 2015-01-29 18:39 UTC  (4+ messages)

[PATCH 2/2] power_supply: lp8788-charger: Fix leaked power supply on probe fail
 2015-01-29 14:39 UTC 

[PATCH] hid-saitek: add USB ID for older R.A.T. 7
 2015-01-29 13:58 UTC 

[PATCH] mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cycles
 2015-01-29 10:27 UTC  (2+ messages)

[PATCH v2] lib/checksum.c: fix carry in csum_tcpudp_nofold
 2015-01-29  8:55 UTC  (3+ messages)

[3.13.y-ckt stable] Linux 3.13.11-ckt15 stable review
 2015-01-28 22:21 UTC  (82+ messages)
` [PATCH 3.13.y-ckt 059/139] dm cache: only use overwrite optimisation for promotion when in writeback mode
` [PATCH 3.13.y-ckt 060/139] dm cache: dirty flag was mistakenly being cleared when promoting via overwrite
` [PATCH 3.13.y-ckt 061/139] dm bufio: fix memleak when using a dm_buffer's inline bio
` [PATCH 3.13.y-ckt 062/139] ath9k_hw: fix hardware queue allocation
` [PATCH 3.13.y-ckt 063/139] ath9k: fix BE/BK queue order
` [PATCH 3.13.y-ckt 064/139] ath5k: fix hardware queue index assignment
` [PATCH 3.13.y-ckt 065/139] tcm_loop: Fix wrong I_T nexus association
` [PATCH 3.13.y-ckt 066/139] iwlwifi: dvm: fix flush support for old firmware
` [PATCH 3.13.y-ckt 067/139] iommu/vt-d: Fix an off-by-one bug in __domain_mapping()
` [PATCH 3.13.y-ckt 068/139] dm crypt: use memzero_explicit for on-stack buffer
` [PATCH 3.13.y-ckt 069/139] mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mount
` [PATCH 3.13.y-ckt 070/139] mnt: Update unprivileged remount test
` [PATCH 3.13.y-ckt 071/139] umount: Disallow unprivileged mount force
` [PATCH 3.13.y-ckt 072/139] md/raid56: Don't perform reads to support writes until stripe is ready
` [PATCH 3.13.y-ckt 073/139] md/raid5: avoid livelock caused by non-aligned writes
` [PATCH 3.13.y-ckt 074/139] md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying wants
` [PATCH 3.13.y-ckt 075/139] drm/i915: Disallow pin ioctl completely for kms drivers
` [PATCH 3.13.y-ckt 076/139] drm/vmwgfx: Don't use memory accounting for kernel-side fence objects
` [PATCH 3.13.y-ckt 077/139] drm/vmwgfx: Fix fence event code
` [PATCH 3.13.y-ckt 078/139] hp_accel: Add support for HP ZBook 15
` [PATCH 3.13.y-ckt 079/139] drm/radeon: check the right ring in radeon_evict_flags()
` [PATCH 3.13.y-ckt 080/139] Revert "[SCSI] mpt2sas: Remove phys on topology change."
` [PATCH 3.13.y-ckt 081/139] Revert "[SCSI] mpt3sas: Remove phys on topology change"
` [PATCH 3.13.y-ckt 082/139] swiotlb-xen: pass dev_addr to xen_dma_unmap_page and xen_dma_sync_single_for_cpu
` [PATCH 3.13.y-ckt 083/139] swiotlb-xen: call xen_dma_sync_single_for_device when appropriate
` [PATCH 3.13.y-ckt 084/139] swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single
` [PATCH 3.13.y-ckt 085/139] clocksource: arch_timer: Fix code to use physical timers when requested
` [PATCH 3.13.y-ckt 086/139] ALSA: hda - Fix built-in mic at resume on Lenovo Ideapad S210
` [PATCH 3.13.y-ckt 087/139] can: peak_usb: fix memset() usage
` [PATCH 3.13.y-ckt 088/139] can: peak_usb: fix cleanup sequence order in case of error during init
` [PATCH 3.13.y-ckt 089/139] ALSA: usb-audio: Don't resubmit pending URBs at MIDI error recovery
` [PATCH 3.13.y-ckt 090/139] KEYS: Fix stale key registration at error path
` [PATCH 3.13.y-ckt 091/139] thermal: Fix error path in thermal_init()
` [PATCH 3.13.y-ckt 092/139] powerpc: Secondary CPUs must set cpu_callin_map after setting active and online
` [PATCH 3.13.y-ckt 093/139] blk-mq: Fix a use-after-free
` [PATCH 3.13.y-ckt 094/139] fs: nfsd: Fix signedness bug in compare_blob
` [PATCH 3.13.y-ckt 095/139] nfsd4: fix xdr4 inclusion of escaped char
` [PATCH 3.13.y-ckt 096/139] userns: Rename id_map_mutex to userns_state_mutex
` [PATCH 3.13.y-ckt 097/139] drm/i915: Don't complain about stolen conflicts on gen3
` [PATCH 3.13.y-ckt 098/139] x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefit
` [PATCH 3.13.y-ckt 099/139] ALSA: hda - Add EAPD fixup for ASUS Z99He laptop
` [PATCH 3.13.y-ckt 100/139] Btrfs: fix fs corruption on transaction abort if device supports discard
` [PATCH 3.13.y-ckt 101/139] ncpfs: return proper error from NCP_IOC_SETROOT ioctl
` [PATCH 3.13.y-ckt 102/139] drivers/rtc/rtc-sirfsoc.c: move hardware initilization earlier in probe
` [PATCH 3.13.y-ckt 103/139] rtc: omap: fix missing wakealarm attribute
` [PATCH 3.13.y-ckt 104/139] exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exiting
` [PATCH 3.13.y-ckt 105/139] perf/x86/intel/uncore: Make sure only uncore events are collected
` [PATCH 3.13.y-ckt 106/139] perf: Fix events installation during moving group
` [PATCH 3.13.y-ckt 107/139] KVM: nVMX: Disable unrestricted mode if ept=0
` [PATCH 3.13.y-ckt 108/139] drm/i915: save/restore GMBUS freq across suspend/resume on gen4
` [PATCH 3.13.y-ckt 109/139] pstore-ram: Fix hangs by using write-combine mappings
` [PATCH 3.13.y-ckt 110/139] pstore-ram: Allow optional mapping with pgprot_noncached
` [PATCH 3.13.y-ckt 111/139] userns: Add a knob to disable setgroups on a per user namespace basis
` [PATCH 3.13.y-ckt 112/139] userns: Allow setting gid_maps without privilege when setgroups is disabled
` [PATCH 3.13.y-ckt 113/139] userns: Unbreak the unprivileged remount tests
` [PATCH 3.13.y-ckt 114/139] HID: i2c-hid: prevent buffer overflow in early IRQ
` [PATCH 3.13.y-ckt 115/139] mac80211: fix multicast LED blinking and counter
` [PATCH 3.13.y-ckt 116/139] cfg80211: avoid mem leak on driver hint set
` [PATCH 3.13.y-ckt 117/139] mtd: tests: abort torturetest on erase errors
` [PATCH 3.13.y-ckt 118/139] tracing/sched: Check preempt_count() for current when reading task->state
` [PATCH 3.13.y-ckt 119/139] iscsi,iser-target: Initiate termination only once
` [PATCH 3.13.y-ckt 120/139] iser-target: Fix flush + disconnect completion handling
` [PATCH 3.13.y-ckt 121/139] iser-target: Parallelize CM connection establishment
` [PATCH 3.13.y-ckt 122/139] iser-target: Fix connected_handler + teardown flow race
` [PATCH 3.13.y-ckt 123/139] iser-target: Handle ADDR_CHANGE event for listener cm_id
` [PATCH 3.13.y-ckt 124/139] iser-target: Fix implicit termination of connections
` [PATCH 3.13.y-ckt 125/139] genirq: Prevent proc race against freeing of irq descriptors
` [PATCH 3.13.y-ckt 126/139] x86/tls: Disallow unusual TLS segments
` [PATCH 3.13.y-ckt 127/139] powerpc/powernv: Switch off MMU before entering nap/sleep/rvwinkle mode
` [PATCH 3.13.y-ckt 128/139] ARC: [nsimosci] move peripherals to match model to FPGA
` [PATCH 3.13.y-ckt 129/139] scsi: blacklist RSOC for Microsoft iSCSI target devices
` [PATCH 3.13.y-ckt 130/139] storvsc: ring buffer failures may result in I/O freeze
` [PATCH 3.13.y-ckt 131/139] rtlwifi: rtl8192ce: Set fw_ready flag
` [PATCH 3.13.y-ckt 132/139] iscsi-target: Fail connection on short sendmsg writes
` [PATCH 3.13.y-ckt 133/139] mac80211: free management frame keys when removing station
` [PATCH 3.13.y-ckt 134/139] ceph: do_sync is never initialized
` [PATCH 3.13.y-ckt 135/139] x86/tls: Don't validate lm in set_thread_area() after all
` [PATCH 3.13.y-ckt 136/139] ALSA: usb-audio: extend KEF X300A FU 10 tweak to Arcam rPAC
` [PATCH 3.13.y-ckt 137/139] mnt: Fix a memory stomp in umount
` [PATCH 3.13.y-ckt 138/139] ocfs2: fix journal commit deadlock
` [PATCH 3.13.y-ckt 139/139] tick/powerclamp: Remove tick_nohz_idle abuse


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).