• 제목/요약/키워드: Linux kernel

검색결과 301건 처리시간 0.021초

Linux kernel mode에서의 GPGPU 지원 (Supporting GPGPU in Linux kernel mode)

  • 안우근;이신형;유혁
    • 한국정보과학회:학술대회논문집
    • /
    • 한국정보과학회 2012년도 한국컴퓨터종합학술대회논문집 Vol.39 No.1(A)
    • /
    • pp.161-163
    • /
    • 2012
  • 전통적으로 단순 그래픽 연산에만 사용되던 GPU는 연산 속도의 증가와 고수준의 언어 지원을 통해서 일반적인 용도로도 사용 가능한 GPGPU기술로 발전했다. GPGPU는 병렬 처리 능력과 속도 개선을 목적으로 다방면에 걸쳐 사용되고 있는데, 기본적으로 Linux user mode에서의 사용만 가능하며 kernel mode에서의 사용은 지원되지 않는다. Linux kernel 내부에서도 GPGPU 사용이 가능해진다면, User application 뿐만 아니라 Linux kernel의 성능 개선에도 GPGPU를 사용할 수 있을 것이다. 우리는 Linux kernel의 system call과 user mode의 mediator process를 사용한 Linux kernel mode에서의 GPGPU 사용법을 제시하고, 향후 성능 개선을 위한 기준점을 제공한다.

Linux 운영체제에서 Kernel Hardening 설계 (Design of the Kernel Hardening in the Linux O.S.)

  • 문지훈;김기환;장승주;정성인
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2003년도 춘계학술발표논문집 (상)
    • /
    • pp.431-434
    • /
    • 2003
  • 본 논문에서는 Linux 운영체제에서의 kernel hardening을 설계한다. 커널 내에서 panic 이 발생할 경우 복구가 가능한 경우에는 정상적인 동작이 될 수 있도록 한다. 이렇게 함으로써 Linux Kernel Hardening 기능은 안정적인 커널의 동작을 보장한다. 본 논문에서 Linux Kernel Hardening을 보장하기 위하여 커널 내 ASSERT(), BUG() 함수를 중심으로 설계를 한다.

  • PDF

임베디드 리눅스 커널의 실행속도 향상을 위한 메모리 맵 분석 (The Analysis of Memory Map for Improving the Execution Speed of Embedded Linux Kernel)

  • 이두완;장경식
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국해양정보통신학회 2009년도 춘계학술대회
    • /
    • pp.801-804
    • /
    • 2009
  • 본 논문에서는 임베디드 리눅스 시스템 성능 향상을 위한 방안으로 리눅스 커널 메모리 맵을 분석하였다. 안정성과 다양한 H/W 플랫폼을 지원하고 범용 시스템에 최적화 되어 있는 리눅스 커널 메모리 맵은 부팅시간과 효율적인 시스템 자원 활용에 중요한 역할을 담당하므로 자원 제한적인 임베디드 리눅스 시스템의 성능 향상을 위해 커널 메모리 맵의 분석이 요구된다. 분석결과, 리눅스 커널 메모리의 할당 위치에 따라 임베디드 리눅스 시스템의 부팅속도 및 메모리 효율성의 향상을 확인하였다. 그러므로 본 논문에서 제안한 부트로더 및 커널 메모리 할당 방안이 임베디드 리눅스 시스템의 메모리 활용성 향상에 적합할 것으로 사료된다.

  • PDF

Linux Kernel 2.6.X에서 SCTP API 분석 (Analysis of SCTP API on Linux Kernel 2.6.X)

  • 민경주;정옥조;강신각
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국해양정보통신학회 2003년도 추계종합학술대회
    • /
    • pp.949-952
    • /
    • 2003
  • TCP/UDP가 차지하고 있던 전송 프로토콜에 멀티미디어와 같은 대용량 데이터전송을 위해 개발되어 차세대 전송프로토콜로 지칭되는 SCTP가 최근의 리눅스 커널 2.6.0-testX에 탑재되었다. 리눅스 커널 2.6에 탑재된 SCTP는 lksctp라는 패키지 형태로 구현하고 배포하였는데, 실제 커널에서 SCTP API를 분석하고, TCP, UDP와의 비교가 시급한 실정이다. 또한 안정화 상태를 점검하고 검증할 가치가 있는 것으로 인식되고 있다. 이에 본 논문에서는 새로운 리눅스 커널에 탑재된 SCTP API를 분석하고, 테스트에 대한 구체적인 사항을 기술한다.

  • PDF

리눅스 운영체제에서 주소값 오류시 스택 복구를 통한 커널 하드닝 기능 구현 (The Implementation of Kernel Hardening Function by Recovering the Stack Frame of Malfunction Address on the Linux Operating System)

  • 장승주
    • 한국정보통신학회논문지
    • /
    • 제11권1호
    • /
    • pp.173-180
    • /
    • 2007
  • 본 논문은 리눅스 커널 운영체제에서 커널 개발자의 실수나 의도하지 않은 오류 및 시스템 오류로 인하여 발생되는 시스템 정지 현상을 줄이기 위해서 커널 스택의 복구를 통한 커널 하드닝 기능을 구현한다. 본 논문에서 제안하는 커널 하드닝 기능은 panic이 발생한 커널 주소에 대해서 커널 스택 내의 값들을 정상적인 값으로 복구함으로써 정상적인 시스템 동작을 보장한다 본 논문에서 제안한 커널 하드닝 기능을 리눅스 커널 중에서 많이 사용하는 네트워크 모듈에 적용하였다. 커널 스택 복구를 통한 커널 하드닝 기능의 실험을 위하여 네트워크 모듈에 강제적인 panic 현상을 유발시키고, 잘못된 스택 값의 복구를 통해서 정상 동작을 실험하였다.

실시간 임베디드 리눅스의 실시간 메커니즘 성능 분석 (Performance Evaluation of Real-time Mechanisms for Real-time Embedded Linux)

  • 고재환;최병욱
    • 제어로봇시스템학회논문지
    • /
    • 제18권4호
    • /
    • pp.337-342
    • /
    • 2012
  • This paper presents performance evaluation of real-time mechanisms for real-time embedded linux. First, we presents process for implementing open-source real-time embedded linux namely RTAI and Xenomai. These are real-time extensions to linux kernel and we implemented real-time embedded linux over the latest linux kernel. Measurements of executions of real-time mechanisms for each distribution are performed to give a quantitative comparison. Performance evaluations are conducted in kernel space about repeatability of periodic task, response time of Semaphore, FIFO, Mailbox and Message queue in terms of inter-task communication for each distribution. These rules can be helpful for deciding which real-time linux extension should be used with respect to the requirements of the real-time applications.

IEEE-1394 구현을 위한 Embedded LINUX System (Embedded Linux System for IEEE-1394 Realization.)

  • 서원호;이정훈;임중규;엄기환
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국해양정보통신학회 2001년도 춘계종합학술대회
    • /
    • pp.700-705
    • /
    • 2001
  • IEEE1394는 내장 리눅스 시스템에 주변 장치를 연결하기 위한 새로운 인터페이스 규격이다. IEEE1394 시스템은 IEEE1394 인터페이스를 가지고 내장 리눅스 시스템과 다수의 주변기기로 구성된다. 본 논문에서는 IEEE-1394를 구현하기 위한 Embedded Linux System의 하드웨어적 기반에 대해 기술하고자 한다. 사용한 하드웨어는 MPC860을 탑재한 보드를 사용했으며, Linux kernel은 안정버젼인 2.2.14를 사용했고, IEEE1394와 관련된 Application을 탑재하여 이에 대한 성능향상 및 실험을 통해 하드웨어적인 인터페이스를 검증하였다.

  • PDF

Kernel Thread Scheduling in Real-Time Linux for Wearable Computers

  • Kang, Dong-Wook;Lee, Woo-Joong;Park, Chan-Ik
    • ETRI Journal
    • /
    • 제29권3호
    • /
    • pp.270-280
    • /
    • 2007
  • In Linux, real-time tasks are supported by separating real-time task priorities from non-real-time task priorities. However, this separation of priority ranges may not be effective when real-time tasks make the system calls that are taken care of by the kernel threads. Thus, Linux is considered a soft real-time system. Moreover, kernel threads are configured to have static priorities for throughputs. The static assignment of priorities to kernel threads causes trouble for real-time tasks when real-time tasks require kernel threads to be invoked to handle the system calls because kernel threads do not discriminate between real-time and non-real-time tasks. We present a dynamic kernel thread scheduling mechanism with weighted average priority inheritance protocol (PIP), a variation of the PIP. The scheduling algorithm assigns proper priorities to kernel threads at runtime by monitoring the activities of user-level real-time tasks. Experimental results show that the algorithms can greatly improve the unexpected execution latency of real-time tasks.

  • PDF

DSC/NBDP시스템의 제어기설계를 위한 실시간 운영체제 기술 개발 (The development of RTOS technique for designing the controller of DSC/NBDP system)

  • 이헌택
    • 한국정보통신학회논문지
    • /
    • 제8권3호
    • /
    • pp.547-553
    • /
    • 2004
  • 리눅스(Linux)는 여러 가지 실시간 운용체제의 하나로 기술개발이 적극 이루어지고 있으며, 내장형 RTOS로서 가능성과 기술적 안정성을 검증하는 연구가 진행되고 있다. 본 연구에서는 해상통신분야의 통신설비에 적용될 수 있는 내장형 실시간 운영체제의 분석과 기술개발을 통해 계측분야에서 요구되는 실시간 계측과 통신기능이 강화된 내장형 실시간 운영체제기술에 대해 정리하였다. 본 연구에서는 타켓보드를 설계하여 내장형 리눅스 커널(Embedded Linux Kernel)을 분석하고, 이를 포팅(Porting)하고 테스트 환경하에서 사용자 코드를 실행시켜 내장형 리눅스 커널을 기반으로 하는 소형 네트워크 제어기 응용 설계기술을 연구하였다.

Fault Isolation for Linux Device Drivers

  • Son, Sunghoon
    • 한국컴퓨터정보학회논문지
    • /
    • 제22권4호
    • /
    • pp.1-8
    • /
    • 2017
  • In this paper, we propose a fault isolation system for device drivers of the Linux operating system. High availability systems impose stringent requirements upon Linux operating system. Especially device drivers can be a major source of operating system instability and many times contribute to system degradation and outages. The proposed fault isolation system identifies the occurrence of the memory-related faults in device driver and isolates it from the kernel. By operating at the early stage of the page fault handler in Linux kernel, the system detects which module causes fault and isolates it transparently from the remaining part of the kernel. By experiments, we show that the proposed system efficiently detects faults incurred by device driver, isolates the device driver and the process which accessed the driver module from the kernel.