[linux] branch sid updated (054d5ce -> 9f602f3)
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sat Aug 22 17:28:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
benh pushed a change to branch sid
in repository linux.
from 054d5ce [mips*] Build ext4 as module. Add core-modules and ext4-modules udeb. Fixes FTBFS.
new b90c8d2 [mips] udeb: Remove ext{2,3}-modules from Provides list for kernel-image
new f26069a [i386] udeb: Make gpio_keys_polled and leds-gpio optional in input-modules
new 21cc1b7 Add ABI reference for 4.1.0-2
new cbf8872 Update to 4.1.6
new 9f602f3 perf: Fix AUX buffer refcounting
The 5 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:
debian/abi/4.1.0-2/alpha_none_alpha-generic | 13123 ++++++++++++++
debian/abi/4.1.0-2/alpha_none_alpha-smp | 13245 ++++++++++++++
debian/abi/4.1.0-2/amd64_none_amd64 | 17225 +++++++++++++++++++
debian/abi/4.1.0-2/amd64_rt_amd64 | 17194 ++++++++++++++++++
debian/abi/4.1.0-2/arm64_none_arm64 | 12783 ++++++++++++++
debian/abi/4.1.0-2/armel_none_kirkwood | 12610 ++++++++++++++
debian/abi/4.1.0-2/armel_none_orion5x | 12235 +++++++++++++
debian/abi/4.1.0-2/armel_none_versatile | 11904 +++++++++++++
debian/abi/4.1.0-2/armhf_none_armmp | 14696 ++++++++++++++++
debian/abi/4.1.0-2/armhf_none_armmp-lpae | 14752 ++++++++++++++++
debian/abi/4.1.0-2/hppa_none_parisc | 11456 ++++++++++++
debian/abi/4.1.0-2/hppa_none_parisc64-smp | 12211 +++++++++++++
debian/abi/4.1.0-2/m68k_none_m68k | 6882 ++++++++
debian/abi/4.1.0-2/powerpc_none_powerpc | 13783 +++++++++++++++
debian/abi/4.1.0-2/powerpc_none_powerpc-smp | 13922 +++++++++++++++
debian/abi/4.1.0-2/powerpc_none_powerpc64 | 14323 +++++++++++++++
debian/abi/4.1.0-2/ppc64_none_powerpc64 | 14323 +++++++++++++++
debian/abi/4.1.0-2/ppc64el_none_powerpc64le | 13957 +++++++++++++++
debian/abi/4.1.0-2/s390x_none_s390x | 10994 ++++++++++++
debian/abi/4.1.0-2/sparc64_none_sparc64 | 12535 ++++++++++++++
debian/abi/4.1.0-2/sparc64_none_sparc64-smp | 12664 ++++++++++++++
debian/changelog | 91 +-
debian/config/defines | 2 +
debian/installer/i386/modules/i386/input-modules | 5 +-
debian/installer/mips/package-list | 2 +-
.../md-use-kzalloc-when-bitmap-is-disabled.patch | 69 -
.../all/perf-fix-aux-buffer-refcounting.patch | 135 +
.../perf-fix-double-free-of-the-aux-buffer.patch | 2 +-
...ry-64-Remove-pointless-jump-to-irq_return.patch | 47 -
...ble-nested-do_nmi-handling-for-64-bit-ker.patch | 191 -
...x86-nmi-64-Remove-asm-code-that-saves-cr2.patch | 53 -
...i-64-Switch-stacks-on-userspace-NMI-entry.patch | 112 -
...07-x86-nmi-64-Improve-nested-NMI-comments.patch | 286 -
...0008-x86-nmi-64-Reorder-nested-NMI-checks.patch | 91 -
...Use-DF-to-avoid-userspace-RSP-confusing-n.patch | 90 -
...-kvm_apic_has_events-to-check-for-null-po.patch | 24 -
debian/patches/series | 11 +-
37 files changed, 277050 insertions(+), 978 deletions(-)
create mode 100644 debian/abi/4.1.0-2/alpha_none_alpha-generic
create mode 100644 debian/abi/4.1.0-2/alpha_none_alpha-smp
create mode 100644 debian/abi/4.1.0-2/amd64_none_amd64
create mode 100644 debian/abi/4.1.0-2/amd64_rt_amd64
create mode 100644 debian/abi/4.1.0-2/arm64_none_arm64
create mode 100644 debian/abi/4.1.0-2/armel_none_kirkwood
create mode 100644 debian/abi/4.1.0-2/armel_none_orion5x
create mode 100644 debian/abi/4.1.0-2/armel_none_versatile
create mode 100644 debian/abi/4.1.0-2/armhf_none_armmp
create mode 100644 debian/abi/4.1.0-2/armhf_none_armmp-lpae
create mode 100644 debian/abi/4.1.0-2/hppa_none_parisc
create mode 100644 debian/abi/4.1.0-2/hppa_none_parisc64-smp
create mode 100644 debian/abi/4.1.0-2/m68k_none_m68k
create mode 100644 debian/abi/4.1.0-2/powerpc_none_powerpc
create mode 100644 debian/abi/4.1.0-2/powerpc_none_powerpc-smp
create mode 100644 debian/abi/4.1.0-2/powerpc_none_powerpc64
create mode 100644 debian/abi/4.1.0-2/ppc64_none_powerpc64
create mode 100644 debian/abi/4.1.0-2/ppc64el_none_powerpc64le
create mode 100644 debian/abi/4.1.0-2/s390x_none_s390x
create mode 100644 debian/abi/4.1.0-2/sparc64_none_sparc64
create mode 100644 debian/abi/4.1.0-2/sparc64_none_sparc64-smp
delete mode 100644 debian/patches/bugfix/all/md-use-kzalloc-when-bitmap-is-disabled.patch
create mode 100644 debian/patches/bugfix/all/perf-fix-aux-buffer-refcounting.patch
delete mode 100644 debian/patches/bugfix/x86/0003-x86-asm-entry-64-Remove-pointless-jump-to-irq_return.patch
delete mode 100644 debian/patches/bugfix/x86/0004-x86-nmi-Enable-nested-do_nmi-handling-for-64-bit-ker.patch
delete mode 100644 debian/patches/bugfix/x86/0005-x86-nmi-64-Remove-asm-code-that-saves-cr2.patch
delete mode 100644 debian/patches/bugfix/x86/0006-x86-nmi-64-Switch-stacks-on-userspace-NMI-entry.patch
delete mode 100644 debian/patches/bugfix/x86/0007-x86-nmi-64-Improve-nested-NMI-comments.patch
delete mode 100644 debian/patches/bugfix/x86/0008-x86-nmi-64-Reorder-nested-NMI-checks.patch
delete mode 100644 debian/patches/bugfix/x86/0009-x86-nmi-64-Use-DF-to-avoid-userspace-RSP-confusing-n.patch
delete mode 100644 debian/patches/bugfix/x86/kvm-x86-fix-kvm_apic_has_events-to-check-for-null-po.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list