[kernel-team] branch master updated (a0dcbb7 -> e7b8179)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Dec 21 00:30:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a change to branch master
in repository kernel-team.

      from  a0dcbb7   Remove Thorsten Glaser as unofficial m68k maintainer
       new  70de20d   Add my random scripts
       new  b09ef84   Add script to reassign misassigned kernel bugs
       new  150486e   Set context for git-am to 2, consistent with patch options
       new  1f6d01a   Reset the git branch more efficiently
       new  d2495a3   Add script to find blobs embedded in C code
       new  04fba0e   Add script to list patches applied minus those reverted
       new  6972f42   Add Jurij's config extractor before it gets lost
       new  b9ae0ab   Add script for decompressing vmlinuz
       new  e8ddb32   Strip .0 from upstream tag names
       new  70c2884   Flag binary file changes too
       new  104678f   Handle bugs with source packages of '', 'linux-2.6.24', etc.
       new  7afa341   Process any 'Cc: stable' lines when formatting for backport
       new  555302f   Support the new patch series convention when exporting to git
       new  a422217   Relax matching of 'Cc: stable' lines
       new  535fe06   Update for renaming of linux-latest-2.6 and prepare for renaming of linux-2.6
       new  fa22c20   Update for renaming of linux-latest-2.6 and prepare for renaming of linux-2.6
       new  3d49f97   Fix application of orig-N series for N > 0, although this is likely dead code
       new  bf50a98   Add support for quilt series files
       new  d42477a   Adjust for source format 3.0 (quilt)
       new  373e72e   Add script to get the names of enabled modules and built-in could-be-modules
       new  2075a5c   Add script to list which stable series have a given upstream commit
       new  773b322   git-check-in-stable: show short hash and subject for each match
       new  9a2c038   git-format-patch-for-backport: Drop the '[PATCH]' subject prefix
       new  c01fa30   get-modules-enabled: Proper show usage and report wrong number of arguments
       new  dac3e63   get-modules-enabled: Sort output by name
       new  814a3f9   Mark all scripts as executable
       new  4f401a2   debian-kernel-patches-to-git: Fix two bugs in file removal
       new  a5f4b25   Adapt git-format-patch-for-backport to be Debian-specific again
       new  ceb5656   git-format-patch-for-debian: Generate DEP-3 Origin header field
       new  6b2fe79   git-format-patch-for-debian: Add --local option for patches not upstream
       new  716a384   Add Steven Rostedt's and Ubuntu's unofficial stable branches
       new  33e0b2a   Add support for sourceforge git viewer in git-format-patch-for-debian
       new  14661eb   Show which stable update each commit went into, not just which branch it was on
       new  8c69631   Add my oops disassembly script
       new  c04ad80   git-check-in-stable: Show short hash for each match
       new  db46897   disasm-oops: Add support for ppc64 and (untested) ppc64le
       new  87ec0fa   bts-reassign-to-linux: Recognise another multiple package assignment
       new  57fb6fc   git-format-patch-for-debian: Add support for git.infradead.org gitweb URLs
       new  219f02b   Add script to simplify adding patches to the linux-2.6 source package
       new  f6b79e9   Add optional second parameter specifying a single stable branch to check
       new  3e87f02   Reorganise option parsing into while/case statements
       new  251042e   Add --bug option to add bug URLs to the patch header
       new  d9d5621   Handle cgit URLs on kernel.ubuntu.com git
       new  bd47c15   linux-2.6-add-patch: Add new files with git not svn
       new  5c40e6f   git-format-patch-for-debian: Add another cgit URL pattern
       new  4efd341   Rename patch listing script that's specific to the linux-2.6 patch system
       new  e7b8179   Merge branch 'benh-scripts'

The 47 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 scripts/benh/bts-reassign-to-linux          | 125 +++++++++++++++++
 scripts/benh/debian-kernel-patches-to-git   | 199 ++++++++++++++++++++++++++++
 scripts/benh/disasm-oops                    |  84 ++++++++++++
 scripts/benh/get-modules-enabled            | 134 +++++++++++++++++++
 scripts/benh/getconfig.py                   | 173 ++++++++++++++++++++++++
 scripts/benh/git-check-in-stable            |  27 ++++
 scripts/benh/git-format-patch-for-debian    | 106 +++++++++++++++
 scripts/benh/grep-int-array                 |  67 ++++++++++
 scripts/benh/linux-2.6-add-patch            |  35 +++++
 scripts/benh/linux-2.6-list-applied-patches |  73 ++++++++++
 scripts/benh/zcat-linux-image               |  74 +++++++++++
 11 files changed, 1097 insertions(+)
 create mode 100755 scripts/benh/bts-reassign-to-linux
 create mode 100755 scripts/benh/debian-kernel-patches-to-git
 create mode 100755 scripts/benh/disasm-oops
 create mode 100755 scripts/benh/get-modules-enabled
 create mode 100755 scripts/benh/getconfig.py
 create mode 100755 scripts/benh/git-check-in-stable
 create mode 100755 scripts/benh/git-format-patch-for-debian
 create mode 100755 scripts/benh/grep-int-array
 create mode 100755 scripts/benh/linux-2.6-add-patch
 create mode 100755 scripts/benh/linux-2.6-list-applied-patches
 create mode 100755 scripts/benh/zcat-linux-image

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kernel-team.git



More information about the Kernel-svn-changes mailing list