11 Sep, 2011

1 commit

  • When CONFIG_NET is disabled, SCSI_QLA_ISCSI selects SCSI_ISCSI_ATTRS,
    which uses network interfaces, so the build fails with multiple errors:

    warning: (ISCSI_TCP && SCSI_CXGB3_ISCSI && SCSI_CXGB4_ISCSI && SCSI_QLA_ISCSI && INFINIBAND_ISER) selects SCSI_ISCSI_ATTRS which has unmet direct dependencies (SCSI && NET)

    ERROR: "skb_trim" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
    ERROR: "netlink_kernel_create" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
    ERROR: "netlink_kernel_release" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
    ...

    so make SCSI_QLA_ISCSI also depend on NET to prevent the build errors.

    Signed-off-by: Randy Dunlap
    Cc: Ravi Anand
    Cc: Vikas Chaudhary
    Cc: iscsi-driver@qlogic.com
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     

28 May, 2011

1 commit

  • * git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (60 commits)
    [SCSI] lpfc 8.3.24: Extend BSG infrastructure and add link diagnostics
    [SCSI] lpfc 8.3.24: Add resource extent support
    [SCSI] lpfc 8.3.24: Add request-firmware support
    [SCSI] lpfc 8.3.24: Add SR-IOV control
    [SCSI] lpfc 8.3.24: Extended hardware support and support dump images
    [SCSI] lpfc 8.3.24: Miscellaneous Fixes and Corrections
    [SCSI] libsas: Add option for SATA soft reset
    [SCSI] libsas: check dev->gone before submitting sata i/o
    [SCSI] libsas: fix/amend device gone notification in sas_deform_port()
    [SCSI] MAINTAINERS update for SCSI (new email address)
    [SCSI] Fix Ultrastor asm snippet
    [SCSI] osst: fix warning
    [SCSI] osst: wrong index used in inner loop
    [SCSI] aic94xx: world-writable sysfs update_bios file
    [SCSI] MAINTAINERS: Add drivers/target/ entry
    [SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitions
    [SCSI] target: Convert REPORT_LUNs to use int_to_scsilun
    [SCSI] target: Fix task->task_execute_queue=1 clear bug + LUN_RESET OOPs
    [SCSI] target: Fix bug with task_sg chained transport_free_dev_tasks release
    [SCSI] target: Fix interrupt context bug with stats_lock and core_tmr_alloc_req
    ...

    Linus Torvalds
     

25 May, 2011

11 commits


24 May, 2011

1 commit

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (39 commits)
    b43: fix comment typo reqest -> request
    Haavard Skinnemoen has left Atmel
    cris: typo in mach-fs Makefile
    Kconfig: fix copy/paste-ism for dell-wmi-aio driver
    doc: timers-howto: fix a typo ("unsgined")
    perf: Only include annotate.h once in tools/perf/util/ui/browsers/annotate.c
    md, raid5: Fix spelling error in comment ('Ofcourse' --> 'Of course').
    treewide: fix a few typos in comments
    regulator: change debug statement be consistent with the style of the rest
    Revert "arm: mach-u300/gpio: Fix mem_region resource size miscalculations"
    audit: acquire creds selectively to reduce atomic op overhead
    rtlwifi: don't touch with treewide double semicolon removal
    treewide: cleanup continuations and remove logging message whitespace
    ath9k_hw: don't touch with treewide double semicolon removal
    include/linux/leds-regulator.h: fix syntax in example code
    tty: fix typo in descripton of tty_termios_encode_baud_rate
    xtensa: remove obsolete BKL kernel option from defconfig
    m68k: fix comment typo 'occcured'
    arch:Kconfig.locks Remove unused config option.
    treewide: remove extra semicolons
    ...

    Linus Torvalds
     

10 May, 2011

1 commit


01 May, 2011

1 commit


31 Mar, 2011

1 commit


24 Mar, 2011

13 commits


18 Feb, 2011

1 commit


22 Dec, 2010

9 commits