尝试翻译linus torvalds的文章

来源:互联网 发布:淘宝7.0.2版本下载 编辑:程序博客网 时间:2024/04/29 16:02
FromLinus Torvalds <>DateSun, 4 Sep 2011 16:27:25 -0700SubjectLinux 3.1-rc5
So it's been another week, and it's time for another -rc.However, master.kernel.org is still down, and there really hasn't beena ton of development going on, so I considered just skipping a week.But hey, the whole point (well, *one* of the points) of distributeddevelopment is that no single place is really any different from anyother, so since I did a github account for my divelog thing, why notsee how well it holds up to me just putting my whole kernel repo theretoo?So while kernel.org is down for the count, let's just see how github does:   https://github.com/torvalds/linux.gitNOTE! One thing to look out for when you see a new random publichosting place usage like that is to verify that yes, it's really theperson you think it is. So is it?You can take a few different approaches: (a) Heck, it's open source, I don't care who I pull from, I just wanta new kernel, and not having a new update from kernel.org in the lastfew days, I *really* need my new kernel fix. I'll take it, because Ineed to exercise my CPU's by building randconfig kernels. Besides, Ilike living dangerously. (b) Yeah, the email looks like it comes from Linus, and we all knowthat SMTP cannot possibly be spoofed, so it must be him. (c) Ok, I can fetch that tree, and I know that Linus always doessigned tags, and I can verify the 3.1-rc5 tag with Linus known publicGPG key that I have somewhere. If it matches, I don't care who theperson doing the release announcement is, I'll trust that Linus signedthe tree (d) I'll just wait for kernel.org to feel better.Whatever works for you.One thing to note: If you just do  git pull https://github.com/torvalds/linux.gityou probably won't get the tags, since it's not your origin branch. So do  git fetch --tags <...>too, so that you get not only the actual changes, but the tag that youcan verify too.And I *would* suggest you just pull into an existing tree, rather thanclone a new copy. I bet the github people will appreciate that.Anything worth saying about the changes themselves? The appendedshortlog pretty much speaks for itself: there really hasn't been muchexcitement on the kernel development front.Now, if you want to talk to me about dive logging software, that's awhole different kettle of fish..                   Linus---Abhilash K V (2):      can: ti_hecc: Fix unintialized variable      can: ti_hecc: Fix uninitialized spinlock in probeAbhilash Kesavan (2):      ARM: S5PV210: Fix build warning      ARM: S3C64XX: Fix build break in PM debugAlex Deucher (2):      drm/radeon/kms: add s/r quirk for Compaq Presario V5245EU      drm/radeon/kms: make sure pci max read request size is valid onevergreen+ (v2)Alexey Khoroshilov (1):      carl9170: Fix mismatch in carl9170_op_set_key mutex lock-unlockAnton Blanchard (1):      ibmveth: Fix leak when recycling skb and hypervisor returns errorAxel Lin (1):      ARM: 7019/1: Footbridge: select CLKEVT_I8253 for ARCH_NETWINDERBryan Wu (2):      ARM: mach-orion5x: add missing header file <linux/vga.h>      ARM: mach-footbridge: add missing header file <video/vga.h>Catalin Marinas (1):      ARM: 7015/1: ARM errata: Possible cache data corruption withhit-under-miss enabledChen Ganir (1):      Bluetooth: Fixed wrong L2CAP Sock timer valueChristoph Hellwig (3):      xfs: deprecate the nodelaylog mount option      xfs: fix xfs_mark_inode_dirty during umount      xfs: fix ->write_inode return valuesChunhe Lan (1):      powerpc/p1023rds: Fix the error of bank-width of nor flashDan Carpenter (1):      Bluetooth: unlock if allocation fails in hci_blacklist_add()Dave Airlie (1):      drm/radeon/kms: set a default max_pixel_clockDavid Engraf (1):      shwdt: fix usage of mod_timerDavid S. Miller (1):      sparc64: Only Panther cheetah+ chips have POPC.David Woodhouse (1):      bcma: add uevent to the bus, to autoload driversEric Bénard (1):      ARM: 7051/1: cpuimx* boards: fix mach-types errorsEric Dumazet (3):      bridge: fix a possible use after free      arp: fix rcu lockdep splat in arp_process()      netpoll: fix incorrect access to skb data in __netpoll_rxFlorian Fainelli (1):      ARM: fix perf build with uclibc toolchainsFlorian Tobias Schandinat (1):      MAINTAINERS: change framebuffer maintainerGeert Uytterhoeven (1):      bitops: Move find_next_bit.o from lib-y to obj-yGiuseppe CAVALLARO (1):      net/phy: fix DP83865 phy interrupt handlerHuang Weiyi (1):      ARM: EXYNOS4: remove duplicated inclusionIdo Yariv (2):      wl12xx: Remove obsolete testmode NVS push command      wl12xx: Fix validation of pm_runtime_get_sync return valueJean-Christophe PLAGNIOL-VILLARD (1):      at91: at91sam9261.c: fix typo in t2_clk alias for atmel_tcb.0Jerome Glisse (1):      drm/radeon/kms: evergreen & ni reset SPI block on CP resumeJesper Juhl (1):      ARM: static should be at beginning of declarationJiaying Zhang (1):      ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complainingJonghwan Choi (1):      ARM: EXYNOS4: Fix wrong devname to support clkdevJoonyoung Shim (1):      drm: Fix the number of connector and encoder to cleanup functionsKim Phillips (1):      powerpc/85xx: enable caam crypto driver by defaultKjetil Oftedal (1):      sparc32,sun4d: Change IPI IRQ level to prevent collision betweenIPI and timer interruptKukjin Kim (2):      ARM: S5P64X0: Replace irq_gc_ack() with irq_gc_ack_set_bit()      ARM: SAMSUNG: Fix Section mismatch in samsung_bl_set()Kuninori Morimoto (4):      ARM: mach-shmobile: sh7372: Add USB-DMAC support      ARM: mach-shmobile: mackerel: Add USB-DMA ID      ARM: mach-shmobile: clock-sh73a0: tidyup CKSCR main clock selecter      ARM: mach-shmobile: clock-sh7372: fixup USB-DMAC1 settingsKyungmin Park (2):      ARM: EXYNOS4: Use the correct regulator names on universal_c210      ARM: EXYNOS4: Add restart hook for proper rebootLinus Torvalds (1):      Linux 3.1-rc5Luciano Coelho (1):      wl12xx: add max_sched_scan_ssids value to the hw descriptionMagnus Damm (8):      ARM: mach-shmobile: Use CMT2 for timer on sh7372      clocksource: sh_cmt: wait for CMCNT on init V2      sh: intc: enable both edges GPIO interrupts on sh7372      serial: sh-sci: fix DMA build by including dma-mapping.h      serial: sh-sci: console Runtime PM support      ARM: mach-shmobile: Remove 3DG/SGX from sh7372 INTCS      ARM: mach-shmobile: sh7372 MSIOF clock support      ARM: mach-shmobile: sh7372 CMT3 and CMT4 clock supportMarek Szyprowski (3):      ARM: SAMSUNG: Add chained enrty/exit call to timer interrupt handler      ARM: EXYNOS4: add required chained_irq_enter/exit to eint code      ARM: S5P: add required chained_irq_enter/exit to gpio-int codeMark Rutland (2):      ARM: perf: fix prototype of release_pmu      ARM: perf: make name of arm_pmu_type consistentMathieu Desnoyers (1):      sendmmsg/sendmsg: fix unsafe user pointer accessMohammed Shafi Shajakhan (1):      ath9k: Fix PS wrappers in ath9k_set_coverage_classNamhyung Kim (1):      md: use REQ_NOIDLE flag in md_super_write()Naveen Krishna Chatradhi (1):      ARM: S5P: fix bug in spdif_clk_get_rateNeilBrown (5):      md: report failure if a 'set faulty' request doesn't.      md: ensure changes to 'write-mostly' are reflected in metadata.      md/linear: avoid corrupting structure while waiting for rcu_freeto complete.      md: fix clearing of 'blocked' flag in the presence of bad blocks.      md/raid5: fix a hang on device failure.Nick Bowler (1):      ARM: 7003/1: vexpress: Add clock definition for the SP805.Nicolas de Pesloüan (1):      MAINTAINERS: Update GIT trees for network developmentPaul Bolle (1):      Bluetooth: btusb: be quiet on device disconnectPaul Gortmaker (2):      sh: Fix conflicting definitions of ptrace_triggered      arm: fix compile failure in orion5x/dns323-setup.cPaul Mundt (2):      serial: sh-sci: Fix up default regtype probing.      sh: Fix up fallout from cpuidle changes.Peter Hurley (15):      Bluetooth: rfcomm: Remove unnecessary krfcommd event      Bluetooth: rfcomm: Fix lost wakeups waiting to accept socket      Bluetooth: Fix lost wakeups waiting for sock state change      Bluetooth: l2cap: Fix lost wakeups waiting to accept socket      Bluetooth: sco: Fix lost wakeups waiting to accept socket      Bluetooth: bnep: Fix lost wakeup of session thread      Bluetooth: cmtp: Fix lost wakeup of session thread      Bluetooth: l2cap: Fix lost wakeup waiting for ERTM acks      Bluetooth: bnep: Fix deadlock in session deletion      Bluetooth: cmtp: Fix deadlock in session deletion      Bluetooth: hidp: Fix session cleanup on failed conn add      Bluetooth: hidp: Fix memory leak of cached report descriptor      Bluetooth: hidp: Only free input device if failed register      Bluetooth: hidp: Don't release device ref if never held      Bluetooth: cmtp: Fix session cleanup on failed conn addPetr Štetiar (2):      ARM: 6965/1: ep93xx: add model detection for ts-7300 and ts-7400 boards      ARM: 6967/1: ep93xx: ts72xx: fix board model detectionPhil Edworthy (2):      sh: Fix unaligned memory access for branches without delay slots      sh: Add unaligned memory access for PC relative intructionsRicardo Mendoza (1):      Bluetooth: Add Toshiba laptops AR30XX device IDRussell King (4):      ARM: pm: CPU specific code should not overwrite r1 (v:p offset)      ARM: pm: arm920/926: fix number of registers saved      ARM: pm: some ARMv7 requires a dsb in resume to ensure correctness      ARM: pm: avoid writing the auxillary control register for ARMv7Senthil Balasubramanian (1):      ath9k_hw: Fix STA (AR9485) bringup issue due to incorrect MAC addressSimon Horman (2):      ARM: mach-shmobile: ag5evm: SDHI requires waiting for idle      mmc: sdhi, mmcif: zboot: Correct clock disable logicSrinivas Kandagatla (1):      ARM: 7014/1: cache-l2x0: Fix L2 Cache size calculation.Stanislaw Gruszka (2):      mac80211: fix suspend/resume races with unregister hw      rt2x00: do not drop usb dev reference counter on suspendStephen Rothwell (2):      sparc: Remove another reference to nfsservctl      remove remaining references to nfsservctlSylwester Nawrocki (1):      ARM: EXYNOS4: Fix the IRQ definitions for MIPI CSIS deviceSzymon Janc (1):      Bluetooth: Don't use cmd_timer to timeout HCI reset commandTakashi YOSHII (1):      serial: sh-sci: report CTS as active for get_mctrlTimur Tabi (1):      powerpc/85xx: enable the audio drivers in the defconfigsWill Deacon (5):      ARM: realview: ensure visibility of writes during reset      ARM: twd: register clockevents device before enabling PPI      ARM: cache: detect VIPT aliasing I-cache on ARMv6      ARM: 7065/1: kexec: ensure new kernel is entered in ARM state      ARM: 7066/1: proc-v7: disable SCTLR.TE when disabling MMUYan, Zheng (2):      mcast: Fix source address selection for multicast listener report      bridge: Pseudo-header required for the checksum of ICMPv6Yoshihiro Shimoda (2):      net: sh_eth: fix the compile error      sh: fix the compile error in setup-sh7757.cYulgon Kim (1):      ARM: EXYNOS4: Increase reset delay for USB HOST PHYfrançois romieu (1):      cassini: init before use in cas_interruptN.--To unsubscribe from this list: send the line "unsubscribe linux-kernel" inthe body of a message to majordomo@vger.kernel.orgMore majordomo info at  http://vger.kernel.org/majordomo-info.htmlPlease read the FAQ at  http://www.tux.org/lkml/
原创粉丝点击