Re: Linux 4.11-rc2

2017-03-13 Thread Konstantin Ryabitsev

On Mon, Mar 13, 2017 at 09:15:21AM -0700, Linus Torvalds wrote:

On Mon, Mar 13, 2017 at 9:05 AM, Josh Boyer  wrote:


Yes.  A git pull just grabbed it for me.  The 'view diff' link on
kernel.org still fails with bad object, but I'm guessing that will
catch up at some point too.


Hmm. I pushed those before the announcement, so over 18 hours ago by
now. If there still is something that hasn't mirrored out, that
implies some problem rather than just a delay.

I don't see anything odd when I go to git.kernel.org, but the
outward-facing public mirrors are all geolocated, and some of that
infrastructure is new. So there might be stale DNS information, or
somethign else going on.

Adding Konstantin to the bcc to notify him. Konstantin: it apparently
took a long time for the 4.11-rc2 tag to mirror out, and there's still
some missing object going on.. I'm not sure where Josh is
geographically, which might matter for the new GeoDNS.


Yes, the EWR mirror was Not Doing The Right Thing, and has been given a 
stern talking-to (about an hour ago).


Sorry about that.

-K


Re: Linux 4.11-rc2

2017-03-13 Thread Linus Torvalds
On Mon, Mar 13, 2017 at 9:05 AM, Josh Boyer  wrote:
>
> Yes.  A git pull just grabbed it for me.  The 'view diff' link on
> kernel.org still fails with bad object, but I'm guessing that will
> catch up at some point too.

Hmm. I pushed those before the announcement, so over 18 hours ago by
now. If there still is something that hasn't mirrored out, that
implies some problem rather than just a delay.

I don't see anything odd when I go to git.kernel.org, but the
outward-facing public mirrors are all geolocated, and some of that
infrastructure is new. So there might be stale DNS information, or
somethign else going on.

Adding Konstantin to the bcc to notify him. Konstantin: it apparently
took a long time for the 4.11-rc2 tag to mirror out, and there's still
some missing object going on.. I'm not sure where Josh is
geographically, which might matter for the new GeoDNS.

Linus


Re: Linux 4.11-rc2

2017-03-13 Thread Josh Boyer
On Mon, Mar 13, 2017 at 11:57 AM, Linus Torvalds
 wrote:
> On Mon, Mar 13, 2017 at 6:19 AM, Josh Boyer  wrote:
>>
>> I thought it might just be me, but at least one other person doesn't
>> see the v4.11-rc2 tag in git yet.  The patch is on kernel.org though,
>> so it's confusing.  Did you forget to push it out?
>
> It's definitely there, but it might have taken a while to mirror out
> to all the public mirrors. I'm assuming you see it now?

Yes.  A git pull just grabbed it for me.  The 'view diff' link on
kernel.org still fails with bad object, but I'm guessing that will
catch up at some point too.

Thanks.

josh


Re: Linux 4.11-rc2

2017-03-13 Thread Linus Torvalds
On Mon, Mar 13, 2017 at 6:19 AM, Josh Boyer  wrote:
>
> I thought it might just be me, but at least one other person doesn't
> see the v4.11-rc2 tag in git yet.  The patch is on kernel.org though,
> so it's confusing.  Did you forget to push it out?

It's definitely there, but it might have taken a while to mirror out
to all the public mirrors. I'm assuming you see it now?

   Linus


Re: Linux 4.11-rc2

2017-03-13 Thread Josh Boyer
On Sun, Mar 12, 2017 at 6:01 PM, Linus Torvalds
 wrote:
> As usual, the week after rc1 tends to be fairly quiet when people are
> still looking for bugs and taking a breather after the merge window.
> But we've got a healthy number of fixes in, and there's some
> cleanup/prep patches for the upcoming 5-level page table support that
> I took after the merge window just to make the next merge window
> easier.
>
> There's also a (small) late random driver update.
>
> But most of it is just fixes, with arch and drivers being the bulk of
> it (powerpc and i915 stand out, respectively) but with a noticeable
> component elsewhere (mm patches mainly through Andrew, some fs
> updatres, radix tree test updates etc).
>
> Shortlog appended with details, go forth and test. I think we're in
> fine shape for this stage in the development kernel, it shouldn't be
> particularly scary to just say "I'll be a bit adventurous and test an
> rc2 kernel". Yes, it's early rc time still, but go on, help us make
> sure we're doing ok..

I thought it might just be me, but at least one other person doesn't
see the v4.11-rc2 tag in git yet.  The patch is on kernel.org though,
so it's confusing.  Did you forget to push it out?

josh


Linux 4.11-rc2

2017-03-12 Thread Linus Torvalds
ser range check and unused variables

Jonathan McDowell (1):
  [media] dw2102: don't do DMA on stack

Josh Poimboeuf (1):
  objtool: Fix another GCC jump table detection issue

Kieran Bingham (1):
  [media] v4l: vsp1: Adapt vsp1_du_setup_lif() interface to use a structure

Kirill A. Shutemov (9):
  x86/cpufeature: Add 5-level paging detection
  asm-generic: introduce 5level-fixup.h
  asm-generic: introduce __ARCH_USE_5LEVEL_HACK
  arch, mm: convert all architectures to use 5level-fixup.h
  asm-generic: introduce 
  mm: convert generic code to 5-level paging
  mm: introduce __p4d_alloc()
  rmap: fix NULL-pointer dereference on THP munlocking
  thp: fix another corner case of munlock() vs. THPs

Krzysztof Kozlowski (1):
  serial: samsung: Continue to work if DMA request fails

Kunihiko Hayashi (1):
  pinctrl: uniphier: change pin names of aio/xirq for LD11

Laurent Dufour (1):
  mm/cgroup: avoid panic when init with low memory

Laurentiu Tudor (1):
  powerpc/booke: Fix boot crash due to null hugepd

Len Brown (1):
  cpufreq: Add the "cpufreq.off=1" cmdline option

Linu Cherian (4):
  KVM: Add documentation for KVM_CAP_NR_MEMSLOTS
  KVM: arm/arm64: Enable KVM_CAP_NR_MEMSLOTS on arm/arm64
  KVM: arm/arm64: Remove KVM_PRIVATE_MEM_SLOTS definition that are unused
  KVM: arm64: Increase number of user memslots to 512

Linus Torvalds (3):
  sched/headers: fix up header file dependency on 
  overlayfs: remove now unnecessary header file include
  Linux 4.11-rc2

Marc Zyngier (2):
  arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBs
  KVM: arm/arm64: vgic-v3: Don't pretend to support IRQ/FIQ bypass

Marek Vasut (1):
  drm: mxsfb: Fix crash when provided invalid DT bindings

Mark Rutland (2):
  arm: KVM: Survive unknown traps from guests
  arm64: KVM: Survive unknown traps from guests

Martin Schwidefsky (6):
  s390/crypt: fix missing unlock in ctr_paes_crypt on error path
  s390: fix in-kernel program checks
  s390/cputime: remove last traces of cputime_t
  s390/cputime: reset all accounting fields on fork
  s390/cputime: provide archicture specific cputime_to_nsecs
  s390/timex: micro optimization for tod_to_ns

Masahiro Yamada (2):
  scripts/spelling.txt: add "disble(d)" pattern and fix typo instances
  scripts/spelling.txt: add "overide" pattern and fix typo instances

Masami Hiramatsu (1):
  kprobes/x86: Fix kernel panic when certain exception-handling
addresses are probed

Masanari Iida (4):
  xenbus: Remove duplicate inclusion of linux/init.h
  x86/vmware: Remove duplicate inclusion of asm/timer.h
  x86/intel_rdt: Remove duplicate inclusion of linux/cpu.h
  drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.h

Matjaz Hegedic (3):
  x86/reboot/quirks: Add ASUS EeeBook X205TA reboot quirk
  x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirk
  x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirk

Matthew Wilcox (3):
  radix tree test suite: Depend on Makefile and quieten grep
  ida: Free correct IDA bitmap
  radix tree test suite: Specify -m32 in LDFLAGS too

Mian Yousaf Kaukab (1):
  irqdomain: Add empty irq_domain_check_msi_remap

Michael Ellerman (3):
  powerpc/64: Fix L1D cache shape vector reporting L1I values
  powerpc: Sort the selects under CONFIG_PPC
  radix tree test suite: Fix build with --as-needed

Mike Rapoport (1):
  userfaultfd: non-cooperative: fix fork fctx->new memleak

Min He (2):
  drm/i915/gvt: introduced failsafe mode into vgpu
  drm/i915/gvt: enter failsafe mode when guest requires more resources

Ming Lei (4):
  blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()
  blk-mq: make lifetime consitent between q/ctx and its kobject
  blk-mq: make lifetime consistent between hctx and its kobject
  blk-mq: free hctx->cpumask in release handler of hctx's kobject

NeilBrown (1):
  blk: improve order of bio handling in generic_make_request()

Nicholas Piggin (1):
  powerpc: Fix compiling a BE kernel with a powerpc64le toolchain

OGAWA Hirofumi (1):
  fat: fix using uninitialized fields of fat_inode/fsinfo_inode

Paul Mackerras (1):
  powerpc/64: Invalidate process table caching after setting process table

Pei Zhang (2):
  drm/i915/gvt: add cmd_access to GEN7_HALF_SLICE_CHICKEN1
  drm/i915/gvt: add some new MMIOs to cmd_access white list

Peter Chen (2):
  usb: gadget: dummy_hcd: clear usb_gadget region before registration
  usb: host: xhci-dbg: HCIVERSION should be a binary number

Peter Zijlstra (4):
  sched/fair: Make select_idle_cpu() more aggressive
  sched/core: Fix pick_next_task() for RT,DL
  sched/clock, x86/tsc: Rework the x86 'unstable' sched_clock() interface
  locking/lockdep: Add nest_lock integrity