Re: Linux 3.1-rc7

From: Arnaud Lacombe
Date: Tue Sep 27 2011 - 19:16:07 EST


Hi,

On Tue, Sep 27, 2011 at 7:13 PM, Arnaud Lacombe <lacombar@xxxxxxxxx> wrote:
> Hi,
>
> On Wed, Sep 21, 2011 at 8:32 PM, Linus Torvalds
> <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
>> I was supposed to do this on Monday, but it didn't seem to be hugely pressing.
>>
> this -rc fails to build on my config (attached):
>
> arch/x86/kernel/i387.c: In function 'restore_i387_xsave':
> arch/x86/kernel/i387.c:726:1: warning: "/*" within comment
> arch/x86/kernel/i387.c:733:1: error: a label can only be part of a
> statement and a declaration is not a statement
> arch/x86/kernel/i387.c:734:1: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '{' token
> arch/x86/kernel/i387.c:746:1: error: expected expression before 'extern'
> arch/x86/kernel/i387.c:746:1: warning: ISO C90 forbids mixed
> declarations and code
> arch/x86/kernel/i387.c:746:1: error: expected declaration or statement
> at end of input
> arch/x86/kernel/i387.c: At top level:
> arch/x86/kernel/i387.c:639:12: warning: 'restore_i387_xsave' defined
> but not used
>
> This still happen with -rc8. Let me commute home and I'll give you a bisection.
>
my bad, that file was corrupted on my FS. I'm not sure how it happened, though.

Â- Arnaud

>
>> Not only were there some patches under discussion, it is becoming
>> clear that I might as well not release the final 3.1 until after my
>> upcoming vacation early October - otherwise the next merge window
>> would just be total chaos. A merge window with kernel.org being off
>> just really wouldn't work, and doing a release only to then have some
>> chaotic merge window followed by travel seems crazy.
>>
>> So here we are, two days late, but in no hurry.
>>
>> We've actually fixed a few core regressions - they may not be easy to
>> hit (which is why it took so long), but we had a nasty dentry bug
>> (fixed by the first commit in the shortlog below) that admittedly was
>> only triggerable with NFS and some odd directory movement, but it was
>> still interesting to see something like that at this stage. Some
>> rather subtle dentry refcounting rules had resulted in an "obvious
>> cleanup" having broken a subtle rule about dentry parent lifetimes
>> etc.
>>
>> We had some other "core" stuff too (wasting time looping over swap
>> page entries in find_get_pages), but as you can see from the shortlog,
>> most of it ends up being pretty peripheral. Mostly random driver
>> fixes, which is also backed up by the diffstat - 60% drivers, 8%
>> networking, 7% arch (arm and UM), 7% filesystem, 5% mm, random small
>> patches elsewhere.
>>
>> Â Â Â Â Â Â Â Â Â ÂLinus
>>
>> ---
>> Al Viro (7):
>> Â Â Ârestore pinning the victim dentry in vfs_rmdir()/vfs_rename_dir()
>> Â Â Âum: fix oopsable race in line_close()
>> Â Â Âum: winch_interrupt() can happen inside of free_winch()
>> Â Â Âum: fix free_winch() mess
>> Â Â Âum: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarch
>> Â Â Âum: clean arch_ptrace() up a bit
>> Â Â Âum: fix strrchr() problems
>>
>> Alex Deucher (2):
>> Â Â Âdrm/radeon/kms: fix typo in r100_blit_copy
>> Â Â Âdrm/radeon/kms: Make GPU/CPU page size handling consistent in
>> blit code (v2)
>>
>> Alexander Sverdlin (1):
>> Â Â Âinit: carefully handle loglevel option on kernel cmdline.
>>
>> Anand Gadiyar (1):
>> Â Â Âmfd: Make omap-usb-host TLL mode work again
>>
>> Andi Kleen (2):
>> Â Â ÂIRDA: Fix global type conflicts in net/irda/irsysctl.c v2
>> Â Â Âwatchdog: Initconst section fixes for watchdog
>>
>> Andiry Xu (1):
>> Â Â ÂUSB: xHCI: prevent infinite loop when processing MSE event
>>
>> Andrew Vasquez (1):
>> Â Â Â[SCSI] qla2xxx: Correct inadvertent loop state transitions
>> during port-update handling.
>>
>> Anton Blanchard (3):
>> Â Â Âibmveth: Fix issue with DMA mapping failure
>> Â Â Âibmveth: Checksum offload is always disabled
>> Â Â Âibmveth: Fix checksum offload failure handling
>>
>> Ariel Elior (1):
>> Â Â Âbnx2x: Fix for a host coalescing bug which impared latency.
>>
>> Arjan van de Ven (1):
>> Â Â ÂALSA: pcm - fix race condition in wait_for_avail()
>>
>> Arnd Bergmann (1):
>> Â Â ÂASoC: Fix trivial build regression in Kirkwood I2S
>>
>> Arun Easi (2):
>> Â Â Â[SCSI] qla2xxx: T10 DIF - Handle uninitalized sectors.
>> Â Â Â[SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting.
>>
>> Axel Lin (3):
>> Â Â ÂInput: cm109 - fix checking return value of usb_control_msg
>> Â Â ÂInput: adp5588-keys - remove incorrect modalias
>> Â Â Âdrivers/rtc/rtc-imxdi.c needs linux/sched.h
>>
>> Banajit Goswami (1):
>> Â Â ÂARM: S3C64XX: Remove un-used code backlight code on SMDK6410
>>
>> Bart De Schuymer (1):
>> Â Â Ânetfilter: ebtables: fix ebtables build dependency
>>
>> Ben Hutchings (4):
>> Â Â Âalpha, gpio: GENERIC_GPIO default must be n
>> Â Â ÂRevert "sfc: Use write-combining to reduce TX latency" and follow-ups
>> Â Â Âsfc: Use 64-bit writes for TX push where possible
>> Â Â Âgianfar: Fix overflow check and return value for gfar_get_cls_all()
>>
>> Ben Skeggs (1):
>> Â Â Âdrm/ttm: request zeroed system memory pages for new TT buffer objects
>>
>> Benjamin Herrenschmidt (1):
>> Â Â Âpci: Don't crash when reading mpss from root complex
>>
>> Benny Halevy (1):
>> Â Â ÂMAINTAINERS: update e-mail address of Benny Halevy
>>
>> Bjorn Helgaas (1):
>> Â Â ÂPNP: update pnp.debug usage (needs value on command line)
>>
>> Brian King (1):
>> Â Â Âibmveth: Fix DMA unmap error
>>
>> Carsten Emde (1):
>> Â Â Âfloppy: use del_timer_sync() in init cleanup
>>
>> Caspar Zhang (1):
>> Â Â Âmm/mempolicy.c: fix pgoff in mbind vma merge
>>
>> Chad Dupuis (3):
>> Â Â Â[SCSI] qla2xxx: Fix qla24xx revision check while enabling interrupts.
>> Â Â Â[SCSI] qla2xxx: Double check for command completion if abort
>> mailbox command fails.
>> Â Â Â[SCSI] qla2xxx: Update version number to 8.03.07.07-k.
>>
>> Changhwan Youn (1):
>> Â Â ÂARM: EXYNOS4: restart clocksource while system resumes
>>
>> Chen Ganir (1):
>> Â Â ÂBluetooth: Fixed BT ST Channel reg order
>>
>> Chen Gong (1):
>> Â Â ÂACPI APEI: Add Kconfig option IRQ_WORK for GHES
>>
>> Chris Bagwell (1):
>> Â Â ÂInput: wacom - fix touch parsing on newer Bamboos
>>
>> Christoph Hellwig (5):
>> Â Â Âblock: remove READ_META and WRITE_META
>> Â Â Âblock: separate priority boosting from REQ_META
>> Â Â Âxfs: fix a use after free in xfs_end_io_direct_write
>> Â Â Âhfsplus: fix filesystem size checks
>> Â Â Âtcm_fc: Work queue based approach instead of managing own thread
>> and event based mechanism
>>
>> Dan Williams (5):
>> Â Â Â[SCSI] isci: fix sata response handling
>> Â Â Â[SCSI] isci: fix 32-bit operation when CONFIG_HIGHMEM64G=n
>> Â Â Â[SCSI] isci: dynamic interrupt coalescing
>> Â Â Â[SCSI] isci: fix event-get pointer increment
>> Â Â Â[SCSI] isci: add version number
>>
>> Daniel Hellstrom (2):
>> Â Â ÂGRETH: RX/TX bytes were never increased
>> Â Â ÂGRETH: avoid overwrite IP-stack's IP-frags checksum
>>
>> Daniel Mack (1):
>> Â Â Âcan: ti_hecc: include linux/io.h
>>
>> Dave Hansen (3):
>> Â Â Âmake /proc/$pid/numa_maps gather_stats() take variable page size
>> Â Â Âbreak out numa_maps gather_pte_stats() checks
>> Â Â Âteach /proc/$pid/numa_maps about transparent hugepages
>>
>> Dave Jiang (2):
>> Â Â Â[SCSI] isci: Update MAINTAINERS entry for the isci driver
>> Â Â Â[SCSI] isci: Adding documentation to API change and fixup sysfs
>> registration
>>
>> David Henningsson (2):
>> Â Â ÂALSA: HDA: Cirrus - fix "Surround Speaker" volume control name
>> Â Â ÂALSA: HDA: Add support for IDT 92HD93
>>
>> David Rientjes (1):
>> Â Â Ânuma: fix NUMA compile error when sysfs and procfs are disabled
>>
>> David Vrabel (2):
>> Â Â Âxen/e820: if there is no dom0_mem=, don't tweak extra_pages.
>> Â Â Âmm: sync vmalloc address space page tables in alloc_vm_area()
>>
>> David Ward (1):
>> Â Â Ânet: Align AF-specific flowi structs to long
>>
>> Dmitry Kravkov (6):
>> Â Â Âbnx2x: fix BRB thresholds for dropless_fc mode
>> Â Â Âbnx2x: decrease print level to debug
>> Â Â Âbnx2x: fix MF for 4-port devices
>> Â Â Âbnx2x: don't reset device while reading its configuration.
>> Â Â Âbnx2x: init fw_seq after undi_unload is done
>> Â Â Âbnx2x: don't access removed registers on 57712 and above
>>
>> Don Fry (1):
>> Â Â Âiwlagn: workaround bug crashing some APs
>>
>> Donggeun Kim (1):
>> Â Â Âdrivers/rtc/rtc-s3c.c: fix no occurrence of alarm interrupt
>>
>> Eddie Wai (1):
>> Â Â Â[SCSI] bnx2i: Fixed the endian on TTT for NOP out transmission
>>
>> Eric Dumazet (5):
>> Â Â Ânetfilter: xt_rateest: fix xt_rateest_mt_checkentry()
>> Â Â Ânet: ipv4: relax AF_INET check in bind()
>> Â Â Âtcp: Change possible SYN flooding messages
>> Â Â Âcaif: fix a potential NULL dereference
>> Â Â Âtcp: fix build error if !CONFIG_SYN_COOKIES
>>
>> Eric Seppanen (1):
>> Â Â Âblock: Fix queue_flag update when rq_affinity goes from 2 to 1
>>
>> Fabio Estevam (1):
>> Â Â ÂASoC: imx: Fix build warning of unused 'card' variable
>>
>> Felix Fietkau (1):
>> Â Â Âath9k_hw: fix calibration on 5 ghz
>>
>> Florian Westphal (1):
>> Â Â Ânetfilter: nf_queue: reject NF_STOLEN verdicts from userspace
>>
>> Francois Romieu (2):
>> Â Â Âr8169: remove erroneous processing of always set bit.
>> Â Â Âr8169: do not enable the TBI for anything but the original 8169.
>>
>> Gao feng (1):
>> Â Â Âfib:fix BUG_ON in fib_nl_newrule when add new fib rule
>>
>> Geert Uytterhoeven (1):
>> Â Â Âgenirq: Make irq_shutdown() symmetric vs. irq_startup again
>>
>> George (2):
>> Â Â Ârtlwifi: rtl8192su: Fix problem connecting to HT-enabled AP
>> Â Â Ârtlwifi: Fix problem when switching connections
>>
>> Greg Kroah-Hartman (1):
>> Â Â ÂUSB: xhci: Set change bit when warm reset change is set.
>>
>> Guenter Roeck (1):
>> Â Â Âhwmon: (pmbus) Fix low limit temperature alarms
>>
>> H Hartley Sweeten (2):
>> Â Â Âlib/sha1.c: quiet sparse noise about symbol not declared
>> Â Â Âwatchdog: WatchDog Timer Driver Core - use passed watchdog_device
>>
>> Hayes Wang (3):
>> Â Â Âr8169: fix the reset setting for 8111evl
>> Â Â Âr8169: add MODULE_FIRMWARE for the firmware of 8111evl
>> Â Â Âr8169: fix WOL setting for 8105 and 8111evl
>>
>> Henry Wong (1):
>> Â Â Âppp_generic: fix multilink fragment MTU calculation (again)
>>
>> Hidetoshi Seto (1):
>> Â Â Âbtrfs: fix d_off in the first dirent
>>
>> Ian Campbell (3):
>> Â Â ÂMAINTAINERS: Update ATLX driver maintainers
>> Â Â ÂMAINTAINERS: Update Cisco VIC driver maintainers
>> Â Â ÂMAINTAINERS: Update BNA 10G Maintainer
>>
>> Igor MaraviÄ (1):
>> Â Â Âpkt_sched: cls_rsvp.h was outdated
>>
>> Ingo van Lil (1):
>> Â Â Âum: Save FPU registers between task switches
>>
>> Jan Beulich (1):
>> Â Â Âxen/i386: follow-up to "replace order-based range checking of
>> M2P table by linear one"
>>
>> Jan Kara (2):
>> Â Â Âmm: Cleanup clearing of BDI_pending bit in bdi_forker_thread()
>> Â Â Âmm: Add comment explaining task state setting in bdi_forker_thread()
>>
>> Jason Gerecke (2):
>> Â Â ÂInput: wacom - advertise BTN_TOOL_PEN and BTN_STYLUS for PenPartner
>> Â Â ÂInput: wacom - add POINTER and DIRECT device properties
>>
>> Jean Delvare (1):
>> Â Â Âhwmon: (coretemp) Initialize tmin
>>
>> Jeff Kirsher (1):
>> Â Â Âe1000: Fix driver to be used on PA RISC C8000 workstations
>>
>> Jeff Layton (1):
>> Â Â Âcifs: fix possible memory corruption in CIFSFindNext
>>
>> Jeff Liu (1):
>> Â Â ÂBTRFS: Fix lseek return value for error
>>
>> Jeff Skirvin (1):
>> Â Â Â[SCSI] isci: Leave requests alone if already terminating.
>>
>> Jeremy Fitzhardinge (1):
>> Â Â Âxen: use non-tracing preempt in xen_clocksource_read()
>>
>> Jesper Juhl (2):
>> Â Â Ânetfilter: ip_queue: Fix small leak in ipq_build_packet_message()
>> Â Â Âdrivers/misc/pti.c: give 'comm' function scope in
>> pti_control_frame_built_and_sent()
>>
>> Jesse Brandeburg (1):
>> Â Â Âixgbe: fix possible null buffer error
>>
>> Joe Jin (2):
>> Â Â Âxen-blkback: Don't disconnect backend until state switched to
>> XenbusStateClosed.
>> Â Â Âxen-blkback: fixed indentation and comments
>>
>> Johan Hovold (2):
>> Â Â Âmfd: Fix initialisation of tps65910 interrupts
>> Â Â Âdrivers/leds/ledtrig-timer.c: fix broken sysfs delay handling
>>
>> Johannes Berg (3):
>> Â Â Âmac80211: fix missing sta_lock in __sta_info_destroy
>> Â Â Âiwlagn: fix stack corruption
>> Â Â Âiwlagn: fix command queue timeout
>>
>> Johannes Weiner (2):
>> Â Â Âmm: vmscan: fix force-scanning small targets without swap
>> Â Â Âmemcg: Revert "memcg: add memory.vmscan_stat"
>>
>> John Crispin (1):
>> Â Â Âwatchdog: lantiq: fix watchdogs timeout handling
>>
>> Jonathan NeuschÃfer (1):
>> Â Â Âum: drivers/xterm.c: fix a file descriptor leak
>>
>> Jonghwan Choi (1):
>> Â Â ÂARM: EXYNOS4: Fix wrong pll type for vpll
>>
>> Josef Bacik (1):
>> Â Â ÂBtrfs: only clear the need lookup flag after the dentry is setup
>>
>> Jozsef Kadlecsik (2):
>> Â Â Ânetfilter: nf_ct_tcp: fix incorrect handling of invalid TCP option
>> Â Â Ânetfilter: nf_ct_tcp: wrong multiplication of
>> TCPOLEN_TSTAMP_ALIGNED in tcp_sack skips fastpath
>>
>> Jurgen Kramer (1):
>> Â Â ÂBluetooth: add support for 2011 mac mini
>>
>> KAMEZAWA Hiroyuki (1):
>> Â Â Âmm/mempolicy.c: make copy_from_user() provably correct
>>
>> Kasper Pedersen (1):
>> Â Â Âtg3: fix VLAN tagging regression
>>
>> Kavan Smith (1):
>> Â Â Âipheth: iPhone 4 Verizon CDMA USB Product ID add
>>
>> Kiran Patil (1):
>> Â Â Âtcm_fc: Invalidation of DDP context for FCoE target in error conditions
>>
>> Konrad Rzeszutek Wilk (1):
>> Â Â Âxen/irq: Alter the locking to use a mutex instead of a spinlock.
>>
>> Kukjin Kim (3):
>> Â Â ÂARM: EXYNOS4: Fix return type of local_timer_setup()
>> Â Â ÂARM: EXYNOS4: Fix routing timer interrupt to offline CPU
>> Â Â ÂARM: SAMSUNG: fix to prevent declaring duplicated
>>
>> Kyle Manna (2):
>> Â Â Âmfd: Copy the device pointer to the twl4030-madc structure
>> Â Â Âmfd: Check for twl4030-madc NULL pointer
>>
>> Larry Finger (2):
>> Â Â Ârt2800pci: Fix compiler error on PowerPC
>> Â Â Ârtl2800usb: Fix incorrect storage of MAC address on big-endian platforms
>>
>> Lars-Peter Clausen (3):
>> Â Â ÂASoC: snd_soc_codec_{readable,writable}_register change default to true
>> Â Â ÂASoC: Fix register cache sync register_writable WARN_ONs
>> Â Â ÂASoC: Blackfin: bf5xx-ad193x: Fix codec device name
>>
>> Lasse Collin (1):
>> Â Â ÂXZ: Fix incorrect XZ_BUF_ERROR
>>
>> Len Brown (1):
>> Â Â Âacpica: ACPI_MAX_SLEEP should be 2 sec, not 20
>>
>> Li Zefan (3):
>> Â Â ÂBtrfs: fix pages truncation in btrfs_ioctl_clone()
>> Â Â ÂBtrfs: don't make a file partly checksummed through file clone
>> Â Â ÂBtrfs: don't change inode flag of the dest clone file
>>
>> Lin Ming (1):
>> Â Â Ânetconsole: switch init_netconsole() to late_initcall
>>
>> Linus Torvalds (4):
>> Â Â Âasm alternatives: remove incorrect alignment notes
>> Â Â ÂMake TASKSTATS require root access
>> Â Â ÂMake taskstats round statistics down to nearest 1k bytes/events
>> Â Â ÂLinux 3.1-rc7
>>
>> Linus Walleij (1):
>> Â Â Âmach-integrator: fix VGA base regression
>>
>> Maciej Åenczykowski (1):
>> Â Â Ânet: relax PKTINFO non local ipv6 udp xmit check
>>
>> Manual Munz (1):
>> Â Â Âb43: Fix beacon problem in ad-hoc mode
>>
>> Marcin Tomczak (1):
>> Â Â Â[SCSI] isci: change sas phy timeouts from 54us to 59us
>>
>> Marcos Paulo de Souza (1):
>> Â Â ÂDocumentation: networking: dmfe.txt: Remove the maintainer of
>> orphan networking driver
>>
>> Marek Szyprowski (1):
>> Â Â ÂARM: SAMSUNG: fix watchdog reset issue with clk_get()
>>
>> Mark Brown (3):
>> Â Â ÂMAINTAINERS: Add some missed Wolfson files
>> Â Â ÂASoC: Fix reporting of partial jack updates
>> Â Â Âmfd: Fix value of WM8994_CONFIGURE_GPIO
>>
>> Matthew Garrett (1):
>> Â Â ÂAPEI: Fix WHEA _OSC call
>>
>> Max Matveev (1):
>> Â Â Âsctp: deal with multiple COOKIE_ECHO chunks
>>
>> Michael S. Tsirkin (1):
>> Â Â Ânet: copy userspace buffers on device forwarding
>>
>> Michel DÃnzer (2):
>> Â Â Âdrm/radeon: Don't read from CP ring write pointer registers.
>> Â Â Âdrm/radeon: Unreference GEM object outside of spinlock in page
>> flip error path.
>>
>> Ming Lei (2):
>> Â Â Âmfd: Fix omap-usb-host build failure
>> Â Â Âfirewire: ohci: add no MSI quirk for O2Micro controller
>>
>> Mohammed Shafi Shajakhan (1):
>> Â Â Âath9k: Fix kernel panic on unplugging the device
>>
>> MyungJoo Ham (1):
>> Â Â Âmfd: Set MAX8997 irq pointer
>>
>> Naga Chumbalkar (2):
>> Â Â Âdrivers/cpufreq/pcc-cpufreq.c: avoid NULL pointer dereference
>> Â Â Âwatchdog: hpwdt: prevent multiple "NMI occurred" messages
>>
>> Nicholas Bellinger (3):
>> Â Â Âtarget: Skip non hex characters for VPD=0x83 NAA IEEE Registered Extended
>> Â Â Âiscsi-target: Disable markers + remove dangerous local scope array usage
>> Â Â Âiscsi-target: Fix sendpage breakage with proper
>> padding+DataDigest iovec offsets
>>
>> Nicolas Pitre (1):
>> Â Â ÂARM: Dove: fix second SPI initialization call
>>
>> Oliver Neukum (1):
>> Â Â ÂBluetooth: Fix timeout on scanning for the second time
>>
>> Patrick McHardy (1):
>> Â Â Ânetfilter: update netfilter git URL
>>
>> Pavel Shilovsky (1):
>> Â Â ÂCIFS: Fix ERR_PTR dereference in cifs_get_root
>>
>> Peter Ujfalusi (1):
>> Â Â ÂASoC: soc-dapm: Fix parameter comment for snd_soc_dapm_free
>>
>> Pieter-Augustijn Van Malleghem (2):
>> Â Â ÂInput: bcm5974 - add MacBookAir4,1 trackpad support
>> Â Â ÂBluetooth: Add MacBookAir4,1 support
>>
>> Ping Cheng (1):
>> Â Â ÂInput: wacom - remove pressure for touch devices
>>
>> Rajkumar Manoharan (3):
>> Â Â Âath9k_hw: Fix init mode register regression
>> Â Â Âwireless: Reset beacon_found while updating regulatory
>> Â Â Âwireless: Fix rate mask for scan request
>>
>> Randy Dunlap (1):
>> Â Â Âstaging: fix comedi build when ISA_DMA_API is enabled but
>> COMEDI_PCI is not enabled
>>
>> Robert Love (1):
>> Â Â Â[SCSI] fcoe: Fix deadlock between fip's recv_work and rtnl
>>
>> Roland Dreier (1):
>> Â Â Âtarget: Fix race between multiple invocations of target_qf_do_work()
>>
>> Roy Li (1):
>> Â Â Âipv6: fix a possible double free
>>
>> Russell King (1):
>> Â Â Âdrivers/gpio/gpio-generic.c: fix build errors
>>
>> Sachin Prabhu (1):
>> Â Â Ânfs: Do not allow multiple mounts on same mountpoint when using -o noac
>>
>> Sage Weil (1):
>> Â Â ÂBtrfs: reserve sufficient space for ioctl clone
>>
>> Sanket Shah (1):
>> Â Â Ânetfilter: nf_ct_pptp: fix DNATed PPTP connection address translation
>>
>> Sascha Hauer (1):
>> Â Â Âmfd: Rename wm8350 static gpio_set_debounce()
>>
>> Saurav Kashyap (3):
>> Â Â Â[SCSI] qla2xxx: Acquire hardware lock while manipulating dsd list.
>> Â Â Â[SCSI] qla2xxx: Save and restore irq in the response queue
>> interrupt handler.
>> Â Â Â[SCSI] qla2xxx: Set the task attributes after memsetting fcp cmnd.
>>
>> Seth Forshee (1):
>> Â Â Âhfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error path
>>
>> Seth Jennings (1):
>> Â Â Âstaging: zcache: fix cleancache crash
>>
>> Shaohua Li (4):
>> Â Â Âblock: change force plug flush call order
>> Â Â Âblock: simplify force plug flush code a little bit
>> Â Â Âslub: add slab with one free object to partial list tail
>> Â Â Âmm: account skipped entries to avoid looping in find_get_pages
>>
>> Shirish Pargaonkar (1):
>> Â Â Âcifs: Fix broken sec=ntlmv2/i sec option (try #2)
>>
>> Stanislaw Gruszka (2):
>> Â Â Âiwlegacy: fix BUG_ON(info->control.rates[0].idx < 0)
>> Â Â Âipw2x00: fix rtnl mutex deadlock
>>
>> Stefano Stabellini (1):
>> Â Â Âxen: disable PV spinlocks on HVM
>>
>> Steffen Klassert (1):
>> Â Â Âxfrm: Perform a replay check after return from async codepaths
>>
>> Stephen M. Cameron (2):
>> Â Â Â[SCSI] hpsa: fix problem that OBDR devices are not detected
>> Â Â Â[SCSI] hpsa: fix physical device lun and target numbering problem
>>
>> Stephen Warren (1):
>> Â Â Âarm/dt: Tegra: Update SDHCI nodes to match bindings
>>
>> Steve French (1):
>> Â Â ÂFix the conflict between rwpidforward and rw mount options
>>
>> Takashi Iwai (2):
>> Â Â ÂALSA: hda - Terminate the recursive connection search properly
>> Â Â ÂALSA: hda/realtek - Fix auto-mute with HP+LO configuration
>>
>> Tanmay Upadhyay (1):
>> Â Â Ânet: pxa168: Fix build errors by including interrupt.h
>>
>> Tao Ma (1):
>> Â Â Âblock: Don't check QUEUE_FLAG_SAME_COMP in __blk_complete_request
>>
>> Thadeu Lima de Souza Cascardo (1):
>> Â Â Âum: disable CMPXCHG_DOUBLE as it breaks UML build
>>
>> Thomas Abraham (1):
>> Â Â ÂARM: EXYNOS4: fix incorrect pad configuration for keypad row lines
>>
>> Thomas Gleixner (1):
>> Â Â Âx86, iommu: Mark DMAR IRQ as non-threaded
>>
>> Thomas Tuttle (1):
>> Â Â Âworkqueue: lock cwq access in drain_workqueue
>>
>> Timur Tabi (1):
>> Â Â ÂASoC: MPC5200: replace of_device with platform_device
>>
>> Toshiharu Okada (3):
>> Â Â Âpch_gbe: fixed the issue which receives an unnecessary packet.
>> Â Â Âpch_gbe: added the process of FIFO over run error
>> Â Â Âpch_gbe: support ML7831 IOH
>>
>> Trond Myklebust (5):
>> Â Â ÂNFSv4: nfs4_proc_async_renew should use a GFP_NOFS allocation
>> Â Â ÂNFSv4: nfs4_proc_renew should be declared static
>> Â Â ÂNFSv4: The NFSv4.0 client must send RENEW calls if it holds a delegation
>> Â Â ÂNFSv4: renewd needs to be able to handle the NFS4ERR_CB_PATH_DOWN error
>> Â Â ÂNFS: Fix a typo in nfs_flush_multi
>>
>> Vasu Dev (2):
>> Â Â Â[SCSI] libfc: fix fc_eh_host_reset
>> Â Â Â[SCSI] libfc: block SCSI eh thread for blocked rports
>>
>> Vladislav Zolotarov (1):
>> Â Â Âbnx2x: fix rx ring size report
>>
>> WANG Cong (1):
>> Â Â Âcris: fix a build error in drivers/tty/serial/crisv10.c
>>
>> Wanlong Gao (1):
>> Â Â Âblk-cgroup: be able to remove the record of unplugged device
>>
>> Yan, Zheng (2):
>> Â Â Âipv4: Fix fib_info->fib_metrics leak
>> Â Â Âipv6: don't use inetpeer to store metrics for routes.
>>
>> Yaniv Rosner (6):
>> Â Â Âbnx2x: Fix ETS bandwidth
>> Â Â Âbnx2x: Enable FEC for 57810-KR
>> Â Â Âbnx2x: Remove fiber remote fault detection
>> Â Â Âbnx2x: Fix XMAC loopback test
>> Â Â Âbnx2x: Fix 578xx link LED
>> Â Â Âbnx2x: Fix ethtool advertisement
>>
>> Yi Zou (1):
>> Â Â Â[SCSI] libfc: fix referencing to fc_fcp_pkt from the frame
>> pointer via fr_fsp()
>>
>> Zheng Yan (1):
>> Â Â Âtcp: fix validation of D-SACK
>>
>> dpward (2):
>> Â Â Ânet: Make flow cache namespace-aware
>> Â Â Ânet: Handle different key sizes between address families in flow cache
>>
>> nhorman (1):
>> Â Â Ânet: don't clear IFF_XMIT_DST_RELEASE in ether_setup
>>
>> rajan.aggarwal85@xxxxxxxxx (1):
>> Â Â Ânet/can/af_can.c: Change del_timer to del_timer_sync
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo@xxxxxxxxxxxxxxx
>> More majordomo info at Âhttp://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at Âhttp://www.tux.org/lkml/
>>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/