- linux-4.9 (4.9.30-2+deb9u2+rpi1+stretch+buster) buster-staging; urgency=medium
-
- * Rebuild under buster
- * Fix linux-compiler package generation.
- * Fix usbip "format-overflow" failure.
-
- -- Peter Michael Green <plugwash@raspbian.org> Thu, 05 Oct 2017 02:53:12 +0000
-
- linux-4.9 (4.9.30-2+deb9u2+rpi1+stretch) stretch-staging; urgency=medium
-
- * Rebuild under stretch.
- * Re-enable libc-dev package.
-
- -- Peter Michael Green <plugwash@raspbian.org> Wed, 27 Sep 2017 02:45:53 +0000
-
- linux-4.9 (4.9.30-2+deb9u2+rpi1) jessie-staging; urgency=medium
++linux-4.9 (4.9.51-1+rpi1) buster-staging; urgency=medium
+
+ [Changes from 3.18.5-1~exp1+rpi1 or earlier]
+ [Vagrant Cascadian <vagrant@debian.org>]
+ * disable other armhf variants.
+ * disable other armhf debian-installer variants.
+ * attempt to enable debian-installer udebs for rpi.
+ * try harder to enable debian-installer udebs.
+ [Peter Michael Green]
+ * Include patches to support RaspberryPI from:
+ https://github.com/raspberrypi/linux.git
+ branch: rpi-3.16.y
+ * add script to automatically regenerate rpi patches from git repos
+ * add hack to allow upgrading of kernel located on fat partition to succeed
+ * Fix clean target
+ * Merge config changes from 3.10.11-1+rpi4 packaging.
+ * Build hardware rng module.
+ * Build pps module for gps timeserver support.
+ * Disable fat modules udeb because we are compiling fat support in.
+ * Disable patches that conflict with or duplicate rpi patches
+ - features/all/cgroups-Allow-memory-cgroup-support-to-be-included-b.patch
+ * Add various kernel config changes that the raspberry pi foundation made between
+ 3.14 and 3.16 kernel series.
+ * Changes forward ported from 3.12 packaging
+ + optimise update-rpi-patches script a bit (reduce the number of calls to
+ quilt refresh).
+ + apply GPIO related configuration changes requested by Diederik
+ (LP: 1403865)
+ * Rename source package and don't build libc-dev package
+ * Add support for raspberry pi 2
+ + also turn on some stuff for pi1 that was noticed during the pi1/pi2
+ config comparison.
+
+ [Changes introduced in 3.18.5-1~exp1+rpi10 by Peter Michael Green]
+ * Fix kernel configuration for keyboard
+ * split out config.rpix containing config containing settings that
+ are used for both pi1 and pi2.
+
+ [Changes introduced in 3.18.5-1~exp1+rpi11 by Peter Michael Green]
+ * add copyright header to mkknling.
+ * enable I2S modules now we have device tree support.
+
+ [Changes introduced in 3.18.5-1~exp1+rpi17 by Peter Micheal Green]
+ * Add RTC drivers requested by Diederik
+ * Update mmc/dma settings to hopefully fix build failure.
+
+ [Changes introduced in 4.4.6-1+rpi1 by Peter Michael Green]
+ * Disable patches that conflict or potentially conflict with rpi patches.
+ + all patches under features/arm/rpi/
+ + features/all/cgroups-Allow-memory-cgroup-support-to-be-included-b.patch
+ + bugfix/all/uas-fix-high-order-alloc.patch
+ + bugfix/all/firmware-remove-redundant-log-messages-from-drivers.patch
+ * Disable rpi_9999_other_changes.patch, it seems to contain only garbage.
+ * add device tree trailer using scripts/mkknlimg (previously we used our own copy of mkknlimg)
+
+
+ [changes brought forward from 4.4.6-1+rpi2 by Peter Michael Green <plugwash@raspbian.org> at Sun, 17 Apr 2016 01:49:37 +0000]
+ * Add a load of rpf config settings to try and fix boot failure
+ (if it works a cleanup process will be started afterwards)
+
+ [changes brought forward from 4.4.6-1+rpi3 by Peter Michael Green <plugwash@raspbian.org> at Tue, 19 Apr 2016 14:24:19 +0000]
+ * Don't specity an ext3-modules udeb for rpi and rpi2 flavors, debian no
+ longer seems to provide a template for it
+ * Don't specity an ext2-modules udeb for rpi and rpi2 flavors, debian no
+ longer seems to provide a template for it
+ * Remove some of the rpf config settings added in 4.4.6-1+rpi2
+
+ [changes brought forward from 4.4.6-1+rpi4 by Peter Michael Green <plugwash@raspbian.org> at Thu, 21 Apr 2016 21:08:58 +0000]
+ * With previous version rpi2 kernel booted but rpi kernel didn't.
+ try some more config changes.
+
+ [changes brought forward from 4.4.6-1+rpi5 by Peter Michael Green <plugwash@raspbian.org> at Tue, 26 Apr 2016 15:34:06 +0000]
+ * Unshelve some more config settings.
+
+ [changes brought forward from 4.4.6-1+rpi6 by Peter Michael Green <plugwash@raspbian.org> at Thu, 28 Apr 2016 13:30:55 +0000]
+ * Unshelve some more config settings.
+
+ [changes brought forward from 4.4.6-1+rpi7 by Peter Michael Green <plugwash@raspbian.org> at Thu, 28 Apr 2016 18:09:56 +0000]
+ * unshelve some more config settings.
+
+ [changes brought forward from 4.4.6-1+rpi8 by Peter Michael Green <plugwash@raspbian.org> at Thu, 28 Apr 2016 23:00:11 +0000]
+ * unshelve yet more config settings.
+
+ [changes brought forward from 4.4.6-1+rpi9 by Peter Michael Green <plugwash@raspbian.org> at Sat, 30 Apr 2016 23:47:50 +0000]
+ * Unshelve remaining config settings (this should make us equivilent to +rpi2)
+
+ [changes brought forward from 4.4.6-1+rpi10 by Peter Michael Green <plugwash@raspbian.org> at Sun, 01 May 2016 21:47:14 +0000]
+ * Remove config settings unshelved in +rpi7 and +rpi8
+
+ [changes brought forward from 4.4.6-1+rpi11 by Peter Michael Green <plugwash@raspbian.org> at Mon, 02 May 2016 01:51:47 +0000]
+ * Remove settings unshelved in +rpi5 and +rpi6
+
+ [changes brought forward from 4.4.6-1+rpi12 by Peter Michael Green <plugwash@raspbian.org> at Mon, 02 May 2016 14:59:12 +0000]
+ * Merge config.test into config.rpi
+ * Allow loop drivers to be built as modules so udeb build succeeds.
+ * Remove CONFIG_FIRMWARE_IN_KERNEL from config.rpi
+
+ [changes brought forward from 4.4.6-1+rpi13 by Peter Michael Green <plugwash@raspbian.org> at Tue, 03 May 2016 02:16:27 +0000]
+ * Remove more stuff from config.rpi because it's breaking udeb generation
+ + Remove "# CONFIG_CRYPTO_BLOWFISH is not set"
+ + Remove "# CONFIG_CRYPTO_SERPENT is not set"
+ + Remove "# CONFIG_CRYPTO_TWOFISH is not set"
+ + Remove "# CONFIG_MINIX_FS is not set"
+
+ [changes brought forward from 4.4.6-1+rpi14 by Peter Michael Green <plugwash@raspbian.org> at Thu, 05 May 2016 19:38:10 +0000]
+ * Add a couple of settings to the rpi2 config based on looking at difference
+ between foundation rpi and rpi2 configs.
+ * Move a bunch of stuff from rpi config to rpix config.
+
+ [changes introduced in 4.9.13-1+rpi1 by Peter Michael Green]
+ * Move to new git rebased based strategy for generating rpi patches
+ * Cleanup some stuff dgit doesn't like in clean target.
+ * Disable kernel signing.
+ * Deversion debhelper build-dependency.
+ * swap order of asciidoc and asciidoc-base alternative build-depends.
+ * Deversion flex build-dependency
+ * Deversion libbabeltrace-dev and libbabeltrace-ctf-dev build-dependencys
+ * Build with gcc-4.9
+ * Fix build failure with debhelper versions that don't know --no-automatic-dbgsym
+ * Remove ext3 modules from d-i package list.
+
+ [changes brought forward from 4.9.13-1+rpi2 by Peter Michael Green <plugwash@raspbian.org> at Thu, 11 May 2017 17:42:57 +0000]
+ * Make config changes based on diff between rpi-4.4.y and rpi-4.9.y branches.
+ * Further fixes to clean target.
+
+ [changes brought forward from 4.9.13-1+rpi3 by Peter Michael Green <plugwash@raspbian.org> at Thu, 18 May 2017 17:44:34 +0000]
+ * Fix "linux-compiler" packaging stuff for compiler version change.
+ * Remove usbip and cpupower binary packages as they are unversioned.
+
+ [changes introduced in 4.9.30-2+deb9u2+rpi1 by Peter Michael Green]
+ * Remove the following patches from debian/patches/series-rt
+ + features/all/rt/signals-allow-rt-tasks-to-cache-one-sigqueue-struct.patch
+ + features/all/rt/printk-kill.patch from debian/patches/series-rt
+ + features/all/rt/printk-27force_early_printk-27-boot-param-to-help-with-debugging.patch
+ + features/all/rt/sched-mmdrop-delayed.patch
+ * Remove debian/installer/armhf/modules/armhf-rpi*/ext?-modules
+
- -- Peter Michal Green <plugwash@raspbian.org> Thu, 20 Jul 2017 21:17:24 +0000
++ [changes brought forward from 4.9.30-2+deb9u2+rpi1+stretch by Peter Michael Green <plugwash@raspbian.org> at Wed, 27 Sep 2017 02:45:53 +0000]
++ * Rebuild under stretch.
++ * Re-enable libc-dev package.
++
++ [changes brought forward from 4.9.30-2+deb9u2+rpi1+stretch+buster by Peter Michael Green <plugwash@raspbian.org> at Thu, 05 Oct 2017 02:53:12 +0000]
++ * Rebuild under buster
++ * Fix linux-compiler package generation.
++ * Fix usbip "format-overflow" failure.
++
++ -- Raspbian forward porter <root@raspbian.org> Sun, 08 Oct 2017 00:26:45 +0000
++
+ linux (4.9.51-1) stretch; urgency=medium
+
+ * New upstream stable update:
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.48
+ - [x86] i2c: ismt: Don't duplicate the receive length for block reads
+ - [x86] i2c: ismt: Return EMSGSIZE for block reads with bogus length
+ - crypto: algif_skcipher - only call put_page on referenced and used pages
+ - mm, uprobes: fix multiple free of ->uprobes_state.xol_area
+ - mm, madvise: ensure poisoned pages are removed from per-cpu lists
+ - ceph: fix readpage from fscache
+ - cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configs
+ - cpuset: Fix incorrect memory_pressure control file mapping
+ - CIFS: Fix maximum SMB2 header size
+ - lib/mpi: kunmap after finishing accessing buffer
+ - drm/ttm: Fix accounting error when fail to get pages for pool
+ - [armhf,arm64] kvm: Force reading uncached stage2 PGD
+ - epoll: fix race between ep_poll_callback(POLLFREE) and
+ ep_free()/ep_remove()
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.49
+ - usb:xhci:Fix regression when ATI chipsets detected
+ - [armhf] USB: musb: fix external abort on suspend
+ - USB: core: Avoid race of async_completed() w/ usbdev_release()
+ - [x86] staging/rts5208: fix incorrect shift to extract upper nybble
+ - driver core: bus: Fix a potential double free
+ - ath10k: fix memory leak in rx ring buffer allocation
+ - Input: trackpoint - assume 3 buttons when buttons detection fails
+ - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
+ - dlm: avoid double-free on error path in dlm_device_{register,unregister}
+ - mwifiex: correct channel stat buffer overflows
+ - [s390x] mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
+ - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
+ - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
+ - scsi: sg: recheck MMAP_IO request length with lock held
+ - [arm64] drm/bridge: adv7511: Use work_struct to defer hotplug handing to
+ out of irq context
+ - [arm64] drm/bridge: adv7511: Switch to using
+ drm_kms_helper_hotplug_event()
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.50
+ - [armhf] mtd: nand: mxc: Fix mxc_v1 ooblayout
+ - nvme-fabrics: generate spec-compliant UUID NQNs
+ - btrfs: resume qgroup rescan on rw remount
+ - mm/memory.c: fix mem_cgroup_oom_disable() call missing
+ - ALSA: msnd: Optimize / harden DSP and MIDI loops
+ - [arm64] dts: marvell: armada-37xx: Fix GIC maintenance interrupt
+ - [armhf] 8692/1: mm: abort uaccess retries upon fatal signal
+ - NFS: Fix 2 use after free issues in the I/O code
+ - NFS: Sync the correct byte range during synchronous writes
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.51
+ - ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()
+ - ipv6: add rcu grace period before freeing fib6_node
+ - macsec: add genl family module alias
+ - udp: on peeking bad csum, drop packets even if not at head
+ - qlge: avoid memcpy buffer overflow
+ - [x86] netvsc: fix deadlock betwen link status and removal
+ - cxgb4: Fix stack out-of-bounds read due to wrong size to t4_record_mbox()
+ - kcm: do not attach PF_KCM sockets to avoid deadlock
+ - Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"
+ - bridge: switchdev: Clear forward mark when transmitting packet
+ - Revert "net: use lib/percpu_counter API for fragmentation mem accounting"
+ - Revert "net: fix percpu memory leaks"
+ - gianfar: Fix Tx flow control deactivation
+ - vhost_net: correctly check tx avail during rx busy polling
+ - ip6_gre: update mtu properly in ip6gre_err
+ - ipv6: fix memory leak with multiple tables during netns destruction
+ - ipv6: fix typo in fib6_net_exit()
+ - sctp: fix missing wake ups in some situations
+ - ip_tunnel: fix setting ttl and tos value in collect_md mode
+ - f2fs: let fill_super handle roll-forward errors
+ - f2fs: check hot_data for roll-forward recovery
+ - [amd64] fsgsbase: Fully initialize FS and GS state in start_thread_common
+ - [amd64] fsgsbase: Report FSBASE and GSBASE correctly in core dumps
+ - [amd64] switch_to: Rewrite FS/GS switching yet again to fix AMD CPUs
+ - xfs: fix spurious spin_is_locked() assert failures on non-smp kernels
+ - xfs: push buffer of flush locked dquot to avoid quotacheck deadlock
+ - xfs: try to avoid blowing out the transaction reservation when bunmaping
+ a shared extent
+ - xfs: release bli from transaction properly on fs shutdown
+ - xfs: remove bli from AIL before release on transaction abort
+ - xfs: don't allow bmap on rt files
+ - xfs: free uncommitted transactions during log recovery
+ - xfs: free cowblocks and retry on buffered write ENOSPC
+ - xfs: don't crash on unexpected holes in dir/attr btrees
+ - xfs: check _btree_check_block value
+ - xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_write
+ - xfs: check _alloc_read_agf buffer pointer before using
+ - xfs: fix quotacheck dquot id overflow infinite loop
+ - xfs: fix multi-AG deadlock in xfs_bunmapi
+ - xfs: Fix per-inode DAX flag inheritance
+ - xfs: fix inobt inode allocation search optimization
+ - xfs: clear MS_ACTIVE after finishing log recovery
+ - xfs: don't leak quotacheck dquots when cow recovery
+ - iomap: fix integer truncation issues in the zeroing and dirtying helpers
+ - xfs: write unmount record for ro mounts
+ - xfs: toggle readonly state around xfs_log_mount_finish
+ - xfs: Properly retry failed inode items in case of error during buffer
+ writeback
+ - xfs: fix recovery failure when log record header wraps log end
+ - xfs: always verify the log tail during recovery
+ - xfs: fix log recovery corruption error due to tail overwrite
+ - xfs: handle -EFSCORRUPTED during head/tail verification
+ - xfs: stop searching for free slots in an inode chunk when there are none
+ - xfs: evict all inodes involved with log redo item
+ - xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()
+ - xfs: don't log dirty ranges for ordered buffers
+ - xfs: skip bmbt block ino validation during owner change
+ - xfs: move bmbt owner change to last step of extent swap
+ - xfs: disallow marking previously dirty buffers as ordered
+ - xfs: relog dirty buffers during swapext bmbt owner change
+ - xfs: disable per-inode DAX flag
+ - xfs: fix incorrect log_flushed on fsync
+ - xfs: don't set v3 xflags for v2 inodes
+ - xfs: open code end_buffer_async_write in xfs_finish_page_writeback
+ - md/raid5: release/flush io in raid5_do_work()
+ - ipv6: Fix may be used uninitialized warning in rt6_check
+
+ [ Ben Hutchings ]
+ * Fix regressions caused by fix for CVE-2016-7097 (Closes: #873026):
+ - ext4: preserve i_mode if __ext4_set_acl() fails
+ - ext4: Don't clear SGID when inheriting ACLs
+ * [mips{,64}el/loongson-3] Add support for Loongson-3A/B 3000 CPUs, thanks to
+ YunQiang Su (Closes: #871701):
+ - Add Loongson-3A R3 basic support
+ - Add NMI handler support
+ - Support 4 packages in CPU Hwmon driver
+ - IRQ balancing for PCI devices
+ - support irq_set_affinity() in i8259 chip
+ - Make enum loongson_cpu_type more clear
+ * [ppc64el] Invalidate ERAT on powersave wakeup for POWER9, thanks to
+ Michael Neuling (Closes: #868887)
+ * ip6_fib: Avoid ABI change in 4.9.51
+ * inet_frag: Limit ABI change in 4.9.51
+ * nfs: Ignore ABI change in 4.9.50
+
+ -- Ben Hutchings <ben@decadent.org.uk> Thu, 28 Sep 2017 19:27:56 +0200
+
+ linux (4.9.47-1) stretch; urgency=medium
+
+ * New upstream stable update:
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.31
+ - driver: vrf: Fix one possible use-after-free issue
+ - [s390x] qeth: handle sysfs error during initialization
+ - [s390x] qeth: unbreak OSM and OSN support
+ - [s390x] qeth: avoid null pointer dereference on OSN
+ - [s390x] qeth: add missing hash table initializations
+ - [arm64] bpf: fix faulty emission of map access in tail calls
+ - netem: fix skb_orphan_partial()
+ - net: fix compile error in skb_orphan_partial()
+ - tcp: avoid fragmenting peculiar skbs in SACK
+ - sctp: fix src address selection if using secondary addresses for ipv6
+ - net/packet: fix missing net_device reference release
+ - net/mlx5e: Use the correct pause values for ethtool advertising
+ - net/mlx5e: Fix ethtool pause support and advertise reporting
+ - tcp: eliminate negative reordering in tcp_clean_rtx_queue
+ - net: Improve handling of failures on link and route dumps
+ - bridge: netlink: check vlan_default_pvid range
+ - qmi_wwan: add another Lenovo EM74xx device ID
+ - bridge: start hello_timer when enabling KERNEL_STP in br_stp_start
+ - bonding: fix accounting of active ports in 3ad
+ - net/mlx5: Avoid using pending command interface slots
+ - net: phy: marvell: Limit errata to 88m1101
+ - vlan: Fix tcp checksum offloads in Q-in-Q vlans
+ - be2net: Fix offload features for Q-in-Q packets
+ - virtio-net: enable TSO/checksum offloads for Q-in-Q vlans
+ - tcp: avoid fastopen API to be used on AF_UNSPEC
+ - sctp: fix ICMP processing if skb is non-linear
+ - ipv4: add reference counting to metrics
+ - bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_data
+ - fs/ufs: Set UFS default maximum bytes per file
+ - [powerpc*] spufs: Fix hash faults for kernel regions
+ - drivers/tty: 8250: only call fintek_8250_probe when doing port I/O
+ - i2c: i2c-tiny-usb: fix buffer not being DMA capable
+ - [x86] MCE: Export memory_error()
+ - acpi, nfit: Fix the memory error check in nfit_handle_mce()
+ - Revert "ACPI / button: Change default behavior to lid_init_state=open"
+ - mmc: sdhci-iproc: suppress spurious interrupt with Multiblock read
+ - iscsi-target: Always wait for kthread_should_stop() before kthread exit
+ - ibmvscsis: Clear left-over abort_cmd pointers
+ - ibmvscsis: Fix the incorrect req_lim_delta
+ - HID: wacom: Have wacom_tpc_irq guard against possible NULL dereference
+ - nvme-rdma: support devices with queue size < 32
+ - nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()
+ - nvme: avoid to use blk_mq_abort_requeue_list()
+ - scsi: mpt3sas: Force request partial completion alignment
+ - drm/radeon/ci: disable mclk switching for high refresh rates (v2)
+ - drm/radeon: Unbreak HPD handling for r600+
+ - drm/radeon: Fix vram_size/visible values in DRM_RADEON_GEM_INFO ioctl
+ - pcmcia: remove left-over %Z format
+ - ALSA: hda - apply STAC_9200_DELL_M22 quirk for Dell Latitude D430
+ - mm/migrate: fix refcount handling when !hugepage_migration_supported()
+ - mlock: fix mlock count can not decrease in race condition
+ - mm: consider memblock reservations for deferred memory initialization
+ sizing
+ - RDMA/qib,hfi1: Fix MR reference count leak on write with immediate
+ - [x86] boot: Use CROSS_COMPILE prefix for readelf
+ - ksm: prevent crash after write_protect_page fails
+ - slub/memcg: cure the brainless abuse of sysfs attributes
+ - mm/slub.c: trace free objects at KERN_INFO
+ - [x86] drm/gma500/psb: Actually use VBT mode when it is found
+ - xfs: Fix missed holes in SEEK_HOLE implementation
+ - xfs: use ->b_state to fix buffer I/O accounting release race
+ - xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()
+ - xfs: verify inline directory data forks
+ - xfs: rework the inline directory verifiers
+ - xfs: fix kernel memory exposure problems
+ - xfs: use dedicated log worker wq to avoid deadlock with cil wq
+ - xfs: fix over-copying of getbmap parameters from userspace
+ - xfs: actually report xattr extents via iomap
+ - xfs: drop iolock from reclaim context to appease lockdep
+ - xfs: fix integer truncation in xfs_bmap_remap_alloc
+ - xfs: handle array index overrun in xfs_dir2_leaf_readbuf()
+ - xfs: prevent multi-fsb dir readahead from reading random blocks
+ - xfs: fix up quotacheck buffer list error handling
+ - xfs: support ability to wait on new inodes
+ - xfs: update ag iterator to support wait on new inodes
+ - xfs: wait on new inodes during quotaoff dquot release
+ - xfs: reserve enough blocks to handle btree splits when remapping
+ - xfs: fix use-after-free in xfs_finish_page_writeback
+ - xfs: fix indlen accounting error on partial delalloc conversion
+ - xfs: BMAPX shouldn't barf on inline-format directories
+ - xfs: bad assertion for delalloc an extent that start at i_size
+ - xfs: xfs_trans_alloc_empty
+ - xfs: avoid mount-time deadlock in CoW extent recovery
+ - xfs: fix unaligned access in xfs_btree_visit_blocks
+ - xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.32
+ - bnx2x: Fix Multi-Cos
+ - vxlan: eliminate cached dst leak
+ - cxgb4: avoid enabling napi twice to the same queue
+ - tcp: disallow cwnd undo when switching congestion control
+ - vxlan: fix use-after-free on deletion
+ - net: ping: do not abuse udp_poll()
+ - net/ipv6: Fix CALIPSO causing GPF with datagram support
+ - net: ethoc: enable NAPI before poll may be scheduled
+ - net: stmmac: fix completely hung TX when using TSO
+ - net: bridge: start hello timer only if device is up
+ - serial: ifx6x60: fix use-after-free on module unload
+ - ptrace: Properly initialize ptracer_cred on fork
+ - crypto: asymmetric_keys - handle EBUSY due to backlog correctly
+ - KEYS: fix dereferencing NULL payload with nonzero length
+ - KEYS: fix freeing uninitialized memory in key_update()
+ - KEYS: encrypted: avoid encrypting/decrypting stack buffers
+ - crypto: drbg - wait for crypto op not signal safe
+ - crypto: gcm - wait for crypto op not signal safe
+ - drm/amdgpu/ci: disable mclk switching for high refresh rates (v2)
+ - nfsd4: fix null dereference on replay
+ - nfsd: Fix up the "supattr_exclcreat" attributes
+ - efi: Don't issue error message when booted under Xen
+ - kvm: async_pf: fix rcu_irq_enter() with irqs enabled
+ - [x86] KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid
+ emulation
+ - [arm64] KVM: Preserve RES1 bits in SCTLR_EL2
+ - [arm64] KVM: Allow unaligned accesses at EL2
+ - [armhf] KVM: Allow unaligned accesses at HYP
+ - KVM: async_pf: avoid async pf injection when in guest mode
+ - [armhf,arm64] KVM: vgic-v3: Do not use Active+Pending state for a HW
+ interrupt
+ - [armhf,arm64] KVM: vgic-v2: Do not use Active+Pending state for a HW
+ interrupt
+ - dmaengine: usb-dmac: Fix DMAOR AE bit definition
+ - dmaengine: ep93xx: Always start from BASE0
+ - dmaengine: ep93xx: Don't drain the transfers in terminate_all()
+ - dmaengine: mv_xor_v2: handle mv_xor_v2_prep_sw_desc() error properly
+ - dmaengine: mv_xor_v2: properly handle wrapping in the array of HW
+ descriptors
+ - dmaengine: mv_xor_v2: do not use descriptors not acked by async_tx
+ - dmaengine: mv_xor_v2: enable XOR engine after its configuration
+ - dmaengine: mv_xor_v2: fix tx_submit() implementation
+ - dmaengine: mv_xor_v2: remove interrupt coalescing
+ - dmaengine: mv_xor_v2: set DMA mask to 40 bits
+ - cfq-iosched: fix the delay of cfq_group's vdisktime under iops mode
+ - xen/privcmd: Support correctly 64KB page granularity when mapping memory
+ - ext4: fix SEEK_HOLE
+ - ext4: keep existing extra fields when inode expands
+ - ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO
+ - ext4: fix fdatasync(2) after extent manipulation operations
+ - drm: Fix oops + Xserver hang when unplugging USB drm devices
+ - usb: gadget: f_mass_storage: Serialize wake and sleep execution
+ - usb: chipidea: udc: fix NULL pointer dereference if udc_start failed
+ - usb: chipidea: debug: check before accessing ci_role
+ - staging/lustre/lov: remove set_fs() call from lov_getstripe()
+ - iio: adc: bcm_iproc_adc: swap primary and secondary isr handler's
+ - iio: light: ltr501 Fix interchanged als/ps register field
+ - iio: proximity: as3935: fix AS3935_INT mask
+ - iio: proximity: as3935: fix iio_trigger_poll issue
+ - mei: make sysfs modalias format similar as uevent modalias
+ - cpufreq: cpufreq_register_driver() should return -ENODEV if init fails
+ - target: Re-add check to reject control WRITEs with overflow data
+ - [arm64] drm/msm: Expose our reservation object when exporting a dmabuf.
+ - ahci: Acer SA5-271 SSD Not Detected Fix
+ - cgroup: Prevent kill_css() from being called more than once
+ - Input: elantech - add Fujitsu Lifebook E546/E557 to force crc_enabled
+ - cpuset: consider dying css as offline
+ - fs: add i_blocksize()
+ - ufs: restore proper tail allocation
+ - fix ufs_isblockset()
+ - ufs: restore maintaining ->i_blocks
+ - ufs: set correct ->s_maxsize
+ - ufs_extend_tail(): fix the braino in calling conventions of
+ ufs_new_fragments()
+ - ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path
+ - cxl: Fix error path on bad ioctl
+ - cxl: Avoid double free_irq() for psl,slice interrupts
+ - btrfs: use correct types for page indices in btrfs_page_exists_in_range
+ - btrfs: fix memory leak in update_space_info failure path
+ - [armhf,arm64] KVM: Handle possible NULL stage2 pud when ageing pages
+ - scsi: qla2xxx: don't disable a not previously enabled PCI device
+ - scsi: qla2xxx: Modify T262 FW dump template to specify same start/end to
+ debug customer issues
+ - scsi: qla2xxx: Set bit 15 for DIAG_ECHO_TEST MBC
+ - scsi: qla2xxx: Fix mailbox pointer error in fwdump capture
+ - [powerpc*] sysdev/simple_gpio: Fix oops in gpio save_regs function
+ - [powerpc*] numa: Fix percpu allocations to be NUMA aware
+ - [powerpc*] hotplug-mem: Fix missing endian conversion of aa_index
+ - [powerpc*] kernel: Fix FP and vector register restoration
+ (Closes: #868902)
+ - [powerpc*] kernel: Initialize load_tm on task creation
+ - [x86] drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve()
+ - drm/nouveau/tmr: fully separate alarm execution/pending lists
+ - ALSA: timer: Fix race between read and ioctl (CVE-2017-1000380)
+ - ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT
+ (CVE-2017-1000380)
+ - ASoC: Fix use-after-free at card unregistration
+ - cpu/hotplug: Drop the device lock on error
+ - drivers: char: mem: Fix wraparound check to allow mappings up to the end
+ - serial: sh-sci: Fix panic when serial console and DMA are enabled
+ - [arm64] traps: fix userspace cache maintenance emulation on a tagged
+ pointer
+ - [arm64] hw_breakpoint: fix watchpoint matching for tagged pointers
+ - [arm64] entry: improve data abort handling of tagged pointers
+ - [armel,armhf] 8637/1: Adjust memory boundaries after reservations
+ - usercopy: Adjust tests to deal with SMAP/PAN
+ - [x86] drm/i915/vbt: don't propagate errors from intel_bios_init()
+ - [x86] drm/i915/vbt: split out defaults that are set when there is no VBT
+ - cpufreq: schedutil: move cached_raw_freq to struct sugov_policy
+ - cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()
+ - netfilter: nft_set_rbtree: handle element re-addition after deletion
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.33
+ - PCI/PM: Add needs_resume flag to avoid suspend complete optimization
+ - [x86] drm/i915: Prevent the system suspend complete optimization
+ - partitions/msdos: FreeBSD UFS2 file systems are not recognized
+ - netfilter: nf_conntrack_sip: fix wrong memory initialisation
+ - ibmvnic: Fix endian errors in error reporting output
+ - ibmvnic: Fix endian error when requesting device capabilities
+ - net: xilinx_emaclite: fix freezes due to unordered I/O
+ - net: xilinx_emaclite: fix receive buffer overflow
+ - tcp: tcp_probe: use spin_lock_bh()
+ - ipv6: Handle IPv4-mapped src to in6addr_any dst.
+ - ipv6: Inhibit IPv4-mapped src address on the wire.
+ - tipc: Fix tipc_sk_reinit race conditions
+ - gfs2: Use rhashtable walk interface in glock_hash_walk
+ - NET: Fix /proc/net/arp for AX.25
+ - ibmvnic: Call napi_disable instead of napi_enable in failure path
+ - ibmvnic: Initialize completion variables before starting work
+ - NET: mkiss: Fix panic
+ - net: hns: Fix the device being used for dma mapping during TX
+ - sierra_net: Skip validating irrelevant fields for IDLE LSIs
+ - sierra_net: Add support for IPv6 and Dual-Stack Link Sense Indications
+ - i2c: piix4: Request the SMBUS semaphore inside the mutex
+ - i2c: piix4: Fix request_region size
+ - [powerpc*] powernv: Properly set "host-ipi" on IPIs
+ - kernel/ucount.c: mark user_header with kmemleak_ignore()
+ - net: thunderx: Fix PHY autoneg for SGMII QLM mode
+ - ipv6: addrconf: fix generation of new temporary addresses
+ - vfio/spapr_tce: Set window when adding additional groups to container
+ - ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping
+ switches
+ - PM / runtime: Avoid false-positive warnings from might_sleep_if()
+ - jump label: pass kbuild_cflags when checking for asm goto support
+ - shmem: fix sleeping from atomic context
+ - kasan: respect /proc/sys/kernel/traceoff_on_warning
+ - log2: make order_base_2() behave correctly on const input value zero
+ - ethtool: do not vzalloc(0) on registers dump
+ - net: phy: Fix lack of reference count on PHY driver
+ - net: phy: Fix PHY module checks and NULL deref in phy_attach_direct()
+ - net: fix ndo_features_check/ndo_fix_features comment ordering
+ - fscache: Fix dead object requeue
+ - fscache: Clear outstanding writes when disabling a cookie
+ - FS-Cache: Initialise stores_lock in netfs cookie
+ - ipv6: fix flow labels when the traffic class is non-0
+ - drm/nouveau: prevent userspace from deleting client object
+ - drm/nouveau/fence/g84-: protect against concurrent access to semaphore
+ buffers
+ - net/mlx4_core: Avoid command timeouts during VF driver device shutdown
+ - gianfar: synchronize DMA API usage by free_skb_rx_queue w/ gfar_new_page
+ - [x86] pinctrl: baytrail: Rectify debounce support (part 2)
+ - cec: fix wrong last_la determination
+ - drm: prevent double-(un)registration for connectors
+ - drm: Don't race connector registration
+ - net: adaptec: starfire: add checks for dma mapping errors
+ - [x86] drm/i915: Check for NULL i915_vma in intel_unpin_fb_obj()
+ - net/mlx5: E-Switch, Err when retrieving steering name-space fails
+ - net/mlx5: Return EOPNOTSUPP when failing to get steering name-space
+ - net: phy: micrel: add support for KSZ8795
+ - gtp: add genl family modules alias
+ - drm/nouveau: Intercept ACPI_VIDEO_NOTIFY_PROBE
+ - drm/nouveau: Rename acpi_work to hpd_work
+ - drm/nouveau: Handle fbcon suspend/resume in seperate worker
+ - drm/nouveau: Don't enabling polling twice on runtime resume
+ - drm/nouveau: Fix drm poll_helper handling
+ - drm/ast: Fixed system hanged if disable P2A
+ - ravb: unmap descriptors when freeing rings
+ - nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"
+ - nvmet-rdma: Fix missing dma sync to nvme data structures
+ - r8152: avoid start_xmit to call napi_schedule during autosuspend
+ - r8152: check rx after napi is enabled
+ - r8152: re-schedule napi for tx
+ - r8152: fix rtl8152_post_reset function
+ - r8152: avoid start_xmit to schedule napi when napi is disabled
+ - bnxt_en: Fix bnxt_reset() in the slow path task.
+ - bnxt_en: Enhance autoneg support.
+ - bnxt_en: Fix RTNL lock usage on bnxt_update_link().
+ - bnxt_en: Fix RTNL lock usage on bnxt_get_port_module_status().
+ - sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segment
+ - sctp: sctp_addr_id2transport should verify the addr before looking up
+ assoc
+ - usb: musb: Fix external abort on non-linefetch for musb_irq_work()
+ - romfs: use different way to generate fsid for BLOCK or MTD
+ - frv: add atomic64_add_unless()
+ - frv: add missing atomic64 operations
+ - proc: add a schedule point in proc_pid_readdir()
+ - userfaultfd: fix SIGBUS resulting from false rwsem wakeups
+ - kernel/watchdog.c: move hardlockup detector to separate file
+ - kernel/watchdog.c: move shared definitions to nmi.h
+ - kernel/watchdog: prevent false hardlockup on overloaded system
+ - [x86] vhost/vsock: handle vhost_vq_init_access() error
+ - tipc: ignore requests when the connection state is not CONNECTED
+ - tipc: fix connection refcount error
+ - tipc: add subscription refcount to avoid invalid delete
+ - tipc: fix nametbl_lock soft lockup at node/link events
+ - netfilter: nf_tables: fix set->nelems counting with no NLM_F_EXCL
+ - netfilter: nft_log: restrict the log prefix length to 127
+ - RDMA/qedr: Dispatch port active event from qedr_add
+ - RDMA/qedr: Fix and simplify memory leak in PD alloc
+ - RDMA/qedr: Don't reset QP when queues aren't flushed
+ - RDMA/qedr: Don't spam dmesg if QP is in error state
+ - RDMA/qedr: Return max inline data in QP query result
+ - [s390x] kvm: do not rely on the ILC on kvm host protection fauls
+ - [x86] drm/i915: Workaround VLV/CHV DSI scanline counter hardware fail
+ - [x86] drm/i915: Always recompute watermarks when distrust_bios_wm is set,
+ v2.
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.34
+ - fs: pass on flags in compat_writev
+ - configfs: Fix race between create_link and configfs_rmdir
+ - can: gs_usb: fix memory leak in gs_cmd_reset()
+ - ila_xlat: add missing hash secret initialization
+ - cpufreq: conservative: Allow down_threshold to take values from 1 to 10
+ - vb2: Fix an off by one error in 'vb2_plane_vaddr'
+ - mac80211: don't look at the PM bit of BAR frames
+ - mac80211/wpa: use constant time memory comparison for MACs
+ - drm/amdgpu: Fix overflow of watermark calcs at > 4k resolutions.
+ - [x86] drm/i915: Fix GVT-g PVINFO version compatibility check
+ - usb: musb: dsps: keep VBUS on for host-only mode
+ - mac80211: fix CSA in IBSS mode
+ - mac80211: fix packet statistics for fast-RX
+ - mac80211: fix IBSS presp allocation size
+ - mac80211: strictly check mesh address extension mode
+ - mac80211: fix dropped counter in multiqueue RX
+ - mac80211: don't send SMPS action frame in AP mode when not needed
+ - [armhf,arm64] drm/vc4: Fix OOPSes from trying to cache a partially
+ constructed BO.
+ - serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'
+ - serial: sh-sci: Fix late enablement of AUTORTS
+ - [i386] mm: Set the '__vmalloc_start_set' flag in initmem_init()
+ - mfd: omap-usb-tll: Fix inverted bit use for USB TLL mode
+ - staging: rtl8188eu: prevent an underflow in rtw_check_beacon_data()
+ - staging: iio: tsl2x7x_core: Fix standard deviation calculation
+ - iio: st_pressure: Fix data sign
+ - iio: proximity: as3935: recalibrate RCO after resume
+ - iio: adc: ti_am335x_adc: allocating too much in probe
+ - IB/mlx5: Fix kernel to user leak prevention logic
+ - usb: gadget: udc: renesas_usb3: fix pm_runtime functions calling
+ - usb: gadget: udc: renesas_usb3: fix deadlock by spinlock
+ - usb: gadget: udc: renesas_usb3: lock for PN_ registers access
+ - USB: hub: fix SS max number of ports
+ - usb: core: fix potential memory leak in error path during hcd creation
+ - USB: usbip: fix nonconforming hub descriptor
+ - pvrusb2: reduce stack usage pvr2_eeprom_analyze()
+ - USB: gadget: dummy_hcd: fix hub-descriptor removable fields
+ - usb: r8a66597-hcd: select a different endpoint on timeout
+ - usb: r8a66597-hcd: decrease timeout
+ - ath10k: fix napi crash during rmmod when probe firmware fails
+ - misc: mic: double free on ioctl error path
+ - drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of
+ IS_ERR()
+ - usb: xhci: Fix USB 3.1 supported protocol parsing
+ - usb: xhci: ASMedia ASM1042A chipset need shorts TX quirk
+ - USB: gadget: fix GPF in gadgetfs
+ - USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks
+ - mm/memory-failure.c: use compound_head() flags for huge pages
+ - swap: cond_resched in swap_cgroup_prepare()
+ - iio: imu: inv_mpu6050: add accel lpf setting for chip >= MPU6500
+ - sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()
+ - genirq: Release resources in __setup_irq() error path
+ - alarmtimer: Prevent overflow of relative timers
+ - usb: gadget: composite: Fix function used to free memory
+ - usb: dwc3: exynos fix axius clock error path to do cleanup
+ - [mips*] Fix bnezc/jialc return address calculation
+ - [mips*] .its targets depend on vmlinux
+ - vTPM: Fix missing NULL check
+ - alarmtimer: Rate limit periodic intervals
+ - Allow stack to grow up to address space limit
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.35
+ - clk: sunxi-ng: a31: Correct lcd1-ch1 clock register offset
+ - xen/blkback: fix disconnect while I/Os in flight
+ - ALSA: firewire-lib: Fix stall of process context at packet error
+ - ALSA: pcm: Don't treat NULL chmap as a fatal error
+ - [powerpc*] perf: Fix oops when kthread execs user process
+ - autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAIL
+ - lib/cmdline.c: fix get_options() overflow while parsing ranges
+ - [x86] perf/intel: Add 1G DTLB load/store miss support for SKL
+ - [s390x] KVM: gaccess: fix real-space designation asce handling for gmap
+ shadows
+ - [powerpc*] KVM: Book3S HV: Preserve userspace HTM state properly
+ - [powerpc*] KVM: Book3S HV: Context-switch EBB registers properly
+ - CIFS: Improve readdir verbosity
+ - cxgb4: notify uP to route ctrlq compl to rdma rspq
+ - HID: Add quirk for Dell PIXART OEM mouse
+ - signal: Only reschedule timers on signals timers have sent
+ - [powerpc*] kprobes: Pause function_graph tracing during jprobes handling
+ - powerpc/64s: Handle data breakpoints in Radix mode
+ - Input: i8042 - add Fujitsu Lifebook AH544 to notimeout list
+ - brcmfmac: add parameter to pass error code in firmware callback
+ - brcmfmac: use firmware callback upon failure to load
+ - brcmfmac: unbind all devices upon failure in firmware callback
+ - time: Fix clock->read(clock) race around clocksource changes
+ - time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting
+ - [arm64] vdso: Fix nsec handling for CLOCK_MONOTONIC_RAW
+ - target: Fix kref->refcount underflow in transport_cmd_finish_abort
+ - iscsi-target: Fix delayed logout processing greater than
+ SECONDS_FOR_LOGOUT_COMP
+ - iscsi-target: Reject immediate data underflow larger than SCSI transfer
+ length
+ - drm/radeon: add a PX quirk for another K53TK variant
+ - drm/radeon: add a quirk for Toshiba Satellite L20-183
+ - drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGating
+ - drm/amdgpu: adjust default display clock
+ - of: Add check to of_scan_flat_dt() before accessing initial_boot_params
+ - mtd: spi-nor: fix spansion quad enable
+ - usb: gadget: f_fs: avoid out of bounds access on comp_desc
+ - rt2x00: avoid introducing a USB dependency in the rt2x00lib module
+ - net: phy: Initialize mdio clock at probe function
+ - dmaengine: bcm2835: Fix cyclic DMA period splitting
+ - spi: double time out tolerance
+ - net: phy: fix marvell phy status reading
+ - jump label: fix passing kbuild_cflags when checking for asm goto support
+ - brcmfmac: fix uninitialized warning in brcmf_usb_probe_phase2()
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.36
+ - ipv6: release dst on error in ip6_dst_lookup_tail
+ - net: don't call strlen on non-terminated string in dev_set_alias()
+ - decnet: dn_rtmsg: Improve input length sanitization in
+ dnrmg_receive_user_skb
+ - net: Zero ifla_vf_info in rtnl_fill_vfinfo()
+ - net: vrf: Make add_fib_rules per network namespace flag
+ - af_unix: Add sockaddr length checks before accessing sa_family in bind
+ and connect handlers
+ - Fix an intermittent pr_emerg warning about lo becoming free.
+ - sctp: disable BH in sctp_for_each_endpoint
+ - net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfx
+ - net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverse
+ - net/mlx5e: Added BW check for DIM decision mechanism
+ - net/mlx5e: Fix wrong indications in DIM due to counter wraparound
+ - proc: snmp6: Use correct type in memset
+ - igmp: acquire pmc lock for ip_mc_clear_src()
+ - igmp: add a missing spin_lock_init()
+ - ipv6: fix calling in6_ifa_hold incorrectly for dad work
+ - sctp: return next obj by passing pos + 1 into sctp_transport_get_idx
+ - net/mlx5e: Avoid doing a cleanup call if the profile doesn't have it
+ - net/mlx5: Wait for FW readiness before initializing command interface
+ - net/mlx5e: Fix timestamping capabilities reporting
+ - decnet: always not take dst->__refcnt when inserting dst into hash table
+ - net: 8021q: Fix one possible panic caused by BUG_ON in free_netdev
+ - sfc: provide dummy definitions of vswitch functions
+ - ipv6: Do not leak throw route references
+ - rtnetlink: add IFLA_GROUP to ifla_policy
+ - netfilter: xt_TCPMSS: add more sanity tests on tcph->doff
+ - netfilter: synproxy: fix conntrackd interaction
+ - NFSv4: fix a reference leak caused WARNING messages
+ - xen/blkback: don't use xen_blkif_get() in xen-blkback kthread
+ - drm/ast: Handle configuration without P2A bridge
+ - mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff()
+ - [mips*] head: Reorder instructions missing a delay slot
+ - [mips*] Avoid accidental raw backtrace
+ - [mips*] pm-cps: Drop manual cache-line alignment of ready_count
+ - [mips*] Fix IRQ tracing & lockdep when rescheduling
+ - ALSA: hda - Fix endless loop of codec configure
+ - ALSA: hda - set input_path bitmap to zero after moving it to new place
+ - NFSv4.1: Fix a race in nfs4_proc_layoutget
+ - gpiolib: fix filtering out unwanted events
+ - [x86] drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgr
+ - dm thin: do not queue freed thin mapping for next stage processing
+ - [x86] mm: Fix boot crash caused by incorrect loop count calculation in
+ sync_global_pgds()
+ - usb: gadget: f_fs: Fix possibe deadlock
+ - l2tp: fix race in l2tp_recv_common()
+ - l2tp: ensure session can't get removed during pppol2tp_session_ioctl()
+ - l2tp: fix duplicate session creation
+ - l2tp: hold session while sending creation notifications
+ - l2tp: take a reference on sessions used in genetlink handlers
+ - mm: numa: avoid waiting on freed migrated pages
+ - net: ethtool: add support for 2500BaseT and 5000BaseT link modes
+ - net: phy: add an option to disable EEE advertisement
+ - dt-bindings: net: add EEE capability constants
+ - net: phy: fix sign type error in genphy_config_eee_advert
+ - net: phy: use boolean dt properties for eee broken modes
+ - dt: bindings: net: use boolean dt properties for eee broken modes
+ - [arm64] dts: meson-gxbb-odroidc2: fix GbE tx link breakage
+ - xen/blkback: don't free be structure too early
+ - [x86] KVM: fix fixing of hypercalls
+ - scsi: sd: Fix wrong DPOFUA disable in sd_read_cache_type
+ - stmmac: add missing of_node_put
+ - scsi: lpfc: Set elsiocb contexts to NULL after freeing it
+ - qla2xxx: Terminate exchange if corrupted
+ - qla2xxx: Fix erroneous invalid handle message
+ - drm/amdgpu: fix program vce instance logic error.
+ - drm/amdgpu: add support for new hainan variants
+ - net: phy: dp83848: add DP83620 PHY support
+ - [x86] perf/intel: Handle exclusive threadid correctly on CPU hotplug
+ - net: korina: Fix NAPI versus resources freeing
+ - [powerpc*] eeh: Enable IO path on permanent error
+ - net: ethtool: Initialize buffer when querying device channel settings
+ - xen-netback: fix memory leaks on XenBus disconnect
+ - xen-netback: protect resource cleaning on XenBus disconnect
+ - bnxt_en: Fix "uninitialized variable" bug in TPA code path.
+ - bpf: don't trigger OOM killer under pressure with map alloc
+ - objtool: Fix IRET's opcode
+ - gianfar: Do not reuse pages from emergency reserve
+ - Btrfs: Fix deadlock between direct IO and fast fsync
+ - Btrfs: fix truncate down when no_holes feature is enabled
+ - virtio_console: fix a crash in config_work_handler
+ - swiotlb-xen: update dev_addr after swapping pages
+ - xen-netfront: Fix Rx stall during network stress and OOM
+ - scsi: virtio_scsi: Reject commands when virtqueue is broken
+ - iwlwifi: fix kernel crash when unregistering thermal zone
+ - [x86] platform: ideapad-laptop: handle ACPI event 1
+ - amd-xgbe: Check xgbe_init() return code
+ - net: dsa: Check return value of phy_connect_direct()
+ - drm/amdgpu: check ring being ready before using
+ - vfio/spapr: fail tce_iommu_attach_group() when iommu_data is null
+ - mlxsw: spectrum_router: Correctly reallocate adjacency entries
+ - virtio_net: fix PAGE_SIZE > 64k
+ - ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()
+ - vxlan: do not age static remote mac entries
+ - ibmveth: Add a proper check for the availability of the checksum features
+ - kernel/panic.c: add missing \n
+ - [x86] perf/intel/uncore: Fix hardcoded socket 0 assumption in the Haswell
+ init code
+ - [x86] pinctrl: intel: Set pin direction properly
+ - net: phy: marvell: fix Marvell 88E1512 used in SGMII mode
+ - mac80211: recalculate min channel width on VHT opmode changes
+ - [x86] perf/intel: Use ULL constant to prevent undefined shift behaviour
+ - HID: i2c-hid: Add sleep between POWER ON and RESET
+ - scsi: lpfc: avoid double free of resource identifiers
+ - spi: davinci: use dma_mapping_error()
+ - [arm64] assembler: make adr_l work in modules under KASLR
+ - net: thunderx: acpi: fix LMAC initialization
+ - drm/radeon/si: load special ucode for certain MC configs
+ - drm/amd/powerplay: fix vce cg logic error on CZ/St.
+ - drm/amd/powerplay: refine vce dpm update code on Cz.
+ - pmem: return EIO on read_pmem() failure
+ - mac80211: initialize SMPS field in HT capabilities
+ - [x86] tsc: Add the Intel Denverton Processor to native_calibrate_tsc()
+ - [x86] mpx: Use compatible types in comparison to fix sparse error
+ - perf/core: Fix sys_perf_event_open() vs. hotplug
+ - [x86] perf: Reject non sampling events with precise_ip
+ - aio: fix lock dep warning
+ - coredump: Ensure proper size of sparse core files
+ - swiotlb: ensure that page-sized mappings are page-aligned
+ - [s390x] ctl_reg: make __ctl_load a full memory barrier
+ - usb: dwc2: gadget: Fix GUSBCFG.USBTRDTIM value
+ - be2net: fix status check in be_cmd_pmac_add()
+ - be2net: don't delete MAC on close on unprivileged BE3 VFs
+ - be2net: fix MAC addr setting on privileged BE3 VFs
+ - perf probe: Fix to show correct locations for events on modules
+ - net: phy: dp83867: allow RGMII_TXID/RGMII_RXID interface types
+ - tipc: allocate user memory with GFP_KERNEL flag
+ - perf probe: Fix to probe on gcc generated functions in modules
+ - net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOV
+ - sctp: check af before verify address in sctp_addr_id2transport
+ - ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packets
+ - ravb: Fix use-after-free on `ifconfig eth0 down`
+ - mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings
+ - xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY
+ - xfrm: NULL dereference on allocation failure
+ - xfrm: Oops on error in pfkey_msg2xfrm_state()
+ - netfilter: use skb_to_full_sk in ip_route_me_harder
+ - watchdog: bcm281xx: Fix use of uninitialized spinlock.
+ - sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting
+ - spi: When no dma_chan map buffers with spi_master's parent
+ - spi: fix device-node leaks
+ - regulator: tps65086: Fix expected switch DT node names
+ - regulator: tps65086: Fix DT node referencing in of_parse_cb
+ - [armhf] OMAP2+: omap_device: Sync omap_device and pm_runtime after probe
+ defer
+ - [armhf] dts: OMAP3: Fix MFG ID EEPROM
+ - [arm64] ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementation
+ - [armel,armhf] 8685/1: ensure memblock-limit is pmd-aligned
+ - [x86] tools arch: Sync arch/x86/lib/memcpy_64.S with the kernel
+ - [x86] boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bug
+ - [x86] mpx: Correctly report do_mpx_bt_fault() failures to user-space
+ - [x86] mm: Fix flush_tlb_page() on Xen
+ - ocfs2: o2hb: revert hb threshold to keep compatible
+ - iommu/vt-d: Don't over-free page table directories
+ - iommu: Handle default domain attach failure
+ - iommu/dma: Don't reserve PCI I/O windows
+ - iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()
+ - iommu/amd: Fix interrupt remapping when disable guest_mode
+ - cpufreq: s3c2416: double free on driver init error path
+ - clk: scpi: don't add cpufreq device if the scpi dvfs node is disabled
+ - brcmfmac: avoid writing channel out of allocated array
+ - i2c: brcmstb: Fix START and STOP conditions
+ - mtd: nand: brcmnand: Check flash #WP pin status before nand erase/program
+ - [arm64] fix NULL dereference in have_cpu_die()
+ - [x86] KVM: fix emulation of RSM and IRET instructions
+ - [x86] KVM: vPMU: fix undefined shift in intel_pmu_refresh()
+ - [x86] KVM: zero base3 of unusable segments
+ - [x86] KVM: nVMX: Fix exception injection
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.37
+ - fs: add a VALID_OPEN_FLAGS
+ - fs: completely ignore unknown open flags
+ - driver core: platform: fix race condition with driver_override
+ (CVE-2017-12146)
+ - ceph: choose readdir frag based on previous readdir reply
+ - tracing/kprobes: Allow to create probe with a module name starting with a
+ digit
+ - media: entity: Fix stream count check
+ - usb: dwc3: replace %p with %pK
+ - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
+ - Add USB quirk for HVR-950q to avoid intermittent device resets
+ - usb: usbip: set buffer pointers to NULL after free
+ - usb: Fix typo in the definition of Endpoint[out]Request
+ - USB: core: fix device node leak
+ - mac80211_hwsim: Replace bogus hrtimer clockid
+ - sysctl: don't print negative flag for proc_douintvec
+ - sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvec
+ - [arm64] pinctrl: qcom: ipq4019: add missing pingroups for pins > 70
+ - [arm64] pinctrl: meson: meson8b: fix the NAND DQS pins
+ - [x86] pinctrl: cherryview: Add terminate entry for dmi_system_id tables
+ - [armhf] pinctrl: sunxi: Fix SPDIF function name for A83T
+ - xhci: Limit USB2 port wake support for AMD Promontory hosts
+ - gfs2: Fix glock rhashtable rcu bug
+ - tpm: fix a kernel memory leak in tpm-sysfs.c
+ - [x86] uaccess: Optimize copy_user_enhanced_fast_string() for short strings
+ - ath10k: override CE5 config for QCA9377
+ - KEYS: Fix an error code in request_master_key()
+ - crypto: drbg - Fixes panic in wait_for_completion call
+ - RDMA/uverbs: Check port number supplied by user verbs cmds
+ - rt286: add Thinkpad Helix 2 to force_combo_jack_table
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.38
+ - Add "shutdown" to "struct class".
+ - tpm: Issue a TPM2_Shutdown for TPM2 devices.
+ - perf thread_map: Correctly size buffer used with dirent->dt_name
+ - perf tests: Avoid possible truncation with dirent->d_name + snprintf
+ - perf bench numa: Avoid possible truncation when using snprintf()
+ - perf header: Fix handling of PERF_EVENT_UPDATE__SCALE
+ - perf scripting perl: Fix compile error with some perl5 versions
+ - perf probe: Fix to probe on gcc generated symbols for offline kernel
+ - perf probe: Add error checks to offline probe post-processing
+ - md: fix incorrect use of lexx_to_cpu in does_sb_need_changing
+ - md: fix super_offset endianness in super_1_rdev_size_change
+ - locking/rwsem-spinlock: Fix EINTR branch in __down_write_common()
+ - staging: vt6556: vnt_start Fix missing call to vnt_key_init_table.
+ - staging: comedi: fix clean-up of comedi_class in comedi_init()
+ - crypto: caam - fix gfp allocation flags (part I)
+ - crypto: rsa-pkcs1pad - use constant time memory comparison for MACs
+ - ext4: check return value of kstrtoull correctly in reserved_clusters_store
+ - [x86] mm/pat: Don't report PAT on CPUs that don't support it
+ - saa7134: fix warm Medion 7134 EEPROM read
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.39
+ - xen-netfront: Rework the fix for Rx stall during OOM and network stress
+ - net_sched: fix error recovery at qdisc creation
+ - net: sched: Fix one possible panic when no destroy callback
+ - net/phy: micrel: configure intterupts after autoneg workaround
+ - ipv6: avoid unregistering inet6_dev for loopback
+ - net: dp83640: Avoid NULL pointer dereference.
+ - tcp: reset sk_rx_dst in tcp_disconnect()
+ - net: prevent sign extension in dev_get_stats()
+ - bridge: mdb: fix leak on complete_info ptr on fail path
+ - rocker: move dereference before free
+ - bpf: prevent leaking pointer via xadd on unpriviledged
+ - net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()
+ - net/mlx5: Cancel delayed recovery work when unloading the driver
+ - liquidio: fix bug in soft reset failure detection
+ - net/mlx5e: Fix TX carrier errors report in get stats ndo
+ - ipv6: dad: don't remove dynamic addresses if link is down
+ - vxlan: fix hlist corruption
+ - net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64
+ - net: ipv6: Compare lwstate in detecting duplicate nexthops
+ - vrf: fix bug_on triggered by rx when destroying a vrf
+ - rds: tcp: use sock_create_lite() to create the accept socket
+ - brcmfmac: Fix a memory leak in error handling path in
+ 'brcmf_cfg80211_attach'
+ - brcmfmac: Fix glom_skb leak in brcmf_sdiod_recv_chain
+ - sfc: don't read beyond unicast address list
+ - cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODE
+ - cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIES
+ - cfg80211: Check if PMKID attribute is of expected size
+ - cfg80211: Check if NAN service ID is of expected size
+ - irqchip/gic-v3: Fix out-of-bound access in gic_set_affinity
+ - thp, mm: fix crash due race in MADV_FREE handling
+ - kernel/extable.c: mark core_kernel_text notrace
+ - mm/list_lru.c: fix list_lru_count_node() to be race free
+ - fs/dcache.c: fix spin lockup issue on nlru->lock
+ - binfmt_elf: use ELF_ET_DYN_BASE only for PIE (CVE-2017-1000370,
+ CVE-2017-1000371)
+ - [armel,armhf] move ELF_ET_DYN_BASE to 4MB
+ - [arm64] move ELF_ET_DYN_BASE to 4GB / 4MB
+ - [powerpc*] move ELF_ET_DYN_BASE to 4GB / 4MB
+ - [s390x] reduce ELF_ET_DYN_BASE
+ - exec: Limit arg stack to at most 75% of _STK_LIM
+ - [arm64] dts: marvell: armada37xx: Fix timer interrupt specifiers
+ - vt: fix unchecked __put_user() in tioclinux ioctls
+ - rcu: Add memory barriers for NOCB leader wakeup
+ - nvmem: core: fix leaks on registration errors
+ - mnt: In umount propagation reparent in a separate pass
+ - mnt: In propgate_umount handle visiting mounts in any order
+ - mnt: Make propagate_umount less slow for overlapping mount propagation
+ trees
+ - selftests/capabilities: Fix the test_execve test
+ - mm: fix overflow check in expand_upwards()
+ - crypto: talitos - Extend max key length for SHA384/512-HMAC and AEAD
+ - [x86] crypto: sha1-ssse3 - Disable avx2
+ - crypto: caam - properly set IV after {en,de}crypt
+ - crypto: caam - fix signals handling
+ - Revert "sched/core: Optimize SCHED_SMT"
+ - sched/fair, cpumask: Export for_each_cpu_wrap()
+ - sched/topology: Fix building of overlapping sched-groups
+ - sched/topology: Optimize build_group_mask()
+ - sched/topology: Fix overlapping sched_group_mask
+ - PM / wakeirq: Convert to SRCU
+ - PM / QoS: return -EINVAL for bogus strings
+ - tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate
+ results
+ - [x86] kvm: vmx: Do not disable intercepts for BNDCFGS
+ - [x86] kvm: Guest BNDCFGS requires guest MPX support
+ - [x86] kvm: vmx: Check value written to IA32_BNDCFGS
+ - [x86] kvm: vmx: allow host to access guest MSR_IA32_BNDCFGS
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.40
+ - dm mpath: cleanup -Wbool-operation warning in choose_pgpath()
+ - s5p-jpeg: don't return a random width/height
+ - thermal: max77620: fix device-node reference imbalance
+ - thermal: cpu_cooling: Avoid accessing potentially freed structures
+ - ath9k: fix tx99 use after free
+ - ath9k: fix tx99 bus error
+ - ath9k: fix an invalid pointer dereference in ath9k_rng_stop()
+ - NFC: fix broken device allocation
+ - NFC: nfcmrvl_uart: add missing tty-device sanity check
+ - NFC: nfcmrvl: do not use device-managed resources
+ - NFC: nfcmrvl: use nfc-device for firmware download
+ - NFC: nfcmrvl: fix firmware-management initialisation
+ - nfc: Ensure presence of required attributes in the activate_target handler
+ - nfc: Fix the sockaddr length sanitization in llcp_sock_connect
+ - NFC: Add sockaddr length checks before accessing sa_family in bind
+ handlers
+ - [x86] perf intel-pt: Move decoder error setting into one condition
+ - [x86] perf intel-pt: Improve sample timestamp
+ - [x86] perf intel-pt: Fix missing stack clear
+ - [x86] perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IP
+ - [x86] perf intel-pt: Fix last_ip usage
+ - [x86] perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is
+ zero
+ - [x86] perf intel-pt: Use FUP always when scanning for an IP
+ - [x86] perf intel-pt: Clear FUP flag on error
+ - Bluetooth: use constant time memory comparison for secret values
+ - wlcore: fix 64K page support
+ - btrfs: Don't clear SGID when inheriting ACLs
+ - igb: Explicitly select page 0 at initialization
+ - ASoC: compress: Derive substream from stream based on direction
+ - PM / Domains: Fix unsafe iteration over modified list of device links
+ - PM / Domains: Fix unsafe iteration over modified list of domain providers
+ - PM / Domains: Fix unsafe iteration over modified list of domains
+ - scsi: ses: do not add a device to an enclosure if enclosure_add_links()
+ fails.
+ - scsi: Add STARGET_CREATED_REMOVE state to scsi_target_state
+ - iscsi-target: Add login_keys_workaround attribute for non RFC initiators
+ - xen/scsiback: Fix a TMR related use-after-free
+ - [powerpc*] pseries: Fix passing of pp0 in updatepp() and updateboltedpp()
+ - [powerpc*/*64*] Fix atomic64_inc_not_zero() to return an int
+ - [powerpc*] Fix emulation of mcrf in emulate_step()
+ - [powerpc*] Fix emulation of mfocrf in emulate_step()
+ - [powerpc*] asm: Mark cr0 as clobbered in mftb()
+ - [powerpc*] mm/radix: Properly clear process table entry
+ - af_key: Fix sadb_x_ipsecrequest parsing
+ - PCI: Work around poweroff & suspend-to-RAM issue on Macbook Pro 11
+ - PCI: rockchip: Use normal register bank for config accessors
+ - PCI/PM: Restore the status of PCI devices across hibernation
+ - ipvs: SNAT packet replies only for NATed connections
+ - xhci: fix 20000ms port resume timeout
+ - xhci: Fix NULL pointer dereference when cleaning up streams for removed
+ host
+ - xhci: Bad Ethernet performance plugged in ASM1042A host
+ - mxl111sf: Fix driver to use heap allocate buffers for USB messages
+ - usb: storage: return on error to avoid a null pointer dereference
+ - USB: cdc-acm: add device-id for quirky printer
+ - usb: renesas_usbhs: fix usbhsc_resume() for !USBHSF_RUNTIME_PWCTRL
+ - usb: renesas_usbhs: gadget: disable all eps when the driver stops
+ - md: don't use flush_signals in userspace processes
+ - [x86] xen: allow userspace access during hypercalls
+ - cx88: Fix regression in initial video standard setting
+ - libnvdimm, btt: fix btt_rw_page not returning errors
+ - libnvdimm: fix badblock range handling of ARS range
+ - Raid5 should update rdev->sectors after reshape
+ - [s390x] syscalls: Fix out of bounds arguments access
+ - drm/amd/amdgpu: Return error if initiating read out of range on vram
+ - drm/radeon/ci: disable mclk switching for high refresh rates (v2)
+ - drm/radeon: Fix eDP for single-display iMac10,1 (v2)
+ - ipmi: use rcu lock around call to intf->handlers->sender()
+ - ipmi:ssif: Add missing unlock in error branch
+ - xfs: Don't clear SGID when inheriting ACLs
+ - f2fs: sanity check size of nat and sit cache
+ - f2fs: Don't clear SGID when inheriting ACLs
+ - drm/ttm: Fix use-after-free in ttm_bo_clean_mm
+ - ovl: drop CAP_SYS_RESOURCE from saved mounter's credentials
+ - vfio: Fix group release deadlock
+ - vfio: New external user group/file match
+ - nvme-rdma: remove race conditions from IB signalling
+ - ftrace: Fix uninitialized variable in match_records()
+ - [mips*] Fix mips_atomic_set() retry condition
+ - [mips*] Fix mips_atomic_set() with EVA
+ - [mips*] Negate error syscall return in trace
+ - ubifs: Don't leak kernel memory to the MTD
+ - ACPI / EC: Drop EC noirq hooks to fix a regression
+ - Revert "ACPI / EC: Enable event freeze mode..." to fix a regression
+ - [x86] acpi: Prevent out of bound access caused by broken ACPI tables
+ - [x86] ioapic: Pass the correct data to unmask_ioapic_irq()
+ - [mips*] Fix MIPS I ISA /proc/cpuinfo reporting
+ - [mips*] Save static registers before sysmips
+ - [mips*] Actually decode JALX in `__compute_return_epc_for_insn'
+ - [mips*] Fix unaligned PC interpretation in `compute_return_epc'
+ - [mips*] math-emu: Prevent wrong ISA mode instruction emulation
+ - [mips*] Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'
+ - [mips*] Send SIGILL for linked branches in `__compute_return_epc_for_insn'
+ - [mips*] Send SIGILL for R6 branches in `__compute_return_epc_for_insn'
+ - [mips*] Fix a typo: s/preset/present/ in r2-to-r6 emulation error message
+ - Input: i8042 - fix crash at boot time
+ - IB/iser: Fix connection teardown race condition
+ - IB/core: Namespace is mandatory input for address resolution
+ - sunrpc: use constant time memory comparison for mac
+ - NFS: only invalidate dentrys that are clearly invalid.
+ - udf: Fix deadlock between writeback and udf_setsize()
+ - target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesce
+ - iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_done
+ - perf annotate: Fix broken arrow at row 0 connecting jmp instruction to
+ its target
+ - staging: rtl8188eu: add TL-WN722N v2 support
+ - staging: comedi: ni_mio_common: fix AO timer off-by-one regression
+ - staging: sm750fb: avoid conflicting vesafb
+ - staging: lustre: ko2iblnd: check copy_from_iter/copy_to_iter return code
+ - ceph: fix race in concurrent readdir
+ - RDMA/core: Initialize port_num in qp_attr
+ - drm/mst: Fix error handling during MST sideband message reception
+ - drm/mst: Avoid dereferencing a NULL mstb in drm_dp_mst_handle_up_req()
+ - drm/mst: Avoid processing partially received up/down message transactions
+ - mlx5: Avoid that mlx5_ib_sg_to_klms() overflows the klms[] array
+ - hfsplus: Don't clear SGID when inheriting ACLs
+ - ovl: fix random return value on mount
+ - acpi/nfit: Fix memory corruption/Unregister mce decoder on failure
+ - of: device: Export of_device_{get_modalias, uvent_modalias} to modules
+ - spmi: Include OF based modalias in device uevent
+ - reiserfs: Don't clear SGID when inheriting ACLs
+ - PM / Domains: defer dev_pm_domain_set() until genpd->attach_dev succeeds
+ if present
+ - tracing: Fix kmemleak in instance_rmdir
+ - alarmtimer: don't rate limit one-shot timers
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.41
+ - af_key: Add lock to key dump
+ - pstore: Make spinlock per zone instead of global
+ - net: reduce skb_warn_bad_offload() noise
+ - jfs: Don't clear SGID when inheriting ACLs
+ - ALSA: fm801: Initialize chip after IRQ handler is registered
+ - ALSA: hda - Add missing NVIDIA GPU codec IDs to patch table
+ - [powerpc*] pseries: Fix of_node_put() underflow during reconfig remove
+ - NFS: invalidate file size when taking a lock.
+ - NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiter
+ - crypto: authencesn - Fix digest_null crash
+ - [powerpc*] KVM: Book3S HV: Enable TM before accessing TM registers
+ - md/raid5: add thread_group worker async_tx_issue_pending_all
+ - drm/nouveau/disp/nv50-: bump max chans to 21
+ - drm/nouveau/bar/gf100: fix access to upper half of BAR2
+ - [powerpc*] KVM: Book3S HV: Restore critical SPRs to host values on guest
+ exit
+ - [powerpc*] KVM: Book3S HV: Save/restore host values of debug registers
+ - [powerpc*] Revert "powerpc/numa: Fix percpu allocations to be NUMA aware"
+ - Staging: comedi: comedi_fops: Avoid orphaned proc entry
+ - smp/hotplug: Move unparking of percpu threads to the control CPU
+ - smp/hotplug: Replace BUG_ON and react useful
+ - nfc: Fix hangup of RC-S380* in port100_send_ack()
+ - nfc: fdp: fix NULL pointer dereference
+ - net: phy: Do not perform software reset for Generic PHY
+ - isdn: Fix a sleep-in-atomic bug
+ - ath10k: fix null deref on wmi-tlv when trying spectral scan
+ - wil6210: fix deadlock when using fw_no_recovery option
+ - mailbox: always wait in mbox_send_message for blocking Tx mode
+ - mailbox: skip complete wait event if timer expired
+ - mailbox: handle empty message in tx_tick
+ - sched/cgroup: Move sched_online_group() back into css_online() to fix
+ crash
+ - RDMA/uverbs: Fix the check for port number
+ - ipmi/watchdog: fix watchdog timeout set on reboot
+ - v4l: s5c73m3: fix negation operator
+ - pstore: Allow prz to control need for locking
+ - pstore: Correctly initialize spinlock and flags
+ - pstore: Use dynamic spinlock initializer
+ - net: skb_needs_check() accepts CHECKSUM_NONE for tx
+ - device-dax: fix sysfs duplicate warnings
+ - [x86] mce/AMD: Make the init code more robust
+ - r8169: add support for RTL8168 series add-on card.
+ - [armhf] omap2+: fixing wrong strcat for Non-NULL terminated string
+ - dt-bindings: power/supply: Update TPS65217 properties
+ - dt-bindings: input: Specify the interrupt number of TPS65217 power button
+ - [armhf] dts: n900: Mark eMMC slot with no-sdio and no-sd flags
+ - net/mlx5: Disable RoCE on the e-switch management port under switchdev
+ mode
+ - ipv6: Should use consistent conditional judgement for ip6 fragment
+ between __ip6_append_data and ip6_finish_output
+ - net/mlx4_core: Use-after-free causes a resource leak in flow-steering
+ detach
+ - net/mlx4: Remove BUG_ON from ICM allocation routine
+ - net/mlx4_core: Fix raw qp flow steering rules under SRIOV
+ - [arm64] drm/msm: Ensure that the hardware write pointer is valid
+ - [arm64] drm/msm: Put back the vaddr in submit_reloc()
+ - [arm64] drm/msm: Verify that MSM_SUBMIT_BO_FLAGS are set
+ - irqchip/keystone: Fix "scheduling while atomic" on rt
+ - ASoC: tlv320aic3x: Mark the RESET register as volatile
+ - spi: dw: Make debugfs name unique between instances
+ - ASoC: nau8825: fix invalid configuration in Pre-Scalar of FLL
+ - irqchip/mxs: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND
+ - openrisc: Add _text symbol to fix ksym build error
+ - dmaengine: ioatdma: Add Skylake PCI Dev ID
+ - dmaengine: ioatdma: workaround SKX ioatdma version
+ - l2tp: consider '::' as wildcard address in l2tp_ip6 socket lookup
+ - dmaengine: ti-dma-crossbar: Add some 'of_node_put()' in error path.
+ - usb: dwc3: omap: fix race of pm runtime with irq handler in probe
+ - [arm64] zynqmp: Fix W=1 dtc 1.4 warnings
+ - [arm64] zynqmp: Fix i2c node's compatible string
+ - perf probe: Fix to get correct modname from elf header
+ - ACPI / scan: Prefer devices without _HID/_CID for _ADR matching
+ - usb: gadget: Fix copy/pasted error message
+ - Btrfs: use down_read_nested to make lockdep silent
+ - Btrfs: fix lockdep warning about log_mutex
+ - benet: stricter vxlan offloading check in be_features_check
+ - Btrfs: adjust outstanding_extents counter properly when dio write is split
+ - [armhf] Xen: Zero reserved fields of xatp before making hypervisor call
+ - tools lib traceevent: Fix prev/next_prio for deadline tasks
+ - xfrm: Don't use sk_family for socket policy lookups
+ - perf tools: Install tools/lib/traceevent plugins with install-bin
+ - perf symbols: Robustify reading of build-id from sysfs
+ - video: fbdev: cobalt_lcdfb: Handle return NULL error from devm_ioremap
+ - vfio-pci: Handle error from pci_iomap
+ - [arm64] mm: fix show_pte KERN_CONT fallout
+ - nvmem: imx-ocotp: Fix wrong register size
+ - net: usb: asix_devices: add .reset_resume for USB PM
+ - ASoC: fsl_ssi: set fifo watermark to more reliable value
+ - sh_eth: enable RX descriptor word 0 shift on SH7734
+ - ALSA: usb-audio: test EP_FLAG_RUNNING at urb completion
+ - [x86] platform/intel-mid: Rename 'spidev' to 'mrfld_spidev'
+ - [x86] perf: Set pmu->module in Intel PMU modules
+ - [x86] ASoC: Intel: bytcr-rt5640: fix settings in internal clock mode
+ - HID: ignore Petzl USB headlamp
+ - scsi: fnic: Avoid sending reset to firmware when another reset is in
+ progress
+ - scsi: snic: Return error code on memory allocation failure
+ - scsi: bfa: Increase requested firmware version to 3.2.5.1
+ - [x86] ASoC: Intel: Skylake: Release FW ctx in cleanup
+ - ASoC: dpcm: Avoid putting stream state to STOP when FE stream is paused
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.42
+ - cgroup: create dfl_root files on subsys registration
+ - cgroup: fix error return value from cgroup_subtree_control()
+ - libata: array underflow in ata_find_dev()
+ - workqueue: restore WQ_UNBOUND/max_active==1 to be ordered
+ - iwlwifi: dvm: prevent an out of bounds access
+ - brcmfmac: fix memleak due to calling brcmf_sdiod_sgtable_alloc() twice
+ - NFSv4: Fix EXCHANGE_ID corrupt verifier issue
+ - device property: Make dev_fwnode() public
+ - mmc: core: Fix access to HS400-ES devices
+ - mm, mprotect: flush TLB if potentially racing with a parallel reclaim
+ leaving stale TLB entries
+ - cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()
+ - ALSA: hda - Fix speaker output from VAIO VPCL14M1R
+ - drm/amdgpu: Fix undue fallthroughs in golden registers initialization
+ - ASoC: do not close shared backend dailink
+ - KVM: async_pf: make rcu irq exit if not triggered from idle task
+ - mm/page_alloc: Remove kernel address exposure in free_reserved_area()
+ - timers: Fix overflow in get_next_timer_interrupt
+ - [powerpc*] tm: Fix saving of TM SPRs in core dump
+ - [powerpc*/*64*] Fix __check_irq_replay missing decrementer interrupt
+ - iommu/amd: Enable ga_log_intr when enabling guest_mode
+ - gpiolib: skip unwanted events, don't convert them to opposite edge
+ - ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize
+ - ext4: fix overflow caused by missing cast in ext4_resize_fs()
+ - [armhf] dts: armada-38x: Fix irq type for pca955
+ - media: platform: davinci: return -EINVAL for VPFE_CMD_S_CCDC_RAW_PARAMS
+ ioctl
+ - iscsi-target: Fix initial login PDU asynchronous socket close OOPs
+ - mmc: dw_mmc: Use device_property_read instead of of_property_read
+ - mmc: core: Use device_property_read instead of of_property_read
+ - media: lirc: LIRC_GET_REC_RESOLUTION should return microseconds
+ - f2fs: sanity check checkpoint segno and blkoff (CVE-2017-10663)
+ - Btrfs: fix early ENOSPC due to delalloc
+ - saa7164: fix double fetch PCIe access condition (CVE-2017-8831)
+ - tcp_bbr: cut pacing rate only if filled pipe
+ - tcp_bbr: introduce bbr_bw_to_pacing_rate() helper
+ - tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helper
+ - tcp_bbr: remove sk_pacing_rate=0 transient during init
+ - tcp_bbr: init pacing rate on first RTT sample
+ - ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()
+ - net: Zero terminate ifr_name in dev_ifname().
+ - net: dsa: b53: Add missing ARL entries for BCM53125
+ - ipv4: initialize fib_trie prior to register_netdev_notifier call.
+ - rtnetlink: allocate more memory for dev_set_mac_address()
+ - mcs7780: Fix initialization when CONFIG_VMAP_STACK is enabled
+ - openvswitch: fix potential out of bound access in parse_ct
+ - packet: fix use-after-free in prb_retire_rx_blk_timer_expired()
+ - ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()
+ - net: ethernet: nb8800: Handle all 4 RGMII modes identically
+ - dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properly
+ - dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properly
+ - dccp: fix a memleak for dccp_feat_init err process
+ - sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()
+ - sctp: fix the check for _sctp_walk_params and _sctp_walk_errors
+ - net/mlx5: Consider tx_enabled in all modes on remap
+ - net/mlx5: Fix command bad flow on command entry allocation failure
+ - net/mlx5e: Fix outer_header_zero() check size
+ - net/mlx5e: Fix wrong delay calculation for overflow check scheduling
+ - net/mlx5e: Schedule overflow check work to mlx5e workqueue
+ - net: phy: Correctly process PHY_HALTED in phy_stop_machine()
+ - xen-netback: correctly schedule rate-limited queues
+ - wext: handle NULL extra data in iwe_stream_add_point better
+ - sh_eth: fix EESIPR values for SH77{34|63}
+ - sh_eth: R8A7740 supports packet shecksumming
+ - net: phy: dp83867: fix irq generation
+ - tg3: Fix race condition in tg3_get_stats64().
+ - [x86] boot: Add missing declaration of string functions
+ - spi: spi-axi: Free resources on error path
+ - ASoC: rt5645: set sel_i2s_pre_div1 to 2
+ - netfilter: use fwmark_reflect in nf_send_reset
+ - phy state machine: failsafe leave invalid RUNNING state
+ - ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned int
+ - clk/samsung: exynos542x: mark some clocks as critical
+ - scsi: qla2xxx: Get mutex lock before checking optrom_state
+ - drm/virtio: fix framebuffer sparse warning
+ - [armhf] dts: sunxi: Change node name for pwrseq pin on
+ Olinuxino-lime2-emmc
+ - iw_cxgb4: do not send RX_DATA_ACK CPLs after close/abort
+ - nbd: blk_mq_init_queue returns an error code on failure, not NULL
+ - virtio_blk: fix panic in initialization error path
+ - [armel,armhf] 8632/1: ftrace: fix syscall name matching
+ - mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDER
+ - lib/Kconfig.debug: fix frv build failure
+ - signal: protect SIGNAL_UNKILLABLE from unintentional clearing.
+ - mm: don't dereference struct page fields of invalid pages
+ - net/mlx5: E-Switch, Re-enable RoCE on mode change only after FDB destroy
+ - net: phy: Fix PHY unbind crash
+ - workqueue: implicit ordered attribute should be overridable
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.43
+ - ppp: Fix false xmit recursion detect with two ppp devices
+ - ppp: fix xmit recursion detection on ppp channels
+ - tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states
+ - net: fix keepalive code vs TCP_FASTOPEN_CONNECT
+ - [s390x] bpf: fix jit branch offset related to ldimm64
+ - net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packets
+ - net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target
+ - tcp: fastopen: tcp_connect() must refresh the route
+ - net: avoid skb_warn_bad_offload false positives on UFO
+ - igmp: Fix regression caused by igmp sysctl namespace code.
+ - packet: fix tp_reserve race in packet_set_ring (CVE-2017-1000111)
+ - udp: consistently apply ufo or fragmentation (CVE-2017-1000112)
+ - [armhf,arm64] KVM: Handle hva aging while destroying the vm
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.44
+ - mm: ratelimit PFNs busy info message
+ - mm: fix list corruptions on shmem shrinklist
+ - futex: Remove unnecessary warning from get_futex_key
+ - mtd: nand: Fix timing setup for NANDs that do not support SET FEATURES
+ - iscsi-target: fix memory leak in iscsit_setup_text_cmd()
+ - iscsi-target: Fix iscsi_np reset hung task during parallel delete
+ - target: Fix node_acl demo-mode + uncached dynamic shutdown regression
+ - fuse: initialize the flock flag in fuse_file on allocation
+ - nand: fix wrong default oob layout for small pages using soft ecc
+ - mmc: mmc: correct the logic for setting HS400ES signal voltage
+ - nfs/flexfiles: fix leak of nfs4_ff_ds_version arrays
+ - drm/etnaviv: Fix off-by-one error in reloc checking
+ - [x86] drm/i915: Fix out-of-bounds array access in bdw_load_gamma_lut
+ - USB: serial: option: add D-Link DWM-222 device ID
+ - USB: serial: cp210x: add support for Qivicon USB ZigBee dongle
+ - USB: serial: pl2303: add new ATEN device id
+ - usb: musb: fix tx fifo flush handling again
+ - USB: hcd: Mark secondary HCD as dead if the primary one died
+ - staging:iio:resolver:ad2s1210 fix negative IIO_ANGL_VEL read
+ - iio: accel: bmc150: Always restore device to normal mode after
+ suspend-resume
+ - iio: light: tsl2563: use correct event code
+ - staging: comedi: comedi_fops: do not call blocking ops when !TASK_RUNNING
+ - uas: Add US_FL_IGNORE_RESIDUE for Initio Corporation INIC-3069
+ - usb: gadget: udc: renesas_usb3: Fix usb_gadget_giveback_request() calling
+ - usb: renesas_usbhs: Fix UGCTRL2 value for R-Car Gen3
+ - USB: Check for dropped connection before switching to full speed
+ - usb: core: unlink urbs from the tail of the endpoint's urb_list
+ - usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet Adapter
+ - usb:xhci:Add quirk for Certain failing HP keyboard on reset after resume
+ - iio: adc: vf610_adc: Fix VALT selection value for REFSEL bits
+ - pnfs/blocklayout: require 64-bit sector_t
+ - [armhf] pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver
+ - [x86] pinctrl: intel: merrifield: Correct UART pin lists
+ - [armhf] pinctrl: samsung: Remove bogus irq_[un]mask from resource
+ management
+ - [arm64] pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.45
+ - netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregister
+ - audit: Fix use after free in audit_remove_watch_rule()
+ - [x86] crypto: sha1 - Fix reads beyond the number of blocks passed
+ - Input: elan_i2c - add ELAN0608 to the ACPI table
+ - Input: elan_i2c - Add antoher Lenovo ACPI ID for upcoming Lenovo NB
+ - ALSA: seq: 2nd attempt at fixing race creating a queue
+ - ALSA: usb-audio: Apply sample rate quirk to Sennheiser headset
+ - ALSA: usb-audio: Add mute TLV for playback volumes on C-Media devices
+ - mm: discard memblock data later
+ - mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUS
+ - mm/mempolicy: fix use after free when calling get_mempolicy
+ - [amd64,arm64] mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changes
+ - xen: fix bio vec merging (CVE-2017-12134) (Closes: #866511)
+ - blk-mq-pci: add a fallback when pci_irq_get_affinity returns NULL
+ - [powerpc*] Fix VSX enabling/flushing to also test MSR_FP and MSR_VEC
+ - xen-blkfront: use a right index when checking requests
+ - [amd64] asm: Clear AC on NMI entries
+ - genirq: Restore trigger settings in irq_modify_status()
+ - genirq/ipi: Fixup checks against nr_cpu_ids
+ - Sanitize 'move_pages()' permission checks
+ - pids: make task_tgid_nr_ns() safe
+ - usb: optimize acpi companion search for usb port devices
+ - usb: qmi_wwan: add D-Link DWM-222 device ID
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.46
+ - af_key: do not use GFP_KERNEL in atomic contexts
+ - dccp: purge write queue in dccp_destroy_sock()
+ - dccp: defer ccid_hc_tx_delete() at dismantle time
+ - ipv4: fix NULL dereference in free_fib_info_rcu()
+ - net_sched/sfq: update hierarchical backlog when drop packet
+ - net_sched: remove warning from qdisc_hash_add
+ - bpf: fix bpf_trace_printk on 32 bit archs
+ - openvswitch: fix skb_panic due to the incorrect actions attrlen
+ - ptr_ring: use kmalloc_array()
+ - ipv4: better IP_MAX_MTU enforcement
+ - nfp: fix infinite loop on umapping cleanup
+ - sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
+ - tipc: fix use-after-free
+ - ipv6: reset fn->rr_ptr when replacing route
+ - ipv6: repair fib6 tree in failure case
+ - tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
+ - net/mlx4_core: Enable 4K UAR if SRIOV module parameter is not enabled
+ - irda: do not leak initialized list.dev to userspace
+ - net: sched: fix NULL pointer dereference when action calls some targets
+ - net_sched: fix order of queue length updates in qdisc_replace()
+ - bpf, verifier: add additional patterns to evaluate_reg_imm_alu
+ - bpf: adjust verifier heuristics
+ - bpf, verifier: fix alu ops against map_value{, _adj} register types
+ - bpf: fix mixed signed/unsigned derived min/max value bounds
+ - bpf/verifier: fix min/max handling in BPF_SUB
+ - Input: trackpoint - add new trackpoint firmware ID
+ - Input: elan_i2c - add ELAN0602 ACPI ID to support Lenovo Yoga310
+ - Input: ALPS - fix two-finger scroll breakage in right side on ALPS
+ touchpad
+ - [s390x] KVM: sthyi: fix sthyi inline assembly
+ - [s390x] KVM: sthyi: fix specification exception detection
+ - [x86] KVM: block guest protection keys unless the host has them enabled
+ - ALSA: usb-audio: Add delay quirk for H650e/Jabra 550a USB headsets
+ - ALSA: core: Fix unexpected error at replacing user TLV
+ - ALSA: hda - Add stereo mic quirk for Lenovo G50-70 (17aa:3978)
+ - ALSA: firewire: fix NULL pointer dereference when releasing uninitialized
+ data of iso-resource
+ - mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabled
+ - i2c: designware: Fix system suspend
+ - mm/madvise.c: fix freeing of locked page with MADV_FREE
+ - fork: fix incorrect fput of ->exe_file causing use-after-free
+ - mm/memblock.c: reversed logic in memblock_discard()
+ - drm: Release driver tracking before making the object available again
+ - drm/atomic: If the atomic check fails, return its value first
+ - tracing: Call clear_boot_tracer() at lateinit_sync
+ - tracing: Fix kmemleak in tracing_map_array_free()
+ - tracing: Fix freeing of filter in create_filter() when set_str is false
+ - kbuild: linker script do not match C names unless
+ LD_DEAD_CODE_DATA_ELIMINATION is configured
+ - cifs: Fix df output for users with quota limits
+ - cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()
+ - nfsd: Limit end of page list when decoding NFSv4 WRITE
+ - ftrace: Check for null ret_stack on profile function graph entry function
+ - perf/core: Fix group {cpu,task} validation
+ - perf probe: Fix --funcs to show correct symbols for offline module
+ - [x86] perf/intel/rapl: Make package handling more robust
+ - timers: Fix excessive granularity of new timers after a nohz idle
+ - [x86] mm: Fix use-after-free of ldt_struct
+ - net: sunrpc: svcsock: fix NULL-pointer exception
+ - Revert "leds: handle suspend/resume in heartbeat trigger"
+ - netfilter: nat: fix src map lookup
+ - Bluetooth: hidp: fix possible might sleep error in hidp_session_thread
+ - Bluetooth: cmtp: fix possible might sleep error in cmtp_session
+ - Bluetooth: bnep: fix possible might sleep error in bnep_session
+ - iio: imu: adis16480: Fix acceleration scale factor for adis16480
+ - iio: hid-sensor-trigger: Fix the race with user space powering up sensors
+ - staging: rtl8188eu: add RNX-N150NUB support
+ - Clarify (and fix) MAX_LFS_FILESIZE macros
+ - ntb_transport: fix qp count bug
+ - ntb_transport: fix bug calculating num_qps_mw
+ - NTB: ntb_test: fix bug printing ntb_perf results
+ - ntb: no sleep in ntb_async_tx_submit
+ - ntb: ntb_test: ensure the link is up before trying to configure the mws
+ - ntb: transport shouldn't disable link due to bogus values in SPADs
+ - ACPI: ioapic: Clear on-stack resource before using it
+ - ACPI / APEI: Add missing synchronize_rcu() on NOTIFY_SCI removal
+ - ACPI: EC: Fix regression related to wrong ECDT initialization order
+ - [powerpc*] mm: Ensure cpumask update is ordered
+ https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.47
+ - p54: memset(0) whole array
+ - [armhf,arm64] kvm: Fix race in resetting stage2 PGD
+ - [arm64] mm: abort uaccess retries upon fatal signal
+ - [arm64] fpsimd: Prevent registers leaking across exec
+ - scsi: sg: protect accesses to 'reserved' page array
+ - scsi: sg: reset 'res_in_use' after unlinking reserved array
+
+ [ Ben Hutchings ]
+ * [x86] KVM: fix singlestepping over syscall (CVE-2017-7518)
+ * xfrm: policy: check policy direction value (CVE-2017-11600)
+ * [armhf] udeb: Add sunxi_wdt to kernel-image (Closes: #866130)
+ * udeb: Add dm-raid to md-modules (Closes: #868251)
+ * [arm64] sound: Enable SND_HDA_INTEL as module (Closes: #867611)
+ * [x86] ideapad-laptop: Add various IdeaPad models to no_hw_rfkill list
+ (Closes: #866706)
+ * firmware: dmi: Add DMI_PRODUCT_FAMILY identification string
+ * firmware: dmi: Avoid ABI break for DMI_PRODUCT_FAMILY
+ * [x86] pinctrl: cherryview: Extend the Chromebook DMI quirk to Intel_Strago
+ systems (Closes: #862723)
+ * [armhf] Add ARM Mali Midgard device tree bindings and gpu node for rk3288
+ (thanks to Guillaume Tucker) (Closes: #865646)
+ * workqueue: Fix flag collision
+ * Bump ABI to 4
+ * [mips*el/loongson-3] Select MIPS_L1_CACHE_SHIFT_6 (deferred from 4.9.30)
+ * [rt] Update to 4.9.47-rt37:
+ - sched: Prevent task state corruption by spurious lock wakeup
+ - sched: Remove TASK_ALL
+ - kernel/locking: use an exclusive wait_q for sleepers
+ - sched/migrate disable: handle updated task-mask mg-dis section
+
+ [ Cyril Brulebois ]
+ * [arm64,armhf] udeb: Ship usb3503 module in usb-modules, needed for
+ e.g. Arndale development boards, thanks to Wei Liu (Closes: #865645).
+
+ -- Ben Hutchings <ben@decadent.org.uk> Sun, 10 Sep 2017 04:30:59 +0100
+
+ linux (4.9.30-2+deb9u5) stretch-security; urgency=medium
+
+ * [amd64] mm: revert ELF_ET_DYN_BASE base changes (fixes regression of ASan)
+
+ -- Ben Hutchings <ben@decadent.org.uk> Tue, 19 Sep 2017 02:34:05 +0100
+
+ linux (4.9.30-2+deb9u4) stretch-security; urgency=high
+
+ * [x86] KVM: fix singlestepping over syscall (CVE-2017-7518)
+ * binfmt_elf: use ELF_ET_DYN_BASE only for PIE (CVE-2017-1000370,
+ CVE-2017-1000371)
+ * ALSA: timer: Fix race between read and ioctl (CVE-2017-1000380)
+ * ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT
+ (CVE-2017-1000380)
+ * xfrm: policy: check policy direction value (CVE-2017-11600)
+ * packet: fix tp_reserve race in packet_set_ring (CVE-2017-1000111)
+ * ipv6: Should use consistent conditional judgement for ip6 fragment
+ between __ip6_append_data and ip6_finish_output
+ * udp: consistently apply ufo or fragmentation (CVE-2017-1000112)
+ * sctp: Avoid out-of-bounds reads from address storage (CVE-2017-7558)
+ * xen: fix bio vec merging (CVE-2017-12134) (Closes: #866511)
+ * driver core: platform: fix race condition with driver_override
+ (CVE-2017-12146)
+ * nl80211: check for the required netlink attributes presence (CVE-2017-12153)
+ * [x86] kvm: nVMX: Don't allow L2 to access the hardware CR8 (CVE-2017-12154)
+ * scsi: qla2xxx: Fix an integer overflow in sysfs code (CVE-2017-14051)
+ * tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0 (CVE-2017-14106)
+ * Sanitize 'move_pages()' permission checks (CVE-2017-14140)
+ * video: fbdev: aty: do not leak uninitialized padding in clk to userspace
+ (CVE-2017-14156)
+ * xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present
+ (CVE-2017-14340)
+ * scsi: fix the issue that iscsi_if_rx doesn't parse nlmsg properly
+ (CVE-2017-14489)
+ * packet: Don't write vnet header beyond end of buffer (CVE-2017-14497)
+ * Bluetooth: Properly check L2CAP config option output buffer length
+ (CVE-2017-1000251) (Closes: #875881)
+ * [x86] KVM: VMX: Do not BUG() on out-of-bounds guest IRQ (CVE-2017-1000252)
+
+ -- Ben Hutchings <ben@decadent.org.uk> Mon, 18 Sep 2017 16:40:43 +0100
+
+ linux (4.9.30-2+deb9u3) stretch-security; urgency=high
+
+ * [x86] drm/vmwgfx: limit the number of mip levels in
+ vmw_gb_surface_define_ioctl() (CVE-2017-7346)
+ * rxrpc: Fix several cases where a padded len isn't checked in ticket decode
+ (CVE-2017-7482)
+ * brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()
+ (CVE-2017-7541)
+ * ipv6: avoid overflow of offset in ip6_find_1stfragopt (CVE-2017-7542)
+ * [x86] drm/vmwgfx: Make sure backup_handle is always valid (CVE-2017-9605)
+ * drm/virtio: don't leak bo on drm_gem_object_init failure (CVE-2017-10810)
+ * xen-blkback: don't leak stack data via response ring (CVE-2017-10911)
+ * mqueue: fix a use-after-free in sys_mq_notify() (CVE-2017-11176)
+ * fs/exec.c: account for argv/envp pointers (CVE-2017-1000365)
+ * dentry name snapshots (CVE-2017-7533)
+
+ -- Salvatore Bonaccorso <carnil@debian.org> Sun, 06 Aug 2017 06:24:47 +0200
linux (4.9.30-2+deb9u2) stretch-security; urgency=high
# Taint if dangerous features are used
debian/fanotify-taint-on-use-of-fanotify_access_permissions.patch
debian/btrfs-warn-about-raid5-6-being-experimental-at-mount.patch
-
# Reduce noise for bug #852324
debian/amd64-don-t-warn-about-expected-w+x-pages-on-xen.patch
-
# Arch bug fixes
bugfix/arm/arm-dts-kirkwood-fix-sata-pinmux-ing-for-ts419.patch
-
+ features/all/firmware-dmi-add-dmi_product_family-identification-s.patch
+ bugfix/x86/pinctrl-cherryview-extend-the-chromebook-dmi-quirk-t.patch
+ bugfix/x86/platform-x86-ideapad-laptop-add-y700-15-acz-to-no_hw.patch
+ bugfix/x86/platform-x86-ideapad-laptop-add-ideapad-310-15ikb-to.patch
+ bugfix/x86/platform-x86-ideapad-laptop-add-ideapad-v310-15isk-t.patch
+ bugfix/x86/platform-x86-ideapad-laptop-add-y520-15ikbn-to-no_hw.patch
+ bugfix/x86/platform-x86-ideapad-laptop-add-y720-15ikbn-to-no_hw.patch
+ bugfix/x86/platform-x86-ideapad-laptop-add-ideapad-v510-15ikb-t.patch
+ bugfix/x86/platform-x86-ideapad-laptop-add-several-models-to-no.patch
+ bugfix/powerpc/powerpc-invalidate-erat-on-powersave-wakeup-for-power9.patch
# Arch features
features/mips/MIPS-increase-MAX-PHYSMEM-BITS-on-Loongson-3-only.patch
features/mips/MIPS-Loongson-3-Add-Loongson-LS3A-RS780E-1-way-machi.patch
features/arm/ARM-dts-orion5x-lschl-More-consistent-naming-on-link.patch
features/arm/ARM-orion5x-fix-Makefile-for-linkstation-lschl.dtb.patch
features/arm64/serial-pl011-add-console-matching-function.patch
-
+ features/arm/dt-bindings-gpu-add-bindings-for-the-arm-mali-midgar.patch
+ features/arm/arm-dts-rockchip-add-arm-mali-gpu-node-for-rk3288.patch
+ features/arm/arm-dts-rockchip-enable-arm-mali-gpu-on-rk3288-rock2.patch
+ features/arm/arm-dts-rockchip-enable-arm-mali-gpu-on-rk3288-firef.patch
+ features/arm/arm-dts-rockchip-enable-arm-mali-gpu-on-rk3288-veyro.patch
+ features/mips/mips-loongson-add-loongson-3a-r3-basic-support.patch
+ features/mips/mips-loongson-add-nmi-handler-support.patch
+ features/mips/mips-loongson-3-support-4-packages-in-cpu-hwmon-driv.patch
+ features/mips/mips-loongson-3-irq-balancing-for-pci-devices.patch
+ features/mips/mips-loongson-3-support-irq_set_affinity-in-i8259-ch.patch
+ features/mips/mips-loogson-make-enum-loongson_cpu_type-more-clear.patch
# Miscellaneous bug fixes
bugfix/all/kbuild-use-nostdinc-in-compile-tests.patch
bugfix/all/disable-some-marvell-phys.patch
bugfix/all/kbuild-do-not-use-hyphen-in-exported-variable-name.patch
bugfix/all/partially-revert-usb-kconfig-using-select-for-usb_co.patch
bugfix/all/kbuild-include-addtree-remove-quotes-before-matching-path.patch
-
+ bugfix/all/ext4-preserve-i_mode-if-__ext4_set_acl-fails.patch
+ bugfix/all/ext4-don-t-clear-sgid-when-inheriting-acls.patch
# Miscellaneous features
features/all/netfilter-nft_ct-add-notrack-support.patch
-
# Securelevel patchset from mjg59
features/all/securelevel/add-bsd-style-securelevel-support.patch
features/all/securelevel/enforce-module-signatures-when-securelevel-is-greate.patch
debian/i386-686-pae-pci-set-pci-nobios-by-default.patch
debian/time-mark-timer_stats-as-broken.patch
bugfix/all/tracing-Use-strlcpy-instead-of-strcpy-in-__trace_fin.patch
- bugfix/all/dccp-tcp-do-not-inherit-mc_list-from-parent.patch
bugfix/all/sunrpc-refactor-svc_set_num_threads.patch
bugfix/all/nfsv4-fix-callback-server-shutdown.patch
- bugfix/all/nfsv4.x-callback-create-the-callback-service-through.patch
- bugfix/all/ipv6-prevent-overrun-when-parsing-v6-header-options.patch
- bugfix/all/ipv6-check-ip6_find_1stfragopt-return-value-properly.patch
- bugfix/all/ipv6-xfrm-handle-errors-reported-by-xfrm6_find_1stfr.patch
- bugfix/all/ipv6-fix-leak-in-ipv6_gso_segment.patch
- bugfix/all/sctp-do-not-inherit-ipv6_-mc-ac-fl-_list-from-parent.patch
- bugfix/all/ipv6-dccp-do-not-inherit-ipv6_mc_list-from-parent.patch
- bugfix/all/crypto-skcipher-Add-missing-api-setkey-checks.patch
- bugfix/all/ipv6-fix-out-of-bound-writes-in-__ip6_append_data.patch
- bugfix/all/mm-fix-new-crash-in-unmapped_area_topdown.patch
+ bugfix/x86/kvm-x86-fix-singlestepping-over-syscall.patch
+ bugfix/all/nl80211-check-for-the-required-netlink-attributes-presence.patch
+ bugfix/x86/kvm-nvmx-don-t-allow-l2-to-access-the-hardware-cr8.patch
+ bugfix/all/scsi-qla2xxx-fix-an-integer-overflow-in-sysfs-code.patch
+ bugfix/all/video-fbdev-aty-do-not-leak-uninitialized-padding-in.patch
+ bugfix/all/scsi-fix-the-issue-that-iscsi_if_rx-doesn-t-parse-nlmsg-properly.patch
+ bugfix/x86/kvm-vmx-do-not-bug-on-out-of-bounds-guest-irq.patch
-
# Fix exported symbol versions
bugfix/ia64/revert-ia64-move-exports-to-definitions.patch
bugfix/sparc/revert-sparc-move-exports-to-definitions.patch
bugfix/powerpc/powerpc-remove-mac-on-linux-hooks.patch
bugfix/powerpc/powerpc-fix-missing-crcs-add-yet-more-asm-prototypes.patch
bugfix/all/module-disable-matching-missing-version-crc.patch
-
+# ABI maintenance
- debian/revert-mips-loongson-3-select-mips_l1_cache_shift_6.patch
# Tools bug fixes
bugfix/all/usbip-document-tcp-wrappers.patch
bugfix/all/kbuild-fix-recordmcount-dependency.patch
bugfix/all/liblockdep-fix-unused-value-warnings.patch
bugfix/all/liblockdep-fix-set-but-not-used-warnings.patch
bugfix/all/liblockdep-fix-defined-but-not-used-warning-for-init.patch
-
-# ABI maintenance
+ debian/ip6_fib-avoid-abi-change-in-4.9.51.patch
+ debian/inet_frag-limit-abi-change-in-4.9.51.patch
+rpi/rpi_1000_29e3f51fc605deb9fef6d1938ddc6adb14c98cb5.patch
+rpi/rpi_1001_394c3ac6cee87c8a4b451e1ec26e546a3fcf25c0.patch
+rpi/rpi_1002_f30676e7af124f48b3cf98cdc073bb9e3deeb666.patch
+rpi/rpi_1003_07dd0619d10f40b1eac6f35b91416063fde5652e.patch
+rpi/rpi_1004_13eb6eeee964549c7e21669603ebcd1dd473a420.patch
+rpi/rpi_1005_bffdc16bb3c85813aab31e22346205c254502146.patch
+rpi/rpi_1006_cf25b6ef4bc129d8a89eb0c358ef554b1c73bbe5.patch
+rpi/rpi_1007_4f0ae2933daeb3eeb12e9c1910486e2391709e04.patch
+rpi/rpi_1008_2906eb6dab007a358e30793e427b0fe4da18a145.patch
+rpi/rpi_1009_82a10f23ad0322ae8679e7622f23f64aeb632583.patch
+rpi/rpi_1010_0a5411ad79b3834e91596bbd1c3bbc8310e1ab98.patch
+rpi/rpi_1011_c856697feefbad0286c84d68e7077e03df095617.patch
+rpi/rpi_1012_67d4edb41c0bc009c17785ab1b31f88c2f68956b.patch
+rpi/rpi_1013_def4e870c361d5e7cc7bbc02862df47862c28b1d.patch
+rpi/rpi_1014_da9a5dd9843a614399a468530237bb1ffc1fd12a.patch
+rpi/rpi_1015_720ff3b196d3f0f7c517e0186c32cd01b58784ef.patch
+rpi/rpi_1016_3e239e32680def6c20f8fabb70f3a14120d036d4.patch
+rpi/rpi_1017_aa4c79bd96b1c36619cbd9392762fbdf0e14f36a.patch
+rpi/rpi_1018_b24f6cca78179c85f971545ef40c922d70980fac.patch
+rpi/rpi_1019_93c23a2602426980cf35bc61a76b59e2fd0e92f2.patch
+rpi/rpi_1020_147a85af3ae2debaed58e2a5a043f6720422703f.patch
+rpi/rpi_1021_110282d7d4787905d09a089247dd9c9cecd702e5.patch
+rpi/rpi_1022_2a70982bbf5823e61f008c2bce8c898c9ee16e61.patch
+rpi/rpi_1023_097c29bb923a9263b41a2e578b618f6fac216b21.patch
+rpi/rpi_1024_7ea5cc60aeeb544cff69ff1fdeae26e4dd5e5cc1.patch
+rpi/rpi_1025_3adfb5abe1ed5864e67b2a5192f9c732917129e5.patch
+rpi/rpi_1026_39ea7393861c60cba280c6f53968ca9536149737.patch
+rpi/rpi_1027_64b0f95a58a471133c0c760885232ad2a9a45dcf.patch
+rpi/rpi_1028_58434b4e23a065cf0f9224ccbfb3ec292091a151.patch
+rpi/rpi_1029_7c5f02dc3914e77b3eb1ccefe8327989b5ceaaac.patch
+rpi/rpi_1030_9bee9f70c77a4810d9d597394f38a34a84933f61.patch
+rpi/rpi_1031_e98e2cc4d6df6768a5bf2e8e0a84703889f468a5.patch
+rpi/rpi_1032_871a9f7f56c69620b2eddcf7ed9f4b64aef282c1.patch
+rpi/rpi_1033_4f3220659f7d37e4602242ac031238b03a5ab0c8.patch
+rpi/rpi_1034_dd7a1e4a0851c2174d12b51e1ac33500db4a2d8b.patch
+rpi/rpi_1035_99ae4a075c7dbcd50aa5343b9cec123fd2923298.patch
+rpi/rpi_1036_71e158ff9b777ca5c811805c2478206609111f94.patch
+rpi/rpi_1037_3bd64a32c32388caa5ad7b3541df76a7ee09faf4.patch
+rpi/rpi_1038_9f2412cc7441520c773ac16c190a45a0325ce7e1.patch
+rpi/rpi_1039_98e8699a108b5f8611ad4c9234f0617df570a0cf.patch
+rpi/rpi_1040_61d72bfe60bddbe20c615b5c615d5d6f4cbe4509.patch
+rpi/rpi_1041_325cc6f8210bce4fd3a0042a18d02c7c4b96c363.patch
+rpi/rpi_1042_fbc11d9b34b8061cf8d84597b81c5980599df2a7.patch
+rpi/rpi_1043_e323afd4db2eef6078ce32a83ffffac92de8c0ef.patch
+rpi/rpi_1044_4515598a449623810c897041355d3ca3f696fabd.patch
+rpi/rpi_1045_38f5be576f42b35829c0f309480d6b310eecde1f.patch
+rpi/rpi_1046_af97a1245bf71f876ace69770545e8568143bba4.patch
+rpi/rpi_1047_cffc612488e81f13495bf528a6abc7fc7d397b62.patch
+rpi/rpi_1048_157d057b963bb93048a9017fd80092a9db37d102.patch
+rpi/rpi_1049_b16cd101d4cf327197ef3c4cd383ea6ba1efad0b.patch
+rpi/rpi_1050_9ecc0921590785be664b51604d6c4af4edcb931f.patch
+rpi/rpi_1051_c606859fff1be1204d9461c0384a89f0c61edcc3.patch
+rpi/rpi_1052_309bffda50484dae733873bf1b2a8fd277fd8401.patch
+rpi/rpi_1053_a0a494d3aebcf3ee9c15047d9fa55987d962f724.patch
+rpi/rpi_1054_72cb35511d4dee4c8a00f8c42a969b5799a24ad9.patch
+rpi/rpi_1055_87c415c15f51396f5bc160f9fe67f304f7a8e13d.patch
+rpi/rpi_1056_8c550aa14d661f3f3bdf983014da886640f1610f.patch
+rpi/rpi_1057_44cbbe5fd56d9cab4129b69682c8e2a996f34d1e.patch
+rpi/rpi_1058_fe1dffef3f3b98141d91a32c7c0d7f19d28754f2.patch
+rpi/rpi_1059_02941b025e7eeb8d8cfe919342a50bc4fdcc7aaa.patch
+rpi/rpi_1060_7897eb060d7ab2cd3be5d3f145688d91ec38fbf9.patch
+rpi/rpi_1061_205369b999101a7bbb97691b56d200c060cb36c5.patch
+rpi/rpi_1062_417ea0da3a48afbcad46cce80fcf41908363ad21.patch
+rpi/rpi_1063_23d660b03d69c66b1bf2e4acea5ad8b354e05af0.patch
+rpi/rpi_1064_1cb84140659ecba8656f9871cba0d2b5d704763b.patch
+rpi/rpi_1065_d68df39b6bca186380d93d26ce166ec2555b9f29.patch
+rpi/rpi_1066_c0b71a92e466ea541177511edf2dadcd8138967c.patch
+rpi/rpi_1067_92d09452ce33b875acb61ab60daa35740e2e36a6.patch
+rpi/rpi_1068_0684c0024d8d825ff268a5a20f6b86a47681c32f.patch
+rpi/rpi_1069_cd659a45adec379b31d4055047f19d22180b4a78.patch
+rpi/rpi_1070_2cec5b0717cbab745138de9fa4cbf967eac3a0bf.patch
+rpi/rpi_1071_b166c17df4083cdf42d891b37d67f7d5c3564498.patch
+rpi/rpi_1072_ad3f32369569ef4c03e9c397e3a9100dbf0e33a5.patch
+rpi/rpi_1073_60efca1bf22e9d24434d485feb4901d3266a3d45.patch
+rpi/rpi_1074_739c488be6e7348a553cca0f85630f78b9f9bec4.patch
+rpi/rpi_1075_c05752ee77bbb2d230424d023d34d2894e526018.patch
+rpi/rpi_1076_48e1278c4d0a7f9bcfbdb566de0a30135f845720.patch
+rpi/rpi_1077_04169a07201d1aab62c7dd8a2e7b3d60a712231c.patch
+rpi/rpi_1078_3a3650d34b783fd1d475cdc703ae5012cf005749.patch
+rpi/rpi_1079_fae4d3ebc425e0461ef096ee15b3b41b074dd7e9.patch
+rpi/rpi_1080_9c8783d3e8e945165c1a9aaa4251d1404ae707a4.patch
+rpi/rpi_1081_b9e20d678f7961924bf93b7952976c9fd0da7d06.patch
+rpi/rpi_1082_28030cbedf4e62f45f40c8eda04c7848f701a4f2.patch
+rpi/rpi_1083_5366927469674ca33edcc7cf5a314831e31abe41.patch
+rpi/rpi_1084_027b13ad829bf3102d6f68aa62ba681ec4c037cd.patch
+rpi/rpi_1085_4d17f1a425ff2ff38208cfd3c84c15a67041e1ca.patch
+rpi/rpi_1086_04b078d85c2bee30f94ea0833bee426d60a08e7d.patch
+rpi/rpi_1087_e016fa5a5b2a7713116ccc304bb1bd4a1c510120.patch
+rpi/rpi_1088_c7ceb5e9eaa1fcadb927cef50e4946f8fdb8b39d.patch
+rpi/rpi_1089_eac9e86a4d6c26cd703e3df02bbe1bdb604d8a05.patch
+rpi/rpi_1090_5aa0409a3df38f3ccc00a4b514eefad1a5cf2061.patch
+rpi/rpi_1091_37195beb8097f65d35327da7ace4e6a185430fe7.patch
+rpi/rpi_1092_f9ceac6d28bcd35ccaf3cdd9e8c51b6a61205765.patch
+rpi/rpi_1093_85a7c4f945e30ac35ca94c2a5f4bedc4b9b4b865.patch
+rpi/rpi_1094_d3125d81aa1012e2a36b2ffabf2678dc90d9f032.patch
+rpi/rpi_1095_28ac15907680433e60e41b641010bd0e84b45975.patch
+rpi/rpi_1096_a543ddfd4ab01c2ab65d419d06f097af1d0ac1f1.patch
+rpi/rpi_1097_316840fd136cb5e451325b4ecbf328ac209624ff.patch
+rpi/rpi_1098_e0dfcfd7c0cedd75d7a63cb47adc15d9b18069fa.patch
+rpi/rpi_1099_e273463e0b228910c146a70b9bbc40f0034b35bf.patch
+rpi/rpi_1100_4ff9245a44a6668e3c2dbce65cf8c992a5c197f1.patch
+rpi/rpi_1101_06cd588883b9c0500e77a4eeb418befa99170ccd.patch
+rpi/rpi_1102_2a6326112bce5634a7ee4edbcc5146845bd50a2d.patch
+rpi/rpi_1103_b08610fa86b981a3e1de38104796a86f179cb66c.patch
+rpi/rpi_1104_c40e33cc108693dc08d1721880543978fa2e40bc.patch
+rpi/rpi_1105_2c21246f431268a2dd6e684fe64e531d555f9e92.patch
+rpi/rpi_1106_21efb51917101f8c108b2e0f5cead28ab42f9b22.patch
+rpi/rpi_1107_887fa005856b0e4354e92844218cc9d328d5bb47.patch
+rpi/rpi_1108_2a93db0e7ef02a2417600379323132c04b98002a.patch
+rpi/rpi_1109_5b1ee79443e6fc87596a1dad6907c6d15fdcbefc.patch
+rpi/rpi_1110_2f19107bdd112c62b5c755906c938c1a2de4d6f0.patch
+rpi/rpi_1111_6821dea567b88826e0ffc92e9e4b88a11e4a10d9.patch
+rpi/rpi_1112_813639e5efc3ae7b797a0089134da5f35745fa5b.patch
+rpi/rpi_1113_9153f643860d81103f37e29eb979e5977fe1a537.patch
+rpi/rpi_1114_80dd80293e3de3d71271dd715c09ac333419bacf.patch
+rpi/rpi_1115_8a830c48eb804efe97c0a9068b0826c2abc6d236.patch
+rpi/rpi_1116_0903c460bbd64d68f03a54581faeb9d7ee941bfd.patch
+rpi/rpi_1117_a91eb608d1b05bdccb9cc2f0c7bfde219787b95b.patch
+rpi/rpi_1118_ab0894245b79e80589b3111f2c70f09b706b0a72.patch
+rpi/rpi_1119_c13ed7b5ae5b728ec7729bb3be48d9059b09a2e9.patch
+rpi/rpi_1120_3a77579ea6bba50717c5ab1e6692bfbf8420c1e6.patch
+rpi/rpi_1121_5d71d805a14206cad2377304b2cad08b8f4867ac.patch
+rpi/rpi_1122_5240c78e5fa1f9a05970367df5dd93c8dea1233a.patch
+rpi/rpi_1123_619b0a1a2c71e8c42a6e291ad45a44c82320d176.patch
+rpi/rpi_1124_50ae37a02d482d734952b78604f9920e886751ad.patch
+rpi/rpi_1125_432bb5f541bf88b637f113e1a8a8d81a602f5237.patch
+rpi/rpi_1126_64190e48792b461c2bb159607acfdf3cbe246950.patch
+rpi/rpi_1127_4ec09f030a902b29a385ae294e7dc1f6b470a63d.patch
+rpi/rpi_1128_a643960ecf8a41707c8ee422fc3aef664976a149.patch
+rpi/rpi_1129_cd1c55723353dd60f384428fb3dd7e872699b6ee.patch
+rpi/rpi_1130_1f2923d9066d4e0b6d97938588b888581e9f077b.patch
+rpi/rpi_1131_f7af800fb65028d210254eaf158fe5eabaa02507.patch
+rpi/rpi_1132_d223f373a4c857ce7c5e42d35fd87664e709d4e8.patch
+rpi/rpi_1133_81a4b8c0b5ead02b821faee20f77ea11939cf8e4.patch
+rpi/rpi_1134_39ac26eda95f19bbd8b56788b31f75cb2c0c4779.patch
+rpi/rpi_1135_76d25b75d7c815a02bb1290d6d5b9c6b35503b12.patch
+rpi/rpi_1136_604b25e2c21dad94059665049177c2138bdd51a7.patch
+rpi/rpi_1137_83acec50d5f920d0f5ea6aacc5079a0fbdc25c70.patch
+rpi/rpi_1138_5a5045ec7c7c3d84241c232a37b44a790d758fbc.patch
+rpi/rpi_1139_5e01526af3747f710cdfe616545690cba075729b.patch
+rpi/rpi_1140_4894d694b32f65df8b0d1da7b1db6be3cebddca2.patch
+rpi/rpi_1141_ea174f71ea6839b5fd6e6b59e4d3f514fb0ef08d.patch
+rpi/rpi_1142_1cda1d59384b3388a9822e5d71987148ba952938.patch
+rpi/rpi_1143_b1f2b76de6163f1d447a878cdca3c7695e750558.patch
+rpi/rpi_1144_242889b3d15c68dc8432dd59d8da749861c540f0.patch
+rpi/rpi_1145_549cbd8d623c6291fb1df38a103dddb6fb763398.patch
+rpi/rpi_1146_45179826e294dcd6d390316c32621eb8f10ba229.patch
+rpi/rpi_1147_a07c3744bf95a3f584d8103c0ef83635142d9848.patch
+rpi/rpi_1148_cd218c7e82a8049e28eb071563c62fe9a04c11ca.patch
+rpi/rpi_1149_adf07bd4004acf868dfcba679388ab11669a818b.patch
+rpi/rpi_1150_33c573211843284967ffa6540a010f17a9c244fb.patch
+rpi/rpi_1151_34139105d57a512adb1b59bc14c461a68c9aa46b.patch
+rpi/rpi_1152_bdf4fed2f21de829bd8f5738da84d3bda018ad9f.patch
+rpi/rpi_1153_8b100a3395c7cf00566f2eb5a9ccf5dcb4df2ec3.patch
+rpi/rpi_1154_67f1a9e1af874ab9d8732e01597687785fb8459f.patch
+rpi/rpi_1155_df4f69017e2b6f33dc5c91129cc289f648eec85b.patch
+rpi/rpi_1156_bb21eaf6c3193b592bce8b5b07f59b967b9e5a7a.patch
+rpi/rpi_1157_51c6459f5833a965f988cfc8b080e977c240130c.patch
+rpi/rpi_1158_2d592306a8a3c5283a6297b4c3ff6ff6fac8386f.patch
+rpi/rpi_1159_285da7d80c5b0949fcc4d7c01bd0512b4ae57ef3.patch
+rpi/rpi_1160_86c18a7f1a16e4ff3fa2a361ae1bc33a2eada46f.patch
+rpi/rpi_1161_aa46d39c4202e50d92755e045b4fe7e0d12c2ea7.patch
+rpi/rpi_1162_a4a3794873bdc35e1a657b2f96bc01ab3fdd1f1e.patch
+rpi/rpi_1163_fc90d0c6ccbf8f3394fc032e0d0d703c9c79c598.patch
+rpi/rpi_1164_32b2bf1123f2426dc28fce54ecddb8560629ce73.patch
+rpi/rpi_1165_a393dc5d5bd5342778eb813b15be2cb5cebac38a.patch
+rpi/rpi_1166_b88b82a2f088ef448f6527760a3883c04bec744d.patch
+rpi/rpi_1167_ed503f0c40a57d9f26f56ecbbfbf63066cf7b054.patch
+rpi/rpi_1168_a41390f33bc1b2febbe3ea4693c15d949f9cfcc1.patch
+rpi/rpi_1169_34ab353fac40420660120ca26431bf6357d2cd78.patch
+rpi/rpi_1170_8a2c292cf69e2e601b302a3d1536fb003048eaef.patch
+rpi/rpi_1171_ca0a3a614c6d80f86d495efa618ee253e3e3b9d7.patch
+rpi/rpi_1172_0e56a261886941b9d1efea3968e5552074fe7c9c.patch
+rpi/rpi_1173_09f125aa6cfe5c24723fc958c9314bee7374543a.patch
+rpi/rpi_1174_68daa73618cd8fc95f6284b3342b505ab736a655.patch
+rpi/rpi_1175_ae5b86db2b758fbd4cef6c41faf79ddc98428024.patch
+rpi/rpi_1176_a0f1842718ede0efe957e7d60c38e435fc792de0.patch
+rpi/rpi_1177_00593849fc6817ee8cb7b32e44a7364ffbc440c4.patch
+rpi/rpi_1178_4007dc4bbd3ccf12df3f2bc43cabf1c35345c4b8.patch
+rpi/rpi_1179_f497d41cade3d966ce63b43b7473395d58c84423.patch
+rpi/rpi_1180_1a9c151777b908e2f63b90b1962b80a5dfdecf07.patch
+rpi/rpi_1181_34bc76318023998df14e34eb830f08cc199ccedb.patch
+rpi/rpi_1182_bbfd78d9b5d75e04d4f5354366a3c277bfa78b9d.patch
+rpi/rpi_1183_c3caab20fc51563bd3ba6311fbf9ae1b1593d135.patch
+rpi/rpi_1184_5addce7b1e467d649d5db1f83fcd3922ffed9ff8.patch
+rpi/rpi_1185_dd016dd87052d0673de69a4236465b32aaa6830a.patch
+rpi/rpi_1186_d307221f46ae0831b421abb84f808e7193d1275b.patch
+rpi/rpi_1187_3fb7d6f98bf7826d2caed433d19f4a57ede7a3c1.patch
+rpi/rpi_1188_0115904eb6ac3984d497371cbc7354219236a4dc.patch
+rpi/rpi_1189_8aa0a44a92c6fa22fc79704851cdaffde60193ee.patch
+rpi/rpi_1190_c8fffe62e3e87b85453c2f372111eed1c0f61d19.patch
+rpi/rpi_1191_7cfadb219ccc045b0ed25f9fcfc439cf1601ad91.patch
+rpi/rpi_1192_9896ca298caed7c5fd3dc00891ffb328319db8e9.patch
+rpi/rpi_1193_e83ba7a9341066e4b8385052ebbfad1ba8aa8df0.patch
+rpi/rpi_1194_86dd56ecf2735c3076a316607c0d2c7e4bfa3d2b.patch
+rpi/rpi_1195_c12b16573652603e1cb8043704b4849fc8c6cb50.patch
+rpi/rpi_1196_be39b2e7e4fdfc69bd2c5c0893dfb9ec802dc5fa.patch
+rpi/rpi_1197_a25b7a7bd8f91c0eb3f8165904a5ee1d22e8399b.patch
+rpi/rpi_1198_78e486aa78e75984f3f8e1a01cab2fa7a24c8adc.patch
+rpi/rpi_1199_f5bbc4f4d6d2696e20e5e5854bfa670554a87920.patch
+rpi/rpi_1200_7149941c2ede8f1e43e9719525f0fdb905e1761f.patch
+rpi/rpi_1201_0cfcd44be796ad4864c881541660a8776a144aa5.patch
+rpi/rpi_1202_e9735f566f788ba98afc33d5108d4f9443f52071.patch
+rpi/rpi_1203_38dcd6cb723c40cfb98728d5f0c23c608b97ae29.patch
+rpi/rpi_1204_790e55d926a7e3f066d70014e2c9f508251a240c.patch
+rpi/rpi_1205_4bfcfda6f9b1ad24f14f594d938d5152885f4bb2.patch
+rpi/rpi_1206_4d4f79c255b73de43dfa1febc09c4d022d6298d6.patch
+rpi/rpi_1207_f0b18bb4a6d9821ba41fe134301ac184af4e8855.patch
+rpi/rpi_1208_d4d0835813b3be09573cb81a62b5d8656bbf70f8.patch
+rpi/rpi_1209_10100bab015019be548e6b37651d3af9da91a149.patch
+rpi/rpi_1210_06615f3ba60ebcc1e87ae991f01f1e1564a6e55e.patch
+rpi/rpi_1211_f1eb80a62026d9eb388fed964fa9bc34efdc635b.patch
+rpi/rpi_1212_0b0f985f086d27ca4fa6c3b84532ccb287eb9a9d.patch
+rpi/rpi_1213_d22d7ca60179bfd28609a0aa9fe7a01e2817bd0b.patch
+rpi/rpi_1214_d22992c8515170699ccb7b52fab9f805131be8db.patch
+rpi/rpi_1215_9d7f6a9e86126fee62a8bebeade2f05dc0e309a3.patch
+rpi/rpi_1216_f87626f6a20b7c17251ea1c1e82627a897b24d11.patch
+rpi/rpi_1217_748b1700bf536d8047e190896f1d0a1309b6a9fa.patch
+rpi/rpi_1218_48d004416ac49273ed986b335fb1a735ca33ab51.patch
+rpi/rpi_1219_e81c73da5c33c3ad7c4c86de1c431a4dc3d2946b.patch
+rpi/rpi_1220_06f5046dccdb9ec712e039bfd565d0aa16f20f61.patch
+rpi/rpi_1221_042e47c07cbc5c0097d40b7e84c16b0fafe3511f.patch
+rpi/rpi_1222_b302484a23d7e5f9ed4ab81569b7390988bb48e6.patch
+rpi/rpi_1223_9b9392fe6fbb73948a4eee1464eaebb25726008f.patch
+rpi/rpi_1224_002004f508ece8c435e258b1834c561fae61a68a.patch
+rpi/rpi_1225_afe2b9504a4c3d7e2dff36f0cfd610dd9fb11fcd.patch
+rpi/rpi_1226_78923261bf45a8202bd11ef1620ce28c18c2a0f5.patch
+rpi/rpi_1227_2fcbbff2d15f34a1cab2cea7ecbb96583e614aa1.patch
+rpi/rpi_1228_b39ea75fd3fef3f15e38923f631e523c5553047f.patch
+rpi/rpi_1229_fca98995d4d9fff91e42339a167bf3adb4dba942.patch
+rpi/rpi_1230_2e8f1cb8bf121e5795e7910c2ddea3a050d13feb.patch
+rpi/rpi_1231_7cc6836a6d3af733269244f139c5e5c06603f4fa.patch
+rpi/rpi_1232_b6099fa3f9708617d1da693b1b576dc9dc525cc2.patch
+rpi/rpi_1233_9ee1d127cc9b02ad462975a3924a2a5a8f7742bc.patch
+rpi/rpi_1234_7a0e16a8482ec5c56d97c9575a817b64b41d2388.patch
+rpi/rpi_1235_593b18b2966253428e58987d79177d89b66b314e.patch
+rpi/rpi_1236_5c5335e6fb1dbe73a275d0553d08e777f73fb9d6.patch
+rpi/rpi_1237_c007d5226c9fc800b197b479471012e10ba10e70.patch
+rpi/rpi_1238_f06f6a3b5f52e11da5a401495c55eeb17168d1cb.patch
+rpi/rpi_1239_8f22583f95a9906797b83a33c8780126a22471a2.patch
+rpi/rpi_1240_79743df6e1c407d972d06a0744c75d6c21702e4f.patch
+rpi/rpi_1241_bbe33497fac5b252c61b2b2d1665c5a1ccb93cde.patch
+rpi/rpi_1242_1c5fd7176c241c298a3b17aafc7b9b9136104f6e.patch
+rpi/rpi_1243_21127088af8bc936eed993ccf866143c3f4a0a8d.patch
+rpi/rpi_1244_d9fc7209daf8b0a3660b1e337c06c13019f17d69.patch
+rpi/rpi_1245_9e09a027629b0b3282e1eb65903472279f333346.patch
+rpi/rpi_1246_1954e12c3d1362592ab2f1f34984c1baee77a095.patch
+rpi/rpi_1247_fca50e5116b338cc5bf8854c3e8d7f78d0ef81e4.patch
+rpi/rpi_1248_785507082873695eef95b6f0201149389834e2a2.patch
+rpi/rpi_1249_cd770b6efdc59f8ed180b2b303ef2c2973a30bff.patch
+rpi/rpi_1250_bf8244712667b52235c55bb6833f01ad9bc46c24.patch
+rpi/rpi_1251_7f28a359ba6de64618ac414aedec99f54438f9ae.patch
+rpi/rpi_1252_a0ffc01828c921d0efabbc6a6445c74901b4bcae.patch
+rpi/rpi_1253_8f189053c70583f86a33b5e697d86cad9e5cd733.patch
+rpi/rpi_1254_2a356b6eded6c4fc44c70cddd2641ab341dbcf49.patch
+rpi/rpi_1255_d60ec76b6e95465d69b4f14d27bdef37fedf034d.patch
+rpi/rpi_1256_24603ee65314e1c4b206fbb0ca30d5dddf7f695c.patch
+rpi/rpi_1257_8cf8a475722ca094b150246d0a3c8008507feff3.patch
+rpi/rpi_1258_2093bb1c7f4fbd7e79041b6c1fe4e0cdab8de47f.patch
+rpi/rpi_1259_93a718b58ceb80bb2ec170579141a3873675f90d.patch
+rpi/rpi_1260_e40035a8b12a62a77f529640918f98732ff904c0.patch
+rpi/rpi_1261_6f9884045c020cc9c0f9eef8a22372974c928a50.patch
+rpi/rpi_1262_606d86782369f93f06e30437befcb5ecd19d8b62.patch
+rpi/rpi_1263_dbaa951b386282a2832a2030d46308a3e4e1bef3.patch
+rpi/rpi_1264_79f15cc6ea6b4ad23ab4738c3f7c1de9510c6b5d.patch
+rpi/rpi_1265_d5e982dc2911f9f4330c9b4c27c5bce665e7e7c6.patch
+rpi/rpi_1266_b9c52bcd535ff378541687a07991cada97fb4cca.patch
+rpi/rpi_1267_054d317789379708387fc28b783f0edcc6174672.patch
+rpi/rpi_1268_1e20e7989598bda444f19bae314d34bcd5499f7f.patch
+rpi/rpi_1269_63b07fd6c153f47d20f702e69429aef985d45f39.patch
+rpi/rpi_1270_805065c7cb156ebbdd6d43dfcc56ed05d4c4a578.patch
+rpi/rpi_1271_840315c01d72dc86ade2ac3f43574e53d3932c8d.patch
+rpi/rpi_1272_8e9272a7e0d831921124e73f9875efeb92f31bf0.patch
+rpi/rpi_1273_a177c600ddcf190a4ea75345adbf1af1d8fadfac.patch
+rpi/rpi_1274_7833681488a8b8b3b8b2fe203422f13707cf6686.patch
+rpi/rpi_1275_554f77332326ecbe48fd9b4c079fbaf5c9e16996.patch
+rpi/rpi_1276_c59ec4ba6706354a764e42b09726f15c62fe5cc3.patch
+rpi/rpi_1277_67f66c16701fe16df0b52c864dcc2dc4d6265fa4.patch
+rpi/rpi_1278_9e6096469c224e40b50899bd955579d959c73d2d.patch
+rpi/rpi_1279_abfb585ed2425367ad3788036426b5ed1dbb40f1.patch
+rpi/rpi_1280_0bd133d1e3f1d6acdeb0376d53a1107fa64739d4.patch
+rpi/rpi_1281_39f45e5ac4b51617baf7f31aaafa6252650538cf.patch
+rpi/rpi_1282_d535979bb3a68d62d373aa13f5f35619ef1ab851.patch
+rpi/rpi_1283_f6e2d6cb953ff39bf7215eb7a31e4fcfcc6540c5.patch
+rpi/rpi_1284_4b08fb7c32f43e79eb7ba8ff40d42a5ef7877386.patch
+rpi/rpi_1285_db31edce002e557f3c89d2173e77a2834b38b38d.patch
+rpi/rpi_1286_465d449c9f87dfd67090f661c3caeb16c6a5b664.patch
+rpi/rpi_1287_f83ea50c7fc5d74733f10d3f9106c024b8b7dba0.patch
+rpi/rpi_1288_699936a586d151baf1357700b43238f3697085e8.patch
+rpi/rpi_1289_992be25f19bb201e9e0a463202e4d09b63f53f02.patch
+rpi/rpi_1290_8bac2b668f5bf9eb894951c754346e8a0ad27e46.patch
+rpi/rpi_1291_9988c8aeb99fd70d508d30f6a0f88e831a2d37f0.patch
+rpi/rpi_1292_9353f26698320890fc7c7e81aa4d397d7373f749.patch
+rpi/rpi_1293_7011bfb9a7e6b10a90e9914945809c07eb8e8195.patch
+rpi/rpi_1294_5ff4df711796e0c0ce20ec0eb6be9c24cf7a6a24.patch
+rpi/rpi_1295_61526aee0faaca3ace634f0402b6600fb4c4e0e1.patch
+rpi/rpi_1296_3fc300a4fc7d67aa4aea4b20d8b12e8c47ef3125.patch
+rpi/rpi_1297_4bc97a3ff3bbad43ced3acbae3110a452355535f.patch
+rpi/rpi_1298_baa70a312ceeb1d2787029800288491bdeacb7e8.patch
+rpi/rpi_1299_c8c49421ac7cbd9f73f95515338991e17641e45a.patch
+rpi/rpi_1300_2b53ae6eea2dd363779a317351539dd6e1b5e220.patch
+rpi/rpi_1301_2b9b4d12bd0351b834074439baa6b3838f3735ce.patch
+rpi/rpi_1302_dde35f981eda4e8f9ee3a1d6cba3ddc08a5fc5e9.patch
+rpi/rpi_1303_5e9ffbd82cae24e0dd6f97dbd44bc25085da690b.patch
+rpi/rpi_1304_5b17c4b9b2f6c495349fc2a34057977995c87015.patch
+rpi/rpi_1305_dced8847b77bdc2bb00aa06005cb52c4aebb71c4.patch
+rpi/rpi_1306_a4559244b167855c187ff9db2075bed164d94afa.patch
+rpi/rpi_1307_c883a93901b1938e371864fb6e10ba3f5f537807.patch
+rpi/rpi_1308_3bdbfcee4bfa1a965cb962b584855fb60167369d.patch
+rpi/rpi_1309_406a80853f22235732066462787cf18fff2c4ad2.patch
+rpi/rpi_1310_6713978bfc711513defefe8916edf760cbfbef4e.patch
+rpi/rpi_1311_e6df3230afb20f540026ed8192ae680636012605.patch
+rpi/rpi_1312_56c8b29b1ce7745b9a97e5c41a36baab83e2db05.patch
+rpi/rpi_1313_2a7ad463a94c9f5506f796467cb4c28d0b5102a2.patch
+rpi/rpi_1314_c3f3e12d58f9054159781bf40035c915b3e849e8.patch
+rpi/rpi_1315_b6dc034673550d8fe7d81e1dd47204e26b81c944.patch
+rpi/rpi_1316_8c39a4d1541c2a4dbb6c3c7f5067bad60f5b2501.patch
+rpi/rpi_1317_b31dd3b9411106771be50ba9f3508bc7772a5a7d.patch
+rpi/rpi_1318_c9b948b07b71fddea6f8efb174534c29f7661e37.patch
+rpi/rpi_1319_85f6ead3f3dd528b5fb9626d09a0568d8f3f2913.patch
+rpi/rpi_1320_e42ed4d9de3f6ec03c4e62ddff49eac3e15aa32d.patch
+rpi/rpi_1321_c82c326f2cb63718491723b7aee09350a4bb90a5.patch
+rpi/rpi_1322_f107da236e53402679d8c05adead51b528658874.patch
+rpi/rpi_1323_609bde9d1b72bf29b93acb87a037e0488ebb519d.patch
+rpi/rpi_1324_0891d716d0674d0340f8b448eb1b45de37b20715.patch
+rpi/rpi_1325_4ead2b84da81e3283107ab0cf58598fb8bcecf3a.patch
+rpi/rpi_1326_0cdd3708ca8d7527ed3251a32ddfb94c39b2353c.patch
+rpi/rpi_1327_0156229f35158570b1e20d3dff5c1038ca60ed6f.patch
+rpi/rpi_1328_a118e1bdc6ee17794188759fa33471d326c9f68c.patch
+rpi/rpi_1329_a62d094d7b389e455609865a58ceb9b6d9b99296.patch
+rpi/rpi_1330_02be6f254982f439d5767f019c6a8502a712a837.patch
+rpi/rpi_1331_e3075898a4e86bf2aea5ac7500e4125f6523dc11.patch
+rpi/rpi_1332_3246a557a741c718cde1d62d2c6e95d9e98b0afe.patch
+rpi/rpi_1333_70171fe73a0e5d7b05f80fd80ea4fcf01ebe283e.patch
+rpi/rpi_1334_f74b7ac1ee90be568ff185be3fb0d435b5a3bfd9.patch
+rpi/rpi_1335_8aca8fb069a40d05922205e2bdb648a3972f2446.patch
+rpi/rpi_1336_cdffe86d81aa3a0be378cf278a696722e9db41c9.patch
+rpi/rpi_1337_8844dc72d5b0480b14ba175b35c8f7352d9af310.patch
+rpi/rpi_1338_88635ccaabca8a064a6d65da088a7924ba6884b4.patch
+rpi/rpi_1339_86e3688021361dddf7bc92cd31f2f5b24397d55d.patch
+rpi/rpi_1340_f958281a0471d1930dcc2346aaaeb49964f625c4.patch
+rpi/rpi_1341_03881c05b948c2eb0e8b4fa86eeee89298313021.patch
+rpi/rpi_1342_32641af705a3d28ae704a9ea6c82b3df693df19d.patch
+rpi/rpi_1343_19e7dfb301bc00f96cf2b327a719f6862b0e4f59.patch
+rpi/rpi_1344_99717bb8e35b72d9679dfb22b78e172be82b07e1.patch
+rpi/rpi_1345_ec6a02c623fcd0e5a37ca76ab99d899818b140f2.patch
+rpi/rpi_1346_f9029088e05c8508f4ff9928ee9d21c16a769727.patch
+rpi/rpi_1347_e64dc1085f388dae40a60f0e6f8a3cd4c9f53ce7.patch
+rpi/rpi_1348_6cc6099b0e3dcaae898b4a5b3b249ad77a9a3bf4.patch
+rpi/rpi_1349_98a1e3625d7d9485700ffb172d28f014f95e6ace.patch
+rpi/rpi_1350_3759998a206368b99e9ac87ca6dbed063df64e5f.patch
+rpi/rpi_1351_640a981e6c9190aa161f9aed393035b33cbef2d1.patch
+rpi/rpi_1352_0422a61cc786a113f4a42f2e8dd749f84999bd33.patch
+rpi/rpi_1353_55420fa4d96651d2edf9e04e6cc5c583bce0b366.patch
+rpi/rpi_1354_1dbbb87cb8b9b02dc04fc4e400cf92d193bd3be0.patch
+rpi/rpi_1355_a1a9fa1a400e8e779b5ee54db249a68b4a604780.patch
+rpi/rpi_1356_8a71d6f8a109430f68268c5c5ef386ef712ac548.patch
+rpi/rpi_1357_f992999f0d9e424edead4c6f636187ef054e502c.patch
+rpi/rpi_1358_dc460f9d96180c8917b446a3ff44dbe0010072b8.patch
+rpi/rpi_1359_7e03ffe9f44e600020cd53919516cc12b349148e.patch
+rpi/rpi_1360_1d5c879350282d754ed3742896fa85eb449c3fc3.patch
+rpi/rpi_1361_0072189f5db477f0ed6699ab89aaf53d24a3a973.patch
+rpi/rpi_1362_78ba1421a4d65dd8f684263cd6af04085ede51bb.patch
+rpi/rpi_1363_94941c599f8ed615394158734ad726905203a1ae.patch
+rpi/rpi_1364_91640f7a9236ec9a30a2a1150130e9c1539aea4c.patch
+rpi/rpi_1365_0346efa690dea531f9adcdddef63ba8d22379019.patch
+rpi/rpi_1366_4210bc82ba6f3acea9e28f994a475af2f4ba3e01.patch
+rpi/rpi_1367_103b5fb789af57e2811c3e78c88330eaa42ebdb5.patch
+rpi/rpi_1368_bce2b33b1912f55ad56083ab1848d9f3550a7b31.patch
+rpi/rpi_1369_950e98d71393b6ea5960beb9d3ef5f544462398a.patch
+rpi/rpi_1370_74beae95983222a36c07ab0364ca2e4f01b545cd.patch
+rpi/rpi_1371_f523ee3eb33c50b157181c00ab52102667c289e0.patch
+rpi/rpi_1372_5e81659cf2c76bed5d40a128f60d2b2d00782f14.patch
+rpi/rpi_1373_67241136ac1868ec7c48507bcb205172f9179322.patch
+rpi/rpi_1374_299e11e362d8b93c43aa20bb9a44bb93a9ff1d9e.patch
+rpi/rpi_1375_639b1f251281f7e390a24ff174a98c44fb0f5151.patch
+rpi/rpi_1376_5fc65c773a424f1dc888971d17ed34e8ca513526.patch
+rpi/rpi_1377_40cfcce0fc5a9a9aa7e4c00b1815206e2232670e.patch
+rpi/rpi_1378_223374afe3809dd9a946790c5702a94814415c07.patch
+rpi/rpi_1379_bec23cf9ec1189157744364dfa2e53e6cf929c88.patch
+rpi/rpi_1380_11cd0a3f0cfa5d3ec847bb4a164fffafd759b0cd.patch
+rpi/rpi_1381_97b7a76d4c81484ede20b34af3caffa5873609c1.patch
+rpi/rpi_1382_ee04e7503c45f1de0b62e48c8f9f5a19efd91c88.patch
+rpi/rpi_1383_cab6827167392fe1820ea901316a5d514b42142d.patch
+rpi/rpi_1384_4441893a9ef94a0cce089b6b557bc2376f2f91cf.patch
+rpi/rpi_1385_41124e5d0a0472d8a99fc329753eb3d648f24d27.patch
+rpi/rpi_1386_784b221e53a4b13a9fbf9b4e777dd7ccb256464b.patch
+rpi/rpi_1387_0f1e9a9cb9f3791e10ff4f5961729e73c1063c30.patch
+rpi/rpi_1388_c9e524201f0ad77158ffcabf0dd5eebf00feac45.patch
+rpi/rpi_1389_32964000935ea3ad955024385bbf8b3c0a3c6515.patch
+rpi/rpi_1390_afd402df08222d0336c5fe821449afb2f0c11b71.patch
+rpi/rpi_1391_8a9cfe75b0a2201493baa227073232d2feff1ec0.patch
+rpi/rpi_1392_9dc48b5eecb7c1322399947aed87207958209c56.patch
+rpi/rpi_1393_23ece829e6cd593708ba28d089e7d1ca114907ff.patch
+rpi/rpi_1394_ca4e51ec8f7a1b649eb45e4abe1b27807bb795e2.patch
+rpi/rpi_1395_3a0d2e75dd133f0e67fb8538a82b745d9bb741be.patch
+rpi/rpi_1396_ff3d979deeb7226dddfd9d48f01054b8d3b85a43.patch
+rpi/rpi_1397_3bc55dcbb76ef6ccd42815262205f69d3dbccf9c.patch
+rpi/rpi_1398_d604f598f6493e2a72489fcc63212046d231b457.patch
+rpi/rpi_1399_c791fc3b3e2d6e2985f3face5cfa13ded3d07bcf.patch
+rpi/rpi_1400_737f73e73e7c05eb2d177224a81f8682f3d486da.patch
+rpi/rpi_1401_9de011686b4434200e2744843fef0cf874561afc.patch
+rpi/rpi_1402_308d68a01d21efc13ac4bde54e56d3ecc131f08c.patch
+rpi/rpi_1403_96823d1efe1f8b96980b511db110814161be3e52.patch
+rpi/rpi_1404_95ea27fa579ce12d574776fa90719c96004bef12.patch
+rpi/rpi_1405_299adc88c9d8ca938f7e1c1168f874d072a594e0.patch
+rpi/rpi_1406_886ade4cbfd7869d5d05561888830ce1a808bc6b.patch
+rpi/rpi_1407_4f16ec4ead4b0314436160ff32a0f3469412671e.patch
+rpi/rpi_1408_12c075565cdbbcd8c4ceec297c1325cbb0803073.patch
+rpi/rpi_1409_a7f2e2a29308038781aa979c5b10542dee8b2474.patch
+rpi/rpi_1410_45769570d7506c00c74431ddf34bccf2c5987112.patch
+rpi/rpi_1411_935044fa423b9288713d1cccde1b5f353bb9822b.patch
+rpi/rpi_1412_2a0a4d594b67c86565f1fe14783a70d62405ab0e.patch
+rpi/rpi_1413_1874817aeba15843fd7bb46142f280b6a59b6f82.patch
+rpi/rpi_1414_9689b3a70d6477eaa97ef221cd1a215a4041d4d4.patch
+rpi/rpi_1415_648bf8a202aa4b2217dee29e823afec356e895cb.patch
+rpi/rpi_1416_46cc59e1ac04f635fd1d14c31e167ebfb7766eb7.patch
+rpi/rpi_1417_27ca10504c0f348868c5d534191621c5408079bc.patch
+rpi/rpi_1418_9db43b6daa95adfdceae9c58e19fbdb3365ab874.patch
+rpi/rpi_1419_9ce89e4c3bd7e0809db2780f71144077d4fe1ca4.patch
+rpi/rpi_1420_2b0106aad3571fb2fb959100ed4605e1ce3b383a.patch
+rpi/rpi_1421_2315f4b7884b132499c5021e3b21472b8829ffac.patch
+rpi/rpi_1422_3a03c2a8708f599dcf4156ff7865fb9a1b147eaf.patch
+rpi/rpi_1423_5d1daa5e8692648069385da569afddf2f482bdd3.patch
+rpi/rpi_1424_1533b0a458f317b1af9be0692f8693cb7799d2a2.patch
+rpi/rpi_1425_01c176777ca2cd890bfa10cc4efff36221cb831a.patch
+rpi/rpi_1426_b66a0f599495a0b64ac3b7b158cdf488e8c910f7.patch
+rpi/rpi_1427_41ce7bd910a8ca38b1dd9e9c6418e9332ff7354c.patch
+rpi/rpi_1428_e8a596df1a9a36ecb7d7533c1ae95e97bc4be267.patch
+rpi/rpi_1429_58e1404c4b2564969a781dc61c9dacbabb3343e3.patch
+rpi/rpi_1430_5d998c3ecc59f7e788dbd10b9b37331558ee3bb5.patch
+rpi/rpi_1431_7b3a2c50b9982c4b2346d26d357f990f3f2ce539.patch
+rpi/rpi_1432_f912277aacdd3f6ebef44ce5af1400477a82e87a.patch
+rpi/rpi_1433_803cbf0652b2b5cd842bac3e11da62f8845c6170.patch
+rpi/rpi_1434_d8bf86e5069355c189326e4ad5d2b5ba5eab4052.patch
+rpi/rpi_1435_eef255f9ef4dec0ab534cd36279acd0d9a169482.patch
+rpi/rpi_1436_ba2c628da71e8302c8e8fb593396fa3e79054300.patch
+rpi/rpi_1437_45914f21810f24aef5fa5e99dec4c7be61016ec4.patch
+rpi/rpi_1438_08b80c320ba9fa63e8f4dc3ac9576907bd26ba25.patch
+rpi/rpi_1439_a3ed73793750f9f0123c5b9ac83bab0e4f51cae9.patch
+rpi/rpi_1440_b747e7ec3a5aaae6e1bd18ef3cade4afff538140.patch
+rpi/rpi_1441_86a7ebc8f76bafbc7d6c182d0ed79f1a1690a2dd.patch
+rpi/rpi_1442_edf588377f5c9cc0560bbe2c254eb43ea0189c13.patch
+rpi/rpi_1443_d4e92516fef2d2346ed09f109636d2ddaa224f37.patch
+rpi/rpi_1444_977f587be4dfa41e44c56252b383aa7242a9f6f8.patch
+rpi/rpi_1445_a6e34136a3555021ba2a21123b6a1eb4ee44b0b7.patch
+rpi/rpi_1446_1fbeb54f7dd6c9d4579a7f9fae0e949e48013302.patch
+rpi/rpi_1447_58c0742f8925591790a71dd643b1beab14853a54.patch
+rpi/rpi_1448_ba7a23d2f5d40dd05b66d93e794e71cb21b8eb79.patch
+rpi/rpi_1449_ac14228d527832f8950fd64f8b1110eb1a6bc8b0.patch
+rpi/rpi_1450_8473e7b09d63e8f484dcc7d524a1786e1c51261a.patch
+rpi/rpi_1451_c5691b452ad7b461b2765c7faaecafca226ed62a.patch
+rpi/rpi_1452_e2f06a2521b961ea152e166f267fb514588a7e10.patch
+rpi/rpi_1453_dc71ecb844e19a1d9d59d276ce50813d05692d4d.patch
+rpi/rpi_1454_f42668f706b1fbb1daa15383e2fd453a7af54eeb.patch
+rpi/rpi_1455_75cf539b2f192d951a73e1a8e784f19fce61966b.patch
+rpi/rpi_1456_13f18b9025092c2335000f7a7c46795d94b83e77.patch
+rpi/rpi_1457_584dc208cad3b7bfc9600273dc21b9a90b805448.patch
+rpi/rpi_1458_98b9e88468550fba438a246134634bec0a42673b.patch
+rpi/rpi_1459_0a03676779baa1ca98bee5ce1d6ac29fe23f89f7.patch
+rpi/rpi_1460_7e64f4d0d747071e20ec3e2c5294caf735d06f03.patch
+rpi/rpi_1461_ca8c60e9059275d9fb31d59ada78ab8c76ffba18.patch
+rpi/rpi_1462_fceb94deaa4ca8f687025517c53aa5eadd353d89.patch
+rpi/rpi_1463_3decbe3ffe4409c215cf0f8b56d01c6d841e8231.patch
+rpi/rpi_1464_3274c1c5e7204531c2565469053f0857c8b32913.patch
+rpi/rpi_1465_6d1cce3efad24ac47f38c4a7b057252ad6abc720.patch
+rpi/rpi_1466_32e21e550b237f7722eed74aed35ddd2544859bd.patch
+rpi/rpi_1467_c3131e7a2a1e6588c920aecb9a676aa690a858f3.patch
+rpi/rpi_1468_ed343fc5c20c926bea2b612f4e9a2e167c8515e3.patch
+rpi/rpi_1469_d65c67da682ee3dbf1fa3c27825d96283cc68f89.patch
+rpi/rpi_1470_98d803e1ee72c6429800e5fb2fc5516fc9ae74ce.patch
+rpi/rpi_1471_e90842121d21ef2061be642dce8b851e7fad807f.patch
+rpi/rpi_1472_6ed1c881358bcb1be527c8b7fbc6bc7f149c48c0.patch
+rpi/rpi_1473_f53d66de82509572fa0bd20ef3bdad41ab354c5c.patch
+rpi/rpi_1474_3df116ce53bf8434e04afb93d17aa8423eaaa8dc.patch
+rpi/rpi_1475_9af6b70f6ea75a4915a496cef20dbc9217a41578.patch
+rpi/rpi_1476_9db9b5fc7915ce02608adcd7076ef49751e9f3e9.patch
+rpi/rpi_1477_a777cfb3d6db9dbbd30d9e9e3eff626a1946f817.patch
+rpi/rpi_1478_98e18d9ff0443ecf321dd8b2109ec3376d2bce35.patch
+rpi/rpi_1479_57115ff550b9765f6d2988e94a3b314e80118b23.patch
+rpi/rpi_1480_7f01b9e56265674fadcdccc5b12f9ee4a890fc29.patch
+rpi/rpi_1481_573a8ff4910daafe54d56e980518b01ad205c9cf.patch
+rpi/rpi_1482_89761916b0121b8cc8c834df7783ff705cca14c4.patch
+rpi/rpi_1483_e447dbe2c6e617abc752c562127c113d890e549a.patch
+rpi/rpi_1484_308b705ee628d9d96382088164d163ce1a714980.patch
+rpi/rpi_1485_a06ca20b6778ec860537c9ffb8ad3d3768edfb63.patch
+rpi/rpi_1486_551d172cfa470a17b641150d1fb485c9ef0a10b0.patch
+rpi/rpi_1487_a313dbd9881721d0d70bc980c920b344c98ef9c0.patch
+rpi/rpi_1488_ac86ef70984b1464adae48d75094e5be0f92956a.patch
+rpi/rpi_1489_162acd0e699aea130b7b7c769971cf2a8e572bbf.patch
+rpi/rpi_1490_df289af0211b4372e4c23b8539c4351cddd8e450.patch
+rpi/rpi_1491_2b03a4c107d549e2b205b6093c13bcb988b910ed.patch
+rpi/rpi_1492_6efb653f7e83e167510a8e2cbb8288840878b7d1.patch
+rpi/rpi_1493_bd946a6cbbd6859ebcfc8a6612bc53f101850753.patch
+rpi/rpi_1494_c21dd67144205e5d468f787ca258942d34c9db3e.patch
+rpi/rpi_1495_b16fcee3264f3c9cda77e13cfc3ccc030e4d1628.patch
+rpi/rpi_1496_de1871157482bedfc43b27854e80cbbb1ebde82e.patch
+rpi/rpi_1497_04e8940ef4709520b929958a726a1cd45ea3622e.patch
+rpi/rpi_1498_f0f98c91b928ba245bc0d3745e9c9e02f06d8732.patch
+rpi/rpi_1499_1e29a2b1e544799687f993e45d4149c325882ee8.patch
+rpi/rpi_1500_89439a2170e1805e4691226a43dacbf372b82507.patch
+rpi/rpi_1501_79eb44d36e925c8ee65f4afaee4de8c6c5c12fa4.patch
+rpi/rpi_1502_ca231733fe0b47ab42c7b81cd256a8009394e337.patch
+rpi/rpi_1503_f0e77b5da0efbc80dbca46b129c2ae09d16765f6.patch
+rpi/rpi_1504_7b3c819eff418a60a30d0d8f6ddc6581e2d570f7.patch
+rpi/rpi_1505_f4ac78ea0e96cf9ea3c5d6f1efb0d24ba08abfe6.patch
+rpi/rpi_1506_9efe16e46f1e9c45212adff296259d969e6d142e.patch
+rpi/rpi_1507_85a0f1b2a8ec3600e57f92660072be044d2bf8eb.patch
+rpi/rpi_1508_4e64cc4f781cfaf41546306084cfec13331ba664.patch
+rpi/rpi_1509_96f8da379a56b77a1ff64498da60f3c8a053b303.patch
+rpi/rpi_1510_5e6613fb9cf88ab2164842609879d759bb3f23c8.patch
+rpi/rpi_1511_3566d276358465daa673deaed146a00c86a3d109.patch
+rpi/rpi_1512_8d3669aecd1443c17fd8e91c6d2e3c8af577781b.patch
+rpi/rpi_1513_c5ecc7fe8ad75c24912d841d050def468cc8a1ae.patch
+rpi/rpi_1514_8e4d411542e03589d85d2847cfa980324cc2391f.patch
+rpi/rpi_1515_441f3ec43fe57baae8bc940fc92b40ab426c732d.patch
+rpi/rpi_1516_e5c37e3f83cea759321f051191f96b4c1791985b.patch
+rpi/rpi_1517_bbeba3ef93a5481a5405c34074ad69ac1a9d4135.patch
+rpi/rpi_1518_9a56ffbe581718f23dec7e7ddac6c85c6c782dbd.patch
+rpi/rpi_1519_859bbfb612a565a817be29b3d25d4d850351d056.patch
+rpi/rpi_1520_cd16e4331a9a25a744d177cd766e6b63792c69e1.patch
+rpi/rpi_1521_33b6197b85a372f22dcf956afefea50880ccb68e.patch
+rpi/rpi_1522_bf03af20cc0200ce39a00eafc645a0c50deadb70.patch
+rpi/rpi_1523_599bfbe85e7f34b1cfbd1c0b7132d426829d7710.patch
+rpi/rpi_1524_c21d1e729d87525df4d2fe3a88446982c8a7b0bc.patch
+rpi/rpi_1525_216ee26958e379f876b197e35e3a7b793071732c.patch
+rpi/rpi_1526_fc6aff8a7f07c301895b13f2fec079bf96b3e048.patch
+rpi/rpi_1527_7738afb11de478e60d63797d50775f831bf21a1d.patch
+rpi/rpi_1528_5d0255e8045a36a1636606c60c7be234a1ef2436.patch
+rpi/rpi_1529_2aadd75bfd2657ce5d15af6930d4d998987b3bb4.patch
+rpi/rpi_1530_763c0d4ac0686bc5398cdaeea66a1bfdb7ecce34.patch
+rpi/rpi_1531_4786dd9a1669e8022dc5ce87f794a0b534ca6107.patch
+rpi/rpi_1532_b935dafaafb647a0303b93f60cc242485448ce68.patch
+rpi/rpi_1533_ebd5575364e9557e803c15133ef3be42f625da69.patch
+rpi/rpi_1534_3b79cdf9c3d846b3552a58a0dd074ed0474f314f.patch
+rpi/rpi_1535_04c861c0ce1ce3f002e0c46cb25cc8d681b5b71e.patch
+rpi/rpi_1536_ef238e10782813ffe034ee2a2eca7b06c072644f.patch
+rpi/rpi_1537_d520ca64f09925e8bf50129268391ba0d127013c.patch
+rpi/rpi_1538_ad1a0a4f02ed7882a42580c51ecd8153a353ca37.patch
+rpi/rpi_1539_63d1a214371d4e4bdae239914c26857227d90d8a.patch
+rpi/rpi_1540_7f69ab3afebbe26edc96835172731a35885f2f9b.patch
+rpi/rpi_1541_b3baf2efb1ce11bfc4a8c6c154b8a680f2fa6d34.patch
+rpi/rpi_1542_b1b2c27ec7f59d0d18e7833b02318baed7ce1ff6.patch
+rpi/rpi_1543_7d50289763bd611c6e92d88fc5aef0b3900dc498.patch
+rpi/rpi_1544_640704e9db0b95586666f0132b357e4acfebd2e0.patch
+rpi/rpi_1545_d77dcfc3e2ab61b96bf51c54c65cb5d2a28c32e7.patch
+rpi/rpi_1546_239d92e8a8ffb1f21166429dfee5652b6da5ad93.patch
+rpi/rpi_1547_e1ad6d09a437d26af2c1e90a2a8ae210bded8ef9.patch
+rpi/rpi_1548_6dc643150b7c93257640c3563fb42c558ddab016.patch
+rpi/rpi_1549_2f4e8b3315b282e11a201310b6061b6224178e4f.patch
+rpi/rpi_1550_801dc6de90fc3c9f35cbcae5746362762de52186.patch
+rpi/rpi_1551_51d9e858741ed74d1935ad2fa0d684e4b38484aa.patch
+rpi/rpi_1552_61e76a344952de8f7ec6af56fb811b09b14ce9d3.patch
+rpi/rpi_1553_9e480cf382760a1a4a7e0693ec3393657a9f4dd2.patch
+rpi/rpi_1554_b77dfe5070882056c2c63f9d84b012375976f6dd.patch
+rpi/rpi_1555_0e0a424d931cb5f0be99b107e9c8f948e9abccbb.patch
+rpi/rpi_1556_d8134a16cfd18868c0eecb424d7d16371c5e5a68.patch
+rpi/rpi_1557_899a2083c6e6d0035b9973e923eb84acbebcc7d5.patch
+rpi/rpi_1558_da9030129ead5937ebe58f448ed74ceb3c5da39c.patch
+rpi/rpi_1559_a845dc0d781663b59e0be8c79656cb876757e28b.patch
+rpi/rpi_1560_3015b6634344b518aa4f00f947365de341931da2.patch
+rpi/rpi_1561_e7d90bb3e35a70ac9bdc1fdc3ddd8a7197184462.patch
+rpi/rpi_1562_29b02ddf186e0df933a62e412841a292cf292745.patch
+rpi/rpi_1563_bd0d08e6dc491b00176e071a83d53446bb990348.patch
+rpi/rpi_1564_f38168f1a62a916ccb56418e239c833e72cb948f.patch
+rpi/rpi_1565_f82964389961fb727a109d676eb3d51d6bb8eff3.patch
+rpi/rpi_1566_00a5c92deea20f472a8d9bf3fdee907f25e1cff5.patch
+rpi/rpi_1567_bd2b4fb1c79966e0a135e09051b3b9fdceb19286.patch
+rpi/rpi_1568_eee9107616e6fd6cce7cc1f439ebeb3ecc37e4d7.patch
+rpi/rpi_1569_154fd545cb4da0e71de289aca13d1f60bd722118.patch
+rpi/rpi_1570_4a57c9f95debd4ddf60147ce55602f061724a51d.patch
+rpi/rpi_1571_b0119c3d5726b6e0a8b27a9f377953d15f30f79b.patch
+rpi/rpi_1572_157b6e5fd7214e0c09bbefb0eb6631fb28668ee5.patch
+rpi/rpi_1573_f482afe512f9919c9ff2560d8595ae7f26b4d186.patch
+rpi/rpi_1574_f63bf482afe20e22e2eb5e662870cff26b88c34c.patch
+rpi/rpi_1575_23434974e9c52cabcbd0a6695e255fb3c64effee.patch
+rpi/rpi_1576_8a562f79069f85fd26980fdd4658338cc597e1fb.patch
+rpi/rpi_1577_3a50888f79a4084bdb52e898d9f820ccd21af040.patch
+rpi/rpi_1578_6fd451ce607701a575037ef260fc70061e16b403.patch
+rpi/rpi_1579_bdd15c35075d01226338d631030b56753ef58ff7.patch
+rpi/rpi_1580_01f65aad08112d7e41df01a65cc60da2d86e1c77.patch
+rpi/rpi_1581_1f85cd2f67e3b0b89fb1c32efd1de7eed930b1ed.patch
+rpi/rpi_1582_b451ea8b477a43a46686ab313610072832c61fd6.patch
+rpi/rpi_1583_0adbcb48a07d91a4a6e06440cbb463acb52c83f8.patch
+rpi/rpi_1584_cc31855387798fc4d15c1dd055b09be3a3f8bb99.patch
+rpi/rpi_1585_2ca1889236309f7cf6b3463adb6b7357df9c6163.patch
+rpi/rpi_1586_8b6f35afc0f3e8f853820838fcb1d3d4a1d3565f.patch
+rpi/rpi_1587_cf8964f209064d2cb1aecf2fe272cb7680969468.patch
+rpi/rpi_1588_35a7eb59837aad9182d432d2e3c64afe03ebb0fa.patch
+rpi/rpi_1589_73959f468ccf2d653b0f5672b7652fd6f2e0bd3d.patch
+rpi/rpi_1590_39342d9b49c18593c6f81b1046745f3be0ed5246.patch
+rpi/rpi_1591_e7216447736d72a6b27f1752313d119bcb4fbe3e.patch
+rpi/rpi_1592_07c3f0b5ca280e444349b9b33e5a86db6300e9af.patch
+rpi/rpi_1593_77e2eeddaef83ada7e92c06d739f0108f236f94c.patch
+rpi/rpi_1594_e8ebd6d77f0dcdff8b30c0c9ba508d07885a9353.patch
+rpi/rpi_1595_4f68b1c225df86c6543a9f8bf2c79789295160a0.patch
+rpi/rpi_1596_164adedb53adece11ed209c84d66af676f82fb29.patch
+rpi/rpi_1597_75f135d326a86e634d77b8633b4e57c2aa32146a.patch
+rpi/rpi_1598_3567727891a035574ec7cf34ad3d580cc66d361d.patch
+rpi/rpi_1599_b2ed0147affc2280a6285cf216fdec24dd24923e.patch
+rpi/rpi_1600_615b0c70066dd67735387fa2335f9654f83a9cc6.patch
+rpi/rpi_1601_283fae6b31fd63e0c783ec92dfb4ca3b9ed93dfd.patch
+rpi/rpi_1602_6a310aed585d1e67b3b393a7436a224060c942b2.patch
+rpi/rpi_1603_aec82cc983d35f7de8528803cda6d43a431eef2a.patch
+rpi/rpi_1604_5118232bd81ca8fdba37184f59c19be18be4ca32.patch
+rpi/rpi_1605_b6988e348419ac31c949245621809acac9489fc0.patch
+rpi/rpi_1606_5fa27c22b4282a38b6adc46455291a5d1872ce09.patch
+rpi/rpi_1607_bad62c1248c22f6d62e4e2518ea03f977850eb20.patch
+rpi/rpi_1608_f4a51eef7e4e42571a63e34e04d23fc1a0888a3c.patch
+rpi/rpi_1609_727eab42b474c4a61fdff0965e9badb4ac171229.patch
+rpi/rpi_1610_70bdc08ff7a0d5316e3f7c21aedf157f20ade90b.patch
+rpi/rpi_1611_1923f816b5c5e56745f6877ba4874ff99f1ecb34.patch
+rpi/rpi_1612_c7baaeb5a9f98188f5acb0c062e945834b6cde1e.patch
+rpi/rpi_1613_bd102a3bb4fff9f4d7eb9550222b344a9bcc5c7d.patch
+rpi/rpi_1614_48c48ec59fe06001a09f28e211b8edc4908a86ee.patch
+rpi/rpi_1615_72693071247027bc9ade06dc491ee128e0dff854.patch
+rpi/rpi_1616_8c362cca3109e859109411571aee92de2e026813.patch
+rpi/rpi_1617_5d6ed8978cd528150d51ec881f91b08b2ddcee3f.patch
+rpi/rpi_1618_373be609c83a123f481d071663914faa577a0d26.patch
+rpi/rpi_1619_dcd295f439ce3aa5451677433620fea9d9b57c37.patch
+rpi/rpi_1620_e64569c8f85aaa9ace46bde22e9d9a49270ed763.patch
+rpi/rpi_1621_760b1d633d3d179b61c7e698604c3e80f6a844b5.patch
+rpi/rpi_1622_401bd4d1805612ee1a280ecdb7f8d029bd26fafc.patch
+rpi/rpi_1623_ef36277c711d6b13f2fe5d48fd509982cb650d75.patch
+rpi/rpi_1624_d246933ad66c571a197237276fc873140336dc4d.patch
+rpi/rpi_1625_3f35fef848db6f9e7ac6908fe1ab4e122661159c.patch
+rpi/rpi_1626_087c9d42079f85d6961f19154648322fcef9ce7c.patch
+rpi/rpi_1627_829fb88ae677dd2ce99dbe1bbfbd1c43c1e7013b.patch
+rpi/rpi_1628_e25d4712f48bdaf5497acbc7dbb12cf9afca5fe9.patch
+rpi/rpi_1629_18d05624304fb8f0e46141e01de219eaee79083e.patch
+rpi/rpi_1630_408c5250b359ec0ea1581573af88346160e73ebe.patch
+rpi/rpi_1631_6cb6adcda91dae7af10fb25ab8ca73fcd31cdb4f.patch
+rpi/rpi_1632_2e8cdc12c7b153b5cc971d4b8bfd1d0b69cb40b6.patch
+rpi/rpi_1633_19679dcc11f7f519a27a7d1f0efdf0ed521fdc08.patch
+rpi/rpi_1634_1aa2b127825856b9e2d88a4e74fc504e6c4665db.patch
+rpi/rpi_1635_4b7185d07660e7e47e3a00740a276061873813cf.patch
+rpi/rpi_1636_327aa0c7338a43b1f5d95614a2c34bfbac0f69e8.patch
+rpi/rpi_1637_22ac7e53f81c12d1087f14dba4e45ac52ccd8be3.patch
+rpi/rpi_1638_cece2130c59a3173b5b89628b2c1836524a308ff.patch
+rpi/rpi_1639_8fc8c37041dd7845d402ce3a390d0028c7159484.patch
+rpi/rpi_1640_49be783b638c8851a001cae7405f24d3496c855a.patch
+rpi/rpi_1641_6161f505f49563a1ab9b3971d9b58473ec39b6c6.patch
+rpi/rpi_1642_007019bb468b5991173a8a3a01714ef409f74516.patch
+rpi/rpi_1643_2cfe1bcd9116477c3c8c9bf0bbb421e6ba0e5562.patch
+rpi/rpi_1644_ed1f83a5bd2b1e4676fd8a5c2dafabc0c24d43f8.patch
+rpi/rpi_1645_61facbdc99f183745b8484af415806a039a36184.patch
+rpi/rpi_1646_d2ef2f555ea6d32e16d0f14530ab04dc6820c4fa.patch
+rpi/rpi_1647_8741efe7fa96f13985b5c12a51000a14a8b7bdbb.patch
+rpi/rpi_1648_7a382f0f41ce8df65cf276f482904dc33319ad23.patch
+rpi/rpi_1649_bfff4c5c83f5f601366e9176787bea5768da0a1c.patch
+rpi/rpi_1650_36fbea75c1d8279edb0f0a156b1c43036bdc722f.patch
+rpi/rpi_1651_fae48ceb4d2c6369aceea8cf63b160416d335c86.patch
+rpi/rpi_1652_8ae73ee374fdc1509ba1cda65d4f9ea5a230a2ca.patch
+rpi/rpi_1653_ffc2a436f4749678f6156eb0b2e61c8e026a9f73.patch
+rpi/rpi_1654_ca4bbfa42d00a06f4084a195cd5ad1057cf980ce.patch
+rpi/rpi_1655_24efadea7b1a5dc6d8dfbcafe63aa393f371ef1c.patch
+rpi/rpi_1656_d01863f7ad6f991780306cfc3bcd0c56303ed6ac.patch
+rpi/rpi_1657_ce26f1e33221cc4a215224a2855d81f9d322f6e8.patch
+rpi/rpi_1658_e64882a93b8bb2072e8cb2a49748ed4aab80cce1.patch
+rpi/rpi_1659_e73f03807ee5bdfc64104a87923a674fbc30fd1d.patch
+rpi/rpi_1660_038ec1d894fb30999878c2810ac6f0c3a8bb8501.patch
+rpi/rpi_1661_28813b0cadfef19b10dfa8ad4434212a29997453.patch
+rpi/rpi_1662_54c33e7fc2f6ae886cf0c46e6d9c07576d1c19b1.patch
+rpi/rpi_1663_2579fb3a991d98f0bb488278927d391d10759373.patch
+rpi/rpi_1664_fe4dff97396138a438ab1218389358f1ac9ef665.patch
+rpi/rpi_1665_9b93511fa27fab403203da71a883c3907bcd0ee0.patch
+rpi/rpi_1666_83184ac71083184ead81704f4257b70605884aa3.patch
+rpi/rpi_1667_6e6d194423aa51c521e1201104687dbd366ee50d.patch
+rpi/rpi_1668_9cf80c3be3e3e9692f7641e4cf65f3563fbbc273.patch
+rpi/rpi_1669_c7484e2f206f22cce58c2e311a350f720c122efd.patch
+rpi/rpi_1670_cbabfdf79d0fbe169151e402438a7e3bd0308947.patch
+rpi/rpi_1671_4030bac869982aedb7d60265f6331b0763e1f64c.patch
+rpi/rpi_1672_51922534ac462a93366761d77e596d71ff9ab974.patch
+rpi/rpi_1673_73d26367c2c9005972ab22dc8af8098fa6b48d27.patch
+rpi/rpi_1674_1d99f3cb69bed34a5f4ae62acd4bbf2486484f8a.patch
+rpi/rpi_1675_b3bf07182f0f52383afe43d35b24c57e8a4fc287.patch
+rpi/rpi_1676_d681baf5957e3f27e51522d7adb2416b863d0cec.patch
+rpi/rpi_1677_f04c0a09b5c1ccc3ce7f5bd61d40e7802c778524.patch
+rpi/rpi_1678_a618fdfe153f0ae7a3d7607bb643601e44e64152.patch
+rpi/rpi_1679_8e98719adf896768de34102cfa5d2d91240bbcf2.patch
+rpi/rpi_1680_aa9dcf6d6abbc55f73dde57c2dc76dd89b64a612.patch
+rpi/rpi_1681_0b355b4d5e2d4688143db1d43271fc94154bcfcc.patch
+rpi/rpi_1682_08fbf981a26119304db4d9bd5ab70ecc239c46db.patch
+rpi/rpi_1683_0200546fde9cc4e6d51a0c5ebc80a18c6acacf9e.patch
+rpi/rpi_1684_5bff09f7b1c42b202152c71cf576b0b6d3178836.patch
+rpi/rpi_1685_aa69f82a15dc772e088b61847e1663cdcf20d140.patch
+rpi/rpi_1686_35529da35c99d097c820814cdf0b898124f14046.patch
+rpi/rpi_1687_3fcbe3a0c45ebc3d7b915945661a1b760af39af5.patch
+rpi/rpi_1688_6d4b03bfafd6d782b2367d6f3de8ebb6d841d98f.patch
+rpi/rpi_1689_afb0ba514dcf2fa8cc06ef1aeab19b427f9a601b.patch
+rpi/rpi_1690_f7b07e9a0a59db5d53d014580f9815e1ca283ab4.patch
+rpi/rpi_1691_5b0a5ff4e1c4cf1e9ad9698c2dcec28ccfa11e5a.patch
+rpi/rpi_1692_83827b965f5b1ce9368f9d5b1cd51e6a028f5c04.patch
+rpi/rpi_1693_69ff4dd181a08cdfaea15052499939624d38b113.patch
+rpi/rpi_1694_d623678997eb157f42f4cb99824c26615e828ad5.patch
+rpi/rpi_1695_c8759c13d1406d25b98ae8d999a5d68957e49759.patch
+rpi/rpi_1696_942c30e62ccecbac3dc7a4c042e466474becfa03.patch
+rpi/rpi_1697_532d4f876c4ae631058355d9f5fd9a658669abd1.patch
+rpi/rpi_1698_b0600a913c9f8bb7cdee50dbdd7f2d817370afe9.patch
+rpi/rpi_1699_aacf2d1613ef759fd8ec5f0cf3f82fb66dbb1255.patch
+rpi/rpi_1700_ffac41773afab1522d9d6f08662b1808ec139da3.patch
+rpi/rpi_1701_0a18efea461c3a7a13837be73c983b67875554e4.patch
+rpi/rpi_1702_665bacb59759bea843f364419c592a273cf0e287.patch
+rpi/rpi_1703_c538dbce3cc58f1ae29e0785e922af40c7fa9d0e.patch
+rpi/rpi_1704_5cc51f38df982ba26cc1384b2cb8024316729633.patch
+rpi/rpi_1705_9336ce2c8acaefe4b2d6d38884e1dabfd360a195.patch
+rpi/rpi_1706_cb9a2f9c255f1bcf87de746875c5b15d1dc197a4.patch
+rpi/rpi_1707_723e5dda4a6fe4a5ee8a2ab801a95ee60b533e71.patch
+rpi/rpi_1708_04b9abdba6a85bb8be65f32df4b7051d5fe964b4.patch
+rpi/rpi_1709_1fa0c3af38b99a5870a355e7dba0bcd7465a7b86.patch
+rpi/rpi_1710_a4f9453542385d8e5e40dd71c00cc0d3a8a3a12e.patch
+rpi/rpi_1711_b6cd2423fe27b323c7baf42c6174e7fdfabd9102.patch
+rpi/rpi_1712_07aec2d110f4ec2230f660874010afd957d42ffe.patch
+rpi/rpi_1713_5a62a543097cd907d2a0c07507b714957689e285.patch
+rpi/rpi_1714_3b2c73fa6411841946ef2e3a855718bccb560d4f.patch
+rpi/rpi_1715_42438dff75b9228a70e18d6962045c65f5284dbf.patch
+rpi/rpi_1716_65792e48079173f7ceede82cca4987031283b530.patch
+rpi/rpi_1717_ff391ccdac9c865bcab2ada9abc0812ef0f0c1ad.patch
+rpi/rpi_1718_cf301eeb10938de3e26b9ea61161428a093dacad.patch
+rpi/rpi_1719_48dc191235b52d468afc54496b0d7ceb8a43ffa0.patch
+rpi/rpi_1720_91520f6bdad67702783ddc793f560d44d76ff1fb.patch
+rpi/rpi_1721_2b844f7a6e3efd756176b03e4a3db256fc89c787.patch
+rpi/rpi_1722_7a0b2288f3eea986e09621056925533eee004463.patch
+rpi/rpi_1723_2f179787bc775420f02bda98bb5e32761965637a.patch
+rpi/rpi_1724_fb521faefac8d5b1555e2230dd00d7c9bd54bd2b.patch
+rpi/rpi_1725_3f5dd707957d02ce8588c43784a771618cc1238c.patch
+rpi/rpi_1726_228a684fb4a4ab6b71be8bdf51c573edef172a48.patch
+rpi/rpi_1727_94ee2714bc0c30924c826e393f9ce9e62f72b628.patch
+rpi/rpi_1728_f48e89fbe4042a4f72d65499c6bd6b3b5ca8e3fb.patch
+rpi/rpi_1729_2cf42e519395b7a87c334a94fd4261e9bc0bdb4b.patch
+rpi/rpi_1730_272ef1217e911ae7946036c07f98ebe8120eac6f.patch
+rpi/rpi_1731_ddb129cdcdd614e5089703418a184f901f5fe300.patch
+rpi/rpi_1732_6062d2684e24a953c0936b2f4abe3dd27de4f166.patch
+rpi/rpi_1733_8f9e971b8fb1d50ff3e97dc4d3f4acc3d266c502.patch
+rpi/rpi_1734_d0f17647b071b4442d8ff09e05a10bee2a29ba17.patch
+rpi/rpi_1735_60d5bd655dbb5694a6dcc48b816866c40d680fd3.patch
+rpi/rpi_1736_41c3b9fabc10d9ec96e94758528c5fb2e048e381.patch
+rpi/rpi_1737_ff47e44958afb77fd31495f1366b9829f11396a4.patch
+rpi/rpi_1738_aac31238199e7bcb9777cb5b7a11909c8405649c.patch
+rpi/rpi_1739_c089d5da2ce9b0411724c6c3c8d75d6be2a63e3b.patch
+rpi/rpi_1740_49c48996dd423797ac9e728224119910b623f252.patch
+rpi/rpi_1741_dd4f95ca91d3f410668c4271d6175d38999cc06a.patch
+rpi/rpi_1742_ea26fb98409c1557fa92c006585fca13fef43773.patch
+rpi/rpi_1743_5fd437d1a0841e1682bd5d923a5f0b7ee2c281a6.patch
+rpi/rpi_1744_3474a1c95daacc39dd8e74fa2e97bfa783099d41.patch
+rpi/rpi_1745_fd9ed6ed7d9a8dc60e3b0d2400af61144f6bc2da.patch
+rpi/rpi_1746_2cd75aa68799bfe86c28e7724b69897fb73d3ee0.patch
+rpi/rpi_1747_361a09882380e70a37526c4e3c5380594443f277.patch
+rpi/rpi_1748_0483194d46b21766b05603e391ab64717a1ecfa8.patch
+rpi/rpi_1749_f78d5e20143a5b8ea7527e6ae3de59808c15bfde.patch
+rpi/rpi_1750_079107a3f057aee92d03d130661480ddb9695ad0.patch
+rpi/rpi_1751_7b835f392f07a0556abeb889f738e8b855491848.patch
+rpi/rpi_1752_d178bf92f5e8e9090d63c519a2a70ed551715551.patch
+rpi/rpi_1753_b2b6800bc61def471af18d04cff8d1ae567fcb83.patch
+rpi/rpi_1754_ef10e665ffb1403a6632cf5251d0068282902112.patch
+rpi/rpi_1755_e1fb09ee857baca91824dfec0a0f48759e38c414.patch
+rpi/rpi_1756_5664f3a5ee237bfb965b71ff5857c7215cef310c.patch
+rpi/rpi_1757_3d978fca24076273950b4ede598e4e5f4d0b3365.patch
+rpi/rpi_1758_8d502cb6ef2dc1b9db959191505fd6348d7fc6fe.patch
+rpi/rpi_1759_fabd2a7f31ee8b0d7eb7386b9cfbfc7423fb82d6.patch
+rpi/rpi_1760_13ac5ac1b272cd859ebb517768f1596b78dbac0d.patch
+rpi/rpi_1761_e29d79b6a1378847fc6740d0d945d190ba530eaf.patch
+rpi/rpi_1762_172f332739ab24fc83e61312576c1d47d244091e.patch
+rpi/rpi_1763_9d73748acadc32ec61f7fe771179f3460dc1c672.patch
+rpi/rpi_1764_40d7dbd6faaf1d77e3eab13f73b6f9447db00606.patch
+rpi/rpi_1765_5cdcdc42c6fbd6d908bb8a68bbd38b4a29f0ff78.patch
+rpi/rpi_1766_9e10493340f8c4a3e3d88f9e5ac8a0ea4cbdfda3.patch
+rpi/rpi_1767_13bf231dcc26ae309c2ecd4da6eacce02b061b27.patch
+rpi/rpi_1768_3ee2d49ff15feded03f22203fd3c6febebf8f15f.patch
+rpi/rpi_1769_1bd945d84c9653f29baee3c8c3609cfaef306942.patch
+rpi/rpi_1770_26b6bda738cae72c209e4f1ef68fe46e1add2473.patch
+rpi/rpi_1771_92be380ed13fc5342b306e6f5cc58cb177d8fb4c.patch
+rpi/rpi_1772_9ca64f42006d6b5523c54ec9ddf139866a3d2aad.patch
+rpi/rpi_1773_782c6a54c30b3bcd6688a23468b7d288708e618b.patch
+rpi/rpi_1774_e0720065dc9cdfc1f445fefb635208fccf405eee.patch
+rpi/rpi_1775_1c06158359d6417476af2c13d1bd293cbf03ba89.patch
+rpi/rpi_1776_3d2033a2f0e27d3e9be65743a6f0826dec72fdfe.patch
+rpi/rpi_1777_c67cba1be192c6f4c7373eef6d43e7cc7d7673d1.patch
+rpi/rpi_1778_bc7bab9755b2c1f8d050bb5d88e285cbd5066914.patch
+rpi/rpi_1779_1fcaeb014b639d80e14d74abc27fae63f159d9d1.patch
+rpi/rpi_1780_ae3ce3b39e65eafd13b4640ea63a6ffd32988553.patch
+rpi/rpi_1781_a03a5ed6461bf4918c61e54fcbac55308f8d0c4b.patch
+rpi/rpi_1782_7d2cf1c0c9df0d126fafaa50c13138781b78c98b.patch
+rpi/rpi_1783_8f51353d46d9d0b3c040c65fe62fe0a0969dc36d.patch
+rpi/rpi_1784_aa6ad90c8321a5fb4fcdc0f0702afaa96983c574.patch
+rpi/rpi_1785_4864360c234de8b0833e29a2432d59044a9e9175.patch
+rpi/rpi_1786_558852ab9b1751a9df7ac95791347c3d12c0f6aa.patch
+rpi/rpi_1787_b3e573457d9ae65ac16b96a24ffe2c151fa3f6db.patch
+rpi/rpi_1788_8456e367b2e4b591fad5771e8ca3354c3f2c2a58.patch
+rpi/rpi_1789_4ac87a526dc02f1c1dfea5f06ab9c50307380961.patch
+rpi/rpi_1790_a2484564cd4726ff709b4e370b974d905bc8fe04.patch
+rpi/rpi_1791_03216d7092d0727af39d214739c170d3d8497e23.patch
+rpi/rpi_1792_1fddafde6a8951556cab2f440aaed2f61d94ea03.patch
+rpi/rpi_1793_9513a2503f17b1f10adcff85e04f0eb61a5cb006.patch
+rpi/rpi_1794_70f843d06a889cb3003ecc3efef921c592642f68.patch
+rpi/rpi_1795_8434ac6f02f40da966a7a75830c380f7a307622b.patch
+rpi/rpi_1796_bd8d1c8da72468b8294e5f1e2e5403e703554f6b.patch
+rpi/rpi_1797_6dc10061ffec5290626512816453a95e770326da.patch
+rpi/rpi_1798_4b3c86208c4c89098dfd8718467f7cf975617c93.patch
+rpi/rpi_1799_1e24ab0c5a9452178b2629f7126b5a1b3e9db9e6.patch
+rpi/rpi_1800_358746e2e6c98f65c1957530a4eaed869fabba90.patch
+rpi/rpi_1801_0e396aed40de26d7036317e295a85b4e96eabcca.patch
+rpi/rpi_1802_da7fc95558bdbc2b430224488f61ced46d6de636.patch
+rpi/rpi_1803_50ea87252349d901f01856cb1ccad02d1ffc7870.patch
+rpi/rpi_1804_7a219c12b53aad5f5bcfbaa40839394f978a05bc.patch
+rpi/rpi_1805_f18be9a7469f06b472203498f95d4b869620540d.patch
+rpi/rpi_1806_d1044f39efd9240a99762f108da5728845464a82.patch
+rpi/rpi_1807_867a4f06386e19d6057afb4918bafba809d900a9.patch
+rpi/rpi_1808_380d18fd34789f99e42b1a4eab5e75368cd214bb.patch
+rpi/rpi_1809_10a1b8d4b3cf168f7e7e664293516d438227349c.patch
+rpi/rpi_1810_119abc4f9cb38178a8f5409a8fc76e4b85c0ab52.patch
+rpi/rpi_1811_84ba8ebbf06cef5476718966f1e446dc3d413259.patch
+rpi/rpi_1812_6a8d719883215b0dc683cc7334d06bdf96fbc564.patch
+rpi/rpi_1813_49c6fa4516d533a3f38370ea64030dd39de2696d.patch
+rpi/rpi_1814_c1fd21cb18b7a74f77d186eb22532239859886d7.patch
+rpi/rpi_1815_38dffc3f080e2cae385957c4726168c3698efba5.patch
+rpi/rpi_1816_6414d7aaa8ba6261b3eeae6601804216005c183b.patch
+rpi/rpi_1817_cb54f37e4ee2101131b8c988fa29451d3325c4c0.patch
+rpi/rpi_1818_92ec5c93627eac0bbe3dfd7352b76733513d2afd.patch
+rpi/rpi_1819_4bc82eab52980c93fb9758c3d823cf6a248bcb53.patch
+rpi/rpi_1820_e284b2b1e5a79673fde4e683a2a004cb0277661f.patch
+rpi/rpi_1821_38237a747b8d1e48343e339baf763cea58d10c9b.patch
+rpi/rpi_1822_fa93343705ad9e77e656bb37f36623e5d341e4c0.patch
+rpi/rpi_1823_2a4d8d2a41408c6fa960eba59b3e980145077ea5.patch
+rpi/rpi_1824_241f03b672a2f84385246d16d81892362f5c3c2a.patch
+rpi/rpi_1825_b6897f5d4a03cffe7a349585624e3d541d9e7fc7.patch
+rpi/rpi_1826_13f84014f76cd986ab5b4da084c5d463ffdf2086.patch
+rpi/rpi_1827_14e21b6c2a0af4bef07bd0fee8ee683813390227.patch
+rpi/rpi_1828_6cdc7e9487857c155fa7b3fbc9a4a1c72409ffc6.patch
+rpi/rpi_1829_fa9101b914c4b97d2dbf160e463c9f2113619f30.patch
+rpi/rpi_1830_5aee5e84407df5798d69d6d108446996db1a6a76.patch
+rpi/rpi_1831_a1696ab2a8b3c8688c7f30f52095b2fe3608d2a5.patch
+rpi/rpi_1832_7a9018b4c4b87f53242fc47326cccd75036848c7.patch
+rpi/rpi_1833_1fa465dd39960fb9d9941db9bf7256d3190333f3.patch
+rpi/rpi_1834_46ecb2d32ff7b0c5c5ba58909db914e006b93d6e.patch
+rpi/rpi_1835_27f29ecd74b296ef2352a2c17a5fd48bb9200082.patch
+rpi/rpi_1836_e0a033b1762b5f0d93b3ac21bd003749c5fb2533.patch
+rpi/rpi_1837_95e7bee88675cfe7970e59f614fcc494b6cd865f.patch
+rpi/rpi_1838_bcae12d323172f2ff580b78fd5ac2f43f0c78349.patch
+rpi/rpi_1839_f5b338226033567d40457d1223cb89f6fd31c493.patch
+rpi/rpi_1840_d27bcee9524fa4d23559ea870ca1d03588ae15ef.patch
+rpi/rpi_1841_e1fd1053b4ddba13f00b104789957100480d9807.patch
+rpi/rpi_1842_02684e7352aa3fb085b54ef9da37da2379f570a7.patch
+rpi/rpi_1843_4a2f64388580548993d0d8e1e4cdeef8d3e5c570.patch
+rpi/rpi_1844_dacb3778486a55f39da84bd83db3fdd3f291d527.patch
+rpi/rpi_1845_81861ad6883952f2e41444912a46bab913b79d27.patch
+rpi/rpi_1846_2699d440891d4db64ef81eb25e56af695425ce5c.patch
+rpi/rpi_1847_b88d555f91180c64011ecc0beea80f505ec9a407.patch
+rpi/rpi_1848_7d4df4d451082d1d0492ecdb6336b058cd3be5c0.patch
+rpi/rpi_1849_27502757fe55c8d6a75e044d591252f2bcfe2aaf.patch
+rpi/rpi_1850_3090de744f84ca94a79cf1b047d759569db7e2c8.patch
+rpi/rpi_1851_1280117a976ad235c60e8812ab02faebee2b3b18.patch
+rpi/rpi_1852_476d93cfc19618f8e05b07457657715bdbaef23d.patch
+rpi/rpi_1853_8a27895781c62ff6e2076fd8163cdbd9e12cdf0f.patch
+rpi/rpi_1854_a773856cbb457c073a468b4041a5ef9d11884206.patch
+rpi/rpi_1855_aa6ff439d3697cf79b5ba6952666ea446768481c.patch
+rpi/rpi_1856_d0ec4cbb365c4171cedffa9df2405fc79bb79f11.patch
+rpi/rpi_1857_28cde70c876b4e93d23b61c4e1a7a0f936859096.patch
+rpi/rpi_1858_36de8d7d7d067dda2e7bda8dd4f61ac1be0d9413.patch
+rpi/rpi_1859_9ee05b34fa27be1ec8cf93ce3029a489356a41b4.patch
+rpi/rpi_1860_2644b5a65548b099a91d15b01f9396ded865d4b5.patch
+rpi/rpi_1861_f07117b2c3cb91d2a64c2f152982e7fcf67031bd.patch
+rpi/rpi_1862_b80cbde0723c82831f38a4569b43d08f20786e61.patch
+rpi/rpi_1863_34189d66ad582886476b9d095373b2b6bc52f7fb.patch
+rpi/rpi_1864_f5eaed6870c81db6a44fcbe79c887f11b2eb1e8e.patch
+rpi/rpi_1865_3a88c9dc53458960d038ab4adf50a86bde602837.patch
+rpi/rpi_1866_3a5c944e6decc17c23e19e4bea4af3bd26376d54.patch
+rpi/rpi_1867_eb7aa250b03f590da9b31f9c6bd76b624e7c7ff9.patch
+rpi/rpi_1868_3f731478b275f2d19cd846dfe67015a17fe4f798.patch
+rpi/rpi_1869_038f59cf0ef14369efb8b9a671071fe3bb46af23.patch
+rpi/rpi_1870_c1b14948214f33a39fb6d652b658a3cbbb109f91.patch
+rpi/rpi_1871_1f052d902912b9862b5e58f51de1dfc524124b53.patch
+rpi/rpi_1872_6e8e900f98e67c47f0cd18bf928f70aa0bbe7194.patch
+rpi/rpi_1873_865da268050b88b5767ad259ffbf0936735e558c.patch
+rpi/rpi_1874_6d9e09f2204e15f3115fd862c3142ce808a480b2.patch
+rpi/rpi_1875_5c30035d85e678aba1614cda6de06c99cd8c6577.patch
+rpi/rpi_1876_1bd3573b9fd6314b0f34d24aad83dffca14a0164.patch
+rpi/rpi_1877_2f14bc2d9eaf7a17fea8d6e35bf519e380505f3f.patch
+rpi/rpi_1878_43bd6abe31fb8f2fb8252ed7542bfaf6c3c81d0a.patch
+rpi/rpi_1879_736c56dbe25e6dd59da41016f2ca368f9cce68c3.patch
+rpi/rpi_1880_f80ebb87d77a8aeac89cb35db9877e0c4454feef.patch
+rpi/rpi_1881_1792225c7006f6598931b3c4f2dbb80825c23397.patch
+rpi/rpi_1882_a3fc0c50b9207ccfd0840846e4f39c3f95e347a4.patch
+rpi/rpi_1883_b8d9a3132365d8f78b4e70e3d11aa9333daba7c3.patch
+rpi/rpi_1884_38f132b7466bfba9272993e124ade94e697463a5.patch
+rpi/rpi_1885_3a9e3caf7b392f1bb61768010a3483dddd7af8d0.patch
+rpi/rpi_1886_87fed7f6ac49dc41d9d03c7d8070a5e258fc6274.patch
+rpi/rpi_1887_75540216fa0e723f9dbcb6f7f2fbd5e3d9a3c00f.patch
+rpi/rpi_1888_ecd8001fe85b50b14e78a309186a4a639231a59e.patch
+rpi/rpi_1889_38849ac2c983cba9a64c82906dd1bbbb163d046e.patch
+rpi/rpi_1890_d20c164d7975e1ed57b892f1079146529db3df93.patch
+rpi/rpi_1891_0ae1b699b2639439feb22fbc3460a67f4b906020.patch
+rpi/rpi_1892_58e3fc0e984a36d75ddd2c74186f084a8bcde1ec.patch
+rpi/rpi_1893_944ed1048bfe0c80dd49c4918951050871e07d35.patch
+rpi/rpi_1894_8e0d193fcccc7183eda617397c13ed409a7fb864.patch
+rpi/rpi_1895_5dfe15b277dea43151bf5b7a6f9cb04211666807.patch
+rpi/rpi_1896_e8100f7c7f5dd969db2d224433492c66276c56a2.patch
+rpi/rpi_1897_cbe2d4e6da4819dd6a55ae437f445fffe84266e6.patch
+rpi/rpi_1898_e39cf356b77b5648b19db1addc364fcc65e25b17.patch
+rpi/rpi_1899_0a0f8c3304749881bcce6112ca2998041d600070.patch
+rpi/rpi_1900_54c47cfd28dbf6fe11f95eec6fcec868e1a06dd0.patch
+rpi/rpi_1901_37753b13031892b497aa9862acd41a85c4cdbba8.patch
+rpi/rpi_1902_9ed9ab5fe107bb333f2bd6f8847d9306e8404dfb.patch
+rpi/rpi_1903_c2d79d6b85f5804842f5a4dd55b643c2a8ec32b6.patch
+rpi/rpi_1904_4c5f8391debcaf51197584a9a9e08d4b483f69f5.patch
+rpi/rpi_1905_80611eea59784712c88e27de75ddff0e2ccdffe5.patch
+rpi/rpi_1906_546f705776e5587ffe81272a06fe8b526dbb5379.patch
+rpi/rpi_1907_9feab6b99a977fee8567ee884a4dd440bc7c452e.patch
+rpi/rpi_1908_c130db08eaddfc979dcd81a3f8505047132463c3.patch
+rpi/rpi_1909_b81508e1af5a060b4309a5bbdc5a4851a10621db.patch
+rpi/rpi_1910_5125a28f6e22d9a717a14be59ab45d5d6f7b2f7e.patch
+rpi/rpi_1911_895a2ef1b23661d5fb73732c466de139e620a96a.patch
+rpi/rpi_1912_82c2037ba910bd22a87e0b3b0db8aa25216ce345.patch
+rpi/rpi_1913_73208971e5e9a11d4de14363a3f50bf2b45ab727.patch
+rpi/rpi_1914_1b7f1dc5e53727e00aa6f0738625f1d20c9dc652.patch
+rpi/rpi_1915_6b19da676ef8e4a5bc04eb258fc85ab65a1f5d0c.patch
+rpi/rpi_1916_039988eadc862a36d71919e0b690a7220608eddb.patch
+rpi/rpi_1917_7730118c7ff68ab840a1bbb0f57ee334fa621718.patch
+rpi/rpi_1918_e98548690ea41ec3c91026bd20e46d741e6ffc57.patch
+rpi/rpi_1919_faac3e39870a43c3be6b99169216eedc10a7b5e8.patch
+rpi/rpi_1920_bd3b9ac829ab8a0ce4e13c904592c5be70bd6982.patch
+rpi/rpi_1921_8270a708ff48c85c74d2c339b7910125d01219b5.patch
+rpi/rpi_1922_af14caaf263f14f49d24a9acb3d4ceba9de99b7b.patch
+rpi/rpi_1923_0d5e09f9447a9bddd94f0b3dd8b79f6893079962.patch
+rpi/rpi_1924_6475252ba48ef6628ed90ff29f9da6a1ab1832b1.patch
+rpi/rpi_1925_a71171f84ece88c213eb3dd36f96d22585d0a720.patch
+rpi/rpi_1926_54f58e2bcd177215373a573d31da6fd471cb91c4.patch
+rpi/rpi_1927_6bd8863623b37243c43acd2c06ade0d2dc30693f.patch
+rpi/rpi_1928_2f36650f61cb033caf5e486e6078da1fc81b5d7f.patch
+rpi/rpi_1929_44e91da2955cdce75393caa56d282d3a3ef90177.patch
+rpi/rpi_1930_96c2ef8ef8d87be6f28f4e75444d2c08ca5ccefa.patch
+rpi/rpi_1931_44a3eed26d22fbd2e9d676810a56307281069de3.patch
+rpi/rpi_1932_812d5718c489086425f034177d0b10292f68aadd.patch
+rpi/rpi_1933_f59612b28ae5be3608ddfe0af0dc8b333b5aa8b3.patch
+rpi/rpi_1934_2e1eeb01cfcab78a2f79e7ec688e70db47f5c52a.patch
+rpi/rpi_1935_96424af88308c4b3b6b3246365e103cf345fcb1a.patch
+rpi/rpi_1936_8c4c74ae15c3eaff9e1d25ba749d161181284570.patch
+rpi/rpi_1937_f45d7cfddf5cdef603b18341fc2c037265a5f263.patch
+rpi/rpi_1938_6e4bea7c8812f693319d9372f9e50b24ca8db51f.patch
+rpi/rpi_1939_cdeb8e036c65b1c16e02d3fc339d620e2395e015.patch
+rpi/rpi_1940_3e91617f6464d2a641d7e36645cf7c6e117dc468.patch
+rpi/rpi_1941_541fd03b7bfab2763f40e6f54e679b25aa7dcd65.patch
+rpi/rpi_1942_b64ab7df9b1f84bdf4684d18146aab489b0e198b.patch
+rpi/rpi_1943_82d843f247cf3128a1ca141a8e44460b5f367164.patch
+rpi/rpi_1944_864543ded74b34ef8840b3cfe099db0a8951acba.patch
+rpi/rpi_1945_c8084f21e580fe248c3391ce0c9c8ee0da30cbb8.patch
+rpi/rpi_1946_627f36730ccfc23bb93c514af7c0d21b6e3a18db.patch
+rpi/rpi_1947_e71e1b7657a45242820971c84359f649c2db39f4.patch
+rpi/rpi_1948_5341a9112ca79b630e36dbb62eacc89a2f6ed8b0.patch
+rpi/rpi_1949_bdb84970a3a7a831ed776e96105671df23e64cfe.patch
+rpi/rpi_1950_c25af25b377df90cc0042a8b41bd61cb8b576f7c.patch
+rpi/rpi_1951_d76d6d0ce93da902151550a8727740721ade1af3.patch
+rpi/rpi_1952_935c759ef27055dc9db05bb4783d8d10b0b87ebc.patch
+rpi/rpi_1953_de3adeea9ed65d633eb605f97395bc2f2628f12e.patch
+rpi/rpi_1954_a8ab56a1476fb0f11ac3d1a2213e238f0f986a05.patch
+rpi/rpi_1955_dbd79d9c82fd13a0c6441387d62e3e09151dc80c.patch
+rpi/rpi_1956_a4c5e4318a853830f35f9e19ceaa900cd8ea2e07.patch
+rpi/rpi_1957_2ae09845471314bcd7079933b62646f20b9a2101.patch
+rpi/rpi_1958_86f34188c143cc77e98bc62418e70dc9efd7e57f.patch
+rpi/rpi_1959_13cf025f4eadb379c52aacb09ccb30a91ba24de1.patch
+rpi/rpi_1960_7decc09a3cb106c8f556493c98505052b44cc002.patch
+rpi/rpi_1961_fd706b3c1b6eed58775909bc171eadbff56e2e9c.patch
+rpi/rpi_1962_082a48a1cce0976d2b80a08914db457313ae18e9.patch
+rpi/rpi_1963_a01399af648af974d0dd566c77fd4875115b38e2.patch
+rpi/rpi_1964_60be8db171e8106b25728356837a980a608422e6.patch
+rpi/rpi_1965_5e637a0c1d646e68f22faac74ba05e8c72ce7c99.patch
+rpi/rpi_1966_a5d104e0d646f5acb7f68311ee840839b00e36e5.patch
+rpi/rpi_1967_7b5897e889d8acb181b61ff09eeb22fb14eb04da.patch
+rpi/rpi_9999_other_changes.patch
+#rpi/rpi_9999_other_changes.patch
+rpmanualusbip-format-overflow.patch
- ###########################################################
- # DELTA against a known Linus release
- ###########################################################
-
- ############################################################
- # UPSTREAM changes queued
- ############################################################
-
- ############################################################
- # UPSTREAM FIXES, patches pending
- ############################################################
- features/all/rt/timer-make-the-base-lock-raw.patch
-
- ############################################################
- # Stuff broken upstream, patches submitted
- ############################################################
- features/all/rt/lockdep-Handle-statically-initialized-PER_CPU-locks-.patch
- features/all/rt/lockdep-Fix-compilation-error-for-CONFIG_MODULES-and.patch
- features/all/rt/lockdep-Fix-per-cpu-static-objects.patch
-
- features/all/rt/0001-futex-Cleanup-variable-names-for-futex_top_waiter.patch
- features/all/rt/0002-futex-Use-smp_store_release-in-mark_wake_futex.patch
- features/all/rt/0003-futex-Remove-rt_mutex_deadlock_account_.patch
- features/all/rt/0004-futex-rt_mutex-Provide-futex-specific-rt_mutex-API.patch
- features/all/rt/0005-futex-Change-locking-rules.patch
- features/all/rt/0006-futex-Cleanup-refcounting.patch
- features/all/rt/0007-futex-Rework-inconsistent-rt_mutex-futex_q-state.patch
- features/all/rt/0008-futex-Pull-rt_mutex_futex_unlock-out-from-under-hb-l.patch
- features/all/rt/0009-futex-rt_mutex-Introduce-rt_mutex_init_waiter.patch
- features/all/rt/0010-futex-rt_mutex-Restructure-rt_mutex_finish_proxy_loc.patch
- features/all/rt/0011-futex-Rework-futex_lock_pi-to-use-rt_mutex_-_proxy_l.patch
- features/all/rt/0012-futex-Futex_unlock_pi-determinism.patch
- features/all/rt/0013-futex-Drop-hb-lock-before-enqueueing-on-the-rtmutex.patch
- features/all/rt/0001-rtmutex-Deboost-before-waking-up-the-top-waiter.patch
- features/all/rt/0002-sched-rtmutex-deadline-Fix-a-PI-crash-for-deadline-t.patch
- features/all/rt/0003-sched-deadline-rtmutex-Dont-miss-the-dl_runtime-dl_p.patch
- features/all/rt/0004-rtmutex-Clean-up.patch
- features/all/rt/0005-sched-rtmutex-Refactor-rt_mutex_setprio.patch
- features/all/rt/0006-sched-tracing-Update-trace_sched_pi_setprio.patch
- features/all/rt/0007-rtmutex-Fix-PI-chain-order-integrity.patch
- features/all/rt/0008-rtmutex-Fix-more-prio-comparisons.patch
- features/all/rt/0009-rtmutex-Plug-preempt-count-leak-in-rt_mutex_futex_un.patch
- features/all/rt/0001-futex-Avoid-freeing-an-active-timer.patch
- features/all/rt/0002-futex-Fix-small-and-harmless-looking-inconsistencies.patch
- features/all/rt/0003-futex-Clarify-mark_wake_futex-memory-barrier-usage.patch
- features/all/rt/0004-MAINTAINERS-Add-FUTEX-SUBSYSTEM.patch
- features/all/rt/futex-rt_mutex-Fix-rt_mutex_cleanup_proxy_lock.patch
-
- # Those two should vanish soon (not use PIT during bootup)
- features/all/rt/at91_dont_enable_disable_clock.patch
-
- ############################################################
- # Stuff which needs addressing upstream, but requires more
- # information
- ############################################################
- features/all/rt/rfc-arm-smp-__cpu_disable-fix-sleeping-function-called-from-invalid-context.patch
-
- ############################################################
- # Stuff broken upstream, need to be sent
- ############################################################
- features/all/rt/rtmutex--Handle-non-enqueued-waiters-gracefully.patch
- features/all/rt/fs-dcache-include-wait.h.patch
- features/all/rt/rbtree-include-rcu.h-because-we-use-it.patch
- features/all/rt/fs-dcache-init-in_lookup_hashtable.patch
- features/all/rt/iommu-iova-don-t-disable-preempt-around-this_cpu_ptr.patch
- features/all/rt/iommu-vt-d-don-t-disable-preemption-while-accessing-.patch
- features/all/rt/x86-apic-get-rid-of-warning-acpi_ioapic_lock-defined.patch
- features/all/rt/rxrpc-remove-unused-static-variables.patch
- features/all/rt/rcu-update-make-RCU_EXPEDITE_BOOT-default.patch
- features/all/rt/locking-percpu-rwsem-use-swait-for-the-wating-writer.patch
- features/all/rt/pinctrl-qcom-Use-raw-spinlock-variants.patch
- features/all/rt/x86-mm-cpa-avoid-wbinvd-for-PREEMPT.patch
-
- # Wants a different fix for upstream
- features/all/rt/NFSv4-replace-seqcount_t-with-a-seqlock_t.patch
-
- ############################################################
- # Submitted on LKML
- ############################################################
-
- # SPARC part of erly printk consolidation
- features/all/rt/sparc64-use-generic-rwsem-spinlocks-rt.patch
-
- # SRCU
- features/all/rt/kernel-SRCU-provide-a-static-initializer.patch
-
- ############################################################
- # Submitted to mips ML
- ############################################################
-
- ############################################################
- # Submitted to ARM ML
- ############################################################
-
- ############################################################
- # Submitted to PPC ML
- ############################################################
-
- ############################################################
- # Submitted on LKML
- ############################################################
-
- ############################################################
- # Submitted to net-dev
- ############################################################
-
- ############################################################
- # Pending in tip
- ############################################################
-
- ############################################################
- # Stuff which should go upstream ASAP
- ############################################################
-
- # SCHED BLOCK/WQ
- features/all/rt/block-shorten-interrupt-disabled-regions.patch
-
- # Timekeeping split jiffies lock. Needs a good argument :)
- features/all/rt/timekeeping-split-jiffies-lock.patch
-
- # Tracing
- features/all/rt/tracing-account-for-preempt-off-in-preempt_schedule.patch
-
- # PTRACE/SIGNAL crap
- features/all/rt/signal-revert-ptrace-preempt-magic.patch
-
- # ARM lock annotation
- features/all/rt/arm-convert-boot-lock-to-raw.patch
- features/all/rt/arm-kprobe-replace-patch_lock-to-raw-lock.patch
-
- # PREEMPT_ENABLE_NO_RESCHED
-
- # SIGNALS / POSIXTIMERS
- features/all/rt/posix-timers-no-broadcast.patch
+ features/all/rt/0001-timer-make-the-base-lock-raw.patch
+ features/all/rt/0002-lockdep-Handle-statically-initialized-PER_CPU-locks-.patch
+ features/all/rt/0003-lockdep-Fix-compilation-error-for-CONFIG_MODULES-and.patch
+ features/all/rt/0004-lockdep-Fix-per-cpu-static-objects.patch
+ features/all/rt/0005-futex-Cleanup-variable-names-for-futex_top_waiter.patch
+ features/all/rt/0006-futex-Use-smp_store_release-in-mark_wake_futex.patch
+ features/all/rt/0007-futex-Remove-rt_mutex_deadlock_account_.patch
+ features/all/rt/0008-futex-rt_mutex-Provide-futex-specific-rt_mutex-API.patch
+ features/all/rt/0009-futex-Change-locking-rules.patch
+ features/all/rt/0010-futex-Cleanup-refcounting.patch
+ features/all/rt/0011-futex-Rework-inconsistent-rt_mutex-futex_q-state.patch
+ features/all/rt/0012-futex-Pull-rt_mutex_futex_unlock-out-from-under-hb-l.patch
+ features/all/rt/0013-futex-rt_mutex-Introduce-rt_mutex_init_waiter.patch
+ features/all/rt/0014-futex-rt_mutex-Restructure-rt_mutex_finish_proxy_loc.patch
+ features/all/rt/0015-futex-Rework-futex_lock_pi-to-use-rt_mutex_-_proxy_l.patch
+ features/all/rt/0016-futex-Futex_unlock_pi-determinism.patch
+ features/all/rt/0017-futex-Drop-hb-lock-before-enqueueing-on-the-rtmutex.patch
+ features/all/rt/0018-rtmutex-Deboost-before-waking-up-the-top-waiter.patch
+ features/all/rt/0019-sched-rtmutex-deadline-Fix-a-PI-crash-for-deadline-t.patch
+ features/all/rt/0020-sched-deadline-rtmutex-Dont-miss-the-dl_runtime-dl_p.patch
+ features/all/rt/0021-rtmutex-Clean-up.patch
+ features/all/rt/0022-sched-rtmutex-Refactor-rt_mutex_setprio.patch
+ features/all/rt/0023-sched-tracing-Update-trace_sched_pi_setprio.patch
+ features/all/rt/0024-rtmutex-Fix-PI-chain-order-integrity.patch
+ features/all/rt/0025-rtmutex-Fix-more-prio-comparisons.patch
+ features/all/rt/0026-rtmutex-Plug-preempt-count-leak-in-rt_mutex_futex_un.patch
+ features/all/rt/0027-futex-Avoid-freeing-an-active-timer.patch
+ features/all/rt/0028-futex-Fix-small-and-harmless-looking-inconsistencies.patch
+ features/all/rt/0029-futex-Clarify-mark_wake_futex-memory-barrier-usage.patch
+ features/all/rt/0030-MAINTAINERS-Add-FUTEX-SUBSYSTEM.patch
+ features/all/rt/0031-futex-rt_mutex-Fix-rt_mutex_cleanup_proxy_lock.patch
+ features/all/rt/0032-arm-at91-do-not-disable-enable-clocks-in-a-row.patch
+ features/all/rt/0033-ARM-smp-Move-clear_tasks_mm_cpumask-call-to-__cpu_di.patch
+ features/all/rt/0034-rtmutex-Handle-non-enqueued-waiters-gracefully.patch
+ features/all/rt/0035-fs-dcache-include-wait.h.patch
+ features/all/rt/0036-rbtree-include-rcu.h-because-we-use-it.patch
+ features/all/rt/0037-fs-dcache-init-in_lookup_hashtable.patch
+ features/all/rt/0038-iommu-iova-don-t-disable-preempt-around-this_cpu_ptr.patch
+ features/all/rt/0039-iommu-vt-d-don-t-disable-preemption-while-accessing-.patch
+ features/all/rt/0040-x86-apic-get-rid-of-warning-acpi_ioapic_lock-defined.patch
+ features/all/rt/0041-rxrpc-remove-unused-static-variables.patch
+ features/all/rt/0042-rcu-update-make-RCU_EXPEDITE_BOOT-default.patch
+ features/all/rt/0043-locking-percpu-rwsem-use-swait-for-the-wating-writer.patch
+ features/all/rt/0044-pinctrl-qcom-Use-raw-spinlock-variants.patch
+ features/all/rt/0045-x86-mm-cpa-avoid-wbinvd-for-PREEMPT.patch
+ features/all/rt/0046-NFSv4-replace-seqcount_t-with-a-seqlock_t.patch
+ features/all/rt/0047-sparc64-use-generic-rwsem-spinlocks-rt.patch
+ features/all/rt/0048-kernel-SRCU-provide-a-static-initializer.patch
+ features/all/rt/0049-block-Shorten-interrupt-disabled-regions.patch
+ features/all/rt/0050-timekeeping-Split-jiffies-seqlock.patch
+ features/all/rt/0051-tracing-Account-for-preempt-off-in-preempt_schedule.patch
+ features/all/rt/0052-signal-Revert-ptrace-preempt-magic.patch
+ features/all/rt/0053-arm-Convert-arm-boot_lock-to-raw.patch
+ features/all/rt/0054-arm-kprobe-replace-patch_lock-to-raw-lock.patch
+ features/all/rt/0055-posix-timers-Prevent-broadcast-signals.patch
+ features/all/rt/0056-signals-Allow-rt-tasks-to-cache-one-sigqueue-struct.patch
+ features/all/rt/0057-drivers-random-Reduce-preempt-disabled-region.patch
+ features/all/rt/0058-ARM-AT91-PIT-Remove-irq-handler-when-clock-event-is-.patch
+ features/all/rt/0059-clockevents-drivers-timer-atmel-pit-fix-double-free_.patch
+ features/all/rt/0060-clocksource-TCLIB-Allow-higher-clock-rates-for-clock.patch
+ features/all/rt/0061-drivers-net-Use-disable_irq_nosync-in-8139too.patch
+ features/all/rt/0062-suspend-Prevent-might-sleep-splats.patch
+ features/all/rt/0063-net-flip-lock-dep-thingy.patch.patch
+ features/all/rt/0064-net-sched-Use-msleep-instead-of-yield.patch
+ features/all/rt/0065-x86-ioapic-Do-not-unmask-io_apic-when-interrupt-is-i.patch
+ features/all/rt/0066-pci-Use-__wake_up_all_locked-in-pci_unblock_user_cfg.patch
+ features/all/rt/0067-latencyhist-disable-jump-labels.patch
+ features/all/rt/0068-tracing-Add-latency-histograms.patch
+ features/all/rt/0069-latency_hist-Update-sched_wakeup-probe.patch
+ features/all/rt/0070-trace-latency-hist-Consider-new-argument-when-probin.patch
+ features/all/rt/0071-trace-Use-rcuidle-version-for-preemptoff_hist-trace-.patch
+ features/all/rt/0072-printk-Add-a-printk-kill-switch.patch
+ features/all/rt/0073-printk-Add-force_early_printk-boot-param-to-help-wit.patch
+ features/all/rt/0074-rt-Provide-PREEMPT_RT_BASE-config-switch.patch
+ features/all/rt/0075-kconfig-Disable-config-options-which-are-not-RT-comp.patch
+ features/all/rt/0076-kconfig-Add-PREEMPT_RT_FULL.patch
+ features/all/rt/0077-bug-BUG_ON-WARN_ON-variants-dependend-on-RT-RT.patch
+ features/all/rt/0078-iommu-amd-Use-WARN_ON_NORT-in-__attach_device.patch
+ features/all/rt/0079-rt-local_irq_-variants-depending-on-RT-RT.patch
+ features/all/rt/0080-preempt-Provide-preempt_-_-no-rt-variants.patch
+ features/all/rt/0081-Intrduce-migrate_disable-cpu_light.patch
+ features/all/rt/0082-futex-workaround-migrate_disable-enable-in-different.patch
+ features/all/rt/0083-rt-Add-local-irq-locks.patch
+ features/all/rt/0084-locallock-add-local_lock_on.patch
+ features/all/rt/0085-ata-Do-not-disable-interrupts-in-ide-code-for-preemp.patch
+ features/all/rt/0086-ide-Do-not-disable-interrupts-for-PREEMPT-RT.patch
+ features/all/rt/0087-infiniband-Mellanox-IB-driver-patch-use-_nort-primit.patch
+ features/all/rt/0088-input-gameport-Do-not-disable-interrupts-on-PREEMPT_.patch
+ features/all/rt/0089-core-Do-not-disable-interrupts-on-RT-in-kernel-users.patch
+ features/all/rt/0090-usb-Use-_nort-in-giveback-function.patch
+ features/all/rt/0091-mm-scatterlist-Do-not-disable-irqs-on-RT.patch
+ features/all/rt/0092-mm-workingset-Do-not-protect-workingset_shadow_nodes.patch
+ features/all/rt/0093-signal-Make-__lock_task_sighand-RT-aware.patch
+ features/all/rt/0094-signal-x86-Delay-calling-signals-in-atomic.patch
+ features/all/rt/0095-x86-signal-delay-calling-signals-on-32bit.patch
+ features/all/rt/0096-net-wireless-Use-WARN_ON_NORT.patch
+ features/all/rt/0097-buffer_head-Replace-bh_uptodate_lock-for-rt.patch
+ features/all/rt/0098-fs-jbd-jbd2-Make-state-lock-and-journal-head-lock-rt.patch
+ features/all/rt/0099-list_bl-Make-list-head-locking-RT-safe.patch
+ features/all/rt/0100-list_bl-fixup-bogus-lockdep-warning.patch
+ features/all/rt/0101-genirq-Disable-irqpoll-on-rt.patch
+ features/all/rt/0102-genirq-Force-interrupt-thread-on-RT.patch
+ features/all/rt/0103-drivers-net-vortex-fix-locking-issues.patch
+ features/all/rt/0104-mm-page_alloc-rt-friendly-per-cpu-pages.patch
+ features/all/rt/0105-mm-page_alloc-Reduce-lock-sections-further.patch
+ features/all/rt/0106-mm-swap-Convert-to-percpu-locked.patch
+ features/all/rt/0107-mm-perform-lru_add_drain_all-remotely.patch
+ features/all/rt/0108-mm-vmstat-Protect-per-cpu-variables-with-preempt-dis.patch
+ features/all/rt/0109-ARM-Initialize-split-page-table-locks-for-vector-pag.patch
+ features/all/rt/0110-mm-bounce-Use-local_irq_save_nort.patch
+ features/all/rt/0111-mm-Allow-only-slub-on-RT.patch
+ features/all/rt/0112-mm-Enable-SLUB-for-RT.patch
+ features/all/rt/0113-slub-Enable-irqs-for-__GFP_WAIT.patch
+ features/all/rt/0114-slub-Disable-SLUB_CPU_PARTIAL.patch
+ features/all/rt/0115-mm-page_alloc-Use-local_lock_on-instead-of-plain-spi.patch
+ features/all/rt/0116-mm-memcontrol-Don-t-call-schedule_work_on-in-preempt.patch
+ features/all/rt/0117-mm-memcontrol-Replace-local_irq_disable-with-local-l.patch
+ features/all/rt/0118-mm-memcontrol-mem_cgroup_migrate-replace-another-loc.patch
+ features/all/rt/0119-mm-backing-dev-don-t-disable-IRQs-in-wb_congested_pu.patch
+ features/all/rt/0120-mm-zsmalloc-copy-with-get_cpu_var-and-locking.patch
+ features/all/rt/0121-radix-tree-use-local-locks.patch
+ features/all/rt/0122-panic-skip-get_random_bytes-for-RT_FULL-in-init_oops.patch
+ features/all/rt/0123-timers-Prepare-for-full-preemption.patch
+ features/all/rt/0124-timer-delay-waking-softirqs-from-the-jiffy-tick.patch
+ features/all/rt/0125-hrtimers-Prepare-full-preemption.patch
+ features/all/rt/0126-hrtimer-enfore-64byte-alignment.patch
+ features/all/rt/0127-hrtimer-Fixup-hrtimer-callback-changes-for-preempt-r.patch
+ features/all/rt/0128-sched-deadline-dl_task_timer-has-to-be-irqsafe.patch
+ features/all/rt/0129-timer-fd-Prevent-live-lock.patch
+ features/all/rt/0130-tick-broadcast-Make-broadcast-hrtimer-irqsafe.patch
+ features/all/rt/0131-timer-hrtimer-check-properly-for-a-running-timer.patch
+ features/all/rt/0132-posix-timers-Thread-posix-cpu-timers-on-rt.patch
+ features/all/rt/0133-sched-Move-task_struct-cleanup-to-RCU.patch
+ features/all/rt/0134-sched-Limit-the-number-of-task-migrations-per-batch.patch
+ features/all/rt/0135-sched-Move-mmdrop-to-RCU-on-RT.patch
+ features/all/rt/0136-kernel-sched-move-stack-kprobe-clean-up-to-__put_tas.patch
+ features/all/rt/0137-sched-Add-saved_state-for-tasks-blocked-on-sleeping-.patch
+ features/all/rt/0138-sched-Prevent-task-state-corruption-by-spurious-lock.patch
+ features/all/rt/0139-sched-Remove-TASK_ALL.patch
+ features/all/rt/0140-sched-Do-not-account-rcu_preempt_depth-on-RT-in-migh.patch
+ features/all/rt/0141-sched-Take-RT-softirq-semantics-into-account-in-cond.patch
+ features/all/rt/0142-sched-Use-the-proper-LOCK_OFFSET-for-cond_resched.patch
+ features/all/rt/0143-sched-Disable-TTWU_QUEUE-on-RT.patch
+ features/all/rt/0144-sched-Disable-CONFIG_RT_GROUP_SCHED-on-RT.patch
+ features/all/rt/0145-sched-ttwu-Return-success-when-only-changing-the-sav.patch
+ features/all/rt/0146-sched-workqueue-Only-wake-up-idle-workers-if-not-blo.patch
+ features/all/rt/0147-stop_machine-convert-stop_machine_run-to-PREEMPT_RT.patch
+ features/all/rt/0148-stop_machine-Use-raw-spinlocks.patch
+ features/all/rt/0149-hotplug-Lightweight-get-online-cpus.patch
+ features/all/rt/0150-hotplug-sync_unplug-No-n-in-task-name.patch
+ features/all/rt/0151-hotplug-Reread-hotplug_pcp-on-pin_current_cpu-retry.patch
+ features/all/rt/0152-trace-Add-migrate-disabled-counter-to-tracing-output.patch
+ features/all/rt/0153-hotplug-Use-migrate-disable-on-unplug.patch
+ features/all/rt/0154-lockdep-Make-it-RT-aware.patch
+ features/all/rt/0155-locking-Disable-spin-on-owner-for-RT.patch
+ features/all/rt/0156-tasklet-Prevent-tasklets-from-going-into-infinite-sp.patch
+ features/all/rt/0157-softirq-Check-preemption-after-reenabling-interrupts.patch
+ features/all/rt/0158-softirq-Disable-softirq-stacks-for-RT.patch
+ features/all/rt/0159-softirq-Split-softirq-locks.patch
+ features/all/rt/0160-kernel-softirq-unlock-with-irqs-on.patch
+ features/all/rt/0161-kernel-migrate_disable-do-fastpath-in-atomic-irqs-of.patch
+ features/all/rt/0162-genirq-Allow-disabling-of-softirq-processing-in-irq-.patch
+ features/all/rt/0163-softirq-split-timer-softirqs-out-of-ksoftirqd.patch
+ features/all/rt/0164-softirq-wake-the-timer-softirq-if-needed.patch
+ features/all/rt/0165-timers-Don-t-wake-ktimersoftd-on-every-tick.patch
+ features/all/rt/0166-Revert-timers-Don-t-wake-ktimersoftd-on-every-tick.patch
+ features/all/rt/0167-rtmutex-trylock-is-okay-on-RT.patch
+ features/all/rt/0168-gpu-don-t-check-for-the-lock-owner.patch
+ features/all/rt/0169-fs-nfs-turn-rmdir_sem-into-a-semaphore.patch
+ features/all/rt/0170-rtmutex-Handle-the-various-new-futex-race-conditions.patch
+ features/all/rt/0171-futex-Fix-bug-on-when-a-requeued-RT-task-times-out.patch
+ features/all/rt/0172-futex-Ensure-lock-unlock-symetry-versus-pi_lock-and-.patch
+ features/all/rt/0173-pid.h-include-atomic.h.patch
+ features/all/rt/0174-arm-include-definition-for-cpumask_t.patch
+ features/all/rt/0175-locking-locktorture-Do-NOT-include-rwlock.h-directly.patch
+ features/all/rt/0176-rtmutex-Add-rtmutex_lock_killable.patch
+ features/all/rt/0177-rtmutex-Make-lock_killable-work.patch
+ features/all/rt/0178-spinlock-Split-the-lock-types-header.patch
+ features/all/rt/0179-rtmutex-Avoid-include-hell.patch
+ features/all/rt/0180-rbtree-don-t-include-the-rcu-header.patch
+ features/all/rt/0181-rt-Add-the-preempt-rt-lock-replacement-APIs.patch
+ features/all/rt/0182-rt-Drop-mutex_disable-on-DEBUG-configs-and-the-GPL-s.patch
+ features/all/rt/0183-kernel-locking-use-an-exclusive-wait_q-for-sleepers.patch
+ features/all/rt/0184-rtmutex-Add-RT-aware-ww-locks.patch
+ features/all/rt/0185-rtmutex-Provide-rt_mutex_lock_state.patch
+ features/all/rt/0186-rtmutex-Provide-locked-slowpath.patch
+ features/all/rt/0187-futex-rtmutex-Cure-RT-double-blocking-issue.patch
+ features/all/rt/0188-rwsem-rt-Lift-single-reader-restriction.patch
+ features/all/rt/0189-ptrace-fix-ptrace-vs-tasklist_lock-race.patch
+ features/all/rt/0190-rcu-Frob-softirq-test.patch
+ features/all/rt/0191-rcu-Merge-RCU-bh-into-RCU-preempt.patch
+ features/all/rt/0192-rcu-Make-ksoftirqd-do-RCU-quiescent-states.patch
+ features/all/rt/0193-rcutree-rcu_bh_qs-Disable-irq-while-calling-rcu_pree.patch
+ features/all/rt/0194-tty-serial-omap-Make-the-locking-RT-aware.patch
+ features/all/rt/0195-tty-serial-pl011-Make-the-locking-work-on-RT.patch
+ features/all/rt/0196-rt-Improve-the-serial-console-PASS_LIMIT.patch
+ features/all/rt/0197-tty-serial-8250-don-t-take-the-trylock-during-oops.patch
+ features/all/rt/0198-wait.h-include-atomic.h.patch
+ features/all/rt/0199-work-simple-Simple-work-queue-implemenation.patch
+ features/all/rt/0200-completion-Use-simple-wait-queues.patch
+ features/all/rt/0201-fs-aio-simple-simple-work.patch
+ features/all/rt/0202-genirq-Do-not-invoke-the-affinity-callback-via-a-wor.patch
+ features/all/rt/0203-hrtimer-Move-schedule_work-call-to-helper-thread.patch
+ features/all/rt/0204-locking-percpu-rwsem-Remove-preempt_disable-variants.patch
+ features/all/rt/0205-fs-namespace-preemption-fix.patch
+ features/all/rt/0206-mm-Protect-activate_mm-by-preempt_-disable-enable-_r.patch
+ features/all/rt/0207-block-Turn-off-warning-which-is-bogus-on-RT.patch
+ features/all/rt/0208-fs-ntfs-disable-interrupt-only-on-RT.patch
+ features/all/rt/0209-fs-jbd2-pull-your-plug-when-waiting-for-space.patch
+ features/all/rt/0210-x86-Convert-mce-timer-to-hrtimer.patch
+ features/all/rt/0211-x86-mce-use-swait-queue-for-mce-wakeups.patch
+ features/all/rt/0212-x86-stackprotector-Avoid-random-pool-on-rt.patch
+ features/all/rt/0213-x86-Use-generic-rwsem_spinlocks-on-rt.patch
+ features/all/rt/0214-x86-UV-raw_spinlock-conversion.patch
+ features/all/rt/0215-thermal-Defer-thermal-wakups-to-threads.patch
+ features/all/rt/0216-fs-epoll-Do-not-disable-preemption-on-RT.patch
+ features/all/rt/0217-mm-vmalloc-Another-preempt-disable-region-which-suck.patch
+ features/all/rt/0218-block-mq-use-cpu_light.patch
+ features/all/rt/0219-block-mq-do-not-invoke-preempt_disable.patch
+ features/all/rt/0220-block-mq-don-t-complete-requests-via-IPI.patch
+ features/all/rt/0221-md-raid5-Make-raid5_percpu-handling-RT-aware.patch
+ features/all/rt/0222-rt-Introduce-cpu_chill.patch
+ features/all/rt/0223-cpu_chill-Add-a-UNINTERRUPTIBLE-hrtimer_nanosleep.patch
+ features/all/rt/0224-block-blk-mq-Use-swait.patch
+ features/all/rt/0225-block-Use-cpu_chill-for-retry-loops.patch
+ features/all/rt/0226-fs-dcache-Use-cpu_chill-in-trylock-loops.patch
+ features/all/rt/0227-net-Use-cpu_chill-instead-of-cpu_relax.patch
+ features/all/rt/0228-fs-dcache-use-swait_queue-instead-of-waitqueue.patch
+ features/all/rt/0229-workqueue-Use-normal-rcu.patch
+ features/all/rt/0230-workqueue-Use-local-irq-lock-instead-of-irq-disable-.patch
+ features/all/rt/0231-workqueue-Prevent-workqueue-versus-ata-piix-livelock.patch
+ features/all/rt/0232-sched-Distangle-worker-accounting-from-rqlock.patch
+ features/all/rt/0233-idr-Use-local-lock-instead-of-preempt-enable-disable.patch
+ features/all/rt/0234-percpu_ida-Use-local-locks.patch
+ features/all/rt/0235-debugobjects-Make-RT-aware.patch
+ features/all/rt/0236-jump-label-disable-if-stop_machine-is-used.patch
+ features/all/rt/0237-seqlock-Prevent-rt-starvation.patch
+ features/all/rt/0238-sunrpc-Make-svc_xprt_do_enqueue-use-get_cpu_light.patch
+ features/all/rt/0239-net-Use-skbufhead-with-raw-lock.patch
+ features/all/rt/0240-net-core-cpuhotplug-Drain-input_pkt_queue-lockless.patch
+ features/all/rt/0241-net-move-xmit_recursion-to-per-task-variable-on-RT.patch
+ features/all/rt/0242-net-provide-a-way-to-delegate-processing-a-softirq-t.patch
+ features/all/rt/0243-net-dev-always-take-qdisc-s-busylock-in-__dev_xmit_s.patch
+ features/all/rt/0244-net-Qdisc-use-a-seqlock-instead-seqcount.patch
+ features/all/rt/0245-net-add-back-the-missing-serialization-in-ip_send_un.patch
+ features/all/rt/0246-net-add-a-lock-around-icmp_sk.patch
+ features/all/rt/0247-net-Have-__napi_schedule_irqoff-disable-interrupts-o.patch
+ features/all/rt/0248-net-sysrq-via-icmp.patch
+ features/all/rt/0249-irqwork-push-most-work-into-softirq-context.patch
+ features/all/rt/0250-irqwork-Move-irq-safe-work-to-irq-context.patch
+ features/all/rt/0251-snd-pcm-fix-snd_pcm_stream_lock-irqs_disabled-splats.patch
+ features/all/rt/0252-printk-Make-rt-aware.patch
+ features/all/rt/0253-kernel-printk-Don-t-try-to-print-from-IRQ-NMI-region.patch
+ features/all/rt/0254-printk-Drop-the-logbuf_lock-more-often.patch
+ features/all/rt/0255-powerpc-Use-generic-rwsem-on-RT.patch
+ features/all/rt/0256-powerpc-kvm-Disable-in-kernel-MPIC-emulation-for-PRE.patch
+ features/all/rt/0257-powerpc-ps3-device-init.c-adapt-to-completions-using.patch
+ features/all/rt/0258-ARM-at91-tclib-Default-to-tclib-timer-for-RT.patch
+ features/all/rt/0259-arm-unwind-use-a-raw_spin_lock.patch
+ features/all/rt/0260-ARM-enable-irq-in-translation-section-permission-fau.patch
+ features/all/rt/0261-genirq-update-irq_set_irqchip_state-documentation.patch
+ features/all/rt/0262-KVM-arm-arm64-downgrade-preempt_disable-d-region-to-.patch
+ features/all/rt/0263-arm64-xen-Make-XEN-depend-on-RT.patch
+ features/all/rt/0264-kgdb-serial-Short-term-workaround.patch
+ features/all/rt/0265-sysfs-Add-sys-kernel-realtime-entry.patch
+ features/all/rt/0266-powerpc-Disable-highmem-on-RT.patch
+ features/all/rt/0267-mips-Disable-highmem-on-RT.patch
+ features/all/rt/0268-mm-rt-kmap_atomic-scheduling.patch
+ features/all/rt/0269-mm-rt-Fix-generic-kmap_atomic-for-RT.patch
+ features/all/rt/0270-x86-highmem-Add-a-already-used-pte-check.patch
+ features/all/rt/0271-arm-highmem-Flush-tlb-on-unmap.patch
+ features/all/rt/0272-arm-Enable-highmem-for-rt.patch
+ features/all/rt/0273-ipc-sem-Rework-semaphore-wakeups.patch
+ features/all/rt/0274-x86-kvm-Require-const-tsc-for-RT.patch
+ features/all/rt/0275-KVM-lapic-mark-LAPIC-timer-handler-as-irqsafe.patch
+ features/all/rt/0276-scsi-fcoe-Make-RT-aware.patch
+ features/all/rt/0277-sas-ata-isci-dont-t-disable-interrupts-in-qc_issue-h.patch
+ features/all/rt/0278-x86-crypto-Reduce-preempt-disabled-regions.patch
+ features/all/rt/0279-crypto-Reduce-preempt-disabled-regions-more-algos.patch
+ features/all/rt/0280-dm-Make-rt-aware.patch
+ features/all/rt/0281-acpi-rt-Convert-acpi_gbl_hardware-lock-back-to-a-raw.patch
+ features/all/rt/0282-cpumask-Disable-CONFIG_CPUMASK_OFFSTACK-for-RT.patch
+ features/all/rt/0283-random-Make-it-work-on-rt.patch
+ features/all/rt/0284-random-avoid-preempt_disable-ed-section.patch
+ features/all/rt/0285-cpu-Make-hotplug.lock-a-sleeping-spinlock-on-RT.patch
+ features/all/rt/0286-cpu-rt-Rework-cpu-down-for-PREEMPT_RT.patch
+ features/all/rt/0287-cpu-hotplug-Document-why-PREEMPT_RT-uses-a-spinlock.patch
+ features/all/rt/0288-kernel-cpu-fix-cpu-down-problem-if-kthread-s-cpu-is-.patch
+ features/all/rt/0289-kernel-hotplug-restore-original-cpu-mask-oncpu-down.patch
+ features/all/rt/0290-cpu_down-move-migrate_enable-back.patch
+ features/all/rt/0291-hotplug-Use-set_cpus_allowed_ptr-in-sync_unplug_thre.patch
+ features/all/rt/0292-rt-locking-Reenable-migration-accross-schedule.patch
+ features/all/rt/0293-scsi-qla2xxx-Use-local_irq_save_nort-in-qla2x00_poll.patch
+ features/all/rt/0294-net-Remove-preemption-disabling-in-netif_rx.patch
+ features/all/rt/0295-net-Another-local_irq_disable-kmalloc-headache.patch
+ features/all/rt/0296-net-core-protect-users-of-napi_alloc_cache-against-r.patch
+ features/all/rt/0297-net-netfilter-Serialize-xt_write_recseq-sections-on-.patch
+ features/all/rt/0298-net-Add-a-mutex-around-devnet_rename_seq.patch
+ features/all/rt/0299-crypto-Convert-crypto-notifier-chain-to-SRCU.patch
+ features/all/rt/0300-lockdep-selftest-Only-do-hardirq-context-test-for-ra.patch
+ features/all/rt/0301-lockdep-selftest-fix-warnings-due-to-missing-PREEMPT.patch
+ features/all/rt/0302-perf-Make-swevent-hrtimer-run-in-irq-instead-of-soft.patch
+ features/all/rt/0303-kernel-perf-mark-perf_cpu_context-s-timer-as-irqsafe.patch
+ features/all/rt/0304-rcu-Disable-RCU_FAST_NO_HZ-on-RT.patch
+ features/all/rt/0305-rcu-Eliminate-softirq-processing-from-rcutree.patch
+ features/all/rt/0306-rcu-make-RCU_BOOST-default-on-RT.patch
+ features/all/rt/0307-rcu-enable-rcu_normal_after_boot-by-default-for-RT.patch
+ features/all/rt/0308-sched-Add-support-for-lazy-preemption.patch
+ features/all/rt/0309-ftrace-Fix-trace-header-alignment.patch
+ features/all/rt/0310-x86-Support-for-lazy-preemption.patch
+ features/all/rt/0311-arm-Add-support-for-lazy-preemption.patch
+ features/all/rt/0312-powerpc-Add-support-for-lazy-preemption.patch
+ features/all/rt/0313-arch-arm64-Add-lazy-preempt-support.patch
+ features/all/rt/0314-sched-migrate-disable-handle-updated-task-mask-mg-di.patch
+ features/all/rt/0315-leds-trigger-disable-CPU-trigger-on-RT.patch
+ features/all/rt/0316-mmci-Remove-bogus-local_irq_save.patch
+ features/all/rt/0317-cpufreq-drop-K8-s-driver-from-beeing-selected.patch
+ features/all/rt/0318-connector-cn_proc-Protect-send_msg-with-a-local-lock.patch
+ features/all/rt/0319-drivers-block-zram-Replace-bit-spinlocks-with-rtmute.patch
+ features/all/rt/0320-drivers-zram-Don-t-disable-preemption-in-zcomp_strea.patch
+ features/all/rt/0321-drm-i915-drop-trace_i915_gem_ring_dispatch-on-rt.patch
+ features/all/rt/0322-i915-bogus-warning-from-i915-when-running-on-PREEMPT.patch
+ features/all/rt/0323-drm-radeon-i915-Use-preempt_disable-enable_rt-where-.patch
+ features/all/rt/0324-drm-i915-Use-local_lock-unlock_irq-in-intel_pipe_upd.patch
+ features/all/rt/0325-cgroups-use-simple-wait-in-css_release.patch
+ features/all/rt/0326-memcontrol-Prevent-scheduling-while-atomic-in-cgroup.patch
+ features/all/rt/0327-cpuset-Convert-callback_lock-to-raw_spinlock_t.patch
+ features/all/rt/0328-rt-ntp-Move-call-to-schedule_delayed_work-to-helper-.patch
+ features/all/rt/0329-md-disable-bcache.patch
+ features/all/rt/0330-workqueue-Prevent-deadlock-stall-on-RT.patch
+ features/all/rt/0331-Add-localversion-for-RT-release.patch
+ features/all/rt/0332-Linux-4.9.47-rt37-REBASE.patch
+#features/all/rt/signals-allow-rt-tasks-to-cache-one-sigqueue-struct.patch
-
- # SCHED
-
- # GENERIC CMPXCHG
-
- # SHORTEN PREEMPT DISABLED
- features/all/rt/drivers-random-reduce-preempt-disabled-region.patch
-
- # CLOCKSOURCE
- features/all/rt/arm-at91-pit-remove-irq-handler-when-clock-is-unused.patch
- features/all/rt/clockevents-drivers-timer-atmel-pit-fix-double-free_.patch
- features/all/rt/clocksource-tclib-allow-higher-clockrates.patch
-
- # DRIVERS NET
- features/all/rt/drivers-net-8139-disable-irq-nosync.patch
-
- # PREEMPT
-
- # PM
- features/all/rt/suspend-prevernt-might-sleep-splats.patch
-
- # NETWORKING
- features/all/rt/net-prevent-abba-deadlock.patch
- features/all/rt/net-sched-dev_deactivate_many-use-msleep-1-instead-o.patch
-
- # X86
- features/all/rt/x86-io-apic-migra-no-unmask.patch
-
- # RCU
-
- # LOCKING INIT FIXES
-
- # PCI
- features/all/rt/pci-access-use-__wake_up_all_locked.patch
-
- # WORKQUEUE
-
-
- #####################################################
- # Stuff which should go mainline, but wants some care
- #####################################################
-
- # SEQLOCK
-
- # ANON RW SEMAPHORES
-
- # TRACING
- features/all/rt/latencyhist-disable-jump-labels.patch
- features/all/rt/latency-hist.patch
- features/all/rt/latency_hist-update-sched_wakeup-probe.patch
- features/all/rt/trace-latency-hist-Consider-new-argument-when-probin.patch
- features/all/rt/trace_Use_rcuidle_version_for_preemptoff_hist_trace_point.patch
-
- ##################################################
- # REAL RT STUFF starts here
- ##################################################
-
- # PRINTK
+#features/all/rt/printk-kill.patch
+#features/all/rt/printk-27force_early_printk-27-boot-param-to-help-with-debugging.patch
-
- # Enable RT CONFIG
- features/all/rt/rt-preempt-base-config.patch
- features/all/rt/kconfig-disable-a-few-options-rt.patch
- features/all/rt/kconfig-preempt-rt-full.patch
-
- # WARN/BUG_ON_RT
- features/all/rt/bug-rt-dependend-variants.patch
- features/all/rt/iommu-amd--Use-WARN_ON_NORT.patch
-
- # LOCAL_IRQ_RT/NON_RT
- features/all/rt/local-irq-rt-depending-variants.patch
-
- # PREEMPT NORT
- features/all/rt/preempt-nort-rt-variants.patch
-
- # local locks & migrate disable
- features/all/rt/introduce_migrate_disable_cpu_light.patch
- features/all/rt/futex-workaround-migrate_disable-enable-in-different.patch
- features/all/rt/rt-local-irq-lock.patch
- features/all/rt/locallock-add-local_lock_on.patch
-
- # ANNOTATE local_irq_disable sites
- features/all/rt/ata-disable-interrupts-if-non-rt.patch
- features/all/rt/ide-use-nort-local-irq-variants.patch
- features/all/rt/infiniband-mellanox-ib-use-nort-irq.patch
- features/all/rt/inpt-gameport-use-local-irq-nort.patch
- features/all/rt/user-use-local-irq-nort.patch
- features/all/rt/usb-use-_nort-in-giveback.patch
- features/all/rt/mm-scatterlist-dont-disable-irqs-on-RT.patch
- features/all/rt/mm-workingset-do-not-protect-workingset_shadow_nodes.patch
-
- # Sigh
- features/all/rt/signal-fix-up-rcu-wreckage.patch
- features/all/rt/oleg-signal-rt-fix.patch
- features/all/rt/x86-signal-delay-calling-signals-on-32bit.patch
-
- # ANNOTATE BUG/WARNON
- features/all/rt/net-wireless-warn-nort.patch
-
- # BIT SPINLOCKS - SIGH
- features/all/rt/fs-replace-bh_uptodate_lock-for-rt.patch
- features/all/rt/fs-jbd-replace-bh_state-lock.patch
-
- # GENIRQ
- features/all/rt/list_bl.h-make-list-head-locking-RT-safe.patch
- features/all/rt/list_bl-fixup-bogus-lockdep-warning.patch
- features/all/rt/genirq-disable-irqpoll-on-rt.patch
- features/all/rt/genirq-force-threading.patch
-
- # DRIVERS NET
- features/all/rt/drivers-net-vortex-fix-locking-issues.patch
-
- # MM PAGE_ALLOC
- features/all/rt/mm-page_alloc-rt-friendly-per-cpu-pages.patch
- features/all/rt/mm-page_alloc-reduce-lock-sections-further.patch
-
- # MM SWAP
- features/all/rt/mm-convert-swap-to-percpu-locked.patch
- features/all/rt/mm-perform-lru_add_drain_all-remotely.patch
-
- # MM vmstat
- features/all/rt/mm-make-vmstat-rt-aware.patch
-
- # MM memory
- features/all/rt/re-preempt_rt_full-arm-coredump-fails-for-cpu-3e-3d-4.patch
-
- # MM bounce
- features/all/rt/mm-bounce-local-irq-save-nort.patch
-
- # MM SLxB
- features/all/rt/mm-disable-sloub-rt.patch
- features/all/rt/mm-enable-slub.patch
- features/all/rt/slub-enable-irqs-for-no-wait.patch
- features/all/rt/slub-disable-SLUB_CPU_PARTIAL.patch
-
- # MM
- features/all/rt/mm-page-alloc-use-local-lock-on-target-cpu.patch
- features/all/rt/mm-memcontrol-Don-t-call-schedule_work_on-in-preempt.patch
- features/all/rt/mm-memcontrol-do_not_disable_irq.patch
- features/all/rt/mm-memcontrol-mem_cgroup_migrate-replace-another-loc.patch
- features/all/rt/mm-backing-dev-don-t-disable-IRQs-in-wb_congested_pu.patch
- features/all/rt/mm_zsmalloc_copy_with_get_cpu_var_and_locking.patch
-
- # RADIX TREE
- features/all/rt/radix-tree-use-local-locks.patch
-
- # PANIC
- features/all/rt/panic-disable-random-on-rt.patch
-
- # TIMERS
- features/all/rt/timers-prepare-for-full-preemption.patch
- features/all/rt/timer-delay-waking-softirqs-from-the-jiffy-tick.patch
-
- # HRTIMERS
- features/all/rt/hrtimers-prepare-full-preemption.patch
- features/all/rt/hrtimer-enfore-64byte-alignment.patch
- features/all/rt/hrtimer-fixup-hrtimer-callback-changes-for-preempt-r.patch
- features/all/rt/sched-deadline-dl_task_timer-has-to-be-irqsafe.patch
- features/all/rt/timer-fd-avoid-live-lock.patch
- features/all/rt/tick-broadcast--Make-hrtimer-irqsafe.patch
- features/all/rt/timer-hrtimer-check-properly-for-a-running-timer.patch
-
- # POSIX-CPU-TIMERS
- features/all/rt/posix-timers-thread-posix-cpu-timers-on-rt.patch
-
- # SCHEDULER
- features/all/rt/sched-delay-put-task.patch
- features/all/rt/sched-limit-nr-migrate.patch
+#features/all/rt/sched-mmdrop-delayed.patch
- features/all/rt/kernel-sched-move-stack-kprobe-clean-up-to-__put_tas.patch
- features/all/rt/sched-rt-mutex-wakeup.patch
- features/all/rt/sched-might-sleep-do-not-account-rcu-depth.patch
- features/all/rt/cond-resched-softirq-rt.patch
- features/all/rt/cond-resched-lock-rt-tweak.patch
- features/all/rt/sched-disable-ttwu-queue.patch
- features/all/rt/sched-disable-rt-group-sched-on-rt.patch
- features/all/rt/sched-ttwu-ensure-success-return-is-correct.patch
- features/all/rt/sched-workqueue-Only-wake-up-idle-workers-if-not-blo.patch
-
- # STOP MACHINE
- features/all/rt/stop_machine-convert-stop_machine_run-to-PREEMPT_RT.patch
- features/all/rt/stop-machine-raw-lock.patch
-
- # MIGRATE DISABLE AND PER CPU
- features/all/rt/hotplug-light-get-online-cpus.patch
- features/all/rt/hotplug-sync_unplug-no-27-5cn-27-in-task-name.patch
- features/all/rt/re-migrate_disable-race-with-cpu-hotplug-3f.patch
- features/all/rt/ftrace-migrate-disable-tracing.patch
- features/all/rt/hotplug-use-migrate-disable.patch
-
- # NOHZ
-
- # LOCKDEP
- features/all/rt/lockdep-no-softirq-accounting-on-rt.patch
-
- # SOFTIRQ
- features/all/rt/mutex-no-spin-on-rt.patch
- features/all/rt/tasklet-rt-prevent-tasklets-from-going-into-infinite-spin-in-rt.patch
- features/all/rt/softirq-preempt-fix-3-re.patch
- features/all/rt/softirq-disable-softirq-stacks-for-rt.patch
- features/all/rt/softirq-split-locks.patch
- features/all/rt/kernel-softirq-unlock-with-irqs-on.patch
- features/all/rt/kernel-migrate_disable-do-fastpath-in-atomic-irqs-of.patch
- features/all/rt/irq-allow-disabling-of-softirq-processing-in-irq-thread-context.patch
- features/all/rt/softirq-split-timer-softirqs-out-of-ksoftirqd.patch
- features/all/rt/softirq-wake-the-timer-softirq-if-needed.patch
- features/all/rt/timers-Don-t-wake-ktimersoftd-on-every-tick.patch
- features/all/rt/Revert-timers-Don-t-wake-ktimersoftd-on-every-tick.patch
- features/all/rt/rtmutex-trylock-is-okay-on-RT.patch
-
- # compile fix due to rtmutex locks
- features/all/rt/gpu_don_t_check_for_the_lock_owner.patch
- features/all/rt/fs-nfs-turn-rmdir_sem-into-a-semaphore.patch
-
- # FUTEX/RTMUTEX
- features/all/rt/rtmutex-futex-prepare-rt.patch
- features/all/rt/futex-requeue-pi-fix.patch
- features/all/rt/futex-Ensure-lock-unlock-symetry-versus-pi_lock-and-.patch
-
- # RTMUTEX
- features/all/rt/pid.h-include-atomic.h.patch
- features/all/rt/arm-include-definition-for-cpumask_t.patch
- features/all/rt/locking-locktorture-Do-NOT-include-rwlock.h-directly.patch
- features/all/rt/rtmutex-lock-killable.patch
- features/all/rt/rtmutex-Make-lock_killable-work.patch
- features/all/rt/spinlock-types-separate-raw.patch
- features/all/rt/rtmutex-avoid-include-hell.patch
- features/all/rt/rtmutex_dont_include_rcu.patch
- features/all/rt/rt-add-rt-locks.patch
- features/all/rt/rt-drop_mutex_disable_on_not_debug.patch
- features/all/rt/rtmutex-add-a-first-shot-of-ww_mutex.patch
- features/all/rt/rtmutex-Provide-rt_mutex_lock_state.patch
- features/all/rt/rtmutex-Provide-locked-slowpath.patch
- features/all/rt/futex-rtmutex-Cure-RT-double-blocking-issue.patch
- features/all/rt/rwsem-rt-Lift-single-reader-restriction.patch
- features/all/rt/ptrace-fix-ptrace-vs-tasklist_lock-race.patch
-
- # RCU
- features/all/rt/peter_zijlstra-frob-rcu.patch
- features/all/rt/rcu-merge-rcu-bh-into-rcu-preempt-for-rt.patch
- features/all/rt/patch-to-introduce-rcu-bh-qs-where-safe-from-softirq.patch
- features/all/rt/rcutree-rcu_bh_qs-disable-irq-while-calling-rcu_pree.patch
-
- # DRIVERS SERIAL
- features/all/rt/drivers-tty-fix-omap-lock-crap.patch
- features/all/rt/drivers-tty-pl011-irq-disable-madness.patch
- features/all/rt/rt-serial-warn-fix.patch
- features/all/rt/tty-serial-8250-don-t-take-the-trylock-during-oops.patch
-
- # SIMPLE WAITQUEUE
- features/all/rt/wait.h-include-atomic.h.patch
- features/all/rt/work-simple-Simple-work-queue-implemenation.patch
- features/all/rt/completion-use-simple-wait-queues.patch
- features/all/rt/fs-aio-simple-simple-work.patch
- features/all/rt/genirq-do-not-invoke-the-affinity-callback-via-a-wor.patch
- features/all/rt/hrtimer-Move-schedule_work-call-to-helper-thread.patch
-
- # FS
- features/all/rt/peterz-percpu-rwsem-rt.patch
- features/all/rt/fs-namespace-preemption-fix.patch
- features/all/rt/mm-protect-activate-switch-mm.patch
- features/all/rt/fs-block-rt-support.patch
- features/all/rt/fs-ntfs-disable-interrupt-non-rt.patch
- features/all/rt/fs-jbd2-pull-your-plug-when-waiting-for-space.patch
-
- # X86
- features/all/rt/x86-mce-timer-hrtimer.patch
- features/all/rt/x86-mce-use-swait-queue-for-mce-wakeups.patch
- features/all/rt/x86-stackprot-no-random-on-rt.patch
- features/all/rt/x86-use-gen-rwsem-spinlocks-rt.patch
- features/all/rt/x86-UV-raw_spinlock-conversion.patch
- features/all/rt/thermal-Defer-thermal-wakups-to-threads.patch
-
- # CPU get light
- features/all/rt/epoll-use-get-cpu-light.patch
- features/all/rt/mm-vmalloc-use-get-cpu-light.patch
- features/all/rt/block-mq-use-cpu_light.patch
- features/all/rt/block-mq-drop-preempt-disable.patch
- features/all/rt/block-mq-don-t-complete-requests-via-IPI.patch
- features/all/rt/md-raid5-percpu-handling-rt-aware.patch
-
- # CPU CHILL
- features/all/rt/rt-introduce-cpu-chill.patch
- features/all/rt/cpu_chill-Add-a-UNINTERRUPTIBLE-hrtimer_nanosleep.patch
-
- # block
- features/all/rt/block-blk-mq-use-swait.patch
-
- # BLOCK LIVELOCK PREVENTION
- features/all/rt/block-use-cpu-chill.patch
-
- # FS LIVELOCK PREVENTION
- features/all/rt/fs-dcache-use-cpu-chill-in-trylock-loops.patch
- features/all/rt/net-use-cpu-chill.patch
- features/all/rt/fs-dcache-use-swait_queue-instead-of-waitqueue.patch
-
- # WORKQUEUE more fixes
- features/all/rt/workqueue-use-rcu.patch
- features/all/rt/workqueue-use-locallock.patch
- features/all/rt/work-queue-work-around-irqsafe-timer-optimization.patch
- features/all/rt/workqueue-distangle-from-rq-lock.patch
-
- # IDR
- features/all/rt/idr-use-local-lock-for-protection.patch
- features/all/rt/percpu_ida-use-locklocks.patch
-
- # DEBUGOBJECTS
- features/all/rt/debugobjects-rt.patch
-
- # JUMPLABEL
- features/all/rt/jump-label-rt.patch
-
- # SEQLOCKS
- features/all/rt/seqlock-prevent-rt-starvation.patch
-
- # NETWORKING
- features/all/rt/sunrpc-make-svc_xprt_do_enqueue-use-get_cpu_light.patch
- features/all/rt/skbufhead-raw-lock.patch
- features/all/rt/net-core-cpuhotplug-drain-input_pkt_queue-lockless.patch
- features/all/rt/net-move-xmit_recursion-to-per-task-variable-on-RT.patch
- features/all/rt/net-provide-a-way-to-delegate-processing-a-softirq-t.patch
- features/all/rt/net-dev-always-take-qdisc-s-busylock-in-__dev_xmit_s.patch
- features/all/rt/net-Qdisc-use-a-seqlock-instead-seqcount.patch
- features/all/rt/net-add-back-the-missing-serialization-in-ip_send_un.patch
- features/all/rt/net-add-a-lock-around-icmp_sk.patch
- features/all/rt/net-Have-__napi_schedule_irqoff-disable-interrupts-o.patch
-
- # NETWORK DEBUGGING AID
- features/all/rt/ping-sysrq.patch
-
- # irqwork
- features/all/rt/irqwork-push_most_work_into_softirq_context.patch
- features/all/rt/irqwork-Move-irq-safe-work-to-irq-context.patch
-
- # Sound
- features/all/rt/snd-pcm-fix-snd_pcm_stream_lock-irqs_disabled-splats.patch
-
- # CONSOLE. NEEDS more thought !!!
- features/all/rt/printk-rt-aware.patch
- features/all/rt/kernel-printk-Don-t-try-to-print-from-IRQ-NMI-region.patch
- features/all/rt/HACK-printk-drop-the-logbuf_lock-more-often.patch
-
- # POWERC
- features/all/rt/power-use-generic-rwsem-on-rt.patch
- features/all/rt/powerpc-kvm-Disable-in-kernel-MPIC-emulation-for-PRE.patch
- features/all/rt/powerpc-ps3-device-init.c-adapt-to-completions-using.patch
-
- # ARM
- features/all/rt/arm-at91-tclib-default-to-tclib-timer-for-rt.patch
- features/all/rt/arm-unwind-use_raw_lock.patch
- features/all/rt/ARM-enable-irq-in-translation-section-permission-fau.patch
- features/all/rt/genirq-update-irq_set_irqchip_state-documentation.patch
- features/all/rt/KVM-arm-arm64-downgrade-preempt_disable-d-region-to-.patch
-
- # ARM64
- features/all/rt/arm64-xen--Make-XEN-depend-on-non-rt.patch
-
- # KGDB
- features/all/rt/kgb-serial-hackaround.patch
-
- # SYSFS - RT indicator
- features/all/rt/sysfs-realtime-entry.patch
-
- # KMAP/HIGHMEM
- features/all/rt/power-disable-highmem-on-rt.patch
- features/all/rt/mips-disable-highmem-on-rt.patch
- features/all/rt/mm-rt-kmap-atomic-scheduling.patch
- features/all/rt/mm--rt--Fix-generic-kmap_atomic-for-RT.patch
- features/all/rt/x86-highmem-add-a-already-used-pte-check.patch
- features/all/rt/arm-highmem-flush-tlb-on-unmap.patch
- features/all/rt/arm-enable-highmem-for-rt.patch
-
- # IPC
- features/all/rt/ipc-sem-rework-semaphore-wakeups.patch
-
- # SYSRQ
-
- # KVM require constant freq TSC (smp function call -> cpufreq)
- features/all/rt/x86-kvm-require-const-tsc-for-rt.patch
- features/all/rt/KVM-lapic-mark-LAPIC-timer-handler-as-irqsafe.patch
-
- # SCSI/FCOE
- features/all/rt/scsi-fcoe-rt-aware.patch
- features/all/rt/sas-ata-isci-dont-t-disable-interrupts-in-qc_issue-h.patch
-
- # X86 crypto
- features/all/rt/x86-crypto-reduce-preempt-disabled-regions.patch
- features/all/rt/crypto-Reduce-preempt-disabled-regions-more-algos.patch
-
- # Device mapper
- features/all/rt/dm-make-rt-aware.patch
-
- # ACPI
- features/all/rt/acpi-rt-Convert-acpi_gbl_hardware-lock-back-to-a-raw.patch
-
- # CPUMASK OFFSTACK
- features/all/rt/cpumask-disable-offstack-on-rt.patch
-
- # RANDOM
- features/all/rt/random-make-it-work-on-rt.patch
- features/all/rt/random-avoid-preempt_disable-ed-section.patch
-
- # HOTPLUG
- features/all/rt/cpu-rt-make-hotplug-lock-a-sleeping-spinlock-on-rt.patch
- features/all/rt/cpu-rt-rework-cpu-down.patch
- features/all/rt/cpu-hotplug-Document-why-PREEMPT_RT-uses-a-spinlock.patch
- features/all/rt/kernel-cpu-fix-cpu-down-problem-if-kthread-s-cpu-is-.patch
- features/all/rt/kernel-hotplug-restore-original-cpu-mask-oncpu-down.patch
- features/all/rt/cpu_down_move_migrate_enable_back.patch
- features/all/rt/hotplug-Use-set_cpus_allowed_ptr-in-sync_unplug_thre.patch
-
- features/all/rt/rt-locking-Reenable-migration-accross-schedule.patch
-
- # SCSCI QLA2xxx
- features/all/rt/scsi-qla2xxx-fix-bug-sleeping-function-called-from-invalid-context.patch
-
- # NET
- features/all/rt/upstream-net-rt-remove-preemption-disabling-in-netif_rx.patch
- features/all/rt/net-another-local-irq-disable-alloc-atomic-headache.patch
- features/all/rt/net-core-protect-users-of-napi_alloc_cache-against-r.patch
- features/all/rt/net-fix-iptable-xt-write-recseq-begin-rt-fallout.patch
- features/all/rt/net-make-devnet_rename_seq-a-mutex.patch
-
- # CRYPTO
- features/all/rt/peterz-srcu-crypto-chain.patch
-
- # LOCKDEP
- features/all/rt/lockdep-selftest-only-do-hardirq-context-test-for-raw-spinlock.patch
- features/all/rt/lockdep-selftest-fix-warnings-due-to-missing-PREEMPT.patch
-
- # PERF
- features/all/rt/perf-make-swevent-hrtimer-irqsafe.patch
- features/all/rt/kernel-perf-mark-perf_cpu_context-s-timer-as-irqsafe.patch
-
- # RCU
- features/all/rt/rcu-disable-rcu-fast-no-hz-on-rt.patch
- features/all/rt/rcu-Eliminate-softirq-processing-from-rcutree.patch
- features/all/rt/rcu-make-RCU_BOOST-default-on-RT.patch
- features/all/rt/rcu-enable-rcu_normal_after_boot-by-default-for-RT.patch
-
- # PREEMPT LAZY
- features/all/rt/preempt-lazy-support.patch
- features/all/rt/ftrace-Fix-trace-header-alignment.patch
- features/all/rt/x86-preempt-lazy.patch
- features/all/rt/arm-preempt-lazy-support.patch
- features/all/rt/powerpc-preempt-lazy-support.patch
- features/all/rt/arch-arm64-Add-lazy-preempt-support.patch
-
- # LEDS
- features/all/rt/leds-trigger-disable-CPU-trigger-on-RT.patch
-
- # DRIVERS
- features/all/rt/mmci-remove-bogus-irq-save.patch
- features/all/rt/cpufreq-drop-K8-s-driver-from-beeing-selected.patch
- features/all/rt/connector-cn_proc-Protect-send_msg-with-a-local-lock.patch
- features/all/rt/drivers-block-zram-Replace-bit-spinlocks-with-rtmute.patch
- features/all/rt/drivers-zram-Don-t-disable-preemption-in-zcomp_strea.patch
-
- # I915
- features/all/rt/drm-i915-drop-trace_i915_gem_ring_dispatch-onrt.patch
- features/all/rt/i915-bogus-warning-from-i915-when-running-on-PREEMPT.patch
- features/all/rt/drmradeoni915_Use_preempt_disableenable_rt()_where_recommended.patch
- features/all/rt/drmi915_Use_local_lockunlock_irq()_in_intel_pipe_update_startend().patch
-
- # CGROUPS
- features/all/rt/cgroups-use-simple-wait-in-css_release.patch
- features/all/rt/cgroups-scheduling-while-atomic-in-cgroup-code.patch
- features/all/rt/cpuset-Convert-callback_lock-to-raw_spinlock_t.patch
-
- # New stuff
- # Revisit: We need this in other places as well
- features/all/rt/move_sched_delayed_work_to_helper.patch
-
- # MD
- features/all/rt/md-disable-bcache.patch
-
- # WORKQUEUE SIGH
- features/all/rt/workqueue-prevent-deadlock-stall.patch
-
- # Add RT to version
- features/all/rt/localversion.patch