I'm not seeing a tag at
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/
. Was it pushed?
Thanks
Robert LeBlanc
PGP Fingerprint 79A2 9CA4 6CC4 45DD A904 C70E E654 3BB2 FA62 B9F1
On Sun, Dec 4, 2016 at 2:30 PM, Linus Torvalds
wrote:
> So if any
e if it was unknown that this is still a problem.
Thank you.
Robert LeBlanc
PGP Fingerprint 79A2 9CA4 6CC4 45DD A904 C70E E654 3BB2 FA62 B9F1
Phil,
I don't have those files. I'll patch and test.
Thanks,
--------
Robert LeBlanc
PGP Fingerprint 79A2 9CA4 6CC4 45DD A904 C70E E654 3BB2 FA62 B9F1
On Wed, Nov 23, 2016 at 1:08 PM, Philip Müller wrote:
> Hi Robert,
>
> you have to apply following patch al
Confirmed that this patch does resolve the boot issue with
CONFIG_MODVERSIONS=y for me. Thank you for the patch and hopefully it
will get included in -rc7.
Thanks.
Robert LeBlanc
PGP Fingerprint 79A2 9CA4 6CC4 45DD A904 C70E E654 3BB2 FA62 B9F1
On Wed, Nov 23, 2016 at 1:53 PM
Looks like Linus pushed cd3caefb4663e3811d37cc2afad3cce642d60061 a few
days ago effectively disabling modversions. I like this fix much
better, probably need an additional patch to reverse this new one as
well.
You can add me as well if needed.
Acked-by: Robert LeBlanc
Tested-by: Robert LeBlanc
On Tue, Dec 13, 2016 at 8:08 PM, Xunlei Pang wrote:
> On 12/10/2016 at 01:20 PM, Robert LeBlanc wrote:
>> On Fri, Dec 9, 2016 at 7:49 PM, Baoquan He wrote:
>>> On 12/09/16 at 05:22pm, Robert LeBlanc wrote:
>>>> When trying to configure crashkernel greater than about
ting how much crashkernel can
reserve?
I also verified on my test desktop with 8GB of RAM that setting
crashkernel=1024M also fails to allocate memory with 4.9-rc8, but
works fine with 128M for instance.
Thanks,
----
Robert LeBlanc
PGP Fingerprint 79A2 9CA4 6CC4 45DD A904 C70E E654 3BB2 FA62 B9F1
requested amount in high
memory. This is not explained in Documentation/kdump/kdump.txt. I'll
work on a pull request for Documentation.
Robert LeBlanc
PGP Fingerprint 79A2 9CA4 6CC4 45DD A904 C70E E654 3BB2 FA62 B9F1
On Thu, Dec 8, 2016 at 11:36 AM, Robert LeBlanc wrote:
&
pdates the documentation to explain this and what I understand the
limitations to be on the option.
Signed-off-by: Robert LeBlanc
---
Documentation/kdump/kdump.txt | 22 +-
1 file changed, 17 insertions(+), 5 deletions(-)
diff --git a/Documentation/kdump/kdump.txt b/Documentation/kdump
On Fri, Dec 9, 2016 at 7:49 PM, Baoquan He wrote:
> On 12/09/16 at 05:22pm, Robert LeBlanc wrote:
>> When trying to configure crashkernel greater than about 800 MB, the
>> kernel fails to allocate memory on x86 and x86_64. This is due to an
>> undocumented limit that the cras
ation as long as the given range is
> available.
crashkernel=1024M@0x1000
I can't get the offset to work. It seems that it allocates the space
and loads the crash kernel, but I couldn't get it to actually boot
into the crash kernel. Does it work for you? I'm using the 4.9 kernel.
If the iface passed in has ip address set, then attept to create an RDMA
connection using it as the source IP address. This allows iSER to use
multiple ports on the same network or in more complex routing
configurations. Also update to accepting sockaddr_storage.
Signed-off-by: Robert LeBlanc
.
This is dependent on updates to Open-iSCSI.
Robert LeBlanc (7):
scsi/scsi_transport_iscsi: Add iface struct to kernel.
scsi/scsi_transport_iscsi: Update ep_connect to include iface.
ib/iSER: Add binding to source IP address.
scsi/be2iscsi: Update beiscsi_ep_connect to accept iface and
Update QLogic ISP4XXX and ISP82XX drivers to accept the session iface for
creating the iSCSI connection. Also accept dst_addr as sockaddr_storage
instead of sockaddr.
Signed-off-by: Robert LeBlanc
---
drivers/scsi/qla4xxx/ql4_os.c | 15 ---
1 file changed, 8 insertions(+), 7
Update QLogic NetXtreme II driver to accept the session iface for creating
the iSCSI connection. Also accept dst_addr as sockaddr_storage instead of
sockaddr.
Signed-off-by: Robert LeBlanc
---
drivers/scsi/bnx2i/bnx2i_hwi.c | 1 +
drivers/scsi/bnx2i/bnx2i_iscsi.c | 13 -
2 files
Update Chelsio iSCSI driver to accept the session iface for creating the
iSCSI connection. Also accept dst_addr as sockaddr_storage instead of
sockaddr.
Signed-off-by: Robert LeBlanc
---
drivers/scsi/cxgbi/libcxgbi.c | 15 ---
drivers/scsi/cxgbi/libcxgbi.h | 2 +-
2 files changed
Update Emulex BladeEngine driver to accept the session iface for
creating the iSCSI connection. Also accept dst_addr as sockaddr_storage
instead of sockaddr.
Signed-off-by: Robert LeBlanc
---
drivers/scsi/be2iscsi/be_cmds.c | 1 +
drivers/scsi/be2iscsi/be_iscsi.c | 8 +---
drivers/scsi
Allow the userspace iscsiadm to pass the iface struct of the connection
so that the underlying driver can use what is most appropriate to create
the iSCSI connection.
Signed-off-by: Robert LeBlanc
---
include/scsi/scsi_transport_iscsi.h | 95 +
1 file changed
Update the ep_connect function to include the iface in the parameters
passed to the driver. Since we have to make a change, also change the
dst_addr to sockaddr_storage so that it is future proof and a static
size.
Signed-off-by: Robert LeBlanc
---
drivers/scsi/scsi_transport_iscsi.c | 9
On Wed, Jun 7, 2017 at 12:30 PM, Robert LeBlanc wrote:
> On Wed, Jun 7, 2017 at 10:28 AM, Chris Leech wrote:
>> On Tue, Jun 06, 2017 at 12:07:10PM -0600, Robert LeBlanc wrote:
>>> This patchset enables iSCSI offload drivers to have access to the iface
>>> informati
On Wed, Jun 14, 2017 at 3:20 AM, Rangankar, Manish
wrote:
>
> On 13/06/17 10:19 PM, "Robert LeBlanc" wrote:
>
>>On Wed, Jun 7, 2017 at 12:30 PM, Robert LeBlanc
>>wrote:
>>> On Wed, Jun 7, 2017 at 10:28 AM, Chris Leech wrote:
>>>> On Tue, Ju
On Wed, Jun 7, 2017 at 10:28 AM, Chris Leech wrote:
> On Tue, Jun 06, 2017 at 12:07:10PM -0600, Robert LeBlanc wrote:
>> This patchset enables iSCSI offload drivers to have access to the iface
>> information provided by iscsid. This allows users to have more control
>> of ho
On Wed, Jun 14, 2017 at 10:47 AM, Robert LeBlanc wrote:
> On Wed, Jun 14, 2017 at 3:20 AM, Rangankar, Manish
> wrote:
>>
>> On 13/06/17 10:19 PM, "Robert LeBlanc" wrote:
>>
>>>On Wed, Jun 7, 2017 at 12:30 PM, Robert LeBlanc
>>>wrote:
>
23 matches
Mail list logo