Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from torvalds:master #56

Merged
merged 198 commits into from
Jun 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
198 commits
Select commit Hold shift + click to select a range
ada018b
x86/mce/amd: Do proper cleanup on error paths
KAGA-KOKO Feb 14, 2020
c9bf318
x86/mce/amd: Init thresholding machinery only on relevant vendors
KAGA-KOKO Feb 11, 2020
cca9cc0
x86/mce/amd: Protect a not-fully initialized bank from the thresholdi…
KAGA-KOKO Mar 12, 2020
6e7a41c
x86/mce/amd: Sanitize thresholding device creation hotplug path
KAGA-KOKO Mar 30, 2020
6458de9
x86/mce/amd: Straighten CPU hotplug path
KAGA-KOKO Mar 30, 2020
f26d258
x86/mce/amd: Cleanup threshold device remove path
KAGA-KOKO Mar 31, 2020
a037f3c
x86/mce/amd: Make threshold bank setting hotplug robust
KAGA-KOKO Mar 31, 2020
3e0fdec
x86/mce/amd, edac: Remove report_gart_errors
suryasaimadhu Apr 7, 2020
c9c6d21
x86/mce: Rename "first" function as "early"
aegl Feb 14, 2020
9554bfe
x86/mce: Convert the CEC to use the MCE notifier
aegl Feb 14, 2020
1de08dc
x86/mce: Add a struct mce.kflags field
aegl Feb 14, 2020
23ba710
x86/mce: Fix all mce notifiers to update the mce->kflags bitmask
aegl Feb 14, 2020
925946c
x86/mce: Change default MCE logger to check mce->kflags
aegl Feb 14, 2020
4350564
x86/mce: Add mce=print_all option
aegl Feb 14, 2020
7fc0b9b
EDAC: Drop the EDAC report status checks
aegl Feb 14, 2020
1df73b2
x86/mce: Fixup exception only for the correct MCEs
suryasaimadhu Apr 7, 2020
f82cdff
x86/mce: Drop bogus comment about mce.kflags
aegl Apr 15, 2020
3b4ff4e
x86/mcelog: Add compat_ioctl for 32-bit mcelog support
Mar 4, 2020
0858caa
uapi: General notification queue definitions
dhowells Feb 12, 2020
344fa64
security: Add a hook for the point of notification insertion
dhowells Feb 12, 2020
b580b93
pipe: Add O_NOTIFICATION_PIPE
dhowells Feb 12, 2020
c73be61
pipe: Add general notification queue support
dhowells Jan 14, 2020
998f504
security: Add hooks to rule on setting a watch
dhowells Feb 12, 2020
f7e4767
watch_queue: Add a key/keyring notification facility
dhowells Jan 14, 2020
f5b5a16
Add sample notification program
dhowells Jan 14, 2020
8cfba76
pipe: Allow buffers to be marked read-whole-or-error for notifications
dhowells Jan 14, 2020
e7d553d
pipe: Add notification lossage handling
dhowells Jan 14, 2020
8c0637e
keys: Make the KEY_NEED_* perms an enum rather than a mask
dhowells May 12, 2020
3e412cc
selinux: Implement the watch_key security hook
dhowells Jan 14, 2020
a8478a6
smack: Implement the watch_key and post_notification hooks
dhowells Jan 14, 2020
a4e9182
x86/amd_nb: Add AMD family 17h model 60h PCI IDs
amonakov May 10, 2020
279f0b3
hwmon: (k10temp) Add AMD family 17h model 60h PCI match
amonakov May 10, 2020
b6bea24
EDAC/amd64: Add AMD family 17h model 60h PCI IDs
amonakov May 10, 2020
6bd140e
openrisc: Fix issue with argument clobbering for clone/fork
stffrdhrn Apr 22, 2020
26fa126
x86/entry/64: Remove an unused label
Apr 19, 2020
c758907
x86/entry/64: Remove unneeded kernel CR3 switching
Apr 19, 2020
fbaed27
x86/idt: Remove address operator on function machine_check()
Apr 19, 2020
a0bb51f
x86/xen: Split HVM vector callback setup and interrupt gate allocation
vittyvk Apr 28, 2020
0618432
x86/idt: Annotate alloc_intr_gate() with __init
vittyvk Apr 28, 2020
1f1fbc7
x86/idt: Keep spurious entries unset in system_vectors
vittyvk Apr 28, 2020
24ae0c9
x86/hw_breakpoint: Prevent data breakpoints on cpu_entry_area
amluto Feb 24, 2020
e966039
x86/doublefault: Remove memmove() call
Feb 20, 2020
7250058
x86/entry/64: Avoid pointless code when CONTEXT_TRACKING=n
KAGA-KOKO Feb 25, 2020
44d7e4f
x86/entry: Remove the unused LOCKDEP_SYSEXIT cruft
KAGA-KOKO Mar 5, 2020
20355e5
x86/entry: Exclude low level entry code from sanitizing
Mar 5, 2020
0372007
context_tracking: Ensure that the critical path cannot be instrumented
KAGA-KOKO Mar 4, 2020
126f21f
lib/smp_processor_id: Move it into noinstr section
KAGA-KOKO Mar 10, 2020
5916d5f
bug: Annotate WARN/BUG/stackfail as noinstr safe
KAGA-KOKO Mar 13, 2020
fba8dbe
x86/idt: Remove update_intr_gate()
KAGA-KOKO May 15, 2020
b9f6976
x86/entry/64: Move non entry code into .text section
KAGA-KOKO Mar 25, 2020
8c0fa8a
x86/entry/32: Move non entry code into .text section
KAGA-KOKO Mar 25, 2020
1723be3
x86/entry: Mark enter_from_user_mode() noinstr
KAGA-KOKO Feb 29, 2020
8f159f1
x86/entry/common: Protect against instrumentation
KAGA-KOKO Mar 10, 2020
dd8e2d9
x86/entry: Move irq tracing on syscall entry to C-code
KAGA-KOKO Feb 25, 2020
4983e5d
x86/entry: Move irq flags tracing to prepare_exit_to_usermode()
KAGA-KOKO Mar 4, 2020
a7ef9ba
x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inline
KAGA-KOKO Mar 4, 2020
1c3e5d3
x86/entry: Make entry_64_compat.S objtool clean
May 12, 2020
d73a332
x86/traps: Mark fixup_bad_iret() noinstr
KAGA-KOKO Mar 25, 2020
daf7a69
x86/traps: Mark sync_regs() noinstr
KAGA-KOKO Mar 25, 2020
410367e
x86/entry: Disable interrupts for native_load_gs_index() in C code
KAGA-KOKO Mar 4, 2020
c931720
x86/entry/64: Use native swapgs in asm_load_gs_index()
KAGA-KOKO May 12, 2020
ca4c6a9
x86/traps: Make interrupt enable/disable symmetric in C code
KAGA-KOKO Oct 23, 2019
877f183
x86/traps: Split trap numbers out in a separate header
KAGA-KOKO Feb 25, 2020
67f1386
x86/entry/64: Reorder idtentries
KAGA-KOKO Feb 25, 2020
cfa82a0
x86/entry: Distangle idtentry
KAGA-KOKO Feb 25, 2020
424c7d0
x86/entry/64: Provide sane error entry/exit
KAGA-KOKO Mar 26, 2020
6040067
x86/entry/32: Provide macro to emit IDT entry stubs
KAGA-KOKO Feb 25, 2020
53aaf26
x86/idtentry: Provide macros to define/declare IDT entry points
KAGA-KOKO Feb 25, 2020
0ba50e8
x86/entry/common: Provide idtentry_enter/exit()
KAGA-KOKO Mar 26, 2020
218e31b
x86/traps: Prepare for using DEFINE_IDTENTRY
KAGA-KOKO Feb 25, 2020
9d06c40
x86/entry: Convert Divide Error to IDTENTRY
KAGA-KOKO Feb 25, 2020
4b6b911
x86/entry: Convert Overflow exception to IDTENTRY
KAGA-KOKO Feb 25, 2020
58d9c81
x86/entry: Convert Bounds exception to IDTENTRY
KAGA-KOKO Feb 25, 2020
49893c5
x86/entry: Convert Invalid Opcode exception to IDTENTRY
KAGA-KOKO Feb 25, 2020
866ae2c
x86/entry: Convert Device not available exception to IDTENTRY
KAGA-KOKO Feb 25, 2020
f95658f
x86/entry: Convert Coprocessor segment overrun exception to IDTENTRY
KAGA-KOKO Feb 25, 2020
aabfe53
x86/idtentry: Provide IDTENTRY_ERRORCODE
KAGA-KOKO Feb 25, 2020
97b3d29
x86/entry: Convert Invalid TSS exception to IDTENTRY
KAGA-KOKO Feb 25, 2020
99a3fb8
x86/entry: Convert Segment not present exception to IDTENTRY
KAGA-KOKO Feb 25, 2020
fd9689b
x86/entry: Convert Stack segment exception to IDTENTRY
KAGA-KOKO Feb 25, 2020
be4c11a
x86/entry: Convert General protection exception to IDTENTRY
KAGA-KOKO Feb 25, 2020
dad7106
x86/entry: Convert Spurious interrupt bug exception to IDTENTRY
KAGA-KOKO Feb 25, 2020
14a8bd2
x86/entry: Convert Coprocessor error exception to IDTENTRY
KAGA-KOKO Feb 25, 2020
436608b
x86/entry: Convert Alignment check exception to IDTENTRY
KAGA-KOKO Feb 25, 2020
48227e2
x86/entry: Convert SIMD coprocessor error exception to IDTENTRY
KAGA-KOKO Feb 25, 2020
d772905
x86/entry/32: Convert IRET exception to IDTENTRY_SW
KAGA-KOKO Feb 25, 2020
4979fb5
x86/int3: Ensure that poke_int3_handler() is not traced
KAGA-KOKO Jan 21, 2020
ef882bf
x86/int3: Avoid atomic instrumentation
Jan 24, 2020
df65bba
lib/bsearch: Provide __always_inline variant
Feb 19, 2020
f64366e
x86/int3: Inline bsearch()
Feb 20, 2020
0dc6cdc
x86/idtentry: Provide IDTENTRY_RAW
KAGA-KOKO Mar 4, 2020
8edd7e3
x86/entry: Convert INT3 exception to IDTENTRY_RAW
KAGA-KOKO Feb 25, 2020
21e2829
x86/traps: Split int3 handler up
Mar 5, 2020
2c058b0
x86/idtentry: Provide IDTENTRY_IST
KAGA-KOKO Feb 25, 2020
94a46d3
x86/mce: Move nmi_enter/exit() into the entry point
KAGA-KOKO Apr 3, 2020
8cd501c
x86/entry: Convert Machine Check to IDTENTRY_IST
KAGA-KOKO Feb 25, 2020
aedbdea
x86/mce: Use untraced rd/wrmsr in the MCE offline/crash check
KAGA-KOKO Apr 4, 2020
9cce81c
x86/idtentry: Provide IDTENTRY_XEN for XEN/PV
KAGA-KOKO Feb 25, 2020
6271fef
x86/entry: Convert NMI to IDTENTRY_NMI
KAGA-KOKO Feb 25, 2020
f051f69
x86/nmi: Protect NMI entry against instrumentation
KAGA-KOKO Apr 6, 2020
9f58fdd
x86/db: Split out dr6/7 handling
Apr 6, 2020
2bbc68f
x86/entry: Convert Debug exception to IDTENTRY_DB
KAGA-KOKO Feb 25, 2020
df7ccaf
x86/entry/64: Remove error code clearing from #DB and #MCE ASM stub
KAGA-KOKO Feb 25, 2020
f08e32e
x86/idtentry: Provide IDTRENTRY_NOIST variants for #DB and #MC
KAGA-KOKO Feb 25, 2020
4c0dcd8
x86/entry: Implement user mode C entry points for #DB and #MCE
KAGA-KOKO Feb 25, 2020
9347f41
x86/traps: Restructure #DB handling
KAGA-KOKO May 4, 2020
75347bb
x86/traps: Address objtool noinstr complaints in #DB
KAGA-KOKO Apr 30, 2020
865d3a9
x86/mce: Address objtools noinstr complaints
KAGA-KOKO Apr 21, 2020
6a8dfa8
x86/idtentry: Provide IDTENTRY_DF
KAGA-KOKO Feb 25, 2020
c29c775
x86/entry: Convert double fault exception to IDTENTRY_DF
KAGA-KOKO Feb 25, 2020
7102cb0
x86/entry: Fix allnoconfig build warning
May 25, 2020
2ab7031
nmi, tracing: Make hardware latency tracing noinstr safe
KAGA-KOKO May 21, 2020
3eeec38
x86/entry: Provide idtentry_entry/exit_cond_rcu()
KAGA-KOKO May 21, 2020
9f9781b
x86/entry: Provide idtentry_enter/exit_user()
KAGA-KOKO May 21, 2020
fa95d7d
x86/idtentry: Switch to conditional RCU handling
KAGA-KOKO May 21, 2020
9ee01e0
x86/entry: Clean up idtentry_enter/exit() leftovers
KAGA-KOKO May 21, 2020
8a6bc47
genirq: Provide irq_enter/exit_rcu()
KAGA-KOKO May 21, 2020
98a3bf1
genirq: Provide __irq_enter/exit_raw()
KAGA-KOKO May 21, 2020
931b941
x86/entry: Provide helpers for executing on the irqstack
KAGA-KOKO May 21, 2020
eb6555c
x86/entry/64: Move do_softirq_own_stack() to C
KAGA-KOKO May 21, 2020
1de16e0
x86/entry: Split out idtentry_exit_cond_resched()
KAGA-KOKO May 21, 2020
2f6474e
x86/entry: Switch XEN/PV hypercall entry to IDTENTRY
KAGA-KOKO May 21, 2020
00cf8ba
x86/entry/64: Simplify idtentry_body
KAGA-KOKO May 21, 2020
91eeafe
x86/entry: Switch page fault exception to IDTENTRY_RAW
KAGA-KOKO May 21, 2020
e2dcb5f
x86/entry: Remove the transition leftovers
KAGA-KOKO May 21, 2020
e88d974
x86/entry: Change exit path of xen_failsafe_callback
KAGA-KOKO May 21, 2020
23d73f2
x86/entry/64: Remove error_exit()
KAGA-KOKO May 21, 2020
74ebed3
x86/entry/32: Remove common_exception()
KAGA-KOKO May 21, 2020
79b9c18
x86/irq: Use generic irq_regs implementation
KAGA-KOKO May 21, 2020
633260f
x86/irq: Convey vector as argument and not in ptregs
KAGA-KOKO May 21, 2020
7c2a573
x86/irq: Rework handle_irq() for 64-bit
KAGA-KOKO May 21, 2020
0bf7c31
x86/entry: Add IRQENTRY_IRQ macro
KAGA-KOKO May 21, 2020
fa5e5c4
x86/entry: Use idtentry for interrupts
KAGA-KOKO May 21, 2020
6368558
x86/entry: Provide IDTENTRY_SYSVEC
KAGA-KOKO May 21, 2020
db0338e
x86/entry: Convert APIC interrupts to IDTENTRY_SYSVEC
KAGA-KOKO May 21, 2020
582f919
x86/entry: Convert SMP system vectors to IDTENTRY_SYSVEC
KAGA-KOKO May 21, 2020
720909a
x86/entry: Convert various system vectors
KAGA-KOKO May 21, 2020
9c3b1f4
x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC*
KAGA-KOKO May 21, 2020
a16be36
x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVEC
KAGA-KOKO May 21, 2020
cb09ea2
x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVEC
KAGA-KOKO May 21, 2020
13cad98
x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLE
KAGA-KOKO May 21, 2020
75da04f
x86/entry: Remove the apic/BUILD interrupt leftovers
KAGA-KOKO May 21, 2020
e3e5c64
x86/entry/64: Remove IRQ stack switching ASM
KAGA-KOKO May 21, 2020
3b6c9bf
x86/entry: Make enter_from_user_mode() static
KAGA-KOKO May 21, 2020
fa95a0c
x86/entry/32: Remove redundant irq disable code
KAGA-KOKO May 21, 2020
9628f26
x86/entry/64: Remove TRACE_IRQS_*_DEBUG
KAGA-KOKO May 21, 2020
3ffdfdc
x86/entry: Move paranoid irq tracing out of ASM code
KAGA-KOKO May 21, 2020
320100a
x86/entry: Remove the TRACE_IRQS cruft
KAGA-KOKO May 21, 2020
998c203
xen: Move xen_setup_callback_vector() definition to include/xen/hvm.h
vittyvk May 20, 2020
d390e6d
x86/hw_breakpoint: Add within_area() to check data breakpoints
May 29, 2020
97417cb
x86/hw_breakpoint: Prevent data breakpoints on direct GDT
May 29, 2020
f9fe0b8
x86/hw_breakpoint: Prevent data breakpoints on per_cpu cpu_tss_rw
May 29, 2020
fdef24d
x86/hw_breakpoint: Prevent data breakpoints on user_pcid_flush_mask
May 29, 2020
e1de11d
x86/entry: Introduce local_db_{save,restore}()
May 29, 2020
fd338e3
x86/entry, nmi: Disable #DB
May 29, 2020
cd840e4
x86/entry, mce: Disallow #DB during #MC
May 29, 2020
84b6a34
x86/entry: Optimize local_db_save() for virt
May 29, 2020
f9912ad
x86/entry: Remove debug IDT frobbing
May 29, 2020
fd501d4
x86/entry: Remove DBn stacks
May 29, 2020
59bc300
x86/entry: Clarify irq_{enter,exit}_rcu()
May 29, 2020
bf2b300
x86/entry: Rename trace_hardirqs_off_prepare()
May 29, 2020
bdf5bde
x86/idt: Mark init only functions __init
KAGA-KOKO May 28, 2020
94438af
x86/idt: Add comments about early #PF handling
KAGA-KOKO May 28, 2020
5a2bafc
x86/idt: Use proper constants for table size
KAGA-KOKO May 28, 2020
00229a5
x86/idt: Cleanup trap_init()
KAGA-KOKO May 28, 2020
3e77abd
x86/idt: Consolidate idt functionality
KAGA-KOKO May 28, 2020
28eaf87
x86/entry: __always_inline debugreg for noinstr
Jun 3, 2020
7a745be
x86/entry: __always_inline irqflags for noinstr
Jun 3, 2020
4b281e5
x86/entry: __always_inline arch_atomic_* for noinstr
Jun 3, 2020
5ef2279
x86/entry: Re-order #DB handler to avoid *SAN instrumentation
Jun 3, 2020
6eebad1
lockdep: __always_inline more for noinstr
Jun 3, 2020
2823e83
x86/entry: __always_inline CR2 for noinstr
Jun 3, 2020
f0178fc
x86/entry: Unbreak __irqentry_text_start/end magic
KAGA-KOKO Jun 10, 2020
f77d26a
Merge branch 'x86/entry' into ras/core
KAGA-KOKO Jun 11, 2020
17fae12
x86/{mce,mm}: Unmap the entire page if the whole page is affected and…
aegl May 20, 2020
7ccddc4
x86/mce/dev-mcelog: Fix -Wstringop-truncation warning about strncpy()
aegl May 27, 2020
e881bfa
KVM: PPC: Fix nested guest RC bits update
aik Jun 11, 2020
15a416e
x86/entry: Treat BUG/WARN as NMI-like entries
amluto Jun 12, 2020
71ed49d
x86/entry: Make NMI use IDTENTRY_RAW
KAGA-KOKO Jun 12, 2020
0bf3924
x86/entry: Force rcu_irq_enter() when in idle task
KAGA-KOKO Jun 12, 2020
8b3ebda
alpha: Kconfig: pedantic formatting
metux Mar 11, 2019
5bea304
alpha: fix rtc port ranges
Apr 5, 2019
5f14596
alpha: Replace strncmp with str_has_prefix
WillLester Jul 30, 2019
a466a5c
alpha: remove unneeded semicolon in osf_sys.c
JasonYanHw Apr 28, 2020
c0ebf71
alpha: remove unneeded semicolon in sys_eiger.c
JasonYanHw Apr 28, 2020
54505a1
alpha: fix memory barriers so that they conform to the specification
May 26, 2020
e66dd01
alpha: Replace sg++ with sg = sg_next(sg)
ISCAS-Vulab Jun 3, 2020
7812193
alpha: c_next should increase position index
mattst88 Jun 10, 2020
777747f
alpha: Fix build around srm_sysrq_reboot_op
joergroedel Jun 11, 2020
39c3e30
ARM: 8984/1: Kconfig: set default ZBOOT_ROM_TEXT/BSS value to 0x0
cpackham-atlnz Jun 9, 2020
db227c1
ARM: 8985/1: efi/decompressor: deal with HYP mode boot gracefully
ardbiesheuvel Jun 12, 2020
6c32978
Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/li…
torvalds Jun 13, 2020
076f14b
Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linu…
torvalds Jun 13, 2020
a942908
Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux…
torvalds Jun 13, 2020
66125d9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel…
torvalds Jun 13, 2020
5619270
Merge tag 'for-linus' of git://github.com/openrisc/linux
torvalds Jun 13, 2020
cfd230b
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
torvalds Jun 13, 2020
08bf1a2
Merge tag 'powerpc-5.8-2' of git://git.kernel.org/pub/scm/linux/kerne…
torvalds Jun 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions Documentation/security/keys/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,63 @@ The keyctl syscall functions are:
written into the output buffer. Verification returns 0 on success.


* Watch a key or keyring for changes::

long keyctl(KEYCTL_WATCH_KEY, key_serial_t key, int queue_fd,
const struct watch_notification_filter *filter);

This will set or remove a watch for changes on the specified key or
keyring.

"key" is the ID of the key to be watched.

"queue_fd" is a file descriptor referring to an open "/dev/watch_queue"
which manages the buffer into which notifications will be delivered.

"filter" is either NULL to remove a watch or a filter specification to
indicate what events are required from the key.

See Documentation/watch_queue.rst for more information.

Note that only one watch may be emplaced for any particular { key,
queue_fd } combination.

Notification records look like::

struct key_notification {
struct watch_notification watch;
__u32 key_id;
__u32 aux;
};

In this, watch::type will be "WATCH_TYPE_KEY_NOTIFY" and subtype will be
one of::

NOTIFY_KEY_INSTANTIATED
NOTIFY_KEY_UPDATED
NOTIFY_KEY_LINKED
NOTIFY_KEY_UNLINKED
NOTIFY_KEY_CLEARED
NOTIFY_KEY_REVOKED
NOTIFY_KEY_INVALIDATED
NOTIFY_KEY_SETATTR

Where these indicate a key being instantiated/rejected, updated, a link
being made in a keyring, a link being removed from a keyring, a keyring
being cleared, a key being revoked, a key being invalidated or a key
having one of its attributes changed (user, group, perm, timeout,
restriction).

If a watched key is deleted, a basic watch_notification will be issued
with "type" set to WATCH_TYPE_META and "subtype" set to
watch_meta_removal_notification. The watchpoint ID will be set in the
"info" field.

This needs to be configured by enabling:

"Provide key/keyring change notifications" (KEY_NOTIFICATIONS)


Kernel Services
===============

Expand Down
1 change: 1 addition & 0 deletions Documentation/userspace-api/ioctl/ioctl-number.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ Code Seq# Include File Comments
'W' 00-1F linux/wanrouter.h conflict! (pre 3.9)
'W' 00-3F sound/asound.h conflict!
'W' 40-5F drivers/pci/switch/switchtec.c
'W' 60-61 linux/watch_queue.h
'X' all fs/xfs/xfs_fs.h, conflict!
fs/xfs/linux-2.6/xfs_ioctl32.h,
include/linux/falloc.h,
Expand Down
Loading