[linux] 01/01: Merge tag 'debian/4.3.5-1'
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sun Feb 7 05:30:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux.
commit 6c26fa513e1f55be6495ecd63c598aa9caf749b3
Merge: 1ba618c 4b5119e
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Sun Feb 7 05:28:43 2016 +0000
Merge tag 'debian/4.3.5-1'
debian/changelog | 157 ++++++++++++++
debian/config/arm64/config | 1 +
debian/config/kernelarch-powerpc/config-arch-64 | 10 +
debian/copyright | 37 ++++
debian/installer/modules/input-modules | 1 +
debian/installer/s390x/modules/s390x/btrfs-modules | 1 +
debian/installer/s390x/modules/s390x/isofs-modules | 1 +
debian/installer/s390x/modules/s390x/loop-modules | 1 +
debian/installer/s390x/modules/s390x/udf-modules | 1 +
debian/installer/s390x/modules/s390x/zlib-modules | 1 +
...the-per-user-amount-of-pages-allocated-in.patch | 237 +++++++++++++++++++++
.../all/rt2x00-fix-monitor-mode-regression.patch | 149 +++++++++++++
.../scsi-fix-crashes-in-sd-and-sr-runtime-pm.patch | 82 +++++++
...s-math-emu-correctly-handle-nop-emulation.patch | 140 ++++++++++++
.../debian/usb-fix-abi-change-in-4.3.5.patch | 23 ++
...hwrng-n2-attach-on-t5-m5-t7-m7-sparc-cpus.patch | 37 ++++
debian/patches/series | 6 +
debian/templates/image.bug/include-model | 5 +
18 files changed, 890 insertions(+)
diff --cc debian/changelog
index 8b03edb,745df9e..9b8a7ff
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,128 -1,160 +1,285 @@@
+linux (4.4.1-1~exp1) UNRELEASED; urgency=medium
+
+ * New upstream stable update:
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.4.1
+
+ [ Ricardo Salveti ]
+ * Extending ARM64 support:
+ - config: enabling support for the AMD Seattle platform
+ - nic-modules: adding amd-xgbe
+ - sata-modules: adding ahci_platform, required by AMD Overdrive
+ - config: enabling the cpuidle ARM driver
+ - config: enable multi-core scheduler support by default
+ - config: enable PCI generic host bridge by default
+ - config: enable CRYPTO_CRC32_ARM64 by default
+
+ [ Ian Campbell ]
+ * [arm64] Enabled support for QCOM platforms, options recommended by Martin
+ Michlmayr. (Closes: #812386)
+
+ [ Ben Hutchings ]
+ * linux-image: Make failure of depmod fatal, rather than asking what to do
+ * [mips*] linux-image: Remove debconf question for requirement of initramfs
+ * linux-image: Remove unnecessary debconf initialisations
+ * linux-{headers,image}: Remove support for version-specific hooks
+ * linux-headers: Make postinst script less verbose (see: #734266)
+ * [rt] Update to 4.4-rt3
+
+ -- Ian Campbell <ijc at debian.org> Sat, 23 Jan 2016 08:23:05 +0000
+
+linux (4.4-1~exp1) experimental; urgency=medium
+
+ * New upstream release: http://kernelnewbies.org/Linux_4.4
+
+ [ Ben Hutchings ]
+ * [armhf] Enable EXTCON_USB_GPIO, ENSORS_GPIO_FAN as modules, and
+ USB_DWC3_DUAL_ROLE instead of USB_DWC3_HOST (Closes: #810048)
+ * [rt] Update to 4.4-rt2
+
+ -- Ben Hutchings <ben at decadent.org.uk> Tue, 19 Jan 2016 22:25:06 +0000
+
+linux (4.4~rc8-1~exp1) experimental; urgency=medium
+
+ * New upstream release candidate
+
+ [ Ben Hutchings ]
+ * [rt] Update to 4.4-rc6-rt1 and re-enable
+ * [rt] Fix build error in kernel/time/hrtimer.c
+ * [rt] latency_hist: Update sched_switch probe
+ * [armhf] Add support for BCM2836 and Raspberry Pi 2:
+ - pwm: bcm2835: Calculate scaler in ->config()
+ - pwm: bcm2835: Prevent division by zero
+ - drm: Create a driver hook for allocating GEM object structs
+ - drm/vc4: Add a BO cache
+ - drm/vc4: Add create and map BO ioctls
+ - drm/vc4: Add an API for creating GPU shaders in GEM BOs
+ - drm/vc4: Fix a typo in a V3D debug register
+ - drm/vc4: Bind and initialize the V3D engine
+ - drm/vc4: Add support for drawing 3D frames
+ - drm/vc4: Add support for async pageflips
+ - drm/vc4: Add an interface for capturing the GPU state after a hang
+ - drm/vc4: copy_to_user() returns the number of bytes remaining
+ - drm/vc4: allocate enough memory in vc4_save_hang_state()
+ - drm/vc4: fix an error code
+ - bcm2835: Add a compat string for bcm2836 machine probe
+ - bcm2835: Add Kconfig support for bcm2836
+ - bcm2835: Define two new packets from the latest firmware
+ - bcm2835: add rpi power domain driver
+ - bcm2835: Split the DT for peripherals from the DT for the CPU
+ - bcm2835: Move the CPU/peripheral include out of common RPi DT
+ - bcm2835: Add devicetree for bcm2836 and Raspberry Pi 2 B
+ - bcm2835: Add the auxiliary clocks to the device tree
+ - Enable ARCH_BCM, ARCH_BCM2835, DMA_BCM2835, BCM2835_MBOX,
+ RASPBERRYPI_FIRMWARE, RASPBERRYPI_POWER
+ - Enable DRM_VC4, I2C_BCM2835, MMC_SDHCI_BCM2835, PWM_BCM2835, SPI_BCM2835,
+ SPI_BCM2835AUX, USB_DWC2, BCM2835_WDT, SND_BCM2835_SOC_I2S as modules
+ - udeb: Add sdhci-bcm2835 to mmc-modules, dwc2 to usb-modules
+ * [armhf] Enable INPUT_AXP20X_PEK, CAN_SUN4I, SND_SUN4I_CODEC as modules
+ (Closes: #808623)
+ * [x86] nvdimm: Change X86_PMEM_LEGACY from built-in to module
+ * [x86] Enable DEBUG_WX, X86_INTEL_MPX
+
+ [ Ian Campbell ]
+ * [armel/kirkwood] Updates/clarifications to kernel size limitations from
+ Martin Michlmayr. (Closes: #809528)
+ * [armhf] Enable support for Rockchip devices. (Closes: #809083)
+ * [armhf] Enable basic support for DRA7XX systems, such as Beagle-x15.
+ (Closes: #807624)
+
+ -- Ben Hutchings <ben at decadent.org.uk> Mon, 04 Jan 2016 17:23:28 +0000
+
+linux (4.4~rc6-1~exp1) experimental; urgency=medium
+
+ * New upstream release candidate
+ - include/linux/mmdebug.h: should include linux/bug.h
+ (fixes FTBFS on arm64)
+
+ [ Ben Hutchings ]
+ * [sparc64] udeb: Replace mpt2sas with mpt3sas in scsi-common-modules
+ (fixes FTBFS)
+
+ -- Ben Hutchings <ben at decadent.org.uk> Mon, 21 Dec 2015 17:30:10 +0000
+
+linux (4.4~rc5-1~exp1) experimental; urgency=medium
+
+ * New upstream release candidate
+
+ [ Ben Hutchings ]
+ * [arm64] Drop now-redundant patches for X-Gene (fixes FTBFS)
+ * [s390x] udeb: Add crc-modules package (fixes FTBFS)
+ * cirrus,mgag200: Drop patches for compatibility with wheezy userland
+
+ -- Ben Hutchings <ben at decadent.org.uk> Wed, 16 Dec 2015 17:16:09 +0000
+
+linux (4.4~rc4-1~exp1) experimental; urgency=medium
+
+ * New upstream release candidate
+
+ [ Ben Hutchings ]
+ * aufs: Update support patches to aufs4.x-rcN-20151123
+ * udeb: Make md-modules depend on crc-modules (Closes: #807661)
+ * [armel/kirkwood,armhf] crypto: Enable CRYPTO_DEV_MARVELL_CESA as module
+ (Closes: #807634)
+
+ -- Ben Hutchings <ben at decadent.org.uk> Sun, 13 Dec 2015 16:25:45 +0000
+
+ linux (4.3.5-1) unstable; urgency=medium
+
+ * New upstream stable update:
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.3.4
+ - toshiba_acpi: Initialize hotkey_event_type variable (regression in 4.3)
+ - USB: add quirk for devices with broken LPM
+ - usb: core : hub: Fix BOS 'NULL pointer' kernel panic
+ - pppoe: fix memory corruption in padt work structure (regression in 4.1)
+ - ipv6: keep existing flags when setting IFA_F_OPTIMISTIC
+ (regression in 4.1)
+ - vxlan: fix incorrect RCO bit in VXLAN header (regression in 4.0)
+ - sctp: update the netstamp_needed counter when copying sockets
+ - sctp: also copy sk_tsflags when copying the socket (regression in 3.17)
+ - r8152: fix lockup when runtime PM is enabled (regression in 4.2)
+ - ipv6: sctp: clone options to avoid use after free
+ - phy: micrel: Fix finding PHY properties in MAC node. (regression in 4.2)
+ - openvswitch: Fix helper reference leak
+ - openvswitch: Respect conntrack zone even if invalid
+ - net: fix IP early demux races
+ - vlan: Fix untag operations of stacked vlans with REORDER_HEADER off
+ - skbuff: Fix offset error in skb_reorder_vlan_header
+ - net: check both type and procotol for tcp sockets
+ - net_sched: make qdisc_tree_decrease_qlen() work for non mq
+ (regression in 4.3.3)
+ - net: fix uninitialized variable issue
+ - ipv6: automatically enable stable privacy mode if stable_secret set
+ - inet: tcp: fix inetpeer_set_addr_v4() (regression in 4.3)
+ - rhashtable: Enforce minimum size on initial hash table (regression in 4.1)
+ - fou: clean up socket with kfree_rcu
+ - af_unix: Revert 'lock_interruptible' in stream receive code
+ - tcp: restore fastopen with no data in SYN packet (regression in 4.0)
+ - rhashtable: Fix walker list corruption (regression in 4.1)
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.3.5
+ - [x86] mpx: Fix instruction decoder condition
+ - [x86] signal: Fix restart_syscall number for x32 tasks
+ - [x86] paravirt: Prevent rtc_cmos platform device init on PV guests
+ (regression in 4.2)
+ - [powerpc*] KVM: Book3S HV: Don't dynamically split core when already split
+ (regression in 4.3)
+ - [powerpc*] KVM: Book3S HV: Prohibit setting illegal transaction state
+ in MSR
+ - [x86] boot: Double BOOT_HEAP_SIZE to 64KB
+ - [x86] mm: Add barriers and document switch_mm()-vs-flush synchronization
+ (CVE-2016-2069)
+ - timers: Use proper base migration in add_timer_on()
+ - ipmi: move timer init to before irq is setup
+ - ALSA: hda - Disable 64bit address for Creative HDA controllers
+ - ALSA: hda - Fix lost 4k BDL boundary workaround (regression in 4.2)
+ - [x86] ALSA: hda - Fix noise on Dell Latitude E6440 (regression in 4.1)
+ - ALSA: hda - Skip ELD notification during system suspend
+ (regression in 4.3)
+ - ALSA: seq: Fix missing NULL check at remove_events ioctl
+ - ALSA: usb-audio: Avoid calling usb_autopm_put_interface() at disconnect
+ - ALSA: seq: Fix race at timer setup and close
+ - [x86] ALSA: hda - Fix white noise on Dell Latitude E5550
+ (regression in 4.1)
+ - ALSA: usb-audio: Fix mixer ctl regression of Native Instrument devices
+ (regression in 3.19)
+ - ALSA: timer: Harden slave timer list handling
+ - ALSA: timer: Fix race among timer ioctls
+ - ALSA: timer: Fix double unlink of active_list
+ - [x86] ALSA: hda - Add fixup for Dell Latitidue E6540 (regression in 4.1)
+ - ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat mode
+ - ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat mode
+ - ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0
+ - ALSA: timer: Handle disconnection more safely
+ - ASoC: rt286: Fix run time error while modifying const data
+ (regression in 4.3)
+ - airspy: increase USB control message buffer size (regression in 3.17)
+ - USB: fix invalid memory access in hub_activate()
+ - openvswitch: correct encoding of set tunnel action attributes
+ (regression in 4.3)
+ - veth: don’t modify ip_summed; doing so treats packets with bad checksums
+ as good.
+ - ipv6/addrlabel: fix ip6addrlbl_get()
+ - addrconf: always initialize sysctl table data
+ - connector: bump skb->users before callback invocation
+ - af_unix: Fix splice-bind deadlock
+ - bridge: Only call /sbin/bridge-stp for the initial network namespace
+ - net: filter: make JITs zero A for SKF_AD_ALU_XOR_X (regression in 3.16)
+ - net: sched: fix missing free per cpu on qstats (regression in 3.18)
+ - net: possible use after free in dst_release
+ - tcp: fix zero cwnd in tcp_cwnd_reduction (CVE-2016-2070)
+ (regression in 4.3)
+ - net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
+ - ipv6: tcp: add rcu locking in tcp_v6_send_synack()
+ - tcp_yeah: don't set ssthresh below 2
+ - udp: disallow UFO for sockets with SO_NO_CHECK option (regression in 4.0)
+ - net: preserve IP control block during GSO segmentation
+ - phonet: properly unshare skbs in phonet_rcv() (regression in 4.0)
+ - net: bpf: reject invalid shifts
+ - ipv6: update skb->csum when CE mark is propagated
+ - batman-adv: Avoid recursive call_rcu for batadv_bla_claim
+ - batman-adv: Avoid recursive call_rcu for batadv_nc_node
+ - batman-adv: Drop immediate batadv_orig_ifinfo free function
+ - batman-adv: Drop immediate batadv_neigh_node free function
+ - batman-adv: Drop immediate neigh_ifinfo free function
+ - batman-adv: Drop immediate batadv_hard_iface free function
+ - batman-adv: Drop immediate orig_node free function
+ - team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vid
+ - xfrm: dst_entries_init() per-net dst_ops
+ - [powerpc*] tm: Block signal return setting invalid MSR state
+ - [powerpc*] tm: Check for already reclaimed tasks
+ - [ppc64el] opal-irqchip: Fix double endian conversion (regression in 4.2)
+ - [powerpc*] opal-irqchip: Fix deadlock introduced by "Fix double endian
+ conversion"
+ - [powerpc*] powernv: pr_warn_once on unsupported OPAL_MSG type
+ - [powerpc*] Make value-returning atomics fully ordered
+ - [powerpc*] Make {cmp}xchg* and their atomic_ versions fully ordered
+ - [arm64] bpf: fix div-by-zero case
+ - [arm64] bpf: fix mod-by-zero case
+ - [arm64] cmpxchg_dbl: fix return value type (regression in 4.3)
+ - [arm*] KVM: test properly for a PTE's uncachedness
+ - [arm64] KVM: Fix AArch32 to AArch64 register mapping
+ - [arm*] KVM: correct PTE uncachedness check
+ - [arm64] kernel: enforce pmuserenr_el0 initialization and restore
+ - [arm*] iommu/arm-smmu: Fix error checking for ASID and VMID allocation
+ - HID: wacom: Tie cached HID_DG_CONTACTCOUNT indices to report ID
+ (regression in 4.3)
+ - HID: wacom: Expect 'touch_max' touches if HID_DG_CONTACTCOUNT not present
+ (regression in 4.3)
+ - HID: core: Avoid uninitialized buffer access
+ - staging: lustre: echo_copy.._lsm() dereferences userland pointers directly
+ - direct-io: Fix negative return from dio read beyond eof
+ - fix the regression from "direct-io: Fix negative return from dio read
+ beyond eof"
+ - [arm64] KVM: Add workaround for Cortex-A57 erratum 834220
+ - [arm64] kernel: fix architected PMU registers unconditional access
+
+ [ Ben Hutchings ]
+ * fuse: break infinite loop in fuse_fill_write_pages() (CVE-2015-8785)
+ * SCSI: fix crashes in sd and sr runtime PM (Closes: #801925)
+ * rt2x00: fix monitor mode regression (regression in 4.2)
+ * pipe: limit the per-user amount of pages allocated in pipes (CVE-2013-4312)
+ * [powerpc*] Enable CRYPTO_DEV_VMX and enable CRYPTO_DEV_VMX_ENCRYPT as
+ module (Closes: #813640)
+ * debian/copyright: Add licence information for drivers/crypto/vmx/*.pl
+ * udeb: Add hid-logitech-hidpp to input-modules (Closes: #796096)
+ * hwrng: n2 - Attach on T5/M5, T7/M7 SPARC CPUs (Closes: #809815)
+
+ [ Salvatore Bonaccorso ]
+ * netfilter: nf_nat_redirect: add missing NULL pointer check (CVE-2015-8787)
+
+ [ Aurelien Jarno ]
+ * [mips*] Backport math emulation fix from 4.5.
+ * [arm64] Enable RTC_DRV_EFI.
+
+ [ Hendrik Brueckner ]
+ * [s390x] udeb: include modules to mount ISOs (loop device)
+ (Closes: #812336)
+ * [s390x] udeb: include btrfs-modules (Closes: #812340)
+
+ [ Martin Michlmayr ]
+ * Include Device Tree model in reportbug script
+
+ -- Ben Hutchings <ben at decadent.org.uk> Sat, 06 Feb 2016 23:25:14 +0000
+
linux (4.3.3-7) unstable; urgency=medium
* linux-image-dbg: Don't rely on upstream makefile to make .build-id
diff --cc debian/config/arm64/config
index ab2e260,8f5ad6f..e68bf96
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@@ -247,20 -159,9 +247,21 @@@ CONFIG_POWER_RESET_SYSCON=
CONFIG_POWER_RESET_SYSCON_POWEROFF=y
##
+## file: drivers/regulator/Kconfig
+##
+CONFIG_REGULATOR=y
+CONFIG_REGULATOR_QCOM_RPM=m
+CONFIG_REGULATOR_QCOM_SMD_RPM=m
+
+##
+## file: drivers/reset/Kconfig
+##
+CONFIG_RESET_CONTROLLER=y
+
+##
## file: drivers/rtc/Kconfig
##
+ CONFIG_RTC_DRV_EFI=y
CONFIG_RTC_DRV_PL031=y
CONFIG_RTC_DRV_XGENE=y
diff --cc debian/patches/series
index 785e203,48392ef..53334a4
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -42,9 -44,14 +42,10 @@@ debian/snd-pcsp-disable-autoload.patc
bugfix/x86/viafb-autoload-on-olpc-xo1.5-only.patch
# Arch bug fixes
-bugfix/mips/disable-advansys.patch
-bugfix/arm64/arm64-add-missing-dts-entry-for-X-Gene-platform.patch
-bugfix/arm64/arm64-removed-using-of-the-mask-attribute-in-the-dts.patch
bugfix/x86/drm-i915-shut-up-gen8-sde-irq-dmesg-noise.patch
-bugfix/arm/arm-dts-kirkwood-fix-qnap-ts219-power-off.patch
-bugfix/x86/drm-i915-mark-uneven-memory-banks-on-gen4-desktop-as.patch
-bugfix/x86/bios-return-actual-size-of-the-buffer-retrieved-via-_rom.patch
+bugfix/arm/crypto-sun4i-ss-add-missing-statesize.patch
+bugfix/x86/drm-vmwgfx-fix-a-width-pitch-mismatch-on-framebuffer.patch
+ bugfix/mips/mips-math-emu-correctly-handle-nop-emulation.patch
# Arch features
features/mips/MIPS-increase-MAX-PHYSMEM-BITS-on-Loongson-3-only.patch
@@@ -101,9 -88,57 +102,14 @@@ features/all/grsecurity/grsecurity-kcon
#features/all/grsecurity/grsecurity-kbuild.patch
features/all/grsecurity/grkernsec_perf_harden.patch
-# Self-test bug fixes
-bugfix/all/selftests-add-missing-include-directives.patch
-bugfix/all/selftests-memfd-stop-unnecessary-rebuilds.patch
-bugfix/all/selftests-kprobe-choose-an-always-defined-function-t.patch
-bugfix/all/selftests-make-scripts-executable.patch
-bugfix/all/selftests-vm-try-harder-to-allocate-huge-pages.patch
-bugfix/all/selftests-breakpoints-actually-build-it.patch
-
-# ABI maintenance
-debian/armhf-sparc64-force-zone_dma-to-be-enabled.patch
-
# Security fixes
-bugfix/x86/kvm-x86-rename-update_db_bp_intercept-to-update_bp_i.patch
bugfix/all/usbvision-fix-overflow-of-interfaces-array.patch
bugfix/all/media-usbvision-fix-crash-on-detecting-device-with-i.patch
-bugfix/all/ovl-fix-permission-checking-for-setattr.patch
-bugfix/all/xen-add-ring_copy_request.patch
-bugfix/all/xen-netback-don-t-use-last-request-to-determine-mini.patch
-bugfix/all/xen-netback-use-ring_copy_request-throughout.patch
-bugfix/all/xen-blkback-only-read-request-operation-from-shared-.patch
-bugfix/all/xen-blkback-read-from-indirect-descriptors-only-once.patch
-bugfix/all/xen-scsiback-safely-copy-requests.patch
-bugfix/all/xen-pciback-save-xen_pci_op-commands-before-processi.patch
-bugfix/all/xen-pciback-return-error-on-xen_pci_op_enable_msi-wh.patch
-bugfix/all/xen-pciback-return-error-on-xen_pci_op_enable_msix-w.patch
-bugfix/all/xen-pciback-do-not-install-an-irq-handler-for-msi-in.patch
-bugfix/all/xen-pciback-for-xen_pci_op_disable_msi-x-only-disabl.patch
-bugfix/all/xen-pciback-don-t-allow-msi-x-ops-if-pci_command_mem.patch
bugfix/all/ptrace-being-capable-wrt-a-process-requires-mapped-uids-gids.patch
-debian/ptrace-fix-abi-change-for-priv-esc-fix.patch
-bugfix/x86/KVM-x86-Reload-pit-counters-for-all-channels-when-re.patch
-bugfix/all/drm-nouveau-pmu-do-not-assume-a-pmu-is-present.patch
-bugfix/x86/drm-i915-don-t-compare-has_drrs-strictly-in-pipe-con.patch
-bugfix/arm/crypto-sun4i-ss-add-missing-statesize.patch
-bugfix/all/revert-xhci-don-t-finish-a-td-if-we-get-a-short-transfer.patch
bugfix/all/usb-serial-visor-fix-crash-on-detecting-device-without-write_urbs.patch
bugfix/all/tty-fix-unsafe-ldisc-reference-via-ioctl-tiocgetd.patch
-bugfix/x86/drm-vmwgfx-fix-a-width-pitch-mismatch-on-framebuffer.patch
-bugfix/all/bcache-fix-a-livelock-when-we-cause-a-huge-number-of.patch
-bugfix/all/bcache-add-a-cond_resched-call-to-gc.patch
-bugfix/all/bcache-clear-bcache_dev_unlink_done-flag-when-attach.patch
-bugfix/all/bcache-fix-a-leak-in-bch_cached_dev_run.patch
-bugfix/all/bcache-unregister-reboot-notifier-if-bcache-fails-to.patch
-bugfix/all/bcache-allows-use-of-register-in-udev-to-avoid-devic.patch
-bugfix/all/bcache-prevent-crash-on-changing-writeback_running.patch
-bugfix/all/bcache-change-refill_dirty-to-always-scan-entire-dis.patch
-bugfix/all/fuse-break-infinite-loop-in-fuse_fill_write_pages.patch
+ bugfix/all/scsi-fix-crashes-in-sd-and-sr-runtime-pm.patch
-bugfix/all/netfilter-nf_nat_redirect-add-missing-NULL-pointer-c.patch
+ debian/usb-fix-abi-change-in-4.3.5.patch
+ bugfix/all/rt2x00-fix-monitor-mode-regression.patch
+ bugfix/all/pipe-limit-the-per-user-amount-of-pages-allocated-in.patch
-bugfix/all/fix-abi-changes-for-cve-2013-4312-fix.patch
+ features/sparc/hwrng-n2-attach-on-t5-m5-t7-m7-sparc-cpus.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