All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT]: Sparc
@ 2008-04-21 22:32 ` David Miller
  0 siblings, 0 replies; 714+ messages in thread
From: David Miller @ 2008-04-21 22:32 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, sparclinux, linux-kernel, viro


This performs the scheduled removal of Solaris and SunOS
system call for sparc, much to the chagrin of Al Viro
and others :-) (in particular, that asm/namei.h crud can
now die)

Note that I also have a set of NUMA support patches pending for
sparc64, but that work depends upon some infrastructure coming in via
the powerpc tree.  So once that's in, I'll send that over too.

Please pull, thanks a lot!

The following changes since commit 3925e6fc1f774048404fdd910b0345b06c699eb4:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.kernel.org/.../jmorris/security-testing-2.6

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git master

David S. Miller (1):
      [SPARC]: Remove SunOS and Solaris binary support.

 Documentation/feature-removal-schedule.txt |   11 -
 Documentation/highuid.txt                  |    2 -
 Documentation/magic-number.txt             |    1 -
 arch/sparc/Kconfig                         |   12 -
 arch/sparc/defconfig                       |  165 ++--
 arch/sparc/kernel/Makefile                 |   10 +-
 arch/sparc/kernel/entry.S                  |  206 +----
 arch/sparc/kernel/errtbls.c                |  144 ---
 arch/sparc/kernel/head.S                   |   37 +-
 arch/sparc/kernel/sclow.S                  |   86 --
 arch/sparc/kernel/signal.c                 |  307 +------
 arch/sparc/kernel/sparc_ksyms.c            |    8 -
 arch/sparc/kernel/sunos_asm.S              |   67 --
 arch/sparc/kernel/sunos_ioctl.c            |  230 -----
 arch/sparc/kernel/sys_solaris.c            |   35 -
 arch/sparc/kernel/sys_sunos.c              | 1210 -------------------------
 arch/sparc/kernel/systbls.S                |  121 ---
 arch/sparc64/Kconfig                       |   47 +-
 arch/sparc64/Makefile                      |    1 -
 arch/sparc64/defconfig                     |   29 +-
 arch/sparc64/kernel/Makefile               |    9 -
 arch/sparc64/kernel/binfmt_aout32.c        |  419 ---------
 arch/sparc64/kernel/entry.S                |   61 +--
 arch/sparc64/kernel/signal.c               |    1 -
 arch/sparc64/kernel/signal32.c             |  300 +------
 arch/sparc64/kernel/sparc64_ksyms.c        |   41 -
 arch/sparc64/kernel/sunos_ioctl32.c        |  275 ------
 arch/sparc64/kernel/sys_sparc.c            |   38 -
 arch/sparc64/kernel/sys_sunos32.c          | 1359 ----------------------------
 arch/sparc64/kernel/systbls.S              |  122 ---
 arch/sparc64/kernel/systbls.h              |    2 -
 arch/sparc64/kernel/ttable.S               |   14 +-
 arch/sparc64/solaris/Makefile              |   10 -
 arch/sparc64/solaris/conv.h                |   38 -
 arch/sparc64/solaris/entry64.S             |  223 -----
 arch/sparc64/solaris/fs.c                  |  745 ---------------
 arch/sparc64/solaris/ioctl.c               |  825 -----------------
 arch/sparc64/solaris/ipc.c                 |  126 ---
 arch/sparc64/solaris/misc.c                |  786 ----------------
 arch/sparc64/solaris/signal.c              |  429 ---------
 arch/sparc64/solaris/signal.h              |  108 ---
 arch/sparc64/solaris/socket.c              |  461 ----------
 arch/sparc64/solaris/socksys.c             |  203 -----
 arch/sparc64/solaris/socksys.h             |  208 -----
 arch/sparc64/solaris/systbl.S              |  285 ------
 arch/sparc64/solaris/timod.c               |  976 --------------------
 fs/Kconfig.binfmt                          |    2 +-
 include/asm-sparc/Kbuild                   |    1 -
 include/asm-sparc/a.out-core.h             |   52 --
 include/asm-sparc/a.out.h                  |   97 --
 include/asm-sparc/head.h                   |   33 -
 include/asm-sparc/ioctls.h                 |    2 -
 include/asm-sparc/mman.h                   |   13 -
 include/asm-sparc/namei.h                  |   15 +-
 include/asm-sparc/pconf.h                  |   25 -
 include/asm-sparc/processor.h              |    3 -
 include/asm-sparc/socket.h                 |    3 -
 include/asm-sparc/solerrno.h               |  132 ---
 include/asm-sparc/svr4.h                   |  119 ---
 include/asm-sparc/termios.h                |    5 -
 include/asm-sparc/user.h                   |   56 +--
 include/asm-sparc64/Kbuild                 |    1 -
 include/asm-sparc64/a.out-core.h           |   31 -
 include/asm-sparc64/a.out.h                |    1 -
 include/asm-sparc64/ioctls.h               |    2 -
 include/asm-sparc64/mman.h                 |   13 -
 include/asm-sparc64/namei.h                |   15 +-
 include/asm-sparc64/pconf.h                |   25 -
 include/asm-sparc64/socket.h               |    3 -
 include/asm-sparc64/solerrno.h             |  132 ---
 include/asm-sparc64/svr4.h                 |  120 ---
 include/asm-sparc64/termios.h              |    5 -
 include/asm-sparc64/ttable.h               |   18 -
 include/asm-sparc64/unistd.h               |   10 -
 include/asm-sparc64/user.h                 |   61 +--
 net/core/sock.c                            |    9 -
 76 files changed, 172 insertions(+), 11625 deletions(-)
 delete mode 100644 arch/sparc/kernel/errtbls.c
 delete mode 100644 arch/sparc/kernel/sclow.S
 delete mode 100644 arch/sparc/kernel/sunos_asm.S
 delete mode 100644 arch/sparc/kernel/sunos_ioctl.c
 delete mode 100644 arch/sparc/kernel/sys_solaris.c
 delete mode 100644 arch/sparc/kernel/sys_sunos.c
 delete mode 100644 arch/sparc64/kernel/binfmt_aout32.c
 delete mode 100644 arch/sparc64/kernel/sunos_ioctl32.c
 delete mode 100644 arch/sparc64/kernel/sys_sunos32.c
 delete mode 100644 arch/sparc64/solaris/Makefile
 delete mode 100644 arch/sparc64/solaris/conv.h
 delete mode 100644 arch/sparc64/solaris/entry64.S
 delete mode 100644 arch/sparc64/solaris/fs.c
 delete mode 100644 arch/sparc64/solaris/ioctl.c
 delete mode 100644 arch/sparc64/solaris/ipc.c
 delete mode 100644 arch/sparc64/solaris/misc.c
 delete mode 100644 arch/sparc64/solaris/signal.c
 delete mode 100644 arch/sparc64/solaris/signal.h
 delete mode 100644 arch/sparc64/solaris/socket.c
 delete mode 100644 arch/sparc64/solaris/socksys.c
 delete mode 100644 arch/sparc64/solaris/socksys.h
 delete mode 100644 arch/sparc64/solaris/systbl.S
 delete mode 100644 arch/sparc64/solaris/timod.c
 delete mode 100644 include/asm-sparc/a.out-core.h
 delete mode 100644 include/asm-sparc/a.out.h
 delete mode 100644 include/asm-sparc/pconf.h
 delete mode 100644 include/asm-sparc/solerrno.h
 delete mode 100644 include/asm-sparc/svr4.h
 delete mode 100644 include/asm-sparc64/a.out-core.h
 delete mode 100644 include/asm-sparc64/a.out.h
 delete mode 100644 include/asm-sparc64/pconf.h
 delete mode 100644 include/asm-sparc64/solerrno.h
 delete mode 100644 include/asm-sparc64/svr4.h

^ permalink raw reply	[flat|nested] 714+ messages in thread
* [GIT]: Sparc
@ 2009-06-16 12:23 David Miller
  0 siblings, 0 replies; 714+ messages in thread
From: David Miller @ 2009-06-16 12:23 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, sparclinux, linux-kernel


Sparc updates for 2.6.31:

1) Use dynamic per-cpu allocator on sparc64.

2) Wire up new syscall.

3) sparc64 FTRACE touchups

4) SBUS video driver cleanups and fixups from Krzystof Helt

5) DMA interface consolidation from FUJITA Tomonori

6) of_device layer commonization from Robert Reif

7) cpumask usage fixup from Stephen Rothwell

Please pull, thanks a lot!

The following changes since commit 03347e2592078a90df818670fddf97a33eec70fb:
  Linus Torvalds (1):
        Merge branch 'release' of git://git.kernel.org/.../aegl/linux-2.6

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git master

David S. Miller (16):
      sparc64: Reclaim trap_block[]->hdesc
      sparc64: Move trap_block[] definitions into a new header file.
      sparc64: Store per-cpu offset in trap_block[]
      sparc64: Use BUILD_BUG_ON() in trap_init().
      sparc64: Refactor OBP cpu scanning code using an iterator.
      sparc64: Refactor MDESC cpu scanning code using an iterator.
      sparc: Call OF and MD cpu scanning explicitly from paging_init()
      sparc64: Make mdesc_fill_in_cpu_data take a cpumask_t pointer.
      sparc64: Defer cpu_data() setup until end of per-cpu data initialization.
      sparc64: Get rid of real_setup_per_cpu_areas().
      sparc64: Only allocate per-cpu areas for possible cpus.
      sparc64: Use new dynamic per-cpu allocator.
      sparc64: Add proper dynamic ftrace support.
      openprom: Squelch useless GCC warning.
      sparc: Wire up sys_rt_tgsigqueueinfo().
      sparc64: Update defconfig.

FUJITA Tomonori (4):
      sparc: move the duplication in dma-mapping_{32|64}.h to dma-mapping.h
      sparc: add sync_single_for_device and sync_sg_for_device to struct dma_ops
      sparc: use dma_map_page instead of dma_map_single
      sparc: remove dma-mapping_{32|64}.h

Hong H. Pham (1):
      sparc64: fix and optimize irq distribution

Krzysztof Helt (6):
      bw2: use standard fields for framebuffer physical address and length
      cg14: use standard fields for framebuffer physical address and length
      cg3: use standard fields for framebuffer physical address and length
      cg6: use standard fields for framebuffer physical address and length
      leo: use standard fields for framebuffer physical address and length
      p9100: use standard fields for framebuffer physical address and length

Robert P. J. Day (1):
      sparc: Simplify code using is_power_of_2() routine.

Robert Reif (1):
      sparc: move of_device common code to of_device_common

Stephen Rothwell (1):
      sparc: replace uses of CPU_MASK_ALL_PTR

 arch/sparc/Kconfig                      |    5 +
 arch/sparc/configs/sparc64_defconfig    |   63 ++++--
 arch/sparc/include/asm/cpudata_64.h     |  197 +--------------
 arch/sparc/include/asm/dma-mapping.h    |  168 ++++++++++++-
 arch/sparc/include/asm/dma-mapping_32.h |   60 -----
 arch/sparc/include/asm/dma-mapping_64.h |  154 -----------
 arch/sparc/include/asm/ftrace.h         |   11 +
 arch/sparc/include/asm/mdesc.h          |    3 +-
 arch/sparc/include/asm/percpu_64.h      |    8 +-
 arch/sparc/include/asm/prom.h           |    2 +
 arch/sparc/include/asm/trap_block.h     |  207 +++++++++++++++
 arch/sparc/include/asm/unistd.h         |    3 +-
 arch/sparc/kernel/Makefile              |    2 +
 arch/sparc/kernel/cpumap.c              |  431 +++++++++++++++++++++++++++++++
 arch/sparc/kernel/cpumap.h              |   16 ++
 arch/sparc/kernel/dma.c                 |  127 +++-------
 arch/sparc/kernel/ds.c                  |    3 +-
 arch/sparc/kernel/ftrace.c              |   47 +++-
 arch/sparc/kernel/head_64.S             |   22 --
 arch/sparc/kernel/iommu.c               |   15 +-
 arch/sparc/kernel/irq_64.c              |   29 +--
 arch/sparc/kernel/mdesc.c               |  149 +++++++-----
 arch/sparc/kernel/of_device_32.c        |  195 +--------------
 arch/sparc/kernel/of_device_64.c        |  188 +-------------
 arch/sparc/kernel/of_device_common.c    |  174 +++++++++++++
 arch/sparc/kernel/of_device_common.h    |   36 +++
 arch/sparc/kernel/pci_sun4v.c           |   15 +-
 arch/sparc/kernel/prom.h                |    1 -
 arch/sparc/kernel/prom_64.c             |  232 +++++++++--------
 arch/sparc/kernel/prom_common.c         |    2 -
 arch/sparc/kernel/smp_64.c              |  196 ++++++++++++--
 arch/sparc/kernel/systbls_32.S          |    4 +-
 arch/sparc/kernel/systbls_64.S          |    6 +-
 arch/sparc/kernel/traps_64.c            |  170 +++++++------
 arch/sparc/mm/init_32.c                 |    1 +
 arch/sparc/mm/init_64.c                 |   16 +-
 arch/sparc/mm/srmmu.c                   |    3 +-
 drivers/sbus/char/openprom.c            |    2 +-
 drivers/video/bw2.c                     |   20 +-
 drivers/video/cg14.c                    |   19 +-
 drivers/video/cg3.c                     |   20 +-
 drivers/video/cg6.c                     |   25 +-
 drivers/video/leo.c                     |   14 +-
 drivers/video/p9100.c                   |   20 +-
 scripts/recordmcount.pl                 |   20 ++
 45 files changed, 1751 insertions(+), 1350 deletions(-)
 delete mode 100644 arch/sparc/include/asm/dma-mapping_32.h
 delete mode 100644 arch/sparc/include/asm/dma-mapping_64.h
 create mode 100644 arch/sparc/include/asm/trap_block.h
 create mode 100644 arch/sparc/kernel/cpumap.c
 create mode 100644 arch/sparc/kernel/cpumap.h
 create mode 100644 arch/sparc/kernel/of_device_common.c
 create mode 100644 arch/sparc/kernel/of_device_common.h

^ permalink raw reply	[flat|nested] 714+ messages in thread
* [GIT]: Sparc
@ 2009-06-19  7:08 David Miller
  0 siblings, 0 replies; 714+ messages in thread
From: David Miller @ 2009-06-19  7:08 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, sparclinux, linux-kernel


Please pull to get this UP bootup failure fix.

Thanks!

The following changes since commit 0732f87761dbe417cb6e084b712d07e879e876ef:
  Linus Torvalds (1):
        Merge branch 'for_linus' of git://git.kernel.org/.../tytso/ext4

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git master

David S. Miller (1):
      sparc64: Fix UP bootup regression.

 arch/sparc/mm/init_64.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] 714+ messages in thread
* [GIT] Sparc
@ 2010-03-29 20:11 ` David Miller
  0 siblings, 0 replies; 714+ messages in thread
From: David Miller @ 2010-03-29 20:11 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, sparclinux, linux-kernel


Please pull to get these Sparc fixes, thanks!

The following changes since commit b72c40949b0f04728f2993a1434598d3bad094ea:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.kernel.org/.../jbarnes/pci-2.6

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git master

David S. Miller (1):
      sparc64: Properly truncate pt_regs framepointer in perf callback.

Julia Lawall (1):
      arch/sparc/kernel: Use set_cpus_allowed_ptr

Rob Landley (1):
      sparc: Fix use of uid16_t and gid16_t in asm/stat.h

 arch/sparc/include/asm/stat.h    |    4 ++--
 arch/sparc/kernel/perf_event.c   |    2 +-
 arch/sparc/kernel/sysfs.c        |    4 ++--
 arch/sparc/kernel/us2e_cpufreq.c |    8 ++++----
 arch/sparc/kernel/us3_cpufreq.c  |    8 ++++----
 5 files changed, 13 insertions(+), 13 deletions(-)


^ permalink raw reply	[flat|nested] 714+ messages in thread
* [GIT] Sparc
  2010-03-29 20:11 ` David Miller
  (?)
@ 2012-05-24 21:32 ` David Miller
  -1 siblings, 0 replies; 714+ messages in thread
From: David Miller @ 2012-05-24 21:32 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, sparclinux, linux-arch, linux-kernel


This has the generic strncpy_from_user() implementation architectures
can now use, which we've been developing on linux-arch over the past
few days.

For good measure I ran both a 32-bit and a 64-bit glibc testsuite
run, and the latter of which pointed out an adjustment I needed to
make to sparc's user_addr_max() definition.  Linus, you were right,
STACK_TOP was not the right thing to use, even on sparc itself :-)

From Sam Ravnborg, we have a conversion of sparc32 over to the common
alloc_thread_info_node(), since the aspect which originally blocked
our doing so (sun4c) has been removed.

Please pull, thanks a lot.

The following changes since commit 72c04af9a2d57b7945cf3de8e71461bd80695d50:

  fbdev: sh_mobile_lcdc: Don't confuse line size with pitch (2012-05-21 20:59:32 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git master

for you to fetch changes up to c5389831cda3b38a56606a348a537a1332f2d729:

  sparc: Fix user_addr_max() definition. (2012-05-24 13:41:58 -0700)

----------------------------------------------------------------
David S. Miller (6):
      sparc: Add full proper error handling to strncpy_from_user().
      sparc: Optimize strncpy_from_user() zero byte search.
      sparc: Increase portability of strncpy_from_user() implementation.
      kernel: Move REPEAT_BYTE definition into linux/kernel.h
      lib: Sparc's strncpy_from_user is generic enough, move under lib/
      sparc: Fix user_addr_max() definition.

Sam Ravnborg (1):
      sparc32: use the common implementation of alloc_thread_info_node()

 arch/sparc/Kconfig                      |    2 +-
 arch/sparc/include/asm/processor_64.h   |    4 +-
 arch/sparc/include/asm/thread_info_32.h |   11 +--
 arch/sparc/include/asm/uaccess.h        |    6 ++
 arch/sparc/include/asm/uaccess_32.h     |   10 ---
 arch/sparc/include/asm/uaccess_64.h     |    4 -
 arch/sparc/lib/Makefile                 |    2 +-
 arch/sparc/lib/ksyms.c                  |    3 -
 arch/sparc/lib/strncpy_from_user_32.S   |   47 ----------
 arch/sparc/lib/strncpy_from_user_64.S   |  133 ----------------------------
 arch/sparc/lib/usercopy.c               |    1 +
 arch/sparc/mm/srmmu.c                   |   27 ------
 arch/x86/include/asm/word-at-a-time.h   |    4 +-
 fs/namei.c                              |    1 +
 include/linux/kernel.h                  |    2 +
 lib/Kconfig                             |    3 +
 lib/Makefile                            |    2 +
 lib/strncpy_from_user.c                 |  146 +++++++++++++++++++++++++++++++
 18 files changed, 170 insertions(+), 238 deletions(-)
 delete mode 100644 arch/sparc/lib/strncpy_from_user_32.S
 delete mode 100644 arch/sparc/lib/strncpy_from_user_64.S
 create mode 100644 lib/strncpy_from_user.c

^ permalink raw reply	[flat|nested] 714+ messages in thread
* (no subject)
@ 2012-08-15  7:44 David Miller
  2012-08-15  7:51   ` David Miller
  0 siblings, 1 reply; 714+ messages in thread
From: David Miller @ 2012-08-15  7:44 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, sparclinux, linux-kernel


Please pull to get these two bug fixes.

Thanks!

The following changes since commit 1a9b4993b70fb1884716902774dc9025b457760d:

  Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus (2012-08-01 16:47:15 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git master

for you to fetch changes up to 2856cc2e4d0852c3ddaae9dcb19cb9396512eb08:

  sparc64: Be less verbose during vmemmap population. (2012-08-15 00:37:29 -0700)

----------------------------------------------------------------
David S. Miller (1):
      sparc64: Be less verbose during vmemmap population.

Jiri Kosina (1):
      sparc64: do not clobber personality flags in sys_sparc64_personality()

 arch/sparc/kernel/sys_sparc_64.c | 10 +++++-----
 arch/sparc/mm/init_64.c          | 28 +++++++++++++++++++++++-----
 2 files changed, 28 insertions(+), 10 deletions(-)

^ permalink raw reply	[flat|nested] 714+ messages in thread
* [GIT] Sparc
@ 2013-02-20 22:09 David Miller
  0 siblings, 0 replies; 714+ messages in thread
From: David Miller @ 2013-02-20 22:09 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, netdev, linux-kernel


Mostly more sparc64 THP bug fixes, and a refactoring of SMP bootup on sparc32
from Sam Ravnborg.

Please pull, thanks a lot!

The following changes since commit f741656d646f7a5b56ba86765205b954237e7956:

  Merge tag 'stable/for-linus-3.8-rc7-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen (2013-02-15 12:12:55 -0800)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git master

for you to fetch changes up to f9fd3488f6a3c2c5cc8613e4fd7fbbaa57f6bf8f:

  sparc32: refactor smp boot (2013-02-20 13:36:50 -0800)

----------------------------------------------------------------
David S. Miller (4):
      sparc64: Fix gfp_flags setting in tsb_grow().
      sparc64: Handle hugepage TSB being NULL.
      sparc64: Fix tsb_grow() in atomic context.
      sparc64: Fix huge PMD to PTE translation for sun4u in TLB miss handler.

Sam Ravnborg (1):
      sparc32: refactor smp boot

 arch/sparc/include/asm/hugetlb.h  |  1 -
 arch/sparc/include/asm/page_64.h  |  4 ++--
 arch/sparc/include/asm/tsb.h      | 28 +++++++++++++++++++---------
 arch/sparc/kernel/kernel.h        | 12 ++++++++++++
 arch/sparc/kernel/leon_smp.c      | 33 +++++++++------------------------
 arch/sparc/kernel/smp_32.c        | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/sparc/kernel/sun4d_smp.c     | 29 +++++++++--------------------
 arch/sparc/kernel/sun4m_smp.c     | 33 +++++++++------------------------
 arch/sparc/kernel/trampoline_32.S | 17 +++++++----------
 arch/sparc/kernel/tsb.S           | 39 +++++++++++++++++++++++++++++++++++----
 arch/sparc/mm/fault_64.c          |  9 +++++++--
 arch/sparc/mm/init_64.c           | 62 +++++++++++++++++++++++++++++++++++++++++---------------------
 arch/sparc/mm/tlb.c               | 11 +++++++++--
 arch/sparc/mm/tsb.c               |  2 +-
 14 files changed, 246 insertions(+), 120 deletions(-)

^ permalink raw reply	[flat|nested] 714+ messages in thread
* [GIT] Sparc
@ 2013-09-05 20:44 David Miller
  2013-09-05 22:32 ` Sergei Shtylyov
  0 siblings, 1 reply; 714+ messages in thread
From: David Miller @ 2013-09-05 20:44 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-ide, linux-kernel


Several bug fixes (from Kirill Tkhai, Geery Uytterhoeven, and Alexey
Dobriyan) and some support for Fujitsu sparc64x chips (from Allen
Pais).

Please pull, thanks a lot!

The following changes since commit 64ccccf8525fee499625b517c0faadf784c79e93:

  Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux (2013-07-31 17:55:12 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git master

for you to fetch changes up to dc76f9ca71ea597dbb0e9c77d1072ddca651f4f3:

  sparc64: Export flush_ptrace_access() (needed by lustre) (2013-09-05 12:12:51 -0700)

----------------------------------------------------------------
Alexey Dobriyan (1):
      sparc: fix PCI device proc file mmap(2)

Allen Pais (2):
      cpu hw caps support for sparc64x
      support sparc64x chip type in cpumap.c

David S. Miller (2):
      esp_scsi: Fix tag state corruption when autosensing.
      sparc64: Fix off by one in trampoline TLB mapping installation loop.

Geert Uytterhoeven (1):
      sparc64: Export flush_ptrace_access() (needed by lustre)

Kirill Tkhai (6):
      sparc64: Fix wrong syscall return value passed to trace_sys_exit()
      sparc32: Fix exit flag passed from traced sys_sigreturn
      sparc64: cleanup: Rename ret_from_syscall to ret_from_fork
      sparc64: Fix not SRA'ed %o5 in 32-bit traced syscall
      sparc64: Fix ITLB handler of null page
      sparc64: Remove RWSEM export leftovers

 arch/sparc/include/asm/switch_to_64.h |  4 ++--
 arch/sparc/kernel/cpumap.c            |  1 +
 arch/sparc/kernel/entry.S             |  2 +-
 arch/sparc/kernel/kgdb_64.c           |  4 ++--
 arch/sparc/kernel/ktlb.S              |  3 +--
 arch/sparc/kernel/ptrace_64.c         |  4 +++-
 arch/sparc/kernel/setup_64.c          | 12 ++++++++----
 arch/sparc/kernel/syscalls.S          | 12 ++++++------
 arch/sparc/kernel/trampoline_64.S     |  2 --
 arch/sparc/lib/ksyms.c                |  9 ---------
 drivers/scsi/esp_scsi.c               | 14 ++++++++------
 drivers/scsi/esp_scsi.h               |  1 +
 fs/proc/inode.c                       | 16 ++++++++++++++++
 13 files changed, 49 insertions(+), 35 deletions(-)

^ permalink raw reply	[flat|nested] 714+ messages in thread
* [GIT] Sparc
@ 2016-06-29 13:06 David Miller
  2016-06-29 13:32 ` David Miller
  0 siblings, 1 reply; 714+ messages in thread
From: David Miller @ 2016-06-29 13:06 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, netdev, linux-kernel


I've been travelling so this accumulates more than week or so of bug
fixing.  It perhaps looks a little worse than it really is.

1) Fix deadlock in ath10k driver, from Ben Greear.

2) Increase scan timeout in iwlwifi, from Luca Coelho.

3) Unbreak STP by properly reinjecting STP packets back into
   the stack.  Regression fix from Ido Schimmel.

4) Mediatek driver fixes (missing malloc failure checks, leaking of
   scratch memory, wrong indexing when mapping TX buffers, etc.) from
   John Crispin.

5) Fix endianness bug in icmpv6_err() handler, from Hannes Frederic Sowa.

6) Fix hashing of flows in UDP in the ruseport case, from Xuemin Su.

7) Fix netlink notifications in ovs for tunnels, delete link messages
   are never emitted because of how the device registry state is handled.
   From Nicolas Dichtel.

8) Conntrack module leaks kmemcache on unload, from Florian Westphal.

9) Prevent endless jump loops in nft rules, from Liping Zhang and
   Pablo Neira Ayuso.

10) Not early enough spinlock initialization in mlx4, from Eric Dumazet.

11) Bind refcount leak in act_ipt, from Cong WANG.

12) Missing RCU locking in HTB scheduler, from Florian Westphal.

13) Several small MACSEC bug fixes from Sabrina Dubroca (missing RCU barrier,
    using heap for SG and IV, and erroneous use of async flag when
    allocating AEAD conext.)

14) RCU handling fix in TIPC, from Ying Xue.

15) Pass correct protocol down into ipv4_{update_pmtu,redirect}() in SIT
    driver, from Simon Horman.

16) Socket timer deadlock fix in TIPC from Jon Paul Maloy.

17) Fix potential deadlock in team enslave, from Ido Schimmel.

18) Memory leak in KCM procfs handling, from Jiri Slaby.

19) ESN generation fix in ipv4 ESP, from Herbert Xu.

20) Fix GFP_KERNEL allocations with locks held in act_ife, from Cong
    WANG.

21) Use after free in netem, from Eric Dumazet.

22) Uninitialized last assert time in multicast router code, from Tom
    Goff.

23) Skip raw sockets in sock_diag destruction broadcast, from Willem
    de Bruijn.

24) Fix link status reporting in thunderx, from Sunil Goutham.

25) Limit resegmentation of retransmit queue so that we do not
    retransmit too large GSO frames.  From Eric Dumazet.

26) Delay bpf program release after grace period, from Daniel
    Borkmann.

Please pull, thanks a lot!

The following changes since commit 698ea54dde6768d4a96080d0fb796cb3a4eadaf8:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2016-06-10 08:32:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git 

for you to fetch changes up to 751ad819b0bf443ad8963eb7bfbd533e6a463973:

  Merge tag 'mac80211-for-davem-2016-06-29-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 (2016-06-29 08:33:46 -0400)

----------------------------------------------------------------
Aaron Campbell (1):
      connector: fix out-of-order cn_proc netlink message delivery

Alexander Duyck (1):
      mlx4e: Do not attempt to offload VXLAN ports that are unrecognized

Alexei Starovoitov (2):
      bpf: fix matching of data/data_end in verifier
      bpf, trace: check event type in bpf_perf_event_read

Arnd Bergmann (3):
      net: skfb: remove obsolete -I cflag
      net: sfc: avoid -Wtype-limits warning
      net: tilegx: use correct timespec64 type

Ayala Beker (1):
      iwlwifi: mvm: set the encryption type of an IGTK key

Basil Gunn (1):
      AX.25: Close socket connection on session completion

Ben Dooks (2):
      net: diag: add missing declarations
      net: ipconfig: avoid warning by making ic_addrservaddr static

Ben Greear (2):
      ath10k: fix deadlock when peer cannot be created
      ath10k: fix crash related to printing features

Ben Hutchings (1):
      batman-adv: Fix double-put of vlan object

Chris Packham (1):
      net: vrf: replace hard tab with space in assignment

Clemens Gruber (1):
      phy: marvell: fix LED configuration via marvell,reg-init

Colin Ian King (1):
      rtl8xxxu: fix typo on variable name, compare against correct variable

Dan Carpenter (1):
      qlcnic: use the correct ring in qlcnic_83xx_process_rcv_ring_diag()

Daniel Borkmann (1):
      bpf, perf: delay release of BPF prog after grace period

David Barroso (1):
      neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()

David S. Miller (19):
      Merge branch 'mediatek-fixes'
      Revert "net: au1000_eth: fix PHY detection"
      ipconfig: Protect ic_addrservaddr with IPCONFIG_DYNAMIC.
      Merge branch 'ovs-notifications'
      Merge branch 'macsec-fixes'
      Merge branch 'bpf-fixes'
      Merge branch 'r8152-fixes'
      Merge git://git.kernel.org/.../pablo/nf
      Merge branch 'mlxsw-fixes'
      Merge branch 'qed-fixes'
      Merge tag 'linux-can-fixes-for-4.7-20160620' of git://git.kernel.org/.../mkl/linux-can
      Merge branch 'mlx4-fixes'
      Merge tag 'wireless-drivers-for-davem-2016-06-21' of git://git.kernel.org/.../kvalo/wireless-drivers
      Merge tag 'linux-can-fixes-for-4.7-20160623' of git://git.kernel.org/.../mkl/linux-can
      Merge branch 'bgmac-fixes'
      Merge branch 'batman-adv-fixes'
      Merge branch 'mlx5-100G-fixes'
      Merge branch 'thunderx-fixes'
      Merge tag 'mac80211-for-davem-2016-06-29-v2' of git://git.kernel.org/.../jberg/mac80211

Eli Cohen (2):
      net/mlx5: Update command strings
      net/mlx5e: Change enum to better reflect usage

Emmanuel Grumbach (1):
      iwlwifi: mvm: fix RCU splat in TKIP's update_key

Eran Ben Elisha (1):
      net/mlx4_en: Avoid unregister_netdev at shutdown flow

Eric Dumazet (7):
      net_sched: prio: properly report out of memory errors
      net_sched: fix pfifo_head_drop behavior vs backlog
      net/mlx4_en: initialize cmd.context_lock spinlock earlier
      net_sched: prio: insure proper transactional behavior
      gre: fix error handler
      netem: fix a use after free
      tcp: do not send too big packets at retransmit time

Felix Fietkau (1):
      cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC header

Feng Tang (1):
      net: alx: Work around the DMA RX overflow issue

Florian Fainelli (4):
      net: bgmac: Fix SOF bit checking
      net: bgmac: Start transmit queue in bgmac_open
      net: bgmac: Remove superflous netif_carrier_on()
      net: phy: Manage fixed PHY address space using IDA

Florian Westphal (2):
      netfilter: conntrack: destroy kmemcache on module removal
      htb: call qdisc_root with rcu read lock held

Gal Pressman (3):
      net/mlx5e: Check for BlueFlame capability before allocating SQ uar
      net/mlx5e: Fix number of PFC counters reported to ethtool
      net/mlx5e: Reorganize ethtool statistics

Haishuang Yan (1):
      geneve: fix tx_errors statistics

Hannes Frederic Sowa (4):
      ipv6: fix endianness error in icmpv6_err
      ipv6: tcp: fix endianness annotation in tcp_v6_send_response
      ipv6: fix checksum annotation in udp6_csum_init
      ipv4: fix checksum annotation in udp4_csum_init

Harini Katakam (1):
      net: marvell: Add separate config ANEG function for Marvell 88E1111

Herbert Xu (1):
      esp: Fix ESN generation under UDP encapsulation

Ido Schimmel (2):
      bridge: Fix incorrect re-injection of STP packets
      team: Fix possible deadlock during team enslave

Ivan Khoronzhuk (1):
      net: ethernet: ti: cpsw: use destroy ctlr to destroy channels

Jakub Kicinski (1):
      nfp: use correct index to mask link state irq

Jamal Hadi Salim (1):
      net sched actions: bug fix dumping actions directly didnt produce NLMSG_DONE

Jarod Wilson (1):
      e1000e: keep VLAN interfaces functional after rxvlan off

Jason A. Donenfeld (1):
      net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUG

Jay Vosburgh (1):
      bonding: fix 802.3ad aggregator reselection

Jeremy Linton (1):
      net: smsc911x: Fix bug where PHY interrupts are overwritten by 0

Jimmy Assarsson (1):
      can: kvaser_usb: Add support for more Kvaser Leaf v2 devices

Jiri Slaby (1):
      kcm: fix /proc memory leak

Johannes Berg (1):
      iwlwifi: mvm: fix a few firmware capability checks

John Crispin (11):
      net: mediatek: add missing return code check
      net: mediatek: fix missing free of scratch memory
      net: mediatek: invalid buffer lookup in mtk_tx_map()
      net: mediatek: dropped rx packets are not being counted properly
      net: mediatek: add next data pointer coherency protection
      net: mediatek: disable all interrupts during probe
      net: mediatek: fix threshold value
      net: mediatek: increase watchdog_timeo
      net: mediatek: fix off by one in the TX ring allocation
      net: mediatek: only wake the queue if it is stopped
      net: mediatek: remove superfluous queue wake up call

Jon Paul Maloy (2):
      tipc: fix socket timer deadlock
      tipc: unclone unbundled buffers before forwarding

Joshua Houghton (1):
      net: rds: fix coding style issues

Jouni Malinen (1):
      mac80211: Fix mesh estab_plinks counting in STA removal case

Kalle Valo (2):
      Merge tag 'iwlwifi-for-kalle-2016-06-10' of git://git.kernel.org/.../iwlwifi/iwlwifi-fixes
      Merge ath-current from ath.git

Kamal Heib (1):
      net/mlx4_en: Fix the return value of a failure in VLAN VID add/kill

Liping Zhang (3):
      netfilter: nf_tables: fix wrong check of NFT_SET_MAP in nf_tables_bind_set
      netfilter: nf_tables: fix wrong destroy anonymous sets if binding fails
      netfilter: nf_tables: fix a wrong check to skip the inactive rules

Luca Coelho (2):
      iwlwifi: mvm: increase scan timeout to 20 seconds
      iwlwifi: mvm: fix potential NULL-dereference in iwl_mvm_reorder()

Majd Dibbiny (1):
      net/mlx5: Add ConnectX-5 PCIe 4.0 to list of supported devices

Manfred Schlaegl (1):
      net: phy: smsc: reintroduced unconditional soft reset

Manuel Lauss (2):
      net: au1000_eth: fix PHY detection
      net: au1000_eth: fix PHY detection

Matthew Finlay (1):
      net/mlx5e: Prevent adding the same vxlan port

Maximilian Schneider (1):
      can: gs_usb: Add Basic support for the bytewerk.org candleLight interface

Miaoqing Pan (1):
      ath9k: fix GPIO mask for AR9462 and AR9565

Nicolas Dichtel (4):
      ovs/gre,geneve: fix error path when creating an iface
      ovs/vxlan: fix rtnl notifications on iface deletion
      ovs/gre: fix rtnl notifications on iface deletion
      ovs/geneve: fix rtnl notifications on iface deletion

Nikolay Aleksandrov (1):
      net: bridge: fix vlan stats continue counter

Nogah Frankel (2):
      mlxsw: spectrum: Don't count internal TX header bytes to stats
      mlxsw: switchx2: Don't count internal TX header bytes to stats

Oliver Hartkopp (2):
      can: fix handling of unmodifiable configuration options fix
      can: fix oops caused by wrong rtnl dellink usage

Or Gerlitz (1):
      MAINTAINERS: Update Mellanox's mlx4 Eth NIC driver entry

Pablo Neira Ayuso (3):
      netfilter: nf_tables: reject loops from set element jump to chain
      netfilter: xt_SYNPROXY: add missing header to Kbuild
      netfilter: xt_SYNPROXY: include missing <linux/types.h>

Paolo Abeni (1):
      ipv6: enforce egress device match in per table nexthop lookups

Rajkumar Manoharan (1):
      ath10k: fix deadlock while processing rx_in_ord_ind

Sabrina Dubroca (3):
      macsec: add rcu_barrier() on module exit
      macsec: allocate sg and iv on the heap
      macsec: fix SA initialization

Samuel Gauthier (1):
      openvswitch: fix conntrack netlink event delivery

Simon Horman (1):
      sit: correct IP protocol used in ipip6_err

Simon Wunderlich (1):
      batman-adv: replace WARN with rate limited output on non-existing VLAN

Sowmini Varadhan (1):
      RDS: TCP: rds_tcp_accept_one() should transition socket from RESETTING to UP

Stefan Hajnoczi (1):
      vsock: make listener child lock ordering explicit

Su, Xuemin (1):
      udp reuseport: fix packet of same flow hashed to different socket

Sudarsana Reddy Kalluru (1):
      qed: Protect the doorbell BAR with the write barriers.

Sunil Goutham (2):
      net: thunderx: Fix link status reporting
      net: thunderx: Fix TL4 configuration for secondary Qsets

Sven Eckelmann (3):
      batman-adv: Fix use-after-free/double-free of tt_req_node
      batman-adv: Fix ICMP RR ethernet access after skb_linearize
      batman-adv: Clean up untagged vlan when destroying via rtnl-link

Thor Thayer (1):
      can: c_can: Update D_CAN TX and RX functions to 32 bit - fix Altera Cyclone access

Tom Goff (1):
      ipmr/ip6mr: Initialize the last assert time of mfc entries.

WANG Cong (3):
      act_ipt: fix a bind refcnt leak
      act_ife: only acquire tcf_lock for existing actions
      act_ife: acquire ife_mod_lock before reading ifeoplist

Wang Sheng-Hui (1):
      net/mlx5: use mlx5_buf_alloc_node instead of mlx5_buf_alloc in mlx5_wq_ll_create

Wei Yongjun (1):
      ibmvnic: fix to use list_for_each_safe() when delete items

Willem de Bruijn (1):
      sock_diag: do not broadcast raw socket destruction

Wolfgang Grandegger (1):
      can: at91_can: RX queue could get stuck at high bus load

Ying Xue (2):
      tipc: fix suspicious RCU usage
      tipc: eliminate uninitialized variable warning

Yuval Mintz (5):
      qed: Correct default vlan behavior
      qed: Prevent VF from Tx-switching 'promisc'
      qed*: Don't reset statistics on inner reload
      qed: Fix returning unlimited SPQ entries
      qed: Add missing port-mode

daniel (1):
      Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address

hayeswang (3):
      r8152: disable MAC clock speed down
      r8152: reset the bmu
      r8152: correct the rx early size

 MAINTAINERS                                            |   2 +-
 drivers/connector/cn_proc.c                            |  43 ++++-----
 drivers/net/bonding/bond_3ad.c                         |  64 +++++++++----
 drivers/net/can/at91_can.c                             |   5 +-
 drivers/net/can/c_can/c_can.c                          |  38 ++++++--
 drivers/net/can/dev.c                                  |   9 ++
 drivers/net/can/usb/Kconfig                            |   5 +-
 drivers/net/can/usb/gs_usb.c                           |  14 ++-
 drivers/net/can/usb/kvaser_usb.c                       |   8 +-
 drivers/net/ethernet/amd/au1000_eth.c                  |   4 +-
 drivers/net/ethernet/atheros/alx/alx.h                 |   4 -
 drivers/net/ethernet/atheros/alx/main.c                |  61 +++----------
 drivers/net/ethernet/broadcom/bgmac.c                  |   8 +-
 drivers/net/ethernet/cavium/thunder/nic_main.c         |  16 +++-
 drivers/net/ethernet/cavium/thunder/thunder_bgx.c      |  91 +++++++++++-------
 drivers/net/ethernet/cavium/thunder/thunder_bgx.h      |   2 +
 drivers/net/ethernet/ibm/ibmvnic.c                     |  14 +--
 drivers/net/ethernet/intel/e1000e/netdev.c             |  15 ++-
 drivers/net/ethernet/mediatek/mtk_eth_soc.c            |  61 +++++++++----
 drivers/net/ethernet/mediatek/mtk_eth_soc.h            |   3 +
 drivers/net/ethernet/mellanox/mlx4/cmd.c               |   1 -
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c         |  46 +++++++---
 drivers/net/ethernet/mellanox/mlx4/main.c              |   6 +-
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c          |   1 +
 drivers/net/ethernet/mellanox/mlx5/core/en.h           |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c   |  34 +++----
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c      |  35 ++++---
 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c        |   4 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h     | 228 ++++++++++++++++++++--------------------------
 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c        |   4 +-
 drivers/net/ethernet/mellanox/mlx5/core/main.c         |   3 +-
 drivers/net/ethernet/mellanox/mlx5/core/vxlan.c        |   3 +
 drivers/net/ethernet/mellanox/mlx5/core/wq.c           |  15 +--
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c         |   6 +-
 drivers/net/ethernet/mellanox/mlxsw/switchx2.c         |   5 +-
 drivers/net/ethernet/netronome/nfp/nfp_net_common.c    |   6 +-
 drivers/net/ethernet/qlogic/qed/qed_hsi.h              |   1 +
 drivers/net/ethernet/qlogic/qed/qed_l2.c               |   8 +-
 drivers/net/ethernet/qlogic/qed/qed_main.c             |   1 +
 drivers/net/ethernet/qlogic/qed/qed_spq.c              |  31 +++++--
 drivers/net/ethernet/qlogic/qede/qede_main.c           |   7 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c         |   2 +-
 drivers/net/ethernet/sfc/farch.c                       |   3 +-
 drivers/net/ethernet/smsc/smsc911x.c                   |   2 -
 drivers/net/ethernet/ti/cpsw.c                         |   4 -
 drivers/net/ethernet/tile/tilegx.c                     |   6 +-
 drivers/net/fddi/skfp/Makefile                         |   2 +-
 drivers/net/geneve.c                                   |  22 +++--
 drivers/net/macsec.c                                   |  49 ++++++++--
 drivers/net/phy/fixed_phy.c                            |  22 ++---
 drivers/net/phy/marvell.c                              |  82 ++++++++++++++---
 drivers/net/phy/smsc.c                                 |  17 +---
 drivers/net/team/team.c                                |   2 +
 drivers/net/usb/r8152.c                                |  37 +++++---
 drivers/net/vrf.c                                      |   4 +-
 drivers/net/vxlan.c                                    |  58 +++++++-----
 drivers/net/wireless/ath/ath10k/core.c                 |   2 +-
 drivers/net/wireless/ath/ath10k/htt_rx.c               |   1 -
 drivers/net/wireless/ath/ath10k/mac.c                  |   2 +-
 drivers/net/wireless/ath/ath9k/reg.h                   |   8 +-
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c      |   8 +-
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c          |   4 +-
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c          |   2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c           |  16 +++-
 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192e.c |   2 +-
 include/linux/bpf.h                                    |  32 ++++++-
 include/linux/inet_diag.h                              |   6 ++
 include/linux/mlx4/device.h                            |   1 +
 include/linux/net.h                                    |   3 +-
 include/linux/qed/qed_eth_if.h                         |   1 +
 include/linux/sock_diag.h                              |   6 ++
 include/net/gre.h                                      |   2 +-
 include/net/netfilter/nf_tables.h                      |   1 +
 include/net/tc_act/tc_ife.h                            |   6 +-
 include/uapi/linux/netfilter/Kbuild                    |   1 +
 include/uapi/linux/netfilter/xt_SYNPROXY.h             |   2 +
 kernel/bpf/verifier.c                                  |  41 ++-------
 kernel/events/core.c                                   |   2 +-
 kernel/trace/bpf_trace.c                               |  10 +-
 net/ax25/af_ax25.c                                     |   3 +-
 net/ax25/ax25_ds_timer.c                               |   5 +-
 net/ax25/ax25_std_timer.c                              |   5 +-
 net/ax25/ax25_subr.c                                   |   3 +-
 net/batman-adv/routing.c                               |   1 +
 net/batman-adv/soft-interface.c                        |   9 ++
 net/batman-adv/translation-table.c                     |  50 ++++++++--
 net/batman-adv/types.h                                 |   2 +
 net/bridge/br_input.c                                  |  15 ++-
 net/bridge/br_multicast.c                              |   4 +
 net/bridge/br_netlink.c                                |   2 +-
 net/bridge/br_private.h                                |  23 ++++-
 net/core/filter.c                                      |  16 +++-
 net/core/neighbour.c                                   |   6 +-
 net/ipv4/esp4.c                                        |  52 +++++++----
 net/ipv4/gre_demux.c                                   |  10 +-
 net/ipv4/ip_gre.c                                      |  26 +++---
 net/ipv4/ipconfig.c                                    |   4 +-
 net/ipv4/ipmr.c                                        |   4 +-
 net/ipv4/tcp_output.c                                  |   7 +-
 net/ipv4/udp.c                                         |  80 +++++-----------
 net/ipv6/icmp.c                                        |   2 +-
 net/ipv6/ip6_checksum.c                                |   7 +-
 net/ipv6/ip6_gre.c                                     |   2 +-
 net/ipv6/ip6mr.c                                       |   1 +
 net/ipv6/route.c                                       |   2 +-
 net/ipv6/sit.c                                         |   4 +-
 net/ipv6/tcp_ipv6.c                                    |   4 +-
 net/ipv6/udp.c                                         |  71 ++++-----------
 net/kcm/kcmproc.c                                      |   1 +
 net/mac80211/mesh.c                                    |   7 +-
 net/netfilter/nf_conntrack_core.c                      |   2 +
 net/netfilter/nf_tables_api.c                          |  24 +++--
 net/netfilter/nf_tables_core.c                         |   2 +-
 net/netfilter/nft_hash.c                               |   3 +-
 net/netfilter/nft_rbtree.c                             |   3 +-
 net/openvswitch/conntrack.c                            |  14 ++-
 net/rds/ib_cm.c                                        |   2 +-
 net/rds/loop.c                                         |   5 +-
 net/rds/sysctl.c                                       |   3 +-
 net/rds/tcp.h                                          |   2 +-
 net/rds/tcp_connect.c                                  |  26 +++---
 net/rds/tcp_listen.c                                   |   2 +-
 net/rds/tcp_recv.c                                     |   2 +-
 net/rds/tcp_send.c                                     |  14 +--
 net/rds/transport.c                                    |   3 +-
 net/sched/act_api.c                                    |   2 +-
 net/sched/act_ife.c                                    |  53 ++++++-----
 net/sched/act_ipt.c                                    |   7 +-
 net/sched/sch_fifo.c                                   |   4 +
 net/sched/sch_htb.c                                    |   2 +
 net/sched/sch_netem.c                                  |  12 +--
 net/sched/sch_prio.c                                   |  67 +++++---------
 net/sctp/sctp_diag.c                                   |   6 --
 net/tipc/bearer.c                                      |   2 +-
 net/tipc/link.c                                        |   3 +-
 net/tipc/msg.c                                         |   6 ++
 net/tipc/msg.h                                         |  11 ---
 net/tipc/socket.c                                      |  54 ++++++++---
 net/vmw_vsock/af_vsock.c                               |  12 ++-
 net/wireless/util.c                                    |   2 +-
 140 files changed, 1270 insertions(+), 893 deletions(-)

^ permalink raw reply	[flat|nested] 714+ messages in thread

end of thread, other threads:[~2021-03-10 13:15 UTC | newest]

Thread overview: 714+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-21 22:32 [GIT]: Sparc David Miller
2008-04-21 22:32 ` David Miller
2008-04-21 22:50 ` Roland Dreier
2008-04-21 22:50   ` Roland Dreier
2008-04-21 23:54   ` David Miller
2008-04-21 23:54     ` David Miller
2008-04-21 23:10 ` Linus Torvalds
2008-04-21 23:10   ` Linus Torvalds
2008-04-21 23:18   ` Al Viro
2008-04-21 23:18     ` Al Viro
2008-04-21 23:25     ` Al Viro
2008-04-21 23:25       ` Al Viro
2008-04-22  0:16       ` David Miller
2008-04-22  0:16         ` David Miller
2008-04-22  0:26         ` Al Viro
2008-04-22  0:26           ` Al Viro
2008-04-21 23:32     ` Linus Torvalds
2008-04-21 23:32       ` Linus Torvalds
2008-04-22  0:06   ` David Miller
2008-04-22  0:06     ` David Miller
2008-04-22  0:20     ` Linus Torvalds
2008-04-22  0:20       ` Linus Torvalds
2008-04-24 11:02 ` David Miller
2008-04-24 11:02   ` David Miller
2008-04-24 15:39   ` Linus Torvalds
2008-04-24 15:39     ` Linus Torvalds
2008-04-24 15:41     ` David Miller
2008-04-24 15:41       ` David Miller
2008-04-25 10:25 ` David Miller
2008-04-25 10:25   ` David Miller
2008-04-28  0:01 ` David Miller
2008-04-28  0:01   ` David Miller
2008-04-28  6:29   ` Christoph Hellwig
2008-04-28  6:29     ` Christoph Hellwig
2008-04-28  6:37     ` David Miller
2008-04-28  6:37       ` David Miller
2008-04-30  8:33 ` David Miller
2008-04-30  8:33   ` David Miller
2008-05-03  3:02 ` David Miller
2008-05-03  3:02   ` David Miller
2008-05-07  1:14 ` David Miller
2008-05-07  1:14   ` David Miller
2008-05-07 23:39 ` David Miller
2008-05-07 23:39   ` David Miller
2008-05-08  0:06   ` Linus Torvalds
2008-05-08  0:06     ` Linus Torvalds
2008-05-08  1:16     ` David Miller
2008-05-08  1:16       ` David Miller
2008-05-09  0:05 ` David Miller
2008-05-09  0:05   ` David Miller
2008-05-11  9:28 ` David Miller
2008-05-11  9:28   ` David Miller
2008-05-11 11:30   ` Christoph Hellwig
2008-05-12  7:58 ` David Miller
2008-05-12  7:58   ` David Miller
2008-05-14  1:19 ` David Miller
2008-05-14  1:19   ` David Miller
2008-05-15  0:22 ` David Miller
2008-05-15  0:22   ` David Miller
2008-05-16 22:27 ` David Miller
2008-05-16 22:27   ` David Miller
2008-05-20 23:04 ` David Miller
2008-05-20 23:04   ` David Miller
2008-05-22  4:55 ` David Miller
2008-05-22  4:55   ` David Miller
2008-05-26  6:18 ` David Miller
2008-05-26  6:18   ` David Miller
2008-06-04 23:56 ` David Miller
2008-06-04 23:56   ` David Miller
2008-06-13  4:15 ` David Miller
2008-06-13  4:15   ` David Miller
2008-07-21  6:41 ` David Miller
2008-07-21  6:41   ` David Miller
2008-07-23  0:14 ` David Miller
2008-07-23  0:14   ` David Miller
2008-07-24  6:27 ` David Miller
2008-07-24  6:27   ` David Miller
2008-07-25 22:21 ` David Miller
2008-07-25 22:21   ` David Miller
2008-07-28  1:09 ` David Miller
2008-07-28  1:09   ` David Miller
2008-08-02  5:12 ` David Miller
2008-08-02  5:12   ` David Miller
2008-08-05  1:43 ` David Miller
2008-08-08  6:20 ` David Miller
2008-08-08  6:20   ` David Miller
2008-08-13 23:45 ` David Miller
2008-08-13 23:45   ` David Miller
2008-08-14  0:21   ` David Miller
2008-08-14  0:21     ` David Miller
2008-08-18  5:39 ` David Miller
2008-08-18  5:39   ` David Miller
2008-08-25  3:40 ` David Miller
2008-08-25  3:40   ` David Miller
2008-08-30 20:01 ` David Miller
2008-08-30 20:01   ` David Miller
2008-09-08 20:59 ` David Miller
2008-09-08 20:59   ` David Miller
2008-09-09 23:13 ` David Miller
2008-09-09 23:13   ` David Miller
2008-09-12 22:59 ` David Miller
2008-09-12 22:59   ` David Miller
2008-09-19  2:28 ` David Miller
2008-09-19  2:28   ` David Miller
2008-09-22 23:18 ` David Miller
2008-09-22 23:18   ` David Miller
2008-10-11 22:33 ` David Miller
2008-10-11 22:33   ` David Miller
2008-10-13  7:00 ` David Miller
2008-10-13  7:00   ` David Miller
2008-10-24  0:33 ` David Miller
2008-10-24  0:33   ` David Miller
2008-10-31  6:02 ` David Miller
2008-10-31  6:02   ` David Miller
2008-11-02  7:45 ` David Miller
2008-11-02  7:45   ` David Miller
2008-11-11  6:23 ` David Miller
2008-11-11  6:23   ` David Miller
2008-11-17  7:51 ` David Miller
2008-11-17  7:51   ` David Miller
2008-12-02  7:19 ` David Miller
2008-12-02  7:19   ` David Miller
2008-12-04 19:58 ` David Miller
2008-12-04 19:58   ` David Miller
2008-12-18  3:57 ` David Miller
2008-12-18  3:57   ` David Miller
2008-12-29  4:51 ` David Miller
2008-12-29  4:51   ` David Miller
2009-01-06  2:34 ` David Miller
2009-01-06  2:34   ` David Miller
2009-01-08  1:19 ` David Miller
2009-01-08  1:19   ` David Miller
2009-01-11  7:56 ` David Miller
2009-01-11  7:56   ` David Miller
2009-01-16  0:02 ` David Miller
2009-01-16  0:02   ` David Miller
2009-01-26 22:57 ` David Miller
2009-01-26 22:57   ` David Miller
2009-02-04  7:27 ` David Miller
2009-02-04  7:27   ` David Miller
2009-02-10  4:21 ` David Miller
2009-02-10  4:21   ` David Miller
2009-02-25  7:15 ` David Miller
2009-02-25  7:15   ` David Miller
2009-03-12 15:58 ` David Miller
2009-03-12 15:58   ` David Miller
2009-03-23  8:40 ` David Miller
2009-03-23  8:40   ` David Miller
2009-03-26  9:08 ` David Miller
2009-03-26  9:08   ` David Miller
2009-03-28  1:18 ` David Miller
2009-03-28  1:18   ` David Miller
2009-03-30  0:11 ` David Miller
2009-03-30  0:11   ` David Miller
2009-04-08 23:08 ` David Miller
2009-04-08 23:08   ` David Miller
2009-04-16 11:12 ` David Miller
2009-04-16 11:12   ` David Miller
2009-04-22 10:48 ` David Miller
2009-04-22 10:48   ` David Miller
2009-06-01 10:26 ` David Miller
2009-06-01 10:26   ` David Miller
2009-08-26  3:38 ` David Miller
2009-08-26  3:38   ` David Miller
2009-09-04 12:27 ` David Miller
2009-09-04 12:27   ` David Miller
2009-09-12  4:01 ` David Miller
2009-09-12  4:01   ` David Miller
2009-09-12  9:53 ` Josip Rodin
2009-09-12  9:59 ` David Miller
2009-09-16  8:43 ` David Miller
2009-09-16  8:43   ` David Miller
2009-09-17 17:54 ` David Miller
2009-09-17 17:54   ` David Miller
2009-09-25 21:31 ` David Miller
2009-09-25 21:31   ` David Miller
2009-10-05  9:02 ` David Miller
2009-10-05  9:02   ` David Miller
2009-10-14 21:14 ` David Miller
2009-10-14 21:14   ` David Miller
2009-11-09  5:31 ` David Miller
2009-11-09  5:31   ` David Miller
2009-11-30  9:14 ` David Miller
2009-11-30  9:14   ` David Miller
2009-12-06  3:35 ` David Miller
2009-12-06  3:35   ` David Miller
2009-12-07 16:44 ` Leif Sawyer
2009-12-07 17:41 ` Sam Ravnborg
2009-12-15  6:04 ` David Miller
2009-12-15  6:04   ` David Miller
2010-01-05  7:28 ` David Miller
2010-01-05  7:28   ` David Miller
2010-01-26  0:56 ` David Miller
2010-01-26  0:56   ` David Miller
2010-01-26  9:23   ` Alexander Beregalov
2010-01-26  9:23     ` Alexander Beregalov
2010-01-26 12:12     ` David Miller
2010-01-26 12:12       ` David Miller
2010-02-10 18:04 ` David Miller
2010-02-10 18:04   ` David Miller
2010-02-11 20:45   ` David Miller
2010-02-11 20:45     ` David Miller
2010-02-19  7:29 ` David Miller
2010-02-19  7:29   ` David Miller
2010-02-20  0:23   ` David Miller
2010-02-20  0:23     ` David Miller
2010-02-22  2:32 ` David Miller
2010-02-22  2:32   ` David Miller
2010-03-02 12:41 ` David Miller
2010-03-02 12:41   ` David Miller
2010-03-04  8:28 ` David Miller
2010-03-04  8:28   ` David Miller
2010-03-14  2:17 ` David Miller
2010-03-14  2:17   ` David Miller
2010-03-14 14:34   ` Geert Uytterhoeven
2010-03-14 14:34     ` Geert Uytterhoeven
2010-03-14 21:24     ` David Miller
2010-03-14 21:24       ` David Miller
2010-03-16 21:46 ` David Miller
2010-03-16 21:46   ` David Miller
2010-04-20  8:49 ` David Miller
2010-04-20  8:49   ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2009-06-16 12:23 David Miller
2009-06-19  7:08 David Miller
2010-03-29 20:11 [GIT] Sparc David Miller
2010-03-29 20:11 ` David Miller
2010-04-04  8:15 ` David Miller
2010-04-04  8:15   ` David Miller
2010-04-13 11:43 ` David Miller
2010-04-13 11:43   ` David Miller
2010-05-19 19:50 ` David Miller
2010-05-19 19:50   ` David Miller
2010-07-21  4:25 ` [GIT] SPARC David Miller
2010-07-21  4:25   ` David Miller
2010-08-05  0:21 ` [GIT] Sparc David Miller
2010-08-05  0:21   ` David Miller
2010-08-09 10:28 ` David Miller
2010-08-09 10:28   ` David Miller
2010-08-18  1:03 ` David Miller
2010-08-18  1:03   ` David Miller
2010-08-18  1:31   ` Linus Torvalds
2010-08-18  1:31     ` Linus Torvalds
2010-08-18  1:59     ` Linus Torvalds
2010-08-18  1:59       ` Linus Torvalds
2010-08-18  2:14       ` David Miller
2010-08-18  2:14         ` David Miller
2010-08-18  2:12     ` David Miller
2010-08-18  2:12       ` David Miller
2010-08-18  2:50       ` Al Viro
2010-08-18  2:50         ` Al Viro
2010-08-24  9:02 ` David Miller
2010-08-24  9:02   ` David Miller
2010-09-11  4:25 ` David Miller
2010-09-11  4:25   ` David Miller
2010-09-22 18:10 ` David Miller
2010-09-22 18:10   ` David Miller
2010-09-22 18:32   ` Al Viro
2010-09-22 18:32     ` Al Viro
2010-09-22 18:46     ` Linus Torvalds
2010-09-22 18:46       ` Linus Torvalds
2010-09-22 18:53       ` Al Viro
2010-09-22 18:53         ` Al Viro
2010-09-22 19:04         ` Al Viro
2010-09-22 19:04           ` Al Viro
2010-09-22 19:08         ` Linus Torvalds
2010-09-22 19:08           ` Linus Torvalds
2010-09-22 19:53           ` Al Viro
2010-09-22 19:53             ` Al Viro
2010-09-22 20:43             ` Al Viro
2010-09-22 20:43               ` Al Viro
2010-09-22 21:15               ` David Miller
2010-09-22 21:15                 ` David Miller
2010-09-22 23:12                 ` Al Viro
2010-09-22 23:12                   ` Al Viro
2010-09-24  4:48                   ` David Miller
2010-09-24  4:48                     ` David Miller
2010-09-23  0:27                 ` Al Viro
2010-09-23  0:27                   ` Al Viro
2010-09-24  4:53                   ` David Miller
2010-09-24  4:53                     ` David Miller
2010-09-23  4:59           ` Al Viro
2010-09-23  4:59             ` Al Viro
2010-09-24  5:01             ` David Miller
2010-09-24  5:01               ` David Miller
2010-10-29  3:46 ` David Miller
2010-10-29  3:46   ` David Miller
2010-12-14 20:11 ` David Miller
2010-12-14 20:11   ` David Miller
2011-01-06 22:48 ` David Miller
2011-01-06 22:48   ` David Miller
2011-01-12  0:26 ` David Miller
2011-01-12  0:26   ` David Miller
2011-02-17 21:34 ` David Miller
2011-02-17 21:34   ` David Miller
2011-03-17  3:06 ` David Miller
2011-03-17  3:06   ` David Miller
2011-03-21  2:51 ` David Miller
2011-03-21  2:51   ` David Miller
2011-03-25 21:05 ` David Miller
2011-03-25 21:05   ` David Miller
2011-04-01  6:33 ` David Miller
2011-04-01  6:33   ` David Miller
2011-05-12  4:42 ` David Miller
2011-05-12  4:42   ` David Miller
2011-05-23  4:52 ` David Miller
2011-05-23  4:52   ` David Miller
2011-06-09 23:14 ` David Miller
2011-06-09 23:14   ` David Miller
2011-07-16 17:48 ` David Miller
2011-07-16 17:48   ` David Miller
2011-07-28  8:46 ` David Miller
2011-07-28  8:46   ` David Miller
2011-07-28 10:08   ` Anca Emanuel
2011-07-28 10:08     ` Anca Emanuel
2011-08-05 11:25 ` David Miller
2011-08-05 11:25   ` David Miller
2011-08-07 22:48 ` David Miller
2011-08-07 22:48   ` David Miller
2011-08-12  1:08 ` David Miller
2011-08-12  1:08   ` David Miller
2011-08-15 22:47 ` David Miller
2011-08-15 22:47   ` David Miller
2011-08-19  4:54 ` David Miller
2011-08-19  4:54   ` David Miller
2011-08-24  6:34 ` David Miller
2011-08-24  6:34   ` David Miller
2011-08-29 16:50 ` David Miller
2011-08-29 16:50   ` David Miller
2011-08-30 18:13 ` David Miller
2011-08-30 18:13   ` David Miller
2011-09-29 19:31 ` David Miller
2011-09-29 19:31   ` David Miller
2011-10-20  9:48 ` David Miller
2011-10-20  9:48   ` David Miller
2011-10-31  8:32 ` David Miller
2011-10-31  8:32   ` David Miller
2011-11-08 20:07 ` David Miller
2011-11-08 20:07   ` David Miller
2011-11-18 19:22 ` David Miller
2011-11-18 19:22   ` David Miller
2011-12-16 20:22 ` David Miller
2011-12-16 20:22   ` David Miller
2011-12-23 22:11 ` David Miller
2011-12-23 22:11   ` David Miller
2012-01-09 22:22 ` David Miller
2012-01-09 22:22   ` David Miller
2012-01-26 21:55 ` David Miller
2012-01-26 21:55   ` David Miller
2012-03-30  7:39 ` David Miller
2012-03-30  7:39   ` David Miller
2012-03-30 10:02   ` Sam Ravnborg
2012-03-30 10:02     ` Sam Ravnborg
2012-03-31  1:37 ` David Miller
2012-03-31  1:37   ` David Miller
2012-04-04  8:03 ` David Miller
2012-04-04  8:03   ` David Miller
2012-04-10 14:28 ` David Miller
2012-04-13 19:24 ` David Miller
2012-04-13 19:24   ` David Miller
2012-04-13 19:46   ` Linus Torvalds
2012-04-13 19:46     ` Linus Torvalds
2012-04-13 20:12     ` David Miller
2012-04-13 20:12       ` David Miller
2012-04-13 21:50     ` Sam Ravnborg
2012-04-13 21:50       ` Sam Ravnborg
2012-04-14  9:13       ` Ingo Molnar
2012-04-14  9:13         ` Ingo Molnar
2012-04-14 10:23         ` Sam Ravnborg
2012-04-14 10:23           ` Sam Ravnborg
2012-04-14 10:50           ` Ingo Molnar
2012-04-14 10:50             ` Ingo Molnar
2012-04-21 20:58 ` David Miller
2012-04-21 20:58   ` David Miller
2012-05-10 20:52 ` David Miller
2012-05-10 20:52   ` David Miller
2012-05-21  9:03 ` David Miller
2012-05-21  9:03   ` David Miller
2012-05-21 17:37   ` Linus Torvalds
2012-05-21 17:37     ` Linus Torvalds
2012-05-21 18:24     ` Sam Ravnborg
2012-05-21 18:24       ` Sam Ravnborg
2012-05-21 18:28       ` Linus Torvalds
2012-05-21 18:28         ` Linus Torvalds
2012-05-21 18:33         ` Linus Torvalds
2012-05-21 18:33           ` Linus Torvalds
2012-05-21 18:38         ` Sam Ravnborg
2012-05-21 18:38           ` Sam Ravnborg
2012-05-30 22:38 ` David Miller
2012-05-30 22:38   ` David Miller
2012-06-15 22:41 ` David Miller
2012-06-15 22:41   ` David Miller
2012-07-26 23:58 ` David Miller
2012-07-26 23:58   ` David Miller
2012-09-21 19:48 ` David Miller
2012-09-21 19:48   ` David Miller
2012-10-02 18:13 ` David Miller
2012-10-02 18:13   ` David Miller
2012-10-03  6:14 ` David Miller
2012-10-03  6:14   ` David Miller
2012-10-08 20:18 ` David Miller
2012-10-08 20:18   ` David Miller
2012-10-10  5:11   ` Al Viro
2012-10-10  5:11     ` Al Viro
2012-10-11  0:34     ` David Miller
2012-10-11  0:34       ` David Miller
2012-10-10  1:26 ` David Miller
2012-10-10  1:26   ` David Miller
2012-10-12 19:26 ` David Miller
2012-10-12 19:26   ` David Miller
2012-10-17  5:05 ` David Miller
2012-10-17  5:05   ` David Miller
2012-11-10 19:21 ` David Miller
2012-11-10 19:21   ` David Miller
2012-11-23 19:48 ` David Miller
2012-11-23 19:48   ` David Miller
2012-12-03 20:33 ` David Miller
2012-12-03 20:33   ` David Miller
2012-12-13 20:11 ` David Miller
2012-12-13 20:11   ` David Miller
2012-12-20  0:15 ` David Miller
2012-12-20  0:15   ` David Miller
2013-01-12 23:56 ` David Miller
2013-02-14 20:14 ` David Miller
2013-02-14 20:14   ` David Miller
2013-03-19 21:18 ` David Miller
2013-03-19 21:18   ` David Miller
2013-04-21  1:16 ` David Miller
2013-04-21  1:16   ` David Miller
2013-04-25  0:08 ` David Miller
2013-04-25  0:08   ` David Miller
2013-05-05  2:42 ` David Miller
2013-05-05  2:42   ` David Miller
2013-06-19  9:28 ` David Miller
2013-06-19  9:28   ` David Miller
2013-07-10 21:00 ` David Miller
2013-07-10 21:00   ` David Miller
2013-10-01 17:57 ` David Miller
2013-10-01 17:57   ` David Miller
2013-10-03  3:52 ` David Miller
2013-10-03  3:52   ` David Miller
2013-11-14 23:19 ` David Miller
2013-11-14 23:19   ` David Miller
2013-11-19 22:18 ` David Miller
2013-11-19 22:18   ` David Miller
2014-01-05  2:04 ` David Miller
2014-01-05  2:04   ` David Miller
2014-01-29  8:51 ` David Miller
2014-01-29  8:51   ` David Miller
2014-02-21 17:42 ` David Miller
2014-02-21 17:42   ` David Miller
2014-03-24 19:18 ` David Miller
2014-03-24 19:18   ` David Miller
2014-05-06 15:30 ` David Miller
2014-05-06 15:30   ` David Miller
2014-05-06 16:29   ` Dave Jones
2014-05-06 16:29     ` Dave Jones
2014-05-06 17:13     ` David Miller
2014-05-06 17:13       ` David Miller
2014-05-22 21:53 ` David Miller
2014-05-22 21:53   ` David Miller
2014-06-16  6:45 ` David Miller
2014-06-16  6:45   ` David Miller
2014-07-22  5:38 ` David Miller
2014-07-22  5:38   ` David Miller
2014-08-06  5:03 ` David Miller
2014-08-06  5:03   ` David Miller
2014-08-12  4:01 ` David Miller
2014-08-12  4:01   ` David Miller
2014-08-14 23:17 ` David Miller
2014-08-14 23:17   ` David Miller
2014-10-10 20:01 ` David Miller
2014-10-10 20:01   ` David Miller
2014-10-15 18:45 ` David Miller
2014-10-15 18:45   ` David Miller
2014-10-19 17:26 ` David Miller
2014-10-19 17:26   ` David Miller
2014-10-24 17:32 ` David Miller
2014-10-24 17:32   ` David Miller
2014-10-24 19:47   ` Linus Torvalds
2014-10-24 19:47     ` Linus Torvalds
2014-10-27 21:09     ` Andrew Morton
2014-10-27 21:09       ` Andrew Morton
2014-10-27 22:43       ` David Miller
2014-10-27 22:43         ` David Miller
2014-10-28 10:49         ` Steve Capper
2014-10-31 20:44 ` David Miller
2014-10-31 20:44   ` David Miller
2014-11-16 21:43 ` David Miller
2014-11-16 21:43   ` David Miller
2014-11-26 21:42 ` David Miller
2014-11-26 21:42   ` David Miller
2014-12-12 20:58 ` David Miller
2014-12-12 20:58   ` David Miller
2014-12-18 21:39 ` David Miller
2014-12-18 21:39   ` David Miller
2015-03-19  4:59 ` David Miller
2015-03-19  4:59   ` David Miller
2015-03-23 16:55 ` David Miller
2015-03-23 16:55   ` David Miller
2015-03-23 17:05   ` Linus Torvalds
2015-03-23 17:05     ` Linus Torvalds
2015-03-23 17:12     ` Linus Torvalds
2015-03-23 17:12       ` Linus Torvalds
2015-03-23 19:14       ` David Miller
2015-03-23 19:14         ` David Miller
2015-03-23 19:10     ` David Miller
2015-03-23 19:10       ` David Miller
2015-04-17 20:14 ` David Miller
2015-04-17 20:14   ` David Miller
2015-04-18 21:58 ` David Miller
2015-04-18 21:58   ` David Miller
2015-04-22  2:58 ` David Miller
2015-04-22  2:58   ` David Miller
2015-06-02  0:17 ` David Miller
2015-06-02  0:17   ` David Miller
2015-06-25 13:27 ` David Miller
2015-06-25 13:27   ` David Miller
2015-08-07  2:19 ` David Miller
2015-08-07  2:19   ` David Miller
2015-11-05 21:39 ` David Miller
2015-11-05 21:39   ` David Miller
2015-11-06  0:43   ` Linus Torvalds
2015-11-06  0:43     ` Linus Torvalds
2015-11-06  0:56     ` Linus Torvalds
2015-11-06  0:56       ` Linus Torvalds
2015-11-06  1:05       ` Julian Calaby
2015-11-06  1:05         ` Julian Calaby
2015-11-06  6:44         ` Julia Lawall
2015-11-06  6:44           ` Julia Lawall
2015-11-07  3:31           ` Julian Calaby
2015-11-07  3:31             ` Julian Calaby
2015-11-07  6:04             ` Julia Lawall
2015-11-07  6:04               ` Julia Lawall
2015-11-06  5:14     ` David Miller
2015-11-06  5:14       ` David Miller
2015-12-24 17:16 ` David Miller
2015-12-24 17:16   ` David Miller
2015-12-31 20:30 ` David Miller
2015-12-31 20:30   ` David Miller
2016-01-15 21:04 ` David Miller
2016-01-15 21:04   ` David Miller
2016-03-01  5:47 ` David Miller
2016-03-01  5:47   ` David Miller
2016-03-28 19:45 ` David Miller
2016-03-28 19:45   ` David Miller
2016-05-02  5:10 ` David Miller
2016-05-02  5:10   ` David Miller
2016-05-22  6:03 ` David Miller
2016-05-22  6:03   ` David Miller
2016-06-01  4:17 ` David Miller
2016-06-01  4:17   ` David Miller
2016-07-29 18:15 ` David Miller
2016-07-29 18:15   ` David Miller
2016-10-02 13:02 ` David Miller
2016-10-02 13:02   ` David Miller
2016-10-06  7:57 ` David Miller
2016-10-06  7:57   ` David Miller
2016-10-31  1:04 ` David Miller
2016-10-31  1:04   ` David Miller
2016-11-21 18:41 ` David Miller
2016-11-21 18:41   ` David Miller
2016-11-28 21:03 ` David Miller
2016-11-28 21:03   ` David Miller
2016-12-06 17:19 ` David Miller
2016-12-06 17:19   ` David Miller
2016-12-12 15:10 ` David Miller
2016-12-12 15:10   ` David Miller
2017-01-30 22:37 ` David Miller
2017-01-30 22:37   ` David Miller
2017-02-24 16:34 ` David Miller
2017-02-24 16:34   ` David Miller
2017-04-07 21:21 ` David Miller
2017-04-07 21:21   ` David Miller
2017-04-18 20:20 ` David Miller
2017-04-18 20:20   ` David Miller
2017-04-26 19:22 ` David Miller
2017-04-26 19:22   ` David Miller
2017-05-09 20:04 ` David Miller
2017-05-09 20:04   ` David Miller
2017-05-18 18:03 ` David Miller
2017-05-18 18:03   ` David Miller
2017-06-06 20:57 ` David Miller
2017-06-06 20:57   ` David Miller
2017-07-08 10:40 ` David Miller
2017-07-08 10:40   ` David Miller
2017-07-12  4:05 ` David Miller
2017-07-12  4:05   ` David Miller
2017-07-17 20:57 ` David Miller
2017-07-17 20:57   ` David Miller
2017-08-04 17:11 ` David Miller
2017-08-04 17:11   ` David Miller
2017-08-10  5:26 ` David Miller
2017-08-10  5:26   ` David Miller
2017-08-21 21:01 ` David Miller
2017-08-21 21:01   ` David Miller
2017-09-10  3:24 ` David Miller
2017-09-10  3:24   ` David Miller
2017-11-18  3:15 ` David Miller
2017-11-18  3:15   ` David Miller
2017-11-29 20:17 ` David Miller
2017-11-29 20:17   ` David Miller
2017-12-31  4:17 ` David Miller
2017-12-31  4:17   ` David Miller
2018-01-24 23:23 ` David Miller
2018-01-24 23:23   ` David Miller
2018-02-01 15:20 ` David Miller
2018-02-01 15:20   ` David Miller
2018-03-15 21:20 ` David Miller
2018-03-15 21:20   ` David Miller
2018-04-03 15:31 ` David Miller
2018-04-03 15:31   ` David Miller
2018-04-30 20:12 ` David Miller
2018-04-30 20:12   ` David Miller
2018-06-09 14:21 ` David Miller
2018-06-09 14:21   ` David Miller
2018-08-22  5:16 ` David Miller
2018-08-22  5:16   ` David Miller
2018-10-08  6:48 ` David Miller
2018-10-08  6:48   ` David Miller
2018-10-08 14:26   ` Greg KH
2018-10-08 14:26     ` Greg KH
2018-10-08 18:42 ` John Paul Adrian Glaubitz
2018-10-16  2:39 ` David Miller
2018-10-16  2:39   ` David Miller
2018-10-16 16:55   ` Greg KH
2018-10-16 16:55     ` Greg KH
2018-10-18 23:33 ` David Miller
2018-10-18 23:33   ` David Miller
2018-10-19  7:16   ` Greg KH
2018-10-19  7:16     ` Greg KH
2018-10-24  3:31 ` David Miller
2018-10-24  3:31   ` David Miller
2018-10-24  5:43   ` Linus Torvalds
2018-10-24  5:43     ` Linus Torvalds
2018-10-25 18:28 ` David Miller
2018-10-25 18:28   ` David Miller
2018-10-26  1:30   ` Linus Torvalds
2018-10-26  1:30     ` Linus Torvalds
2018-10-25 23:39 ` David Miller
2018-10-26  3:29 ` David Miller
2018-10-26 12:41 ` John Paul Adrian Glaubitz
2018-10-26 18:30 ` David Miller
2018-10-26 23:08 ` David Miller
2018-10-26 23:08   ` David Miller
2018-10-27  0:17   ` Linus Torvalds
2018-10-27  0:17     ` Linus Torvalds
2018-11-01  1:44 ` David Miller
2018-11-01  1:44   ` David Miller
2018-11-01 16:15   ` Linus Torvalds
2018-11-01 16:15     ` Linus Torvalds
2018-12-03  5:33 ` David Miller
2018-12-03  5:33   ` David Miller
2018-12-03 17:55   ` pr-tracker-bot
2018-12-21 20:42 ` David Miller
2018-12-21 20:42   ` David Miller
2018-12-21 22:30   ` pr-tracker-bot
2018-12-22 23:46 ` David Miller
2018-12-22 23:46   ` David Miller
2018-12-26 19:20   ` pr-tracker-bot
2019-05-09 21:35 ` David Miller
2019-05-09 21:35   ` David Miller
2019-05-09 22:15   ` pr-tracker-bot
2019-06-03  5:21 ` David Miller
2019-06-03  5:21   ` David Miller
2019-06-03 17:35   ` pr-tracker-bot
2019-07-13  6:17 ` David Miller
2019-07-13  6:17   ` David Miller
2019-07-13 23:15   ` pr-tracker-bot
2020-01-30 10:19 ` David Miller
2020-01-30 10:19   ` David Miller
2020-01-30 18:00   ` pr-tracker-bot
2020-02-02 10:57 ` David Miller
2020-02-02 10:57   ` David Miller
2020-02-02 20:20   ` pr-tracker-bot
2020-04-06 18:25 ` David Miller
2020-04-06 18:25   ` David Miller
2020-04-07 19:55   ` pr-tracker-bot
2020-06-08  0:16 ` David Miller
2020-06-08  0:16   ` David Miller
2020-06-08  0:35   ` pr-tracker-bot
2021-02-23 21:21 ` David Miller
2021-02-23 21:21   ` David Miller
2021-02-23 23:36   ` pr-tracker-bot
2021-03-08 23:46 ` [GIT] SPARC David Miller
2021-03-08 23:46   ` David Miller
2021-03-09  0:19   ` John Paul Adrian Glaubitz
2021-03-09  0:19     ` John Paul Adrian Glaubitz
2021-03-09 19:08     ` David Miller
2021-03-09 19:08       ` David Miller
2021-03-09 19:27       ` Linus Torvalds
2021-03-09 19:27         ` Linus Torvalds
2021-03-10  0:24         ` David Miller
2021-03-10  0:24           ` David Miller
2021-03-10  1:15           ` David Miller
2021-03-10  1:15             ` David Miller
2021-03-10  1:17             ` Linus Torvalds
2021-03-10  1:17               ` Linus Torvalds
2021-03-10  1:18               ` David Miller
2021-03-10  1:18                 ` David Miller
2021-03-10 10:40           ` Geert Uytterhoeven
2021-03-10 10:40             ` Geert Uytterhoeven
2021-03-10 13:14             ` Konstantin Ryabitsev
2021-03-10 13:14               ` Konstantin Ryabitsev
2012-05-24 21:32 [GIT] Sparc David Miller
2012-05-24 21:32 ` David Miller
2012-05-24 21:32 ` David Miller
2012-08-15  7:44 David Miller
2012-08-15  7:51 ` [GIT] Sparc David Miller
2012-08-15  7:51   ` David Miller
2013-02-20 22:09 David Miller
2013-09-05 20:44 David Miller
2013-09-05 22:32 ` Sergei Shtylyov
2013-09-06  2:54   ` David Miller
2016-06-29 13:06 David Miller
2016-06-29 13:32 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.