1
vote
2answers
60 views

How to generate a steady 37kHz GPIO trigger from inside linux kernel?

I have a micro controller taking care of infrared TX-carrier wave generation currently, but I started wondering if I could dispose of it, and do this work in linux side - thus bringing the cost of my ...
1
vote
1answer
61 views

Can't access /proc/interrupts after free_irq

I am writing a kernel v4l2 driver for an ov7670 CMOS element attached to GPIO pins on a Raspberry Pi. I set up three IRQ lines (Pixel, Href, and Vsync) Here is how I am requesting them: ret = ...
3
votes
1answer
125 views

Is the maximum interrupt frequency for the linux kernel in Hz, kHz, MHz, or GHz?

Before I start: yes, I'm aware that the answer is architecture dependent - I'm just interested in a ballpark figure, in terms of orders of magnitude. Is there an upper limit imposed by the linux ...
0
votes
0answers
31 views

Why we need to check whether a tasklet is running on other CPUs?

In the famous book about linux kernel: Professional+Linux+Kernel+Architecture Because a tasklet can be executed on only one processor at a time, but other tasklets may run in ...
0
votes
1answer
201 views

do_gettimeofday() in Beaglebone giving wrong time

I am trying to measure the time period of a square wave on a Beaglebone running Angstrom OS. I have written a kernel driver to register an ISR in which I'm timing the pulses. Everything is working ...
2
votes
1answer
126 views

Linux PCI Device Driver - Bus v. Kernel IRQ

I am writing a device driver for a PCIe card in Linux. I am trying to use interrupts in my driver. Reading the "IRQ Line" section of the PCI configuration register (offset 0x3C) reports that the ...
2
votes
1answer
141 views

Are there any kernel tools available to measure interrupt latency with reasonable accuracy?

I am trying to measure the jitter in the Interrupt latency for variousLinux kernel ( with RT patch enabled etc). I know the best way is to use a oscilloscope to do this, by generating a interrupt with ...
1
vote
3answers
150 views

concurrent interrupt handling linux

What are the things that can be done or needs to be done in the top-half of a ISR handler. I see that the interrupts are disabled first,but when this is done don't we miss the interrupts(on same IRQ ...
1
vote
1answer
358 views

Simple interrupt handler: request_irq returns error code -22

I am writing a simple kernel module, which could register an interrupt and handle it. However, when I try to register interrupt by calling the request_irq function, it returns error code -22 : ...
-4
votes
3answers
162 views

Unhandled exception at 0x00af7230 in CPP_TEST.exe: 0xC0000005: Access violation writing location 0x00abcdef [closed]

I am getting Access violation writing location at 0xABCDEF. I have tried many ways to solve this. But finally could not able to do it. #define xyz 0xABCDEF #define ptr (UINT16 *) (xyz) int main() { ...
1
vote
1answer
382 views

Should my interrupt handler disable interrupts or does the ARM processor do it automatically?

Our group is using a custom driver to interface four MAX3107 UARTs on a shared I2C bus. The interrupts of the four MAX3107's are connected (i.e. shared interrupt via logic or'ing)) to a GPIO pin on ...
1
vote
1answer
155 views

linux interrupt diagram

I am new to linux and recently looking at some linux driver code related to interrupt. I am starting from this tutorial http://www.redhat.com/mirrors/LDP/LDP/tlk/dd/interrupts.html, but not sure if i ...
1
vote
1answer
62 views

Further clarification as to whether interuppts are disabled in top-half handler or not

Recently I came across a note in an online post that states the following: In modern kernels, most of the differences between fast and slow interrupts have disappeared. There remains only one: ...
2
votes
2answers
197 views

What is the meaning of the instruction {interrupt do_IRQ} in linux kernel?

What is the meaning of the instruction {interrupt do_IRQ} in linux kernel file arch/x86/kernel/entry_64.S ? Is interrupt a instruction or a macro? Where is the definition? How to use it ? 847 ...
2
votes
1answer
189 views

Spinlock not working to protect critical section on multi-core system

I have a character device driver which is causing a system deadlock on a multicore system. The write call has a critical section protected by a spin lock (spin_lock_irqsave). The ISR must obtain this ...
3
votes
0answers
363 views

interrupt in linux kernel

I have taken one gpio of my omap4 based custom board as input gpio. When I connect any external h/w on any port then input gpio gets pull down and I get interrupt on that gpio. Now when I run Linux ...
1
vote
1answer
252 views

MSI and MSI-X vectors support

Where exactly can I find in the Linux kernel code the limit set for MSI and MSI-X supporting 32 vectors and 2048 vectors respectively ?
0
votes
1answer
243 views

Difference between IRQ and FIQ in kernel?

What is the difference between IRQ and FIQ as per the Linux API wise? Are they use same api? Is the difference only inside ARM core or is it do do with the kernel function calls also?
2
votes
3answers
533 views

What happens to preempted interrupt handler?

I could not find a proper answer for the following questions even in some well written kernel books: They are saying that an ISR can't sleep because its not possible to reschedule an ISR as it is ...
-3
votes
1answer
368 views

Software Interrupt in system call

In fork system call in arm, swi #0 instruction is used, what exactly it does? Thank you.
2
votes
3answers
98 views

Something about interrupts of the same source

It is said that When an interrupt is sent by the PIC, the PIC will not send another interrupt from that same source until it gets acknowledged through an I/O port. This is because interrupt ...
1
vote
1answer
140 views

Can a masked interrupt be received after the mask canceled?

If an interrupt is masked by "cli" instruction, can the same interrupt (not interrupts of the same source)be received by the cpu after a "sti" instruction?
2
votes
5answers
4k views

What are Linux Local timer interrupts?

All is in the title. Any links to good documentations are welcome.
3
votes
1answer
357 views

Restrictions while kernel is running an ISR routine

What are some of the important do's and dont's inside a kernel mode and ISR Routine ? For example - Is context-switching disabled while running an interrupt handler ? Can a context switch happen ...
1
vote
2answers
719 views

Are there any difference between “kernel preemption” and “interrupt”?

I just reading an article which says: Reasons to control the interrupt system generally boil down to needing to provide synchronization. By disabling interrupts, you can guarantee that an ...
0
votes
2answers
438 views

What all cant be there in an Interrupt service routine?

I know that an ISR needs to be very quick and should handle an interrupt very quickly. But I do not understand the reason for the same. Why should this condition be met? Moreover, in order to do so ...
0
votes
1answer
213 views

what is the difference between enabling interrupts and restoring interrupts?

I have big confusion on this. Can any one explain me the difference between this?? When do we use Enable and when do we use restore. Both mean the same or are they different??? I know enable is used ...
0
votes
1answer
269 views

What happens if a interrupt handler starts spinning?

I am following the Linux Device Drivers. When it introduces spinlocks, it gives the following example: Your driver is executing and has just taken out a lock that controls access to its device. ...
1
vote
1answer
90 views

Do I need to do some special setting for Virtual Legacy Wire in Linux kernel?

In my x86 main board, I connect some special interrupt sources (including NMI) to the south bridge chip. In the datasheet of the chip, it says that these interrupts are sent to CPU via virtual legacy ...
1
vote
2answers
232 views

How to force a resched after an interrupt in the Linux kernel?

I'm playing with kretprobes and I am facing a problem. I would like, in response to certain events from a user process (e.g. specific syscalls), read data from that process address space. Since in the ...
6
votes
2answers
2k views

Which context are softirq and tasklet in?

I know that there are process context and interrupt context but I don't understand when executing softirq or tasklet, which context is it run under. I have seen some people use the term ...
2
votes
2answers
917 views

What context does the scheduler code run in?

There are two cases where the scheduler code schedule() is invoked- When a process voluntarily calls schedule() Timer interrupt calls schedule() In case 2, I think schedule() runs in interrupt ...
1
vote
1answer
342 views

Help with APIC functions in Linux

I'm trying to play around with the local APIC functions in the 2.6.32.40 linux kernel, but I am having some issues. I want to try to send a Non-Maskable Interrupts (NMI) to all of the processors on ...
1
vote
0answers
143 views

Submitting a BIO from a work queue

I'm using 2.6.39.1 version of the Linux kernel. In my block device driver, I'm queuing a struct work_struct from the bottom half of the interrupt handler, i.e., in the ->bi_end_io function of a ...
6
votes
2answers
2k views

Linux kernel interrupt handler mutex protection?

Do I need to protect my interrupt handler being called many times for the same interrupt? Given the following code, I am not sure on the system calls I should make. I am getting rare, random ...
5
votes
1answer
686 views

Disabling Command Completion Coalescing (CCC) in SATA AHCI

I'm working on 2.6.35.9 version of the Linux kernel and am trying to disable Command Completion Coalescing. The output of lspci is as shown below: 00:00.0 Host bridge: Intel Corporation 82P965/G965 ...
3
votes
2answers
2k views

Can an interrupt handler be preempted?

I know that linux does nested interrupts where one interrupt can "preempt" another interrupt, but what about with other tasks. I am just trying to understand how linux handles interrupts. Can they be ...
2
votes
1answer
1k views

Difference between an IRQ and interrupt vector in linux kernel

I am a little confused over IRQ and vector when it comes to working at the kernel API's. I want to use vector 0xfa for some interrupt handling which will be generated by a programmable lapic. I ...
1
vote
2answers
919 views

Interrupt Descriptor Table (IDT)modification

In the flow of control in linux kernel, found that control moves to IDT which has the location of interrupts(ex: 0x80 system call). And then control moves to the appropriate System call. Also read ...
1
vote
2answers
539 views

Question regarding the interrupt and interrupt handling

Could you please let me know how the hardware/driver raises an interrupt? and in an SMP, which CPU gets interrupted? If IRQ is shared by multiple devices, how the kernel identifies the which device ...
0
votes
3answers
914 views

low latency Interrupt handling (expected avg time to return from kernel to user space is?)

I have a Fibre Optic link, with a proprietary Device Driver. The link goes into a PCIe card. Running on a RHEL 5.2 (2.6.18-128~) I have mmap'ed the interface on the card for setup and FIFO access etc, ...
1
vote
1answer
451 views

Usage of spinlock and cli together

I recently downloaded linux source from http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.34.1.tar.bz2 . I came across the below paragraph in the file called spinlocks.txt in ...
3
votes
1answer
185 views

what is the likely cause of CMOS_WRITE failing to work?

I've been puzzled by a RTC problem for several days: i couldn't write to the RTC register. Following is the code snippet and the value I read from the reg(last line) is always different from what i ...