Capítulo 1. Kernel
Foi Aprimorado o Manuseio de Atenção da Unidade SCSI
		O kernel em Red Hat Enterprise Linux 6.6 foi aprimorado para possibilitar que o espaço de usuário responda a certas condições de Atenção de Unidade SCSI recebida a partir dos dispositivos SCSI via mecanismo de evento da udev. As condições da Atenção da Unidade suportada são:
	
- DADOS DE CONSULTA DO 3F 03 FORAM ALTERADOS
 - DADOS DE CAPACIDADE DE 2A 09 FORAM ALTERADOS
 - PROVISIONAMENTO FINO COM LIMITE SUAVE DE 38 07 FOI ALCANÇADO
 - PARÂMETROS DE MODO 2A 01 FORAM ALTERADOS
 - DADOS DE LUNS REPORTADOS DO 3F 0E FORAM ALTERADOS
 
		Como as condições de Atenção Unidade SCSI só são relatados em resposta a um comando SCSI, nenhuma condição é relatada se nenhum comando estiver sendo enviado ativamente para o dispositivo SCSI.
	
		Red Hat Enterprise Linux 6.6 does not provide any default udev rules for these events, but user-supplied udev rules can be written to handle them. For example:
	
ACTION=="change", SUBSYSTEM=="scsi", ENV{SDEV_UA}=="INQUIRY_DATA_HAS_CHANGED", TEST=="rescan", ATTR{rescan}="x"
ACTION=="change", SUBSYSTEM=="scsi", ENV{SDEV_UA}=="INQUIRY_DATA_HAS_CHANGED", TEST=="rescan", ATTR{rescan}="x"
		causes a SCSI device to be rescanned if the inquiry data changes. The rules for the supported events should match on the following SDEV_UA environment strings:
	
		Note that in all cases the DEVPATH environment variable in the udev rule is the path of the device that reported the Unit Attention. Also, multipath I/O currently verifies that multiple paths to a device have some of the same attributes, such as the capacity. As a consequence, automatically rescanning a device in response to a capacity change can cause that some paths to a device have the old capacity and some paths have the new capacity. In such cases, multipath I/O stops using paths with the capacity change.
	
Módulo do kernel Open vSwitch
		Red Hat Enterprise Linux 6.6 inclui o módulo do kernel vSwitch como um habilitador para os produtos em camada da Red Hat. O Open vSwitch é suportado somente junto com os produtos que contém os utilitários de espaço acompanhantes. Por favor, note que sem estes utilitários, o Open vSwitch não irá funcionar e pode não ser habilitado para uso. Para mais informações, por favor consulte o seguinte artigo de Base de Conhecimento: https://access.redhat.com/knowledge/articles/270223.
	
libhugetlbfs Support for IBM System z
		The 
libhugetlbfs library is now supported on IBM System z architecture. The library enables transparent exploitation of large pages in C and C++ programs. Applications and middleware programs can profit from the performance benefits of large pages without changes or recompilations.
	Keywords for ipldev and condev in cio_ignore Available for IBM System z
		Red Hat Enterprise Linux 6.6 enables the use of keywords for the IPL device (ipldev) and console device (condev) to make installation easier when a system uses the 
cio_ignore command to blacklist devices. Allowing pre-defined CIO blacklists prevents problems in the following cases:
	- No default console device number is available at installation time.
 - There are no devices other than the IPL device as a base to clone Linux guests.
 - Performing ramdisk-based installations with no devices other than the CCW console.