4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Alexander Usyskin
commit ac182e8abc6f93c1c4cc12f042af64c9d7be0d1e upstream.
Add device ids for Intel Kabypoint PCH (Kabylake)
Signed-off-by: Alexander Usyskin
Signed-off-by: Tomas Winkler
Si
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Don Brace
commit 64ce60cab24603ac0fcd59c9fbc3be78f4c4d229 upstream.
The SA controller spins down RAID drive spares.
A REGNEWD event causes an inquiry to be sent to all physical
drives. This ca
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Anton Blanchard
commit 5045ea37377ce8cca6890d32b127ad6770e6dce5 upstream.
__kernel_get_syscall_map() and __kernel_clock_getres() use cmpli to
check if the passed in pointer is non zero. cmpli m
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Eric Biggers
commit c4704a4fbe834eee4109ca064131d440941f6235 upstream.
The sysfs file /sys/fs/ext4/features/encryption was present on kernels
compiled with CONFIG_EXT4_FS_ENCRYPTION=n. This wa
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Minfei Huang
commit 8dc23658b7aaa8b6b0609c81c8ad75e98b612801 upstream.
dm_resume() will return success (0) rather than -EINVAL if
!dm_suspended_md() upon retry within dm_resume().
Reset the er
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Taesoo Kim
commit 559cce698eaf4ccecb2213b2519ea3a0413e5155 upstream.
When 'jh->b_transaction == transaction' (asserted by below)
J_ASSERT_JH(jh, (jh->b_transaction == transaction || ...
'jo
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Steffen Maier
commit 7c964ffe586bc0c3d9febe9bf97a2e4b2866e5b7 upstream.
This information was lost with
commit a54ca0f62f953898b05549391ac2a8a4dad6482b
("[SCSI] zfcp: Redesign of the debug traci
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Linus Torvalds
commit 21f54ddae449f4bdd9f1498124901d67202243d9 upstream.
That just generally kills the machine, and makes debugging only much
harder, since the traces may long be gone.
Debuggi
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Maik Broemme
commit 8e2e03179923479ca0c0b6fdc7c93ecf89bce7a8 upstream.
Similar to the AR93xx and the AR94xx series, the AR95xx also have the same
quirk for the Bus Reset. It will lead to insta
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Dinesh Israni
commit 926317de33998c112c5510301868ea9aa34097e2 upstream.
This patch addresses a bug where a local EXTENDED_COPY WRITE or READ
backend I/O request would always return SAM_STAT_CHE
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Larry Finger
commit 0c9d3491530773858ff9d705ec2a9c382f449230 upstream.
Some RTL8821AE devices sold in Great Britain have the country code of
0x25 encoded in their EEPROM. This value is not test
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Marc Zyngier
commit 850540351bb1a4fa5f192e5ce55b89928cc57f42 upstream.
Commit f436b2ac90a0 ("arm64: kernel: fix architected PMU registers
unconditional access") made sure we wouldn't access uni
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Aurelien Aptel
commit 94f873717571c759b7928399cbbddfa3d569bd01 upstream.
When we open a durable handle we give a Globally Unique
Identifier (GUID) to the server which we must keep for later ref
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Ming Lei
commit bcd8f2e94808fcddf6ef3af5f060a36820dcc432 upstream.
This patch fixes one use-after-free report[1] by KASAN.
In __scsi_scan_target(), when a type 31 device is probed,
SCSI_SCAN_T
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Helge Deller
commit 690d097c00c88fa9d93d198591e184164b1d8c20 upstream.
Increase the initial kernel default page mapping size for SMP kernels to 32MB
and add a runtime check which panics early i
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Jack Morgenstein
commit 6e5224224faa50ec4c8949dcefadf895e565f0d1 upstream.
The VF administrative mac addresses (stored in the PF driver) are
initialized to zero when the PF driver starts up.
T
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Lin Huang
commit c8a9a6daccad495c48d5435d3487956ce01bc6a1 upstream.
there define two devfreq_event_get_drvdata() function in devfreq-event.h
when disable CONFIG_PM_DEVFREQ_EVENT, it will lead t
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Richard Weinberger
commit 843741c5778398ea67055067f4cc65ae6c80ca0e upstream.
When the operation fails we also have to undo the changes
we made to ->xattr_names. Otherwise listxattr() will repor
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Nicholas Bellinger
commit 527268df31e57cf2b6d417198717c6d6afdb1e3e upstream.
This patch fixes a regression in >= v4.1.y code where the original
SCF_ACK_KREF assignment in target_get_sess_cmd()
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Steve French
commit 9742805d6b1bfb45d7f267648c34fb5bcd347397 upstream.
In debugging smb3, it is useful to display the number
of credits available, so we can see when the server has not granted
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Jeff Layton
commit 3f807e5ae5597bd65a6fff684083e8eaa21f3fa7 upstream.
The caller of rpc_run_task also gets a reference that must be put.
Signed-off-by: Jeff Layton
Signed-off-by: Trond Mykleb
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Nikolay Borisov
commit 0d7718f666be181fda1ba2d08f137d87c1419347 upstream.
In case __ceph_do_getattr returns an error and the retry_op in
ceph_read_iter is not READ_INLINE, then it's possible to
On Wed, Oct 26, 2016 at 09:32 AM GMT, Baoyou Xie wrote:
> We get 1 warning when building kernel with W=1:
> drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192e.c:1557:6: warning: no
> previous prototype for 'rtl8192eu_power_off' [-Wmissing-prototypes]
>
> In fact, this function is only used in th
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Ulf Hansson
commit 9158cb29e7c2f10dd325eb1589f0fe745a271257 upstream.
Accesses to the rtsx usb device, which is the parent of the rtsx memstick
device, must not be done unless it's runtime resu
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Frederic Barrat
commit d2cf909cda5f8c5609cb7ed6cda816c3e15528c7 upstream.
If a cxl adapter faults on an invalid address for a kernel context, we
may enter copro_calculate_slb() with a NULL mm p
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Jiri Slaby
commit 3f2d26643595973e835e8356ea90c7c15cb1b0f1 upstream.
Commit f68381a70bb2 (mmc: block: fix packed command header endianness)
correctly fixed endianness handling of packed_cmd_hdr
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Richard Weinberger
commit c83ed4c9dbb358b9e7707486e167e940d48bfeed upstream.
If UBIFS is facing an error while walking a directory, it reports this
error and ubifs_readdir() returns the error c
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Manfred Spraul
commit 5864a2fd3088db73d47942370d0f7210a807b9bc upstream.
Commit 6d07b68ce16a ("ipc/sem.c: optimize sem_lock()") introduced a
race:
sem_lock has a fast path that allows parallel
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Nicholas Bellinger
commit 449a137846c84829a328757cd21fd9ca65c08519 upstream.
This patch addresses a bug where EXTENDED_COPY across multiple LUNs
results in a CHECK_CONDITION when the source + d
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Ulf Hansson
commit 4f48aa7a11bfed9502a7c85a5b68cd40ea827f73 upstream.
Accesses of the rtsx sdmmc's parent device, which is the rtsx usb device,
must be done when it's runtime resumed. Currently
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Will Deacon
commit 1e6e57d9b34a9075d5f9e2048ea7b09756590d11 upstream.
Writing the outer loop of an LL/SC sequence using do {...} while
constructs potentially allows the compiler to hoist memory
Some changes I'm working on causes some warning because two included
headers defines the same macros.
Change in V2:
Update the d830 evm board file to use the da8xx-cfgchip.h
These changes are required as I'm sending this patch apart from
the series "[PATCH/RFT v2 00/17] Add DT support for ohci-da8
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Johannes Weiner
commit d3798ae8c6f3767c726403c2ca6ecc317752c9dd upstream.
When the underflow checks were added to workingset_node_shadow_dec(),
they triggered immediately:
kernel BUG at ./in
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Ulf Hansson
commit 31cf742f515c275d22843c4c756e048d2b6d716c upstream.
The rtsx_usb_sdmmc driver may bail out in its ->set_ios() callback when no
SD card is inserted. This is wrong, as it could
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Alan Stern
commit 796aa46adf1d90eab36ae06a42e6d3f10b28a75c upstream.
Accesses to the rtsx usb device, which is the parent of the rtsx memstick
device, must not be done unless it's runtime resum
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Guenter Roeck
commit 35d04077ad96ed33ceea2501f5a4f1eacda77218 upstream.
The definition of atomic_dec_if_positive() assumes that
atomic_sub_if_positive() exists, which is only the case if
metag
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Adrian Hunter
commit 51ee6481fa8e879cc942bcc1b0af713e158b7a98 upstream.
In cycle-accurate mode, timestamps can be calculated from CYC packets.
The decoder also estimates timestamps based on the
On Wed, Oct 26, 2016 at 02:28:59PM +0200, Johannes Berg wrote:
> On Wed, 2016-10-26 at 15:26 +0300, Dan Carpenter wrote:
> > Someone was just mentioning in another thread that removing the check
> > from iounmap() is not portable to other arches and then I remembered
> > that Markus removed a bunch
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: David Hildenbrand
commit f045402984404ddc11016358411e445192919047 upstream.
__tlb_flush_asce() should never be used if multiple asce belong to a mm.
As this function changes mm logic determini
On Sun, 02 Oct 2016, Ksenija Stanojevic wrote:
> Add core files for mxs-lradc MFD driver.
Please elaborate as to what mxs-lradc is.
> Note: this patch won't compile in iio/testing without this patch:
> a8f447be8056 ("mfd: Add resource managed APIs for mfd_add_devices")
Which has been in the ke
On 26 October 2016 at 13:16, Peter Zijlstra wrote:
> On Wed, Oct 26, 2016 at 09:05:49AM +0200, Vincent Guittot wrote:
>> >
>> > The 'detach across' and 'attach across' in detach_task_cfs_rq() and
>> > attach_entity_cfs_rq() do the same so couldn't you not create a
>> > function propagate_foo() for
On Sun, 02 Oct 2016, Ksenija Stanojevic wrote:
> Split existing driver mxs-lradc into MFD with touchscreen and
> IIO part.
>
> Tested on I.MX28.
>
> Ksenija Stanojevic (5):
> mfd: mxs-lradc: Add support for mxs-lradc MFD
> iio: adc: mxs-lradc: Add support for adc driver
> input: touchscree
Hi Gustavo,
It would be great if you could cast your eye over this one as-well.
My intention was to be as similar to the CRTC out-fences as possible.
Thanks,
Brian
On Wed, Oct 26, 2016 at 09:55:07AM +0100, Brian Starkey wrote:
Add the OUT_FENCE_PTR property to writeback connectors, to enable
u
On Fri, 14 Oct 2016, Javier Martinez Canillas wrote:
> If the driver is built as a module, autoload won't work because the module
> alias information is not filled. So user-space can't match the registered
> device with the corresponding module.
>
> Export the module alias information using the M
This is the start of the stable review cycle for the 4.4.28 release.
There are 112 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Fri Oct 28 12:22:47 UTC 2016.
Anything receiv
On Fri, 14 Oct 2016, Javier Martinez Canillas wrote:
> If the driver is built as a module, autoload won't work because the module
> alias information is not filled. So user-space can't match the registered
> device with the corresponding module.
>
> Export the module alias information using the M
On Wed, Oct 26, 2016 at 01:00:21PM +0200, Daniel Vetter wrote:
On Wed, Oct 26, 2016 at 09:55:00AM +0100, Brian Starkey wrote:
Writeback connectors represent writeback engines which can write the
CRTC output to a memory framebuffer. Add a writeback connector type and
related support functions.
D
Greg,
I do not see this one in the 4.4 queue you have just sent today.
On Tue 25-10-16 09:51:46, Michal Hocko wrote:
> From: Johannes Weiner
>
> commit d3798ae8c6f3767c726403c2ca6ecc317752c9dd upstream.
>
> When the underflow checks were added to workingset_node_shadow_dec(),
> they triggered i
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Gavin Shan
commit 5adaf8629b193f185ca5a1665b9e777a0579f518 upstream.
This fixes the warnings reported from sparse:
pci.c:312:33: warning: restricted __be64 degrades to integer
pci.c:313:33
On Sun, 02 Oct 2016, Ksenija Stanojevic wrote:
> The bindings, which are now used in MFD, need also to be
> documented in the MFD binding document.
>
> Signed-off-by: Ksenija Stanojevic
> ---
> Changes in v7:
> - add to the patchset
>
> .../devicetree/bindings/iio/adc/mxs-lradc.txt | 47
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Trond Myklebust
commit 304020fe48c6c7fff8b5a38f382b54404f0f79d3 upstream.
If the file permissions change on the server, then we may not be able to
recover open state. If so, we need to ensure t
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Vladimir Murzin
commit 9224eb77e63f70f16c0b6b7a20ca7d395f3bc077 upstream.
Entry Size in GITS_BASER occupies 5 bits [52:48], but we mask out 8
bits.
Fixes: cc2d3216f53c ("irqchip: GICv3: ITS co
Hi Richard,
-Original Message-
From: Richard Weinberger [mailto:rich...@nod.at]
Sent: Wednesday, October 26, 2016 2:44 AM
To: Naga Sureshkumar Relli ; Christoph Hellwig
Cc: dw...@infradead.org; computersforpe...@gmail.com; dedeki...@gmail.com;
adrian.hun...@intel.com; michal.si...@xili
Some macro for DA8xx CFGCHIP are defined in usb-davinci.h,
but da8xx-cfgchip.h intend to replace them.
The usb-da8xx.c is using both headers, causing redefined symbol warnings.
Remove the macro and update the board files to use da8xx-cfgchip.h
Signed-off-by: Alexandre Bailon
---
arch/arm/mach-da
On Wed, 26 Oct 2016, Lee Jones wrote:
> On Fri, 14 Oct 2016, Guenter Roeck wrote:
>
> > The call to irq_set_parent() causes the following build error if tps65217
> > is built as module.
> >
> > ERROR: ".irq_set_parent" [drivers/mfd/tps65217.ko] undefined!
> >
> > The problem was introduced with
On 10/26/2016 01:57 PM, Sekhar Nori wrote:
> On Tuesday 25 October 2016 05:41 PM, Alexandre Bailon wrote:
>> Some macro for DA8xx CFGCHIP are defined in usb-davinci.h,
>> but da8xx-cfgchip.h intend to replace them.
>> The usb-da8xx.c is using both headers, causing redefined symbol warnings.
>> Remo
On Wed, Oct 26, 2016 at 07:37:39AM -0500, Josh Poimboeuf wrote:
> On Wed, Oct 26, 2016 at 09:58:29AM +0200, Arnd Bergmann wrote:
> > On Thursday, October 13, 2016 4:22:51 PM CEST Josh Poimboeuf wrote:
> > > Fix a couple of issues:
> > >
> > > - fix a false positive warning related to switch statem
Greg,
On 26.10.2016 14:23, Greg Kroah-Hartman wrote:
> 4.8-stable review patch. If anyone has any objections, please let me know.
This stable patch is buggy and needs a fixup patch.
Can you please hold back this patch until the fix is mainline?
Should be 4.9-rc3.
Thanks,
//richard
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Laurent Dufour
commit 05af40e885955065aee8bb7425058eb3e1adca08 upstream.
This commit fixes a stack corruption in the pseries specific code dealing
with the huge pages.
In __pSeries_lpar_hugepa
> Il giorno 26 ott 2016, alle ore 12:19, Christoph Hellwig
> ha scritto:
>
> Just as last time:
>
> big NAK for introducing giant new infrastructure like a new I/O scheduler
> for the legacy request structure.
>
I would fully agree, if there weren't important problems involved.
But there are
On Mon, 17 Oct 2016, Heikki Krogerus wrote:
> The wcove USB Type-C driver is currently being flooded with
> interrupts that are not targeted to it. The reason for that
> is because all CHRG first level interrupts are mapped to it.
> This fixes the issue by introducing separate irq for the
> usbc d
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Paul Mackerras
commit 1a34439e5a0b2235e43f96816dbb15ee1154f656 upstream.
Debugging a data corruption issue with virtio-net/vhost-net led to
the observation that __copy_tofrom_user was occasiona
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Sachin Prabhu
commit d171356ff11ab1825e456dfb979755e01b3c54a1 upstream.
Patch a6b5058 results in -EREMOTE returned by is_path_accessible() in
cifs_mount() to be ignored which breaks DFS mountin
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Matti Kurkela
commit f9a703a54d16ba2470391c4b12236ee56591d50c upstream.
Just like Fujitsu CELSIUS H730, the H760 also has an Elantech touchpad with
the same quirks. Without this patch, the touc
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Trond Myklebust
commit aa05c87f23efe417adc7ff9b4193b7201ec0dd79 upstream.
We must not allow the use of delegations that have been revoked or are
being returned.
Signed-off-by: Trond Myklebust
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Steffen Maier
commit 0102a30a6ff60f4bb4c07358ca3b1f92254a6c25 upstream.
bring back
commit d21e9daa63e009ce5b87bbcaa6d11ce48e07bbbe
("[SCSI] zfcp: Dont use 0 to indicate invalid LUN in rec trace
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Gavin Shan
commit a7032132d7560a8434e1f54b71efd7fa20f073bd upstream.
The hub diag-data type is filled with big-endian data by OPAL call
opal_pci_get_hub_diag_data(). We need convert it to CPU-e
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Oleg Nesterov
commit 89f39af129382a40d7cd1f6914617282cfeee28e upstream.
Change thaw_super() to check frozen != SB_FREEZE_COMPLETE rather than
frozen == SB_UNFROZEN, otherwise it can race with f
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Jens Axboe
commit a7fd9a4f3e8179bab31e4637236ebb0e0b7867c6 upstream.
null_blk defines an empty version of this ops structure if CONFIG_NVM
isn't set, but it doesn't know the type. Move those bi
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Kees Cook
commit 1404297ebf76fd91a41de215fc8c94c2619e5fdb upstream.
Some callers of strtobool() were passing a pointer to unterminated
strings. In preparation of adding multi-character process
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Gavin Shan
commit d63e51b31e0b655ed0f581b8a8fd4c4b4f8d1919 upstream.
The PE number (@frozen_pe_no), filled by opal_pci_next_error() is in
big-endian format. It should be converted to CPU-endian
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Martin K. Petersen
commit 6b7e9cde49691e04314342b7dce90c67ad567fcc upstream.
For historic reasons, io_opt is in bytes and max_sectors in block layer
sectors. This interface inconsistency is err
On Wed, Oct 26, 2016 at 09:58:29AM +0200, Arnd Bergmann wrote:
> On Thursday, October 13, 2016 4:22:51 PM CEST Josh Poimboeuf wrote:
> > Fix a couple of issues:
> >
> > - fix a false positive warning related to switch statement jump tables
> > - get rid of useless "unreachable instruction" warning
On Thu, 13 Oct 2016, ttha...@opensource.altera.com wrote:
> From: Thor Thayer
>
> Add the Altera Arria10 DevKit System Resource Monitor functionality
> to the MFD device.
>
> Signed-off-by: Thor Thayer
> ---
> drivers/mfd/altera-a10sr.c |4
> 1 file changed, 4 insertions(+)
>
> diff
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Dan Carpenter
commit d102eb5c1ac5e6743b1c6d145c06a25d98ad1375 upstream.
The timeout loop terminates when the loop count is zero, but the decrement
of the count variable is post check. So count
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Johannes Weiner
commit 22f2ac51b6d643666f4db093f13144f773ff3f3a upstream.
Antonio reports the following crash when using fuse under memory pressure:
kernel BUG at /build/linux-a2WvEb/linux-4
On Fri, 14 Oct 2016, Javier Martinez Canillas wrote:
> The driver only has runtime but no build time dependency with ARCH_U300 ||
> ARCH_U8500 So it can be built for testing purposes if COMPILE_TEST option
> is enabled.
>
> This is useful to have more build coverage and make sure that the driver
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Yuval Mintz
commit 1e6bb1a3540fec3ef112b9a89dda88e684c3ff59 upstream.
Not all adapters have FC-NPIV configured. If bnx2fc is used with such an
adapter, driver would read irrelevant data from th
On Wed 26-10-16 14:45:53, Michal Hocko wrote:
> Greg,
> I do not see this one in the 4.4 queue you have just sent today.
Scratch that. I can see it now on lkml. I just wasn't on the CC so it
hasn't shown up in my inbox.
--
Michal Hocko
SUSE Labs
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Johannes Weiner
commit 3ddf40e8c31964b744ff10abb48c8e36a83ec6e7 upstream.
Commit 22f2ac51b6d6 ("mm: workingset: fix crash in shadow node shrinker
caused by replace_page_cache_page()") switched
On Thu, 13 Oct 2016, ttha...@opensource.altera.com wrote:
> From: Thor Thayer
>
> Add the Arria10 DevKit System Resource Chip register and state
> monitoring module to the MFD.
>
> Signed-off-by: Thor Thayer
> ---
> Note: This needs to be applied to the bindings document that
> was Acked & App
>From: Mathias Nyman [mailto:mathias.ny...@linux.intel.com]
>On 25.10.2016 13:45, Sriram Dash wrote:
>> For the USB3.0 controller, USB 2.0 reset not driven while port is in
>> Resume state. So, do not program the USB 2.0 reset
>> (PORTSC[PR]=1) while in Resume state.
>>
>> Signed-off-by: Rajat Sriv
On Wed, Oct 26, 2016 at 2:11 PM, Amir Goldstein wrote:
> On Wed, Oct 26, 2016 at 2:26 PM, Miklos Szeredi wrote:
>> On Tue, Oct 25, 2016 at 2:49 PM, Amir Goldstein wrote:
>>
@@ -880,31 +913,34 @@ static int ovl_rename(struct inode *olddir, struct
dentry *old,
if (WARN_ON(o
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Trond Myklebust
commit b3f9e7239074613aa6bdafa4caf7c104fe1e7276 upstream.
If the delegation is revoked, then it can't be used for caching.
Fixes: 869f9dfa4d6d ("NFSv4: Fix races between nfs_re
Hi,
CONFIG_VMAP_STACK has broken gfs2 and I'm trying to figure out what's
going on. What I'm seeing is the following: on a fresh gfs2 filesystem
created with:
mkfs.gfs2 -p lock_nolock $DEVICE
I get the following BUG with 4.9-rc2, CONFIG_VMAP_STACK and
CONFIG_DEBUG_VIRTUAL turned on:
kernel
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Peter Jones
commit 7ee7014d0eb6bcac679c0bd5fe9ce65bc4325648 upstream.
Dave Young reported:
> Hi,
>
> I saw the warning "Missing required AuthAttr" when testing kexec,
> known issue? Idea about
It makes the result hard to interpret correctly if a base 10 number is
prefixed by 0x. So change to a hex number.
Signed-off-by: Uwe Kleine-König
---
arch/cris/arch-v32/drivers/cryptocop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/cris/arch-v32/drivers/cryptocop.c
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Mike Snitzer
commit f10e06b744074824fb8ec7066bc03ecc90918f5b upstream.
If pg_init_retries is set and a request is queued against a multipath
device with all underlying block device request_queu
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Al Viro
commit 7798bf2140ebcc36eafec6a4194fffd8d585d471 upstream.
On faulting sigreturn we do get SIGSEGV, all right, but anything
we'd put into pt_regs could end up in the coredump. And since
> > > > > If the clock is enabled when Linux boots, the Linux clock framework
> > > > > *needs*
> > > > > to assume the hardware may have been used in previous boot stages,
> > > > > and it should
> > > > > not attempt to disable the clock.
> > > >
> > > > None of the boot loaders we use do this
It makes the result hard to interpret correctly if a base 10 number is
prefixed by 0x. So change to a hex number.
Signed-off-by: Uwe Kleine-König
---
drivers/misc/sgi-gru/grumain.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/misc/sgi-gru/grumain.c b/drivers/m
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Bart Van Assche
commit 3b785fbcf81c3533772c52b717f77293099498d3 upstream.
This avoids that new requests are queued while __dm_destroy() is in
progress.
Signed-off-by: Bart Van Assche
Signed-o
Hi,
Is there any way to specify git-log or git-rev-list which root tree to use?
I mean, I got the following situation:
I saw the commit a67dd266adf4 ("netfilter: xtables: prepare for
on-demand hook register")
by git-blame and want to see commits on top of that particular commit.
Earlier I've used
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Mauro Carvalho Chehab
commit 505a0ea706fc1db4381baa6c6bd2e596e730a55e upstream.
With the current settings, only one channel locks properly.
That's likely because, when this driver was written,
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Steve French
commit 3afca265b5f53a0b15b79531c13858049505582d upstream.
Remove the global file_list_lock to simplify cifs/smb3 locking and
have spinlocks that more closely match the information
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Marcos Paulo de Souza
commit 930e19248e9b61da36c967687ca79c4d5f977919 upstream.
On suspend/resume cycle, selftest is executed to reset i8042 controller.
But when this is done in Asus devices, s
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Mauro Carvalho Chehab
commit 1871d718a9db649b70f0929d2778dc01bc49b286 upstream.
The cx231xx_set_agc_analog_digital_mux_select() callers
expect it to return 0 or an error. Returning a positive v
It makes the message hard to interpret correctly if a base 10 number is
prefixed by 0x. So change to a hex number.
Signed-off-by: Uwe Kleine-König
---
Hello,
get_maintainer.pl didn't give me a maintainer, so I assumed it's akpm :-)
Uwe
drivers/block/DAC960.c | 4 ++--
1 file changed, 2 insert
Hello,
these were found by
git grep -i 0x%[lh]*[du]
Maybe it would make sense to catch this type of unconvenience in
checkpatch?
Best regards
Uwe
Uwe Kleine-König (5):
fs: exofs: print a hex number after a 0x prefix
block: DAC960: print a hex number after a 0x prefix
ipack: print
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Adrian Hunter
commit 810c398bc09b2f2dfde52a7d2483a710612c5fb8 upstream.
Fix occasional decoder errors decoding trace data collected in snapshot
mode.
Snapshot mode can take successive snapshot
801 - 900 of 1294 matches
Mail list logo